Gato mono.jpg Está en marcha el XXI Certamen de Adopción.
Entra y vota tu artículo favorito en esta página
Adoptame.jpg

Usuario:Bengoa/monobook.css

De Frikipedia, la enciclopedia '''extremadamente''' seria.
Ir a la navegación Ir a la búsqueda

Nota: Después de publicar, quizás necesite actualizar la caché de su navegador para ver los cambios.

  • Firefox/Safari: Mantenga presionada la tecla Shift mientras pulsa el botón Actualizar, o presiona Ctrl+F5 o Ctrl+R (⌘+R en Mac)
  • Google Chrome: presione Ctrl+Shift+R (⌘+Shift+R en Mac)
  • Internet Explorer/Edge: mantenga presionada Ctrl mientras pulsa Actualizar, o presione Ctrl+F5
  • Opera: Presiona Ctrl+F5.
<pre><nowiki> */

.spoilertop{
	background: #E4EAF2;
	border: 1px dotted #000;
	color: #000;
             width: 90%;
	font-weight: bold;
	font-size: 10px;
	margin: 8px auto 0 auto;
	padding: 4px;
}

.spoilermain{
	background: #FAFCFE;
	border: 1px dotted #000;
             border-top: 0;
	color: #465584;
             width: 90%;
	padding: 4px;
	margin: 0 auto 8px auto;
}

.quotetop{
	background: #E4EAF2;
	border: 1px dotted #000;
	border-bottom: 0;
	border-left: 4px solid #8394B2;
	color: #000;
	font-weight: bold;
	font-size: 10px;
	margin: 8px auto 0 auto;
	padding: 3px;
}

.quotemain{
	background: #FAFCFE;
	border: 1px dotted #000;
	border-left: 4px solid #8394B2;
	border-top: 0;
	color: #465584;
	padding: 4px;
	margin: 0 auto 8px auto;
}

.codetop,
.sqltop,
.htmltop{
	background: #FDDBCC;
	color: #000;
	font-weight: bold;
	margin: 0 auto 0 auto;
	padding: 3px;
	width: 98%;
}

.codemain,
.sqlmain,
.htmlmain{
	background: #FAFCFE;
	border: 1px dotted #000;
	color: #465584;
	font-family: Courier, Courier New, Verdana, Arial;
	margin: 0 auto 0 auto;
	padding: 2px;
	width: 98%;
}

.textmain{
	font-family: Courier, Courier New, Verdana, Arial;
}

a { text-decoration: none }

/* Donations link to be uncommented during fundraising drives  */
#siteNotice {
    margin-top:5px;
    padding-left: 4px;
    /*font-style: italic;*/
    text-align: center;
}

/* Display "From Wikipedia, the free encyclopedia"
#siteSub {
    display: inline;
    font-size: 100%;
    font-weight: normal;
}

#bodyContent #siteSub a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    padding-right: 0;
} */

/* Bold 'edit this page' link to encourage newcomers */
#ca-edit a { font-weight: bold !important; }

/* Display "User $1, you are already logged in!"
   ([[MediaWiki:Alreadyloggedin]]) in red and bold */
div.alreadyloggedin { color: red; font-weight: bold; }

#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;
}

/* Remove padding from external links displayed without icon */
#bodyContent .plainlinks a {padding: 0 !important}

/* fenetre arrondi (pour les navigateurs moz/firefox/gecko) */
.pBody 
{
   padding: 0.3em 0.1em;
   -moz-border-radius-topright: 0.5em;
}
.portlet h5 
{
   background-color: #e0e3e6;
   border: thin solid silver;
   -moz-border-radius-topright: 0.5em;
}
#p-cactions ul li, #p-cactions ul li a 
{  
  -moz-border-radius-topright: 0.5em;
/*  -moz-border-radius-topleft: 0.5em; */
}
#content
{
  -moz-border-radius-topleft: 0.5em;
}

div.BoxenVerschmelzen,
div.NavFrame {
        margin: 0px;
        padding: 2px;
        border: 1px solid #aaaaaa;
        text-align: center;
        border-collapse: collapse;
        font-size: 95%;
}
div.BoxenVerschmelzen div.NavFrame {
        border-style: none;
        border-style: hidden;
}
div.NavFrame + div.NavFrame {
        border-top-style: none;
        border-top-style: hidden;
}
div.NavPic {
        background-color: #ffffff;
        margin: 0px;
        padding: 2px;
        float: left;
        display: none;
}
div.NavFrame div.NavHead {
        height: 1.6em;
        font-weight: bold;
        font-size: 100%;
        background-color: #efefef;
}
div.NavFrame p {
        font-size: 100%;
}
div.NavFrame div.NavContent {
        font-size: 100%;
}
div.NavFrame div.NavContent p {
        font-size: 100%;
}

div.NavEnd {
        margin: 0px;
        padding: 0px;
        line-height: 1px;
        clear: both;
}

.NavToggle {
    font-size: x-small;
    float:right;
}

/* Datos personales */
table.metadata {
        border: 1px solid #aaaaaa;
        display: none; /* A definir por cada usuario */
}
.metadata-label {
        color: #aaaaaa;
}

.InfoDerecha {
  clear: right;
  float: right;
  margin: 0 0 1em 1em;
}

.searchbox .searchboxInput {
    background-color: transparent;
}

/* make the list of references look smaller */
ol.references {
   font-size: 100%;
}

.references-small { font-size: 90%;}

/* wikitable/prettytable class for skinning normal tables */

table.wikitable,
table.prettytable {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #aaaaaa solid;
  border-collapse: collapse;
}

table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
  border: 1px #aaaaaa solid;
  padding: 0.2em;
}

table.wikitable th,
table.prettytable th {
  background: #f2f2f2;
  text-align: center;
}

table.wikitable caption,
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
}

.citado {
   padding: 5px 10px;
/* border: 1px dashed #AAA; */
   background-color: #F9F9F9;
}

/* Código para el portal 2.0 de la web */

.cabezal {
  color: blue;
  width: 100%;
  height:100px;
  z-index: 1;
  left:15px;
  top:15px;
  background-image:url(http://frikipedia.appz.danielcordero.site/w/images/e/e5/Cabecero.png);
  background-repeat: no-repeat;
  text-align: center;
  background-position: center;}

.subtítulo {
  height:19px;
  background-image:url(http://frikipedia.appz.danielcordero.site/w/images/c/cc/Sombrilla.png);
  font-family:Trebuchet MS;
  font-size:125%;
  font-weight: bold;
  color: darkblue;
  text-align: center;
  vertical-align:bottom;
  padding-top:8px;
  background-repeat: no-repeat;
  background-position: center;}

.barrasupizq {
  background-image: url(http://frikipedia.appz.danielcordero.site/w/images/a/a8/Upperleft.png);
  font-size: 0px;
  height: 42px;
  background-repeat:no-repeat;
  background-position: top right;}

.barracentral {
  background-image: url(http://frikipedia.appz.danielcordero.site/w/images/c/ce/Centro.png);
  height: 100px;
  text-align:center;
  background-repeat: repeat-x;}

.barraderecha {
  background-image: url(http://frikipedia.appz.danielcordero.site/w/images/a/ac/Rightcentro.png);
  width: 30%;
  align:left;
  padding:0 .6em .6em 23px;
  font-size:95%;
  border:2px solid #C6E4F2;
  border-top:0px;
  border-bottom:0px;}

.barracentralizq {
  background-image: url(http://frikipedia.appz.danielcordero.site/w/images/2/2b/Middleleft.png);
  font-size: 0px;
  height: 15px;
  background-repeat:repeat-y;
  background-position: center right;
  font-size 0px;}

.barrainfizq {
  font-size: 0px;
  height: 42px;
  background-repeat:no-repeat;
  background-position: bottom right;
  background-image: url(http://frikipedia.appz.danielcordero.site/w/images/0/02/Bottomleft.png);}

.sombraizq {
  width: 42px;
  background-repeat:no-repeat;
  background-position: top right;
  background-image: url(http://frikipedia.appz.danielcordero.site/w/images/e/e2/Sombraleft.png);}

.sombra {
  height: 27px;
  padding: 0.5em 0.5em 0.5em 0.5em;
  background-repeat: repeat-x;
  valign:top;
  background-position: top left;
  background-image: url(http://frikipedia.appz.danielcordero.site/w/images/e/e3/Sombra.png);}

.sombrader {
  background: #EAF6FD;
  border:2px solid #C6E4F2;
  border-top: 0px;
  border-bottom:0px;
  padding-left: 2em;
  font-size: 0.75em;
  background-repeat: repeat-x;
  background-image: url(http://frikipedia.appz.danielcordero.site/w/images/e/e3/Sombra.png);}

.azulclarito {
  font-size:90%;
  background:#F1FAFF;
  border:2px solid #C6E4F2;
  border-bottom:1px solid #C6E4F2;
  padding:0 .5em .5em 1.5em}

.azuloscurito {
  font-size:90%;
  background:#EAF6FD;
  border:2px solid #C6E4F2;
  border-bottom:1px solid #C6E4F2;
  padding:0 .5em .5em 1.5em;}

div.thumb {
	margin-bottom: .5em;
	border-style: solid;
	border-color: Transparent;
	width: auto;
}

/* </nowiki></pre> */