MediaWiki:Vector.css
Aus Bromptonauten-Wiki
				
								
				
				
																
				
				
								
				| Zeile 23: | Zeile 23: | ||
| div.vectorTabs li.new a, div.vectorTabs li.new a:visited { | div.vectorTabs li.new a, div.vectorTabs li.new a:visited { | ||
|      color: #7A67EE; !important; |      color: #7A67EE; !important; | ||
| + | } | ||
| + | |||
| + | load.php:1 @media screen | ||
| + | div#mw-panel div.portal div.body ul li a { | ||
| + |     color:#CD0000; !important; | ||
| } | } | ||
Version vom 25. August 2012, 16:15 Uhr
/* Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche 
geladen. Für allgemeingültige Benutzeroberflächen-Anpassungen 
bitte [[MediaWiki:Common.css]] bearbeiten. */
body { 
   background-image: none; 
   background-color:#FFFFFF; !important;
}
/* div#content {background-image: none;}
/* div#footer {background-image: none;}
a.internal { color:#CD0000 !important;}
a.external { color:#CD0000 !important;}
a:link { color:#CD0000; !important;}
a:visited { color:#CD5555; !important;}
a:active { color:#FF0000; !important;}
/* div.vectorTabs { background-image: none; !important;}
div.vectorTabs li.new a, div.vectorTabs li.new a:visited {
    color: #7A67EE; !important;
}
load.php:1 @media screen
div#mw-panel div.portal div.body ul li a {
    color:#CD0000; !important;
}
