(bug 19496) New pages don't have yellow background. Moving rules for .not-patrolled...
[lhc/web/wiklou.git] / skins / common / cologneblue.css
index 237b1de..2329d23 100644 (file)
@@ -1,11 +1,14 @@
-@import url("common.css");
-
 body { margin: 0px; padding: 0px; color: black; }
 #specialform { display: inline; }
 #content { top: 0; margin: 0; padding: 0; }
+#mw-data-after-content {
+ font-family: Verdana, Arial, sans-serif;
+ color: black;
+ font-size: 8pt;
+}
 #topbar { padding: 0px; }
 #powersearch {
-  background: #DDEEFF; border-style: solid; border-width: 1; padding: 2;
+  background: #DDEEFF; border-style: solid; border-width: 1px; padding: 2px;
 }
 #quickbar {
  width: 140px; top: 18ex; padding: 2px; visibility: visible; z-index: 99;
@@ -75,27 +78,24 @@ td.bottom {
 }
 #quickbar form { padding: 0; margin-top: 0; }
 
-h1 { font-family: Arial, Helvetica, sans-serif;
+h1 {
  color: #666666;
  font-family: Verdana, Arial, sans-serif;
- font-size: 18pt; font-weight: bold; line-height: 21pt;
+ font-size: 180%; line-height: 21pt;
 }
+h1 .editsection { font-size: 55.6%; }
 h1.pagetitle { padding-bottom: 0; margin-bottom: 0; }
 #article p.subtitle {
  color: #666666; font-size: 11pt; font-weight: bold;
  padding-top: 0; margin-top: 0; padding-bottom: 1ex;
 }
 
-a { color: #0000FF; }
-a:visited { color: #000080; }
-a.external { color: #00C000; }
-a.external:visited { color: #008000; }
-a.stub { color:#800080; }
-a.stub:visited  { color:#600060; }
-a.new, #quickbar a.new { color:#FF0000; }
-a.new:visited , #quickbar a.new:visited { color:#800000; }
-
+a { color: #223366; }
+a.external { color: #336644; }
+a:visited { color: #8D0749; }
 a.printable { text-decoration: underline; }
+a.stub, #quickbar a.stub { color:#772233; text-decoration:none; }
+a.new, #quickbar a.new { color: #CC2200; }
 h2, h3, h4, h5, h6 { margin-bottom: 0; }
 small { font-size: 75%; }
-
+input.mw-searchInput { width: 106px; }