MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus FürthWiki
Zur Navigation springen Zur Suche springen
K
Zeile 72: Zeile 72:
 
}
 
}
 
.mw-body a.external {
 
.mw-body a.external {
     color: #4E8A3E;
+
     color: #008800;
 
}
 
}
 
.mw-body a.external:visited {
 
.mw-body a.external:visited {
     color: #4E8A3E;
+
     color: #006600;
 
}
 
}
 
#mw-panel.collapsible-nav .portal.collapsed h5 a {
 
#mw-panel.collapsible-nav .portal.collapsed h5 a {

Version vom 23. Dezember 2012, 00:32 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

div#startseite_links {
    float: left;
    text-align: left;
    margin-right: 4px;
    margin-top: 4px;
    width: 69%;
}
div#startseite_rechts {
    background-color: #F9F9F9;
    float: right;
    margin-top: 4px;
    width: 30%;
}
div#startseite_oben {
    border: 1px solid #AAAAAA;
    margin-bottom: 4px;
    padding: 1px 2px 3px 2px;
    text-align: center;
}
div#startseite_interlink {
    font-size: 0.9em;
    font-style: italic;
    margin-right: 4px;
    text-align: right;
}
div#Inhalt_Box {
    background: #F3F3F3;
    border: 1px solid #AAAAAA;
    margin-bottom: 4px;
    padding: 1px;
}
div#Ueberschrift_Box {
    background-attachment: scroll;
    /* background-color: #5E9A4E; #4E8A3E; */
    border-bottom: 4px solid #4E8A3E;
    height: 26px;
    padding: 1px 1px 2px 1px;
    text-align: left;
    font-family: serif;
    font-variant: small-caps;
}
div#Ueberschrift_Startseite {
    background-attachment: scroll;
    background-color: #5E9A4E; /* #4E8A3E; */
    border: 1px solid #AAAAAA;
    height: 26px;
    padding: 1px;
    text-align: center;
}
div#Ueberschrift_Light {
    background-attachment: scroll;
    background-color: #8FCB7F;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    border: 1px solid #AAAAAA;
    padding: 1px;
    text-align: center;
}

/* Die folgenden Styles sind für die Formatierung des Skins ohne es anzutasten! */
a {
    color: #008800;
}
a:visited {
    color: #006600;
}
a:hover {
    color: #FF4B33;
}
.mw-body a.external {
    color: #008800;
}
.mw-body a.external:visited {
    color: #006600;
}
#mw-panel.collapsible-nav .portal.collapsed h5 a {
    color: #4D4D4D;
}
.mw-datatable th {
    background-color: #F3F3F3;
}