Benutzer:WiMu/vector.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
WiMu (Diskussion | Beiträge) K (→using [[MediaWiki:Gadget-CodeEditor.js|CodeEditor]]: zuviel auskommentiert neulich) |
WiMu (Diskussion | Beiträge) K (→using [[MediaWiki:Gadget-CodeEditor.js|CodeEditor]]: mal gucken) |
||
Zeile 1: | Zeile 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
/* commons-Kategorien blau machen, auch wenn noch nicht angelegt */ | /* commons-Kategorien blau machen, auch wenn noch nicht angelegt */ | ||
.ns-6 #catlinks a.new { color: #0645ad !important; } | .ns-6 #catlinks a.new { color: #0645ad !important; } | ||
− | /* | + | /* Sidebar festtackern */ |
− | # | + | div#mw-panel { |
− | + | position:fixed !important; | |
} | } | ||
− | + | /* MiniPreview */ | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | # | + | #MiniPreview { |
− | + | width:250px; | |
− | + | background-color: #e5ecf4; | |
− | + | border:3px solid #365f91; | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | border: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } |
Version vom 25. Mai 2011, 20:00 Uhr
/* commons-Kategorien blau machen, auch wenn noch nicht angelegt */
.ns-6 #catlinks a.new { color: #0645ad !important; }
/* Sidebar festtackern */
div#mw-panel {
position:fixed !important;
}
/* MiniPreview */
#MiniPreview {
width:250px;
background-color: #e5ecf4;
border:3px solid #365f91;
}