Changeset 1378
- Timestamp:
- 06/16/2009 04:26:15 PM (15 months ago)
- Files:
-
- 1 modified
-
branches/1.2/css/wikka.css (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/css/wikka.css
r1377 r1378 4 4 ----------------------------------------------- */ 5 5 6 /* global styling */ 7 8 p, td, li, input, select, textarea { 9 font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 10 line-height: 20px; 6 /* page layout */ 7 8 body { 9 font-family: "Lucida Grande", "Lucida Sans Unicode", "DejaVu Sans", Verdana, sans-serif; 11 10 font-size: 13px; 12 }13 14 form, h1, h2, h3, h4, h5 {15 margin: 0px;16 padding: 0px;17 }18 19 /* page layout */20 21 body {22 font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; font-size: 13px;23 11 /* text-align: justify; */ /* comment out this line if you really need justified text */ 24 12 line-height: 20px; 25 13 color: #000000; 26 14 background-color: #F8F8F8; 27 } 15 margin: 0; 16 } 17 18 form, h1, h2, h3, h4, h5 { 19 margin: 0px; 20 padding: 0px; 21 } 22 23 /* page layout */ 24 28 25 29 26 #page { 30 width: 100%;31 float: left;32 33 27 } 34 28 … … 36 30 position: relative; /* needed for the correct positioning of system messages */ 37 31 padding: 10px 10px 0 10px; 38 float: left;39 32 } 40 33 … … 48 41 border: 1px solid #CCC; 49 42 border-bottom: none; 50 height: 100%;51 43 } 52 44 53 45 #footer { 54 margin: 0; 55 clear: both; 46 width: 100%; 56 47 float: left; 57 padding: 2px; 48 background-color: #E3E3E3; 49 padding: 0 10px; 58 50 } 59 51 … … 267 259 /* text formatting */ 268 260 261 h1, h2, h3, h4, h5 { 262 font-family: Georgia, "DejaVu Serif", Times, serif; 263 font-weight: normal; 264 } 265 269 266 h5 { 270 font-size: 1 0pt;267 font-size: 12pt; 271 268 } 272 269 273 270 h4 { 274 font-size: 1 2pt;271 font-size: 14pt; 275 272 } 276 273 277 274 h3 { 278 font-size: 1 4pt;275 font-size: 16pt; 279 276 } 280 277 281 278 h2 { 282 font-size: 1 6pt;279 font-size: 18pt; 283 280 } 284 281 285 282 h1 { 286 font-size: 18pt;283 font-size: 20pt; 287 284 } 288 285 … … 998 995 text-align: left; 999 996 padding: 2pt; 1000 margin-right: 10px;1001 997 } 1002 998 1003 999 ul#main_menu li+li:before { 1004 content: " ";1000 content: " :: "; 1005 1001 } 1006 1002 1007 1003 ul#options_menu { 1004 padding: 5px 10px; 1005 border-bottom: 1px solid #CCCCCC; 1008 1006 text-align: left; 1009 1007 list-style-type: none; … … 1017 1015 text-align: left; 1018 1016 padding: 2pt; 1019 margin- left: 10px;1017 margin-right: 15px; 1020 1018 } 1021 1019