]> scripts.mit.edu Git - autoinstallsdev/mediawiki.git/blob - skins/common/cologneblue.css
MediaWiki 1.5.8 (initial commit)
[autoinstallsdev/mediawiki.git] / skins / common / cologneblue.css
1 @import url("common.css");
2
3 body { margin: 0px; padding: 0px; color: black; }
4 #specialform { display: inline; }
5 #content { top: 0; margin: 0; padding: 0; }
6 #topbar { padding: 0px; }
7 #powersearch {
8   background: #DDEEFF; border-style: solid; border-width: 1px; padding: 2px;
9 }
10 #quickbar {
11  width: 140px; top: 18ex; padding: 2px; visibility: visible; z-index: 99;
12 }
13 #article, #article td, #article th, #article p {
14  font-family: Verdana, Arial, sans-serif;
15  font-size: 10pt; color: black;
16 }
17 #article p {
18  padding-top: 0; padding-bottom: 0;
19  margin-top: 1ex; margin-bottom: 0;
20 }
21 p, pre, td, th, li, dd, dt { line-height: 12pt; }
22 textarea { overflow: auto; }
23
24 #footer { padding: 4px; }
25 #footer form { display: inline; }
26 #sitetitle {
27  font-family: Times, serif;
28  color: white;
29  font-weight: normal; font-size: 32pt;
30  line-height: 32pt;
31 }
32 td.top {
33  background-color: #6688AA; color: white;
34  margin-top: 4px; margin-bottom: 4px;
35  padding-top: 0; padding-bottom: 0;
36  text-transform: uppercase;
37  font-family: Verdana, Arial, sans-serif; font-size: 8pt;
38 }
39 td.top a {
40  font-family: Verdana, Arial, sans-serif;
41  background-color: #6688AA; color: white;
42  text-decoration: none; font-size: 10pt;
43 }
44 td.bottom {
45  font-family: Verdana, Arial, sans-serif;
46  font-size: 10pt;
47  padding: 0;
48 }
49 #pagestats {
50  font-family: Verdana, Arial, sans-serif;
51  color: black;
52  font-size: 9pt;
53 }
54 #sitesub {
55  font-family: Verdana, Arial, sans-serif;
56  font-size: 9pt; font-weight: bold;
57  color: black;
58  padding-top: 0;
59 }
60 #quickbar {
61  font-family: Verdana, Arial, sans-serif;
62  font-size: 8pt; font-weight: bold; line-height: 9.5pt;
63  text-decoration: none;
64  color: black;
65  padding: 0; margin-top: 0;
66 }
67 #quickbar a { color: #446688; }
68
69 #quickbar h6 {
70  font-family: Verdana, Arial, sans-serif;
71  font-size: 10pt; font-weight: bold; line-height: 12pt;
72  text-decoration: none;
73  color: #666666;
74  padding: 0; margin-bottom: 2px; margin-top: 6px;
75 }
76 #quickbar form { padding: 0; margin-top: 0; }
77
78 h1 {
79  color: #666666;
80  font-family: Verdana, Arial, sans-serif;
81  font-size: 18pt; font-weight: bold; line-height: 21pt;
82 }
83 h1.pagetitle { padding-bottom: 0; margin-bottom: 0; }
84 #article p.subtitle {
85  color: #666666; font-size: 11pt; font-weight: bold;
86  padding-top: 0; margin-top: 0; padding-bottom: 1ex;
87 }
88
89 a { color: #223366; }
90 a.external { color: #336644; }
91 a:visited { color: #8D0749; }
92 a.printable { text-decoration: underline; }
93 a.stub, #quickbar a.stub { color:#772233; text-decoration:none; }
94 a.new, #quickbar a.new { color: #CC2200; }
95 h2, h3, h4, h5, h6 { margin-bottom: 0; }
96 small { font-size: 75%; }
97