MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 10: | Zeile 10: | ||
/* navigation menu */ | /* navigation menu */ | ||
table.struct {margin-left:5%; width:90%; cellpadding:2px; margin-top:10px; backgroud:#feb; border-radius:8px; border:2px solid black; text-align:center;} | |||
table.struct th {background:#edb; border-top:1px solid grey; border-right:1px solid grey; padding: 8px 0px 8px 0px;} | |||
table.struct td {background:#feb; border-top:1px solid grey;} | |||
table.t1 {backgroud:#feb; border-radius:8px; border:2px solid black; text-align:center;} | |||
table.t1 th {background:#edb; border-top:1px solid grey; border-right:1px solid grey; padding: 8px 0px 8px 0px;} | |||
table.t1 td {background:#feb; border-top:1px solid grey; text-align:jusity;} | |||
table.t2 {border-collapse:collapse; border:1px solid grey; margin-top:10px; font-size:80%; text-align:left;} | 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 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:29 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.struct {margin-left:5%; width:90%; cellpadding:2px; margin-top:10px; backgroud:#feb; border-radius:8px; border:2px solid black; text-align:center;} table.struct th {background:#edb; border-top:1px solid grey; border-right:1px solid grey; padding: 8px 0px 8px 0px;} table.struct td {background:#feb; border-top:1px solid grey;} table.t1 {backgroud:#feb; border-radius:8px; border:2px solid black; text-align:center;} table.t1 th {background:#edb; border-top:1px solid grey; border-right:1px solid grey; padding: 8px 0px 8px 0px;} table.t1 td {background:#feb; border-top:1px solid grey; text-align:jusity;} 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;}