User:Yamakiri/monobook.css
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
The accompanying .js page for this skin is at User:Yamakiri/monobook.js. |
table.fundraiser-box {display : none;}
// from spanish wikipedia
/* <pre><nowiki> */
.ns--0 { background: #f9f9f9 url('headbg.jpg') no-repeat }
.ns--1, .ns-1, .ns-2, .ns-3, .ns-4, .ns-5, .ns-6, .ns-7, .ns-8, .ns-9, .ns-10, .ns-11, .ns-12, .ns-13, .ns-14, .ns-15 { background: #ffffef url('http://upload.wikimedia.org/wikipedia/commons/d/d7/Headbgyellow.jpg') no-repeat }
a { text-decoration: none; }
a:hover { text-decoration: underline; }
/* siteNotice */
#siteNotice {
margin-top:5px;
padding-left: 4px;
/*font-style: italic;*/
text-align: center;
}
/* Display "
#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}
/*Ocultar título y categorías en la Portada*/
body.page-Portada h1.firstHeading, body.page-Portada#catlinks { display:none; }
/* fenetre arrondi (pour les navigateurs moz/firefox/gecko) */
div.pBody {
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
border-left: 0px solid white;
}
.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;
}
li.destacado {
list-style-image: url("http://upload.wikimedia.org/wikipedia/en/d/d4/Monobook-bullet-star.png");
list-style-type: square;
margin-left: 2px;
}
li.bueno {
list-style-image: url("http://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;
}
#coordinates {
position: absolute;
z-index: 1;
border: none;
background: none;
right: 18px;
top: 2.2em;
float: right;
margin: 0.0em;
padding: 0.0em;
line-height: 1.5em;
text-align: right;
text-indent: 0;
font-size: 85%;
text-transform: none;
white-space: nowrap;
}
/* </nowiki></pre> */