MediaWiki:Common.css: Skillnad mellan sidversioner
Från Teaterföreningen Thespis
Dionysos (diskussion | bidrag) Ingen redigeringssammanfattning |
Dionysos (diskussion | bidrag) Ingen redigeringssammanfattning |
||
(30 mellanliggande sidversioner av samma användare visas inte) | |||
Rad 1: | Rad 1: | ||
/* CSS som skrivs här påverkar alla utseenden */ | /* CSS som skrivs här påverkar alla utseenden */ | ||
.tocnumber { display: none; } | .tocnumber { display: none; } | ||
.fullwidthimg { | |||
width: 760px; | |||
height: auto; | |||
max-width: 100%; | |||
} | |||
.imgborder img { | |||
border: 1px solid #CCC; | |||
} | |||
@media screen and (min-width: 850px) { | @media screen and (min-width: 850px) { | ||
.boxedin { | .boxedin { | ||
Rad 11: | Rad 18: | ||
.halfpage { | .halfpage { | ||
width: 50%; | width: 50%; | ||
} | |||
.ensemble50 { | |||
width: 126px; | |||
height:151px; | |||
float: left; | |||
} | } | ||
} | } | ||
Rad 23: | Rad 35: | ||
.halfpage { | .halfpage { | ||
width: 100%; | width: 100%; | ||
} | |||
.fullwidthimg .mw-file-element { | |||
width: 95vw !important; | |||
max-width: 95vw !important; | |||
height: auto !important; | |||
} | } | ||
} | } |