Stop doing $that = $this in Tests
[mediawiki.git] / mw-config / config-cc.css
blobecd10fa66646455db2e8efe402797ff0f1161153
1 /**
2 * Copy of CC standard stylesheet, plus tweaks for iframe usage
3 */
5 body {
6 margin: 0;
7 background: #eee;
8 font-family: Verdana;
9 color: #333;
12 #main {
13 border: 1px solid #D0D0D0;
14 background: #fff;
15 margin: 0.5em;
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.
24 #main #menu {
25 border-left: 1px dotted #ccc;
26 float: right;
27 width: 230px;
28 background: white;
29 margin: 0 0 10px 10px;
32 td, h3, p, h1, pre {
33 margin: 0 20px 20px 20px;
34 font-size: 11px;
35 line-height: 140%;
38 .header {
39 padding-left: 10px;
40 padding-top: 10px;
43 .nav {
44 padding-left: 10px;
45 padding-bottom: 10px;
46 font-size: 11px;
47 margin-bottom: 16px;
50 #menu p {
51 font-size: 11px;
54 .dent {
55 margin-left: 64px;