« MediaWiki:Common.css » : différence entre les versions

(Page créée avec « →‎Le CSS placé ici sera appliqué à tous les habillages. : .ns-3000 .index-entry, .ns-3001 .index-entry { margin-top: -30px; padding-top: 30px; } .ns-3000 .referen... »)
 
Aucun résumé des modifications
Ligne 3 : Ligne 3 :
   padding-top: 30px; }
   padding-top: 30px; }
.ns-3000 .references,.reference, .ns-3001 .references,.reference {  display: none; }
.ns-3000 .references,.reference, .ns-3001 .references,.reference {  display: none; }
.ns-3000 #index-nav, .ns-3001 #index-nav {  position: fixed;
  top: 0px;
  left: 50%;
  margin-left: -450px;
  background-color: #555555;
  text-align: center;
  display: table;
  table-layout: fixed;
  font-size: 20px;
  width: 900px;
  height: 30px; }
.ns-3000 #index-nav > a, .ns-3001 #index-nav > a {  color: white;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none; }
.ns-3000 #index-nav > a:hover, .ns-3001 #index-nav > a:hover {  background-color: #444444; }

Version du 8 juillet 2021 à 16:06

/* Le CSS placé ici sera appliqué à tous les habillages. */
.ns-3000 .index-entry, .ns-3001 .index-entry {   margin-top: -30px;
  padding-top: 30px; }
.ns-3000 .references,.reference, .ns-3001 .references,.reference {  display: none; }
.ns-3000 #index-nav, .ns-3001 #index-nav {  position: fixed;
  top: 0px;
  left: 50%;
  margin-left: -450px;
  background-color: #555555;
  text-align: center;
  display: table;
  table-layout: fixed;
  font-size: 20px;
  width: 900px;
  height: 30px; }
.ns-3000 #index-nav > a, .ns-3001 #index-nav > a {  color: white;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none; }
.ns-3000 #index-nav > a:hover, .ns-3001 #index-nav > a:hover {  background-color: #444444; }