Différences entre les versions de « MediaWiki:Common.css »

De Swiss Tchoukball Wiki
Aller à : navigation, rechercher
(Ajout de la class st-branding-logo)
Ligne 14 : Ligne 14 :
}
}


.st-branding-logo {
.st-branding-white-logo::before {
   width: 400px;
  content: '';
   width: 100%;
  height: 100%;
   background-color: #ff0000;
   background-color: #ff0000;
}
}

Version du 11 août 2023 à 17:48

/* Le CSS placé ici sera appliqué à tous les habillages. */

table.alternategrey tr:nth-child(even) {background: #E0E0E0;}

.toclimit-1 .toclevel-2 {display: none;}
.toclimit-2 .toclevel-3 {display: none;}
.toclimit-3 .toclevel-4 {display: none;}
.toclimit-4 .toclevel-5 {display: none;}
.toclimit-5 .toclevel-6 {display: none;}

blockquote {
  font-size: 1em;
  font-style: italic;
}

.st-branding-white-logo::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #ff0000;
}