]> scripts.mit.edu Git - autoinstalls/mediawiki.git/blob - mw-config/config-cc.css
MediaWiki 1.30.2-scripts2
[autoinstalls/mediawiki.git] / mw-config / config-cc.css
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: #fff;
29         margin: 0 0 10px 10px;
30 }
31
32 h1,
33 h3,
34 p,
35 pre,
36 td {
37         margin: 0 20px 20px 20px;
38         font-size: 11px;
39         line-height: 140%;
40 }
41
42 .header {
43         padding-left: 10px;
44         padding-top: 10px;
45 }
46
47 .nav {
48         padding-left: 10px;
49         padding-bottom: 10px;
50         font-size: 11px;
51         margin-bottom: 16px;
52 }
53
54 #menu p {
55         font-size: 11px;
56 }
57
58 .dent {
59         margin-left: 64px;
60 }