MediaWiki:Common.css: Skillnad mellan sidversioner
Från Teaterföreningen Thespis
Dionysos (diskussion | bidrag) Ingen redigeringssammanfattning |
Dionysos (diskussion | bidrag) Ingen redigeringssammanfattning |
||
| (41 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 */ | ||
@import url('https://fonts.googleapis.com/css2?family=Gochi+Hand&display=swap'); | |||
@import url('https://fonts.googleapis.com/css2?family=Caveat+Brush&display=swap'); | |||
.caveat-text { | |||
font-family: 'Caveat Brush'; | |||
} | |||
.tocnumber { display: none; } | .tocnumber { display: none; } | ||
.fullwidthimg { | |||
width: 760px; | |||
height: auto; | |||
max-width: 100%; | |||
} | |||
.imgborder img { | |||
border: 1px solid #CCC; | |||
} | |||
.pbright ol { | |||
list-style: none; | |||
counter-reset: item; | |||
padding-left: 0; | |||
} | |||
.pbright ol > li { | |||
counter-increment: item; | |||
/* reserve marker space on the RIGHT */ | |||
padding-right: 1.5em; | |||
text-indent: 0; | |||
} | |||
.pbright ol > li .firstrow::after { | |||
content: "."counter(item); | |||
float: right; | |||
margin-right: -1.5em; /* pull number into the reserved space */ | |||
width: 1.5em; | |||
text-align: right; | |||
} | |||
td.pbright { | |||
text-align:right; | |||
padding-right: 20px; | |||
} | |||
td.pbcenter { | |||
text-align:center; | |||
} | |||
@media screen and (min-width: 850px) { | @media screen and (min-width: 850px) { | ||
| Rad 11: | Rad 54: | ||
.halfpage { | .halfpage { | ||
width: 50%; | width: 50%; | ||
} | |||
.ensemble50 { | |||
width: 126px; | |||
height:151px; | |||
float: left; | |||
} | } | ||
} | } | ||
| Rad 23: | Rad 71: | ||
.halfpage { | .halfpage { | ||
width: 100%; | width: 100%; | ||
} | |||
.fullwidthimg .mw-file-element { | |||
width: 95vw !important; | |||
max-width: 95vw !important; | |||
height: auto !important; | |||
} | } | ||
} | } | ||
