Diferencia entre revisiones de «MediaWiki:Common.css»
Ir a la navegación.
mSin resumen de edición |
Sin resumen de edición |
||
Línea 14: | Línea 14: | ||
font-family: “Trebuchet MS”, Arial; | font-family: “Trebuchet MS”, Arial; | ||
text-transform: uppercase; | text-transform: uppercase; | ||
} | |||
#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%; | |||
} | } |
Revisión del 12:56 23 nov 2018
/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */ .wikitakatable th { padding: 5px; font-size: 10px; color: #003366; background-image: url(https://wiki.es.grepolis.com/skins/grepolis/images/page-bgtile.png); 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: “Trebuchet MS”, Arial; text-transform: uppercase; } #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%; }