MediaWiki:Vector.css
Aus Bromptonauten-Wiki
				
								
				
				
																
				
				
								
				| Zeile 14: | Zeile 14: | ||
| */ | */ | ||
| − | a.internal { color:#CD0000 !important;} | + | /* a.internal { color:#CD0000 !important;} | 
| a.external { color:#CD0000 !important;} | a.external { color:#CD0000 !important;} | ||
| a:link { color:#CD0000; !important;} | a:link { color:#CD0000; !important;} | ||
| a:visited { color:#CD5555; !important;} | a:visited { color:#CD5555; !important;} | ||
| a:active { color:#FF0000; !important;} | a:active { color:#FF0000; !important;} | ||
| − | a.new, #quickbar a.new { color:#6959CD; !important;} | + | a.new, #quickbar a.new { color:#6959CD; !important;}*/ | 
| .catlinks { | .catlinks { | ||
Version vom 29. August 2012, 09:05 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;}
a.new, #quickbar a.new { color:#6959CD; !important;}*/
.catlinks {
    border: 1px solid rgb(249, 249, 249);
    background-color: rgb(249, 249, 249);
    padding: 5px;
    margin-top: 1em;
    clear: both; !important;
}
/* div.vectorTabs { background-image: none; !important;}*/
