Usuario:Orgullomoore/monobook.css

De Wikipedia, la enciclopedia libre

Nota: Después de guardar, debes refrescar la caché de tu navegador para ver los cambios. Internet Explorer: mantén presionada Ctrl mientras pulsas Actualizar. Firefox: mientras presionas Mayús pulsas el botón Actualizar, (o presiona Ctrl-Shift-R). Los usuarios de Google Chrome y Safari pueden simplemente pulsar el botón Recargar. Para más detalles e instrucciones acerca de otros exploradores, véase Ayuda:Cómo limpiar la caché.

/* Basado en el de Datrio: /*
/* http://pl.wikinews.org/wiki/Wikipedysta:Datrio/monobook.css /*

body {
background: white !important;
}
h1, h2, h3, h4, h5, h6 {
border-bottom: 1px solid #B8D2F7;
font-family: arial;
}
a {
text-decoration: none;
}
/*ul {
 list-style-image: none;
 color: orange;
}*/

#p-nav, #p-search, #p-tb, #p-lang {
margin: 1em 0.5em;
width: 11.2em;
}

#p-cactions {
top: 21px;
}

#p-cactions ul li {
border: 1px solid #C1CDF7;
-moz-border-radius-topleft: 0.5em;
-moz-border-radius-topright: 0.5em;
border-radius-topleft: 0.5em;
border-radius-topright: 0.5em;
}
#p-cactions ul li a {
font: 10px verdana;
font-weight: bold;
background: #F1FAFF;
border: 0;
padding: 0 0.5em 0.3em;
z-index: 3;
}
#p-cactions ul li.selected {
border: 1px solid #C1CDF7;
}
#p-cactions ul li.selected a {
color: black;
background: #CEDEFF;
border: 1px solid #C1CDF7;
}

#p-nav h5, #p-search h5, #p-tb h5, #p-lang h5 {
background: #CCE0FB;
padding: 4px 10px;
width: 100%;
display: block;
font-weight: bold;
font-size: 0.8em;
margin-bottom: 3px;
-moz-border-radius-topleft: 1em;
border-radius-topleft: 1em;
}
#p-nav .pBody, #p-search .pBody, #p-tb .pBody, #p-lang .pBody {
display: block;
border: 1px solid #CCE0FB;
background: #F1F8FE;
-moz-border-radius-bottomright: 1em;
border-radius-bottomright: 1em;
}

#p-nav .pBody a, #p-tb .pBody a, #p-lang .pBody a {
color: black;
text-decoration: none;
font: 11px verdana;
}
#p-nav .pBody a:hover, #p-tb .pBody a:hover, #p-lang .pBody a:hover {
color: #555 !important;
}

#p-nav .pBody a:hover, #p-tb .pBody a:hover, #p-lang .pBody a:hover {
color: black;
text-decoration: none;
}

#content {
border-left: 4px solid #B9D4F1;
border-bottom: 4px solid #B9D4F1;
border-top: 4px solid #B9D4F1;
-moz-border-radius-topleft: 1em;
-moz-border-radius-bottomleft: 1em;
border-radius-topleft: 1em;
border-radius-bottomleft: 1em;
top: 7px;
}

#footer {
border-bottom: 4px solid #B9D4F1;
border-top: 4px solid #B9D4F1;
border-left: 4px solid #B9D4F1;
margin: 2em 0 2em 13.5em;
-moz-border-radius-topleft: 1em;
-moz-border-radius-bottomleft: 1em;
border-radius-topleft: 1em;
border-radius-bottomleft: 1em;
}

#p-personal .pBody ul {
background: #F1F8FE;
border-bottom: 1px solid #C1CDF7;
border-left: 1px solid #C1CDF7;
float: right;
padding-left: 0;
-moz-border-radius-bottomleft: 2em;
border-radius-bottomleft: 2em;
height: 1.45em;
}
#p-personal li {
margin: 0;
}
#p-personal li a {
padding: 0.5em;
}
#p-personal li a:hover {
background: #D4DEEA;
}

#searchInput {
background: white;
border: 1px solid #D4DEEA;
}

div.thumb div {
background: #F1F8FE !important;
border: 1px solid #C1CAF3 !important;
}

#wn_header {
border-top: 1px solid #B8D2F7 !important;
border-bottom: 1px solid #B8D2F7 !important;
background: #F1F8FE !important;
padding: 0;
}
#wn_header .links {
background: white !important;
}

#wn_header .header_text span.wiki {
color: #B4D0F8 !important;
}



a:visited {color: #002BB8;}

/*
  Para el menú flotante
*/
.menuflotante
{
position: fixed;
top:-4px; right:0px; width:6em; height:1em; min-height:1em;
z-index:2;
background:#aaa; border:1px solid #888;
list-style-type: none !important; list-style-image:none;
}
.menuflotante li {display:none; border-bottom:1px solid #ccc; margin:0px; background:white;}
.menuflotante:hover li{display:block;}
.menuflotante li:hover{background:#eee;}


/* bottom tab styling (not for IE currently) */
#mytabs {
    margin: -0.3em 0 0  11.5em;
    white-space:nowrap;
    line-height: 1.1em;
    overflow: visible;
    border-collapse: collapse;
    padding: 0 0 0 1em;
    list-style: none;
    font-size: 95%;
}
#mytabs .hiddenStructure { display: none; }
#mytabs li {
    display: inline;
    border: 1px solid #aaaaaa;
    border-top: none;
    padding: 0.1em 0 0 0;
    margin: 0 0.3em 0 0;
    overflow: visible;
    background: White;
}
#mytabs li.selected {
    border-color: #fabd23;
    padding: 0.2em 0 0 0;
}
#mytabs li a {
    background-color: White;
    color: #002BB8;
    border: none;
    padding: 0.3em 0.8em 0 0.8em;
    text-decoration: none;
    text-transform: lowercase;
    position: relative;
    margin: 0;
}
#mytabs li.selected a { z-index: 3; }
#mytabs .new a { color:#ba0000; }
#mytabs li a:hover {
    z-index: 3;
    text-decoration: none;
}
#mytabs h5 { display: none; }
#mytabs li.istalk { margin-right: 0; }
#mytabs li.istalk a { padding-right: 0.5em; }
#mytabs-ca-addsection a { 
    padding-left: 0.4em;
    padding-right: 0.4em;
}
/* offsets to distinguish the tab groups */
li#mytabs-ca-talk { margin-right: 1.6em; }
li#mytabs-ca-watch { margin-left: 1.6em; }

/* remove comment tags if bottom tabs should be rounded as well in moz */
#mytabs li, #mytabs li a { 
  -moz-border-radius-bottomleft: 1em;
  -moz-border-radius-bottomright: 1em;