Diferencia entre revisiones de «MediaWiki:Common.css»

De Wiki Grepolis AR
Ir a la navegación.
(Página creada con «→‎Los estilos CSS colocados aquí se aplicarán a todas las apariencias: #document-wrapper { max-width: 1200px; } .tribal-button { background-color: black; } .tribal...»)
 
mSin resumen de edición
Línea 22: Línea 22:
{
{
width: 98%;  
width: 98%;  
}
/* probando resizing image responsive */
img {
max-width:100%;
height:auto;
}
}

Revisión del 00:40 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 */
img {
max-width:100%;
height:auto;
}