Diferencia entre revisiones de «MediaWiki:Common.css»

(Página creada con «→‎Los estilos CSS colocados aquí se aplicarán a todas las apariencias: .ns-3000 .index-entry, .ns-3001 .index-entry { margin-top: -30px; padding-top: 30px; } .ns-3…»)
 
Sin resumen de edición
 
Línea 2: Línea 2:
.ns-3000 .index-entry, .ns-3001 .index-entry {  margin-top: -30px;
.ns-3000 .index-entry, .ns-3001 .index-entry {  margin-top: -30px;
   padding-top: 30px; }
   padding-top: 30px; }
.ns-3000 .references,.reference, .ns-3001 .references,.reference {  display: none; }
.ns-3000 .references, .ns-3001 .references {  display: none; }
.ns-3000 .reference, .ns-3001 .reference {  display: none; }
.ns-3000 #index-nav, .ns-3001 #index-nav {  position: fixed;
.ns-3000 #index-nav, .ns-3001 #index-nav {  position: fixed;
   top: 0px;
   top: 0px;

Revisión actual - 16:34 8 jul 2021

/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */
.ns-3000 .index-entry, .ns-3001 .index-entry {   margin-top: -30px;
  padding-top: 30px; }
.ns-3000 .references, .ns-3001 .references {  display: none; }
.ns-3000 .reference, .ns-3001 .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; }