[ Index ] |
PHP Cross Reference of MediaWiki-1.24.0 |
[Summary view] [Print] [Text view]
1 /** 2 * Copy of CC standard stylesheet, plus tweaks for iframe usage 3 */ 4 5 body { 6 margin: 0; 7 background: #eee; 8 font-family: Verdana; 9 color: #333; 10 } 11 12 #main { 13 border: 1px solid #D0D0D0; 14 background: #fff; 15 margin: 0.5em; 16 } 17 18 /** 19 * Looks like you have to specify the width of #menu 20 * or IE5 Mac stretches it all the way across the div, and 21 * Opera streches it half way. 22 */ 23 24 #main #menu { 25 border-left: 1px dotted #ccc; 26 float: right; 27 width: 230px; 28 background: white; 29 margin: 0 0 10px 10px; 30 } 31 32 td, h3, p, h1, pre { 33 margin: 0 20px 20px 20px; 34 font-size: 11px; 35 line-height: 140%; 36 } 37 38 .header { 39 padding-left: 10px; 40 padding-top: 10px; 41 } 42 43 .nav { 44 padding-left: 10px; 45 padding-bottom: 10px; 46 font-size: 11px; 47 margin-bottom: 16px; 48 } 49 50 #menu p { 51 font-size: 11px; 52 } 53 54 .dent { 55 margin-left: 64px; 56 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 14:03:12 2014 | Cross-referenced by PHPXref 0.7.1 |