SkinLegacy:
[lhc/web/wiklou.git] / skins / common / config-cc.css
1 /**
2 * Copy of CC standard stylesheet, plus tweaks for iframe usage
3 */
4
5 body {
6 margin:0px;
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 /* Looks like you have to specify the width of #menu
19 or IE5 Mac stretches it all the way across the div, and
20 Opera streches it half way. */
21
22 #main #menu {
23 border-left:1px dotted #ccc;
24 /* border-bottom:1px solid #000;*/
25 float:right;
26 width:230px;
27 background:white;
28 margin:0px 0px 10px 10px;
29 }
30
31 td, h3, p,h1,pre {
32 margin:0px 20px 20px 20px;
33 font-size:11px;
34 line-height:140%;
35 }
36
37 .header {
38 padding-left: 10px;
39 padding-top:10px;
40 }
41
42 .nav {
43 padding-left:10px;
44 padding-bottom:10px;
45 font-size:11px;
46 margin-bottom:16px;
47 }
48
49 #menu p {
50 font-size:11px;
51 }
52
53 .dent {
54 margin-left:64px;
55 }
56