All these files are deprecated now, they import the right css files but should be...
[mediawiki.git] / stylesheets / cologneblue.css
blob9233ddc92bb9ce97799aad8dbd116deaed11cd12
2 body { margin: 0px; padding: 0px; color: black; }
3 #specialform { display: inline; }
4 #content { top: 0; margin: 0; padding: 0; }
5 #topbar { padding: 0px; }
6 #powersearch {
7 background: #DDEEFF; border-style: solid; border-width: 1; padding: 2;
9 #quickbar {
10 width: 140px; top: 18ex; padding: 2px; visibility: visible; z-index: 99;
12 #article, #article td, #article th, #article p {
13 font-family: Verdana, Arial, sans-serif;
14 font-size: 10pt; color: black;
16 #article p {
17 padding-top: 0; padding-bottom: 0;
18 margin-top: 1ex; margin-bottom: 0;
20 p, pre, td, th, li, dd, dt { line-height: 12pt; }
22 #footer { padding: 4px; }
23 #footer form { display: inline; }
24 #autocomment { color: gray; }
25 #sitetitle {
26 font-family: Times, serif;
27 color: white;
28 font-weight: normal; font-size: 32pt;
29 line-height: 32pt;
31 td.top {
32 background-color: #6688AA; color: white;
33 margin-top: 4px; margin-bottom: 4px;
34 padding-top: 0; padding-bottom: 0;
35 text-transform: uppercase;
36 font-family: Verdana, Arial, sans-serif; font-size: 8pt;
38 td.top a {
39 font-family: Verdana, Arial, sans-serif;
40 background-color: #6688AA; color: white;
41 text-decoration: none; font-size: 10pt;
43 td.bottom {
44 font-family: Verdana, Arial, sans-serif;
45 font-size: 10pt;
46 padding: 0;
48 #pagestats {
49 font-family: Verdana, Arial, sans-serif;
50 color: black;
51 font-size: 9pt;
53 #sitesub {
54 font-family: Verdana, Arial, sans-serif;
55 font-size: 9pt; font-weight: bold;
56 color: black;
57 padding-top: 0;
59 #quickbar {
60 font-family: Verdana, Arial, sans-serif;
61 font-size: 8pt; font-weight: bold; line-height: 9.5pt;
62 text-decoration: none;
63 color: black;
64 padding: 0; margin-top: 0;
66 #quickbar a { color: #446688; }
68 #quickbar h6 {
69 font-family: Verdana, Arial, sans-serif;
70 font-size: 10pt; font-weight: bold; line-height: 12pt;
71 text-decoration: none;
72 color: #666666;
73 padding: 0; margin-bottom: 2px; margin-top: 6px;
75 #quickbar form { padding: 0; margin-top: 0; }
77 h1 { font-family: Arial, Helvetica, sans-serif;
78 color: #666666;
79 font-family: Verdana, Arial, sans-serif;
80 font-size: 18pt; font-weight: bold; line-height: 21pt;
82 h1.pagetitle { padding-bottom: 0; margin-bottom: 0; }
83 #article p.subtitle {
84 color: #666666; font-size: 11pt; font-weight: bold;
85 padding-top: 0; margin-top: 0; padding-bottom: 1ex;
87 a { color: #223366; }
88 a.external { color: #336644; }
89 a:visited { color: #8D0749; }
90 a.printable { text-decoration: underline; }
91 a.stub { color:#772233; text-decoration:none; }
92 h2, h3, h4, h5, h6 { margin-bottom: 0; }
93 small { font-size: 75%; }
94 #toc { border:1px solid #8888aa; background-color:#f7f8ff;padding:5px;font-size:95%; }
97 /* Images */
98 div.floatright { float: right; margin: 0 0 1em 1em; }
99 div.floatright p { font-style: italic; }
100 div.floatleft { float: left; margin: 0.3em 0.5em 0.5em 0; }
101 div.floatleft p { font-style: italic; }
104 /* thumbnails */
105 div.thumbnail-none, div.thumbnail-right, div.thumbnail-left {
106 padding: 2px;
107 border:1px solid #8888aa;
108 background:#CCCCCC;
109 margin: 0.3em auto 0.5em;
110 font-size: 85%;
113 div.thumbnail-none p, div.thumbnail-right p, div.thumbnail-left p {
114 margin-top:3px; margin-bottom:3px;
117 div.thumbnail-right {
118 float: right;
119 margin-left:0.5em;
122 div.thumbnail-left {
123 float: left;
124 margin-right:0.5em;
127 /* table standards */
128 table.rimage {
129 float:right;
130 width:1pt;
131 margin-left:1em;
132 margin-bottom:1em;
133 text-align:center;
134 font-size:smaller;
137 /* Print-specific things to hide */
138 .urlexpansion, .printfooter {
139 display: none;