Diferencia entre revisiones de «MediaWiki:Common.css»

De Cortázar por Nosotros
Saltar a: navegación, buscar
 
(23 revisiones intermedias por el mismo usuario no mostrado)
Línea 7: Línea 7:
 
}
 
}
  
 +
.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 {
 
#mw-panel {
Línea 12: Línea 33:
 
     color:#ffffff;
 
     color:#ffffff;
 
     text-decoration:none;
 
     text-decoration:none;
     font-size: 18px!important;
+
     font-size: ;
 
     font-weight: bold;
 
     font-weight: bold;
     line-height: 36px;
+
     line-height: ;
    line-height: 36px;
+
 
     list-style-type: none;
 
     list-style-type: none;
 
     text-align: left;
 
     text-align: left;
 
     display:block;
 
     display:block;
 +
}
 +
 +
#mw-panel ul li {
 +
    height: 25px;
 
}
 
}
  
 
#mw-panel ul li a {
 
#mw-panel ul li a {
 
     color:#000000!important;
 
     color:#000000!important;
 +
    padding: 9px !important;
 +
    display: block;
 +
   
 
}
 
}
  
 
#mw-panel ul li a:hover {
 
#mw-panel ul li a:hover {
 
     background-color:#CC6633;
 
     background-color:#CC6633;
     padding-left: 10px;
+
     padding-left: 7px;
 
     color:#ffffff!important;
 
     color:#ffffff!important;
 
     text-decoration:none;
 
     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;
}