Diferencia entre revisiones de «MediaWiki:Common.css»
De Cortázar por Nosotros
| Línea 12: | Línea 12: | ||
color:#ffffff; | color:#ffffff; | ||
text-decoration:none; | text-decoration:none; | ||
| − | font-size: | + | font-size: 18px!important; |
font-weight: bold; | font-weight: bold; | ||
| − | height: 36px; | + | line-height: 36px; |
line-height: 36px; | line-height: 36px; | ||
list-style-type: none; | list-style-type: none; | ||
| Línea 27: | Línea 27: | ||
#mw-panel ul li a:hover { | #mw-panel ul li a:hover { | ||
background-color:#CC6633; | background-color:#CC6633; | ||
| − | padding-left: | + | padding-left: 10px; |
| + | color:#ffffff; | ||
} | } | ||
Revisión de 03:14 14 sep 2014
/* El CSS colocado en esta página será aplicado a todas las apariencias */
@import url(http://fonts.googleapis.com/css?family=Noto+Serif:400,700,400italic|Special+Elite);
body {
font-family: 'Noto Serif', serif;
}
#mw-panel {
font-family: 'Special Elite', Arial, sans-serif;
color:#ffffff;
text-decoration:none;
font-size: 18px!important;
font-weight: bold;
line-height: 36px;
line-height: 36px;
list-style-type: none;
text-align: left;
display:block;
}
#mw-panel ul li a {
color:#000000!important;
}
#mw-panel ul li a:hover {
background-color:#CC6633;
padding-left: 10px;
color:#ffffff;
}