Benutzer:Dwain Zwerg/Vector.css: Unterschied zwischen den Versionen

aus Memory Alpha, der freien deutschen Star-Trek-Datenbank
Spring zu: Navigation, suche
K (ich möchte hellen Kontrast!)
K (ein paar ⚠ behoben!)
Zeile 4: Zeile 4:
  
 
/*Linkfarben: */
 
/*Linkfarben: */
.helpmodule img:hover {
+
.helpmodule { color:blue; }
    -moz-opacity: .8;
+
.new { color:#ff6633; }
    -khtml-opacity: .8;
+
.stub { color: #772233; }
    opacity: .8;  
+
.external, .extiw { color:purple; }
}
+
.mailto { color: #FFCC00; }
a.mw-redirect { background-color: #6CC; } /* WL-Markierung (Hintergrundfarbe türkis) */
+
#p-personal { color: #00CCFF !important; }
a.mw-disambig { background-color: #FC9; } /* BKL-Markierung (Hintergrundfarbe orange) */
+
.mw-redirect { color: #6CC; } /* WL-Markierung (Hintergrundfarbe türkis) */
 +
.mw-disambig { color: orange; } /* BKL-Markierung (Hintergrundfarbe orange) */
  
 
/* Versionsgeschichte-Anzeige modifizieren (betreffend 'N'+'K'+'B' und Markierungsliste): */
 
/* Versionsgeschichte-Anzeige modifizieren (betreffend 'N'+'K'+'B' und Markierungsliste): */
abbr.newpage { font-weight: bold; color: darkblue; font-size: 120%; } /* 'N' (Neu-Erstellung) fett u. dunkelblau */
+
.newpage { font-weight: bold; color: darkblue; font-size: 120%; } /* 'N' (Neu-Erstellung) fett u. dunkelblau */
abbr.minoredit { font-weight: normal; color: darkgrey; font-size: 120%; } /* 'K' (kleine Änderung) unfett u. grau */
+
.minoredit { font-weight: normal; color: darkgrey; font-size: 120%; } /* 'K' (kleine Änderung) unfett u. grau */
abbr.botedit { font-weight: normal; color: darkcyan; font-size: 120%; } /* 'B' (Bot-Edit) unfett u. dunkeltürkis */
+
.botedit { font-weight: normal; color: darkcyan; font-size: 120%; } /* 'B' (Bot-Edit) unfett u. dunkeltürkis */
span.mw-tag-markers { font-size: 120%; } /* Markierungsliste in größerer Schriftgröße */
+
.mw-tag-markers { font-size: 120%; } /* Markierungsliste in größerer Schriftgröße */
 
/* gesammmtes Wiki in hellen "Wikipedia"-/Tagskin */
 
/* gesammmtes Wiki in hellen "Wikipedia"-/Tagskin */
 
     body {
 
     body {

Version vom 24. Mai 2021, 20:48 Uhr

.Linkwartung {
   display: inline ! important;
}

/*Linkfarben: */
.helpmodule { color:blue; }
.new { color:#ff6633; }
.stub { color: #772233; }
.external, .extiw { color:purple; }
.mailto { color: #FFCC00; }
#p-personal { color: #00CCFF !important; }
.mw-redirect { color: #6CC; } /* WL-Markierung (Hintergrundfarbe türkis) */
.mw-disambig { color: orange; } /* BKL-Markierung (Hintergrundfarbe orange) */

/* Versionsgeschichte-Anzeige modifizieren (betreffend 'N'+'K'+'B' und Markierungsliste): */
.newpage { font-weight: bold; color: darkblue; font-size: 120%; } /* 'N' (Neu-Erstellung) fett u. dunkelblau */
.minoredit { font-weight: normal; color: darkgrey; font-size: 120%; } /* 'K' (kleine Änderung) unfett u. grau */
.botedit { font-weight: normal; color: darkcyan; font-size: 120%; } /* 'B' (Bot-Edit) unfett u. dunkeltürkis */
.mw-tag-markers { font-size: 120%; } /* Markierungsliste in größerer Schriftgröße */
/* gesammmtes Wiki in hellen "Wikipedia"-/Tagskin */
    body {
            background-color: white;
            color: black;
    }
    #content, #footer {
            background-color: white;
            color: black;
    }
    .pBody {
            background-color: white;
            color: black;
    }