bump up the font size 1%
[lhc/web/wiklou.git] / stylesheets / 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: 1; padding: 2;
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 { font-family: Arial, Helvetica, sans-serif;
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 a { color: #223366; }
89 a.external { color: #336644; }
90 a:visited { color: #8D0749; }
91 a.printable { text-decoration: underline; }
92 a.stub { color:#772233; text-decoration:none; }
93 h2, h3, h4, h5, h6 { margin-bottom: 0; }
94 small { font-size: 75%; }
95
96 #siteNotice {
97 border: 1px solid red;
98 }
99