MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus DCPedia
Wechseln zu: Navigation, Suche
K
K
Zeile 36: Zeile 36:
 
   
 
   
 
{background:transparent url(http://www.dcpedia.de/wiki/images/8/89/Yellow_card.png) no-repeat right !important; color:#000000 !important; padding-right:12px !important;}
 
{background:transparent url(http://www.dcpedia.de/wiki/images/8/89/Yellow_card.png) no-repeat right !important; color:#000000 !important; padding-right:12px !important;}
 +
 +
/* Suche */
 +
span.searchmatch {
 +
    background-color: #ffff00;
 +
    }
 +
 +
/* Kategorienlinks */
 +
#catlinks {
 +
    font-size:95%;
 +
    border: none;
 +
    border-top:2px dotted lightgrey;
 +
    background-color: transparent;
 +
    padding: 0px;
 +
    margin: 2em 0 1.5em 0;
 +
    text-align: right;
 +
    clear: both;
 +
    }
 +
 +
.catlinks {
 +
    border:none;
 +
    background-color: transparent;}

Version vom 3. Dezember 2012, 18:02 Uhr

/* CSS an dieser Stelle wirkt sich auf alle Skins aus */

/* Weil es nervt. (Fette Schrift unterdrücken bei Versionunterschieden) */

.diffchange, .diffchange-inline {
        font-weight: 400 !important;
}

/* doppelte Auswahlmöglichkeit bei Sperren unterdrücken */

#wpBlockExpiry option[value=indefinite] {
        display: none;
}

/* Auffällige Vandalen als solche Kennzeichnen (Version 1.0). Administratoren bitte immer aktuell halten und ggf. erweitern */

 
a[title*='ge/62.158.'],
a[title*='ge/78.52.'],
a[title*='ge/79.199.'],
a[title*='ge/80.132.'],
a[title*='ge/84.190.'],
a[title*='ge/84.61.'],
a[title*='ge/87.123.'],
a[title*='ge/87.181.'],
a[title*='ge/88.134.'],
a[title*='ge/89.204.'],
a[title*='ge/91.23.'],
a[title*='ge/91.56.'],
a[title*='ge/129.143.'],
a[title*='ge/188.194.'],
a[title*='ge/193.170.'],
a[title*='ge/193.171.'],
a[title*='ge/194.209.'],
a[title*='ge/212.117.']
 
{background:transparent url(http://www.dcpedia.de/wiki/images/8/89/Yellow_card.png) no-repeat right !important; color:#000000 !important; padding-right:12px !important;}

/* Suche */
span.searchmatch {
     background-color: #ffff00;
     }

/* Kategorienlinks */
 #catlinks {
     font-size:95%;
     border: none;
     border-top:2px dotted lightgrey;
     background-color: transparent;
     padding: 0px;
     margin: 2em 0 1.5em 0;
     text-align: right;
     clear: both;
     }
 
 .catlinks {
     border:none;
     background-color: transparent;}