@media print {
div#content {
background:#FFF;
}/* Fondo blanco al imprimir */
}
form#userlogin {
float:left;
padding:1em 1em .7em;
background-color:#ffffe6;
border:2px solid #fc6;
color:#000;
margin-right:2em;
}
form#userlogin table {
float:left;
background-color:#ffffe6;
color:#000;
}
.error {
font-weight:700;
}
/* redondeo de esquinas en ciertos navegadores */
#content {
border-radius-topleft:.5em;
}
.pBody {
padding:.3em .1em;
border-radius-topright:.5em;
}
.portlet h5 {
background-color:#e0e3e6;
border:thin solid silver;
border-radius-topright:.5em;
}
/* CSS de tablas */
table.metadata {
border:1px solid #aaa;
display:none;
/* A definir por cada usuario */
}
.metadata-label {
color:#aaa;
}
.searchbox .searchboxInput {
background-color:transparent;
}
#coordinates {
position:absolute;
z-index:1;
border:none;
background:none;
float:right;
text-align:right;
text-indent:0;
text-transform:none;
white-space:nowrap;
/* Estilo local */
display:inline;
right:2.5em;
top:2.5em;
margin:0 18px 0 0;
padding:0 .1em 0 0;
line-height:11px;
font-size:10px;
}
/* Donations link to be uncommented during fundraising drives */
#siteNotice {
margin-top:5px;
margin-bottom:-.5em;
}
/* Bold 'edit this page' link to encourage newcomers */
#ca-edit a {
font-weight:700!important;
}
#mw-dismissable-notice {
background:transparent;
}
#pt-login {
font-weight:700;
font-size:110%;
}
/* Icono para articulos buenos y destacados */
div.topicon {
position:absolute;
z-index:10;
top:10px;
display:block!important;
}
/* Simbolos para destacados y buenos en interwikis, no llevar a common.css */
li.destacado {
list-style-image:url(//upload.wikimedia.org/wikipedia/en/d/d4/Monobook-bullet-star.png);
list-style-type:square;
margin-left:2px;
}
li.bueno {
list-style-image:url(//upload.wikimedia.org/wikipedia/commons/thumb/e/e5/Art%C3%ADculo_bueno.svg/10px-Art%C3%ADculo_bueno.svg.png);
list-style-type:square;
margin-left:2px;
}