MediaWiki:Vector.css: Unterschied zwischen den Versionen

Aus Netzliteratur
Wechseln zu: Navigation, Suche
Zeile 1: Zeile 1:
 
/* Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche geladen. Für allgemeingültige Benutzeroberflächen-Anpassungen bitte [[MediaWiki:Common.css]] bearbeiten. */
 
/* Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche geladen. Für allgemeingültige Benutzeroberflächen-Anpassungen bitte [[MediaWiki:Common.css]] bearbeiten. */
 
.mw-body a:link { color: #AAAAAA; } /* normal unvisited links */
 
.mw-body a:link:visited { color: #7F007F; } /* visited links */
 
.mw-body a:link:active { color: #FF0000; } /* active links */
 
.mw-body a:link.new { color: #FF0000; } /* new links */
 
.mw-body a:link.interwiki { color: #3366BB; } /* interwiki links */
 
.mw-body a:link.external { color: #3366BB; } /* external links */
 
.mw-body a:link.stub { color: #772233; } /* hovered links */
 
 
.mw-body a:link {color: #FF0000}
 
.mw-body a:visited {color: #00FF00}
 
.mw-body a:hover {color: #FF00FF}
 
.mw-body a:active {color: #0000FF}
 
 
 
div#mw-head {
 
div#mw-head {
 
     background-color: #FAFAFA;
 
     background-color: #FAFAFA;

Version vom 21. Januar 2014, 08:11 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. */
div#mw-head {
    background-color: #FAFAFA;
}

#firstHeading {
    background-color: #EAEAEA;
}

div#mw-body {
    background-color: #EAEAEA;
}

#bodyContent {
    background-color: #EAEAEA;
}

div#mw-content-text {
    background-color: #EAEAEA;
}

div#mw-content-text ul li a {
    color: #999999;
}
div#mw-content-text ul li a:visited {
    color: #999999;
}

div#footer {
    background-color: #CCCCCC;
}

div#footer ul li a {
    color: #999999;
}

div#footer ul li a:visited {
    color: #999999;
}

div#mw-panel div.portal div.body ul li a {
    color: #999999;
}
div#mw-panel div.portal div.body ul li a:visited {
    color: #999999;
}

div#mw-panel {
    background-color: #FAFAFA;
}

div#p-personal a {
    color: #999999;
}