Diferencia entre revisiones de «MediaWiki:Common.css»

De Wiki Grepolis AR
Ir a la navegación.
m (probando)
mSin resumen de edición
Línea 32: Línea 32:
/*probando tables fondo skadi */
/*probando tables fondo skadi */
table.skdtable > tr > th, table.skdtable > * > tr > th {
table.skdtable > tr > th, table.skdtable > * > tr > th {
background-color: #666633;
background: #666633;
}
}

Revisión del 22:43 8 feb 2020

/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */
#document-wrapper
{
max-width: 1200px;
}
.tribal-button 
{ 
background-color: black; 
}

.tribal-borderbox #contentheader #pt-logout a 
{ margin-right: 2px; 
}

.tribal-borderbox .with-button .tribal-button 
{ width: 21%; 
}
#toc, #toctitle
{ width: 98%; 
}
.toc
{
width: 98%; 
}

/* probando resizing image responsive ie8 */
img {
max-width:100%;
height:auto;
}

/*probando tables fondo skadi */
table.skdtable > tr > th, table.skdtable > * > tr > th {
	background: #666633;
}