Diferencia entre revisiones de «MediaWiki:Common.css»

De Vitalinux
Saltar a: navegación, buscar
 
Línea 18: Línea 18:
 
}
 
}
  
 +
/* CSS for Navigation Templates User:BrentSimpson */
 +
 +
table.tws {
 +
width: 100%;
 +
padding: 1px;
 +
border: 2px solid #A3B0BF;
 +
border-radius: 4px;
 +
}
 +
 +
table.tws th {
 +
    background: #E4EDF2;
 +
    border: 1px solid #A3B0BF;
 +
}
 +
 +
/* contador para indices */
 
.nestedcounter ol { counter-reset: item }
 
.nestedcounter ol { counter-reset: item }
 
.nestedcounter li { display: block ;font-weight:bold}
 
.nestedcounter li { display: block ;font-weight:bold}
 
.nestedcounter li:before { content: counters(item, ".") " "; counter-increment: item }
 
.nestedcounter li:before { content: counters(item, ".") " "; counter-increment: item }

Revisión actual del 20:45 23 feb 2016

/* El CSS colocado en esta página será aplicado a todas las apariencias */
#ProjectNav {
    background-color: #FFF;
    border: 2px solid #A3B0BF;
    padding: 14px;
    margin: 16px 0 12px 0;
    padding-bottom: 35px;
}
 
#ProjectNavPages {
    margin: 24px 0 0 20px;
    text-align: center;
    padding: 0px 14px 0px 14px;
    border: 1px solid #A3B0BF;
    background-color:#E4EDF2;
    float: left;
    -moz-border-radius: 4px;
}

/* CSS for Navigation Templates User:BrentSimpson */
 
table.tws {
width: 100%;
padding: 1px;
border: 2px solid #A3B0BF;
border-radius: 4px;
}
 
table.tws th {
    background: #E4EDF2;
    border: 1px solid #A3B0BF;
}

/* contador para indices */
.nestedcounter ol { counter-reset: item }
.nestedcounter li { display: block ;font-weight:bold}
.nestedcounter li:before { content: counters(item, ".") " "; counter-increment: item }