Merge "installer: Remove TODO per discussion in Ia9f0cd7d0117f67d2017e"
[lhc/web/wiklou.git] / mw-config / config-cc.css
1 /**
2 * Copy of CC standard stylesheet, plus tweaks for iframe usage
3 */
4
5 /* stylelint-disable selector-class-pattern */
6
7 body {
8 margin: 0;
9 background: #eee;
10 font-family: 'Verdana', sans-serif;
11 color: #333;
12 }
13
14 #main {
15 border: 1px solid #d0d0d0;
16 background: #fff;
17 margin: 0.5em;
18 }
19
20 /**
21 * Looks like you have to specify the width of #menu
22 * or IE5 Mac stretches it all the way across the div, and
23 * Opera streches it half way.
24 */
25
26 #main #menu {
27 border-left: 1px dotted #ccc;
28 float: right;
29 width: 230px;
30 background: #fff;
31 margin: 0 0 10px 10px;
32 }
33
34 h1,
35 h3,
36 p,
37 pre,
38 td {
39 margin: 0 20px 20px 20px;
40 font-size: 11px;
41 line-height: 140%;
42 }
43
44 .header {
45 padding-left: 10px;
46 padding-top: 10px;
47 }
48
49 .nav {
50 padding-left: 10px;
51 padding-bottom: 10px;
52 font-size: 11px;
53 margin-bottom: 16px;
54 }
55
56 #menu p {
57 font-size: 11px;
58 }
59
60 .dent {
61 margin-left: 64px;
62 }