Diferencia entre revisiones de «MediaWiki:Common.css»
De Cortázar por Nosotros
| (27 revisiones intermedias por el mismo usuario no mostrado) | |||
| Línea 3: | Línea 3: | ||
@import url(http://fonts.googleapis.com/css?family=Noto+Serif:400,700,400italic|Special+Elite); | @import url(http://fonts.googleapis.com/css?family=Noto+Serif:400,700,400italic|Special+Elite); | ||
| − | + | body { | |
font-family: 'Noto Serif', serif; | font-family: 'Noto Serif', serif; | ||
| + | } | ||
| + | |||
| + | .vector-animateLayout, #mw-page-base{ | ||
| + | background-image: url('http://www.experienciacortazar.com.ar/wiki/skins/vector/images/background.png'); | ||
| + | background-repeat: repeat-y; | ||
| + | background-position: left; | ||
| + | } | ||
| + | |||
| + | p { | ||
| + | color: #000 !important; | ||
| + | } | ||
| + | |||
| + | #p-personal a,#p-personal a:visited { | ||
| + | color: #000; | ||
| + | text-decoration:none; | ||
| + | } | ||
| + | |||
| + | #p-personal a:hover { | ||
| + | color: #fff; | ||
| + | background-color:#CC6633; | ||
| + | padding: 7px; | ||
| + | text-decoration:none; | ||
| + | } | ||
| + | |||
| + | #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 { | ||
| + | height: 25px; | ||
| + | } | ||
| + | |||
| + | #mw-panel ul li a { | ||
| + | color:#000000!important; | ||
| + | padding: 9px !important; | ||
| + | display: block; | ||
| + | |||
| + | } | ||
| + | |||
| + | #mw-panel ul li a:hover { | ||
| + | background-color:#CC6633; | ||
| + | padding-left: 7px; | ||
| + | color:#ffffff!important; | ||
| + | text-decoration:none; | ||
| + | } | ||
| + | |||
| + | h1, | ||
| + | h2, | ||
| + | h3, | ||
| + | h4, | ||
| + | h5, | ||
| + | h6, | ||
| + | #firstHeading { | ||
| + | font-family: 'Special Elite', Arial, sans-serif !important; | ||
| + | border: none !important; | ||
| + | } | ||
| + | |||
| + | #p-views ul li a:hover, #p-namespaces ul li a:hover { | ||
| + | color: #fff !important; | ||
} | } | ||
Última revisión de 13:43 20 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;
}
.vector-animateLayout, #mw-page-base{
background-image: url('http://www.experienciacortazar.com.ar/wiki/skins/vector/images/background.png');
background-repeat: repeat-y;
background-position: left;
}
p {
color: #000 !important;
}
#p-personal a,#p-personal a:visited {
color: #000;
text-decoration:none;
}
#p-personal a:hover {
color: #fff;
background-color:#CC6633;
padding: 7px;
text-decoration:none;
}
#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 {
height: 25px;
}
#mw-panel ul li a {
color:#000000!important;
padding: 9px !important;
display: block;
}
#mw-panel ul li a:hover {
background-color:#CC6633;
padding-left: 7px;
color:#ffffff!important;
text-decoration:none;
}
h1,
h2,
h3,
h4,
h5,
h6,
#firstHeading {
font-family: 'Special Elite', Arial, sans-serif !important;
border: none !important;
}
#p-views ul li a:hover, #p-namespaces ul li a:hover {
color: #fff !important;
}