MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 86: | Zeile 86: | ||
.toc{ | .toc{ | ||
width: 400px; | width: 400px; | ||
} | } |
Version vom 21. Februar 2018, 15:45 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: 15px; /* die ersten sechs Pixel werden ignoriert, entspricht also 9px */ } #fh_center { width: 800px } /* #p-cactions { */ /* display: none */ /* } */ div.thumb { border-color: transparent; background-color: transparent; } div.thumbcaption { border-color: #FFE0A0; background-color: #FFE0A0; } div.thumbinner { border-color: #000000; background-color: #FFE0A0; } /* Change interwiki references from text to images. */ .interwiki-de { overflow: hidden; } .interwiki-de > a { color: transparent; background: url('http://wiki.de.grepolis.com/images/6/68/Grepolis_Wiki_367.png') no-repeat; background-size: 16px 16px; } /* Steffis Test basierend auf NL */ #document-wrapper { max-width: 1200px; } .tribal-button { background-color: black; } .tribal-borderbox #contentheader #pt-logout a { margin-right: 2px; } .tribal-borderbox .with-button .tribal-button { width: 21%; } #toc, #toctitle{ width: 400px; } .toc{ width: 400px; }