File: xfce-chunk.css

package info (click to toggle)
xfce4-utils 4.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 3,308 kB
  • ctags: 224
  • sloc: sh: 10,593; xml: 1,457; ansic: 1,246; perl: 693; makefile: 281
file content (14 lines) | stat: -rw-r--r-- 657 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
body 		{ font: "Vera Sans", "Arial", "Helvetica", "sans-serif"; 
    		  margin: 2em; background-color: #F3F4F8}
h1,h2,h3,h4	{ color: #11375F; }
h3              { margin-top: 1em; margin-bottom: 0; }
dt              { margin-top: 0.2em; }
a		{ font-weight: bold; text-decoration: none; }
a:link,a:active { color: #1A5593; }
a:visited	{ color: #1A5593; }
a:hover		{ color: #3366FF; text-decoration: underline; }
hr		{ background-color: #11375F; border-style: solid; }
li		{ list-style-type: square; }
dt		{ font-weight: bold; }
.programlisting { background-color: #F8F9FD; border-color: #8593B3;
		  border-width: 1px; border-style: solid; padding: 0.5em; }