links in headers now in normal link colour
[lhc/web/wiklou.git] / stylesheets / monobook / main.css
index 91b8ccc..4bdf00b 100644 (file)
@@ -1,5 +1,5 @@
 /*
-** Mediawiki 'mono' style sheet for CSS2-capable browsers.
+** Mediawiki 'monobook' style sheet for CSS2-capable browsers.
 ** Copyright Gabriel Wicke - http://www.aulinx.de/
 **
 ** Based on http://www.positioniseverything.net/ordered-floats.html by Big John
@@ -108,9 +108,6 @@ h1, h2, h3, h4, h5, h6 {
     border-bottom: 1px solid #aaaaaa;
 
 }
-h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
-    color: Black ! important; 
-}
 h1 {
     font-size: 188%;
 }
@@ -150,7 +147,7 @@ ul {
 }
 ol {
     line-height: 1.5em;
-    margin: 0.3em 0 0 1.5em;
+    margin: 0.3em 0 0 2.2em;
     padding:0;
 }
 ul a, ol a {
@@ -169,7 +166,7 @@ dt a {
 dd {
     line-height: 1.5em;
     margin-bottom: 0.8em;
-    margin-left: 1.4em;
+    margin-left: 1.6em;
 }
 dd a {
     text-decoration: none;
@@ -266,6 +263,9 @@ pre {
     color: #7d7d7d;
     width: auto;
 }
+span.subpages {
+    display: block;
+}
 #siteSubtitle {
     display: none;    
 }
@@ -282,7 +282,7 @@ pre {
     margin: 0;
 }
 
-#bodyContent a:hover {
+a:hover {
     text-decoration: underline;
 }
 
@@ -659,7 +659,7 @@ div.townBox dl dd {
     top: 0;
     left: 0;
     height: 155px;
-    width: 135px;
+    width: 12em;
     overflow: visible;
 }
 #portlet-logo h5 { display: none; }
@@ -667,8 +667,9 @@ div.townBox dl dd {
 #portlet-logo a:hover {
     display: block;
     height: 155px;
-    width: 135px;
+    width: 12.2em;
     background-repeat: no-repeat;
+    background-position: 35% 50% !important;
     text-decoration: none;
 }
 
@@ -798,6 +799,7 @@ input.searchButton {
 #portal-personaltools li a:hover {
     background-color: White;
     padding-bottom: 0.2em;
+    text-decoration: none;
 }
 
 /* the icon in front of the user name, single quotes
@@ -866,6 +868,7 @@ li#personaltools-login {
 }
 #portlet-contentViews li a:hover {
     z-index: 3;
+    text-decoration: none;
 }
 #portlet-contentViews h5 { display: none; }
 
@@ -955,7 +958,7 @@ head:first-child+body #portal-footer li {
 * html #bodyContent div.fullImage {
     overflow: auto;
     overflow-y: hidden;
-    width: 96%;
+    width: 95%;
     margin-bottom: 25px;
     margin-right: 0;
 }