MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 8: | Zeile 8: | ||
display: none; | display: none; | ||
} | } | ||
/* navigation menu */ | /* navigation menu */ | ||
Zeile 21: | Zeile 13: | ||
table.t2 th {background:#edb; text-align:right; padding-right:4px; border-right:1px solid grey;} | table.t2 th {background:#edb; text-align:right; padding-right:4px; border-right:1px solid grey;} | ||
table.t2 td {background:#eee; border-bottom:1px solid grey; padding-left:8px;} | table.t2 td {background:#eee; border-bottom:1px solid grey; padding-left:8px;} | ||
Version vom 10. Oktober 2013, 15:28 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; } /* navigation menu */ table.t2 {border-collapse:collapse; border:1px solid grey; margin-top:10px; font-size:80%; text-align:left;} table.t2 th {background:#edb; text-align:right; padding-right:4px; border-right:1px solid grey;} table.t2 td {background:#eee; border-bottom:1px solid grey; padding-left:8px;}