Changeset 3053 for web/branches/test
- Timestamp:
- Oct 19, 2008, 11:47:57 PM (12 years ago)
- Location:
- web/branches/test/trac/htdocs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
web/branches/test/trac/htdocs/common/css/trac.css
r3052 r3053 4 4 margin:10px; 5 5 padding:0; 6 } 7 6 width:80%; 7 margin: auto; 8 font-size: 12px; 9 } 10 11 :link, :visited { 12 color: #224422; 13 } 14 :link:hover, :visited:hover { 15 color: #945973; 16 } 17 body, th, td { 18 font-family: 'Bitstream Vera Serif',times,serif; 19 } 20 21 h1, h2, h3, h4 { 22 font-family: 'Bitstream Vera Serif',times,serif; 23 } 8 24 body,th,td { 9 25 font:normal 13px Verdana,Arial,'Bitstream Vera Sans',Helvetica,sans-serif; … … 17 33 } 18 34 35 h1, h2, h3 { 36 text-indent: 0.5em; 37 border-style: solid; 38 border-color: #88aa77; 39 background-color: inherit; 40 } 41 19 42 h1 { 20 font-size:19px; 21 margin:.15em 1em .5em 0; 43 font-size: 1.6em; 44 font-variant: small-caps; 45 color: #002200; 46 border-width: 0 0 2px 0; 22 47 } 23 48 24 49 h2 { 25 font-size:16px; 50 font-size: 1.3em; 51 font-variant: small-caps; 52 color: #224422; 53 border-width: 0 0 2px 0; 26 54 } 27 55 28 56 h3 { 29 font-size:14px; 30 } 31 57 font-size: 1.1em; 58 color: #335533; 59 border-width: 0 0 1px 0; 60 } 61 62 p { 63 text-indent: 1em; 64 text-align: inherit; 65 } 32 66 hr { 33 67 border:none; … … 292 326 padding:.2em 20px; 293 327 font-weight: bold; 328 padding-left: 8px; 329 padding-right: 8px; 330 color: white; 331 } 332 #mainnav :link:hover, #mainnav :visited:hover { 333 color: white; 334 background: #945973; 294 335 } 295 336 #mainnav .active :link, #mainnav .active :visited { … … 303 344 border: none; 304 345 background: #224422; 346 305 347 } 306 348 * html #mainnav :link,* html #mainnav :visited { -
web/branches/test/trac/htdocs/main.css
r3051 r3053 1 body {2 width:80%;3 margin: auto;4 font-size: 12px;5 }6 1 7 :link, :visited {8 color: #224422;9 }10 :link:hover, :visited:hover {11 color: #945973;12 }13 body, th, td {14 font-family: 'Bitstream Vera Serif',times,serif;15 }16 2 17 h1, h2, h3, h4 {18 font-family: 'Bitstream Vera Serif',times,serif;19 }20 #mainnav :link, #mainnav :visited {21 padding-left: 8px;22 padding-right: 8px;23 color: white;24 }25 #mainnav :link:hover, #mainnav :visited:hover {26 color: white;27 background: #945973;28 }29 h1, h2, h3 {30 text-indent: 0.5em;31 border-style: solid;32 border-color: #88aa77;33 background-color: inherit;34 }35 3 36 h1 {37 font-size: 1.6em;38 font-variant: small-caps;39 color: #002200;40 border-width: 0 0 2px 0;41 }42 43 h2 {44 font-size: 1.3em;45 font-variant: small-caps;46 color: #224422;47 border-width: 0 0 2px 0;48 }49 50 h3 {51 font-size: 1.1em;52 color: #335533;53 border-width: 0 0 1px 0;54 }55 56 p {57 text-indent: 1em;58 text-align: inherit;59 }60 4 61 5
Note: See TracChangeset
for help on using the changeset viewer.