/* Wikipedia dark skin. please report any bugs to http://userstyles.org/style/show/858. */

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain(es.wikipedia.org) {

#siteNotice,
#siteSub,
#footer,
#editpage-copywarn2,
#editpage-specialchars,
li#f-copyright,
li#f-lastmod,
#editpage-copywarn
{display:none}

body { background: black; }

pre {overflow: auto; border: 3px solid white; background: grey; color: white;}

#noarticletext {background: black !important; color: white !important;}

#p-logo a { background: url(http://upload.wikimedia.org/wikipedia/commons/2/28/Nuvola_apps_krec.png) 35% 50% no-repeat !important; }

#toctitle {color: black !important;}

#content { background: black !important; color: white !important;}

h1, h2, h3, h4, h5, h6 { color: white !important;}

input[type="radio"], input[type="checkbox"] { border:none; }
input[type="submit"] { background: AliceBlue !important;}
input[type="text"] {background: snow;}
textarea {background: black; color: white; border: 3px solid lightcyan;}

a { color: blue; }
a:visited { color: blue; }
a:active { color: black; }
a.external { color: #002bb8; }
a.new { color: red; }

li#pt-userpage, li#pt-anonuserpage, li#pt-login { background: none;}

.pBody {background: black; border: 3px solid white;}
.pBody a {color: lightblue;}

#p-cactions li { border: 1px solid white !important; }
#p-cactions li.selected { border: 2px solid white !important; }
#p-cactions li a, #p-cactions li.selected a { background-color: black !important;}
#p-cactions li.new a {color: red !important;}
#p-cactions li a {color: blue !important;}

#wpSummary {margin-top: 2px;}

}