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 37: Línea 37:
font-size: 10px;
font-size: 10px;
color: #003366;
color: #003366;
background-image: url(https://wiki.es.grepolis.com/skins/grepolis/images/page-bgtile.png);
border-right-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-bottom-width: 1px;
Línea 44: Línea 43:
border-right-color: #558FA6;
border-right-color: #558FA6;
border-bottom-color: #558FA6;
border-bottom-color: #558FA6;
font-family: “Trebuchet MS”, Arial;
font-family: Arial;
text-transform: uppercase;
text-transform: uppercase;
}
}

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