File: xfce.css

package info (click to toggle)
xfce4-utils 4.4.2-8
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 3,388 kB
  • ctags: 155
  • sloc: sh: 9,593; xml: 1,457; ansic: 1,312; makefile: 330
file content (15 lines) | stat: -rw-r--r-- 722 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
body 		{ font: "Vera Sans", "Arial", "Helvetica", "sans-serif"; 
    		  margin: 2em; background-color: #F3F4F8}
h1,h2,h3,h4	{ color: #11375F; }
h2              { margin-top: 1.5em; border-bottom: solid 1px; }
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; }