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