(bug 29105) Splitlines completely messes up selection of inserted text. This is not...
[mediawiki.git] / skins / common / config-cc.css
blobc629ad3fa301a4220f6ac0cd209e06a92ee93517
1 /**
2 * Copy of CC standard stylesheet, plus tweaks for iframe usage
3 */
5 body {
6 margin:0px;
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 /* 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. */
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;
31 td, h3, p,h1,pre {
32 margin:0px 20px 20px 20px;
33 font-size:11px;
34 line-height:140%;
37 .header {
38 padding-left: 10px;
39 padding-top:10px;
42 .nav {
43 padding-left:10px;
44 padding-bottom:10px;
45 font-size:11px;
46 margin-bottom:16px;
49 #menu p {
50 font-size:11px;
53 .dent {
54 margin-left:64px;