Diferencia entre revisiones de «MediaWiki:Common.css»

De Wiki Grepolis AR
Ir a la navegación.
mSin resumen de edición
mSin resumen de edición
Línea 28: Línea 28:
max-width:100%;
max-width:100%;
height:auto;
height:auto;
width: auto;
}
}

Revisión del 01:25 10 dic 2019

/* 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;
}