- Timestamp:
- Oct 19, 2008, 12:11:46 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
web/branches/test/trac/htdocs/main.css
r3005 r3006 2 2 width:80%; 3 3 margin: auto; 4 font-size: 12px; 4 5 } 5 6 :link, :visited { color: #3a5; } … … 7 8 8 9 body, th, td { 9 font-family: 'Bitstream Vera Serif',times,serif;10 font-family: 'Bitstream Vera Serif',times,serif; 10 11 } 11 12 12 13 h1, h2, h3, h4 { 13 font-family: 'Bitstream Vera Serif',times,serif;14 font-family: 'Bitstream Vera Serif',times,serif; 14 15 } 15 16 16 17 #mainnav { 17 font-family: 'Bitstream Vera Serif',times,serif;18 font-family: 'Bitstream Vera Serif',times,serif; 18 19 } 19 20 20 21 #mainnav :link, #mainnav :visited { 21 padding-left: 8px; padding-right: 8px;22 color: white;22 padding-left: 8px; padding-right: 8px; 23 color: white; 23 24 } 24 25 #mainnav :link:hover, #mainnav :visited:hover { … … 27 28 } 28 29 h1, h2, h3 { 29 text-indent: 0.5em;30 border-style: solid;31 border-color: #88aa77;32 background-color: inherit;30 text-indent: 0.5em; 31 border-style: solid; 32 border-color: #88aa77; 33 background-color: inherit; 33 34 } 34 35
Note: See TracChangeset
for help on using the changeset viewer.