MediaWiki:Common.css: Skillnad mellan sidversioner
Hoppa till navigering
Nilli (diskussion | bidrag) (h2 mw-headline -> h2 span.mw-headline) |
Ingen redigeringssammanfattning |
||
Rad 12: | Rad 12: | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
#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: 98%; | |||
} | |||
.toc | |||
{ | |||
width: 98%; | |||
} |
Versionen från 23 november 2018 kl. 13.10
/* CSS som skrivs här påverkar alla skal */ /* Ändra så att [[Bild:Filnamn|thumb]] inte får en vit ram */ div.thumb { border-color: transparent; } /* Gör nivå 2 == Rubrik == fetstil */ h2 span.mw-headline { font-weight: bold; } #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: 98%; } .toc { width: 98%; }