MediaWiki:Common.css: Skillnad mellan sidversioner

Från Teaterföreningen Thespis
Ingen redigeringssammanfattning
Ingen redigeringssammanfattning
 
(27 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 {
.fullwidthimg {
Rad 6: Rad 11:
max-width: 100%;
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) {
.boxedin {
.boxedin {
Rad 15: Rad 54:
.halfpage {
.halfpage {
width: 50%;
width: 50%;
}
.ensemble50 {
width: 126px;
height:151px;
float: left;
}
}
}
}
Rad 28: Rad 72:
width: 100%;
width: 100%;
}
}
.fullwidthimg {
.fullwidthimg .mw-file-element {
width: 400px;
width: 95vw !important;
max-width: 95vw !important;
height: auto !important;
}
}
}
}