MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 15: | Zeile 15: | ||
.generated-sidebar a { | .generated-sidebar a { | ||
text-decoration: none; | text-decoration: none; | ||
} | |||
.generated-sidebar.portlet h5 { | |||
font-weight: bold; | |||
} | |||
.generated-sidebar.portlet:not(:first-of-type) { | |||
margin-top: 10px; /* die ersten sechs Pixel werden ignoriert, entspricht also 4px */ | |||
} | } |
Version vom 24. Oktober 2013, 17:52 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ #t-whatlinkshere, #t-recentchangeslinked, #t-specialpages, #t-print, #t-permalink, #t-upload { display: none; } input.searchButton { display: none; } #column-one .generated-sidebar.portlet img { margin-left: 10px; } .generated-sidebar a { text-decoration: none; } .generated-sidebar.portlet h5 { font-weight: bold; } .generated-sidebar.portlet:not(:first-of-type) { margin-top: 10px; /* die ersten sechs Pixel werden ignoriert, entspricht also 4px */ }