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;
}
/* probando estilos skaditaka */
.wikitakatable th {
padding: 5px;
font-size: 10px;
color: #003366;
border-right-width: 1px;
border-bottom-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-right-color: #558FA6;
border-bottom-color: #558FA6;
font-family: Arial;
text-transform: uppercase;
}
}

Revisión del 23:07 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;
}