Diferencia entre revisiones de «MediaWiki:Common.css»
De Cortázar por Nosotros
| Línea 7: | Línea 7: | ||
} | } | ||
| + | a { | ||
| + | color: #000; | ||
| + | } | ||
| + | |||
| + | a:hover { | ||
| + | color: #fff; | ||
| + | background-color:#CC6633; | ||
| + | } | ||
#mw-panel { | #mw-panel { | ||
| Línea 38: | Línea 46: | ||
h6, | h6, | ||
#firstHeading { | #firstHeading { | ||
| − | font-family: 'Special Elite', Arial, sans-serif !important ; | + | font-family: 'Special Elite', Arial, sans-serif !important; |
| + | border: none !important; | ||
} | } | ||
Revisión de 06:23 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;
}
a {
color: #000;
}
a:hover {
color: #fff;
background-color:#CC6633;
}
#mw-panel {
font-family: 'Special Elite', Arial, sans-serif;
color:#ffffff;
text-decoration:none;
font-size: ;
font-weight: bold;
line-height: ;
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: 4px;
color:#ffffff!important;
text-decoration:none;
}
h1,
h2,
h3,
h4,
h5,
h6,
#firstHeading {
font-family: 'Special Elite', Arial, sans-serif !important;
border: none !important;
}