MediaWiki:Monobook.css

De Wikinoticias, la fuente libre de noticias

Nota: Después de guardar, debes recargar la caché de tu navegador para ver los cambios:

  • Mozilla: Pulsa Recargar (o Ctrl-R)
  • Internet Explorer / Opera: Ctrl-F5
  • Safari: Cmd-R
  • Konqueror Ctrl-R.
/* <source lang="css"> */
/* Enlaces */

a:hover { text-decoration: underline; }

/* Topicon */

.div topicon {
   position: absolute;
   top:1em;
   margin-right: 3px;
   display: block !important;
}

/* 'editar' en negrita para alentar a editar */

#ca-edit a { font-weight: bold !important; }

/* Las cajitas de la izquierda */

#navbox ul li {
   background-color: #FFFFFF;
  list-style: none;
  margin-left: -1em;
}
#navtree ul {
   background-color: #FFFFFF;
  border-left: thin dotted gray;
  padding-left: .5em;
}
.pBody {
   background-color: #FFFFFF;
   padding: 0.3em 0.1em;
}
.portlet h5 {
   background-color: transparent;
   border: 0
}

/* ? */
 
#pt-login {
  font-weight: bold;
  font-size: 110%;
}
 
form#userlogin {
  float: left;
  padding: 1em 1em .7em 1em;
  background-color: #ffffe6;
  border: 2px solid #fc6;
  color: #000;
  margin-right: 2em;
}
 
form#userlogin table {
  float: left;
  background-color: #ffffe6;
  color: #000;
}
 
p.error {
  font-weight: bold;
}

/* Dar tonalidad azulácea a los namespaces que no sean el principal, categoría o especial*/

#content {
    background: #F8FCFF; /* a light blue */
}
 
#content div.thumb {
    border-color: #F8FCFF;
}
 
.ns-0 * #content,
.ns--1 * #content,
.ns-14 * #content {
    background: white;
}
 
#mytabs li {
    background: #F8FCFF;
}
 
.ns-0 * #mytabs li,
.ns--1 * #mytabs li,
.ns-14 * #mytabs li {
    background: white;
}
 
#mytabs li a {
    background-color: #F8FCFF;
}
 
.ns-0 * #mytabs li a,
.ns--1 * #mytabs li a,
.ns-14 * #mytabs li a {
    background-color: white;
}
 
#p-cactions li a, #p-cactions li a:hover, #p-cactions li.selected a {
    background-color: #F8FCFF;
}
 
.ns-0 * #p-cactions li a,
.ns--1 * #p-cactions li a,
.ns-14 * #p-cactions li a {
    background-color: #fbfbfb;
}
 
.ns-0 * #p-cactions li.selected a,
.ns-0 * #p-cactions li a:hover,
.ns--1 * #p-cactions li.selected a,
.ns--1 * #p-cactions li a:hover,
.ns-14 * #p-cactions li.selected a,
.ns-14 * #p-cactions li a:hover {
    background-color: white;
}
 
.ns-0 * #content div.thumb,
.ns--1 * #content div.thumb,
.ns-14 * #content div.thumb {
    border-color: white;
}

/* Página de MediaWiki */

.ns-8 * #content { color : black; } 
.ns-8 * #content { background : #EEEEFF; }
.ns-8 * #p-cactions li { background : #EEEEFF; }
.ns-8 * #p-cactions li a { background-color : #EEEEFF; }

/* Página de discusión de MediaWiki */

.ns-9 * #content { color : black; } 
.ns-9 * #content { background : #EEEEFF; }
.ns-9 * #p-cactions li { background : #EEEEFF; }
.ns-9 * #p-cactions li a { background-color : #EEEEFF; }

/* Sacar algunas otras cosas de la portada */

body.page-Portada #t-cite,
body.page-Portada #lastmod, 
body.page-Portada #siteSub, 
body.page-Portada #contentSub, 
body.page-Portada h1.firstHeading {
    display: none !important;
}
body.page-Portada #catlinks {
    display: none;
}

/* Quitar viñetas cuando hay muchos mensajes */

ul.permissions-errors > li {
    list-style: none;
}
ul.permissions-errors {
    margin: 0;
}
/* Mostrar "De Wikinoticias, la fuente libre de noticias" */

#siteSub {
    display: inline;
    font-size: 92%;
    font-weight: normal;
}
 
#bodyContent #siteSub a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    padding-right: 0;
}

/* </source> */