Benutzer:Nightfly85/common.css

aus Wikipedia, der freien Enzyklopädie
Zur Navigation springen Zur Suche springen

Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Internet Explorer/Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Strg+F5
/* UI-Verbesserungen */

.mw-rollback-link,
#editpage-copywarn,
#pagehistory .mw-usertoollinks {
    display: none;
}

sup.reference {
    font-weight: bold;
    font-family: monospace;
}

.catlinks {
    border: 1px solid #F9F9F9;
    border-top-color: #AAAAAA;
    clear: both;
    margin-top: 1em;
    padding: 5px;
}

ol.references.multi-column { /* .multi-column added by common.js */
    -moz-column-width: 30em;
    -webkit-column-width: 30em;
    column-width: 30em;
}

ol.references > li:target, sup.reference:target {
    font-weight: bold;
}

ol.multi-column > li {
    padding-right: 2.5em;
}

#bodyContent p,
#bodyContent li,
#bodyContent dd {
    color: #353535;
}

/* fr.wp-like Diskussions-Design */

.ns-talk dl, .ns-talk dl dl dl, .ns-talk dl dl dl dl dl, .ns-talk dl dl dl dl dl dl dl, .ns-talk dl dl dl dl dl dl dl dl dl {
    background: none repeat scroll 0 0 #F5FAFF;
}

.ns-talk dl dl, .ns-talk dl dl dl dl, .ns-talk dl dl dl dl dl dl, .ns-talk dl dl dl dl dl dl dl dl, .ns-talk dl dl dl dl dl dl dl dl dl dl {
    background: none repeat scroll 0 0 white;
}

.ns-talk dl {
    border-left: 1px solid #A7D7F9;
    border-top: 1px solid #A7D7F9;
    margin-left: 1em;
    padding-left: 0.5em;
    padding-top: 0.5em;
}

@media screen and (min-width: 1000px) {

    h1 .editsection,
    h2 .editsection,
    h3 .editsection,
    h4 .editsection,
    h5 .editsection, 
    h6 .editsection {
        visibility: hidden;
    }

    h1:hover .editsection,
    h2:hover .editsection,
    h3:hover .editsection,
    h4:hover .editsection,
    h5:hover .editsection, 
    h6:hover .editsection {
        visibility: visible;
    }

}

/*
.ns-0 div#bodyContent a[href$="Benutzer:Nightfly85"],
.ns-4 div#bodyContent a[href$="Benutzer:Nightfly85"] {
  background-color: red;
  color: #f6f4f4;
  padding: 4px 10px;
  font-weight: bold;
}
*/

/* historyCombine tool */
.mw-historycombine-rootRow a.mw-historycombine-autoBundleInfo {
   color: gray !important;
   padding-left: 16px;
   background: transparent none no-repeat left center;
}

.mw-historycombine-rootRow-folded a.mw-historycombine-autoBundleInfo {
   background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAxQTFRF3d3deXl5////nZ2dQA6SoAAAAAN0Uk5T//8A18oNQQAAADNJREFUeNpiYEIDDMQKMKALMDOgCTDCRWACcBG4AEwEIcDITEAFuhnotmC4g4EEzwEEGAADqgHmQSPJKgAAAABJRU5ErkJggg==");
}

.mw-historycombine-rootRow-unfolded a.mw-historycombine-autoBundleInfo {
   background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA9QTFRFeXl53d3dmpqasbGx////GU0iEgAAAAV0Uk5T/////wD7tg5TAAAAK0lEQVQI12NwgQIG0hhCDAwMTCJAhqMCA4MiWEoIJABiOCooQhULi5BqMgB2bh4svs8t+QAAAABJRU5ErkJggg==");
}

.mw-historycombine-hiddenChild input[name="diff"] {
   margin-right: 20px;
}


#ca-n-watchers strong {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    font-weight: normal;
    padding: 3px 4px;
}