User:GeorgeMoney/skins/dureskin.css

From Wikipedia, the free encyclopedia

If a message on your talk page led you here, please be wary of who left it. Code that you insert on this page could contain malicious content capable of compromising your account. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. If this is a .js page, the code will be executed when previewing the page.
Note: After saving, you have to bypass your browser's cache to see the changes. In Internet Explorer and Firefox, hold down the Ctrl key and click the Refresh or Reload button. Opera users have to clear their caches through Tools→Preferences, see the instructions for Opera. Konqueror and Safari users can just click the Reload button.
/* <pre> */
/* This is '''loosley''' based on another skin */
/* remove some links from the navigation box */
li#n-portal, /* The link to the community portal */
li#n-currentevents, /* The link to the current events */
li#n-Featured-articles, /* The link to the featured articles */
li#n-randompage, /* The link to Special:Random */
li#n-help, /* The link to help */
li#n-contact, /* The link to contact wikipedia */
li#n-sitesupport, /* The donations link */
li#t-recentchangeslinked, /* The link to "Related Changes". Note: You can use Special:Recentchangeslinked instead */
li#t-upload /* The upload file link. Please upload to the commons instead */
{display:none}
 
/* nms */
 
.usermessage {
    background-color: lightgreen;
    border-color: #B5F;
    color: black;
    font-weight: bold;
    margin: 2em 0em 1em 0em;
    padding: 0.5em 1em;
    vertical-align: middle;
    -moz-border-radius-topleft: 1em; 
    -moz-border-radius-bottomleft: 1em;
    -moz-border-radius-topright: 1em; 
    -moz-border-radius-bottomright: 1em;
    text-align: center;
}
 
/* Eliminate yellow colour everywhere in borders */
#p-cactions li.selected {
    border-color: #aaa;
}
 
/* rm sitenotice */
 
#siteNotice {
    display: none;
}
 
/* Don't Display "From Wikipedia, the free encyclopedia", because we know that we are at wikipedia */
#siteSub {
    display: none;
}
 
/* Unbold 'edit' link*/
#ca-edit a { font-weight: normal !important;}
 
 
/* </pre> */
 
/* <pre> */
 
/* hide copyleft/disclaimer footer */
#footer {display: none;}
 
/* hide "special warnings2" messages and "special characters" box in edit pages */
#editpage-copywarn2 {display: none;}
#editpage-specialchars {display: none;}
 
 
/* put scrollbar on pre sections. and solid borders */
pre {overflow: auto;}
pre {border: 1px solid #aaa;}
 
/* </pre> */
 
/* <pre> */
 
/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
}
#content { 
  -moz-border-radius-topleft: 1em; 
  -moz-border-radius-bottomleft: 1em;
}
div.pBody {
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
}
 
/* </pre> */
 
/* <pre> */
 
/* suppress the person icon by your username */
li#pt-userpage { background: none }
 
/* Dont need this copyright notice on every page */
 
li#f-copyright,
li#f-lastmod,
#editpage-copywarn { display: none; }
 
/* </pre> */
 
/* <pre> */  
 
/********************************************
**                                         ** 
**        F O S F O R I   V E R D I        **
**                                         **
**    Skin creata da [[Utente:Kormoran]]   ** 
**                                         **
**     Versione 1.1a,  30 Ottobre 2005     **
**                                         **
**                    Modified by GeorgeMoney 
********************************************/
 
/* Colori di default */ 
body {
    background: Black;
    color: white;
}
#content { background : #000000; } 
#content { color : white; } 
#content { border: 1px solid white; } 
/* Colore dei link */
a { color: blue; }
a:visited { color: #9090D0; }
a:active, a.new { color: lightgreen; }
a.interwiki, a.external { color: #5386DB; }
a.stub { color: #974253; }
/* Colori della textbox di edit dei testi */
textarea { color: white; }
textarea { background :black; } 
/* Casella user (quella con i link alle preferenze, alla pagina utente personale ecc.) */
 
.autocomment { color: white; }
fieldset { 
    background: transparent; 
    border: 1px solid #004000;
}
legend { 
    background: transparent; 
    border: 1px solid #004000;
}
 
hr {
    color: #004000;
    background-color: #000000;
}
 
input.historysubmit {
    padding: 0 0.3em 0.3em 0.3em !important;
    font-size: 94%;
    cursor: pointer;
    height: 1.7em !important;
    margin-left: 1.6em;
}
input[type="radio"],
input[type="checkbox"] { border:none; }
select {
    background-color: #000000;
    background: #000000;
    border: 1px solid white;  
    color: white;
    vertical-align: top;
}
 
#p-personal li a { color: blue; } 
 
/* Toglie l'icona vicino al nome utente 
li#pt-userpage { background: none }*/
 
#infobox { background: #002000;
           color: #00FFFF;
           border: ipx solid #00FFFF
}
 
/* Nuovo logo */
#p-logo { 
    background: url(http://upload.wikimedia.org/wikipedia/commons/c/c3/Barnprinter2.png) no-repeat; 
    display: none
    position:absolute; /*needed to use z-index */
    top: 9;
    left: 15;
    height: 0;
    width: 0;
    padding: 0 0 154px 154px;
    overflow: hidden;
}
 
/* Colore della editbox Cerca nella colonna a fianco */
#searchInput { 
    border: 1px inset !important; 
    color: white; 
    background : #000000; 
} 
 
/* .portlet e .pBody: sfondo e titoletto per tutti */
/* i blocchi della colonna a sinistra */
 
.portlet {
    background: #000000;
    color: white;
}
 
.pBody {
    background: #000000;
    color: white;
}
 
/* Colori dei link utente/discussione/ecc. nei tab in cima alla pagina */
 
#p-cactions { background: #000000; }
#p-cactions li { 
    background: #000000;
    border-color: white;
}
#p-cactions li.selected { background: #000000; }
#p-cactions li.new { background: #000000; }
#p-cactions li a { 
    background: #000000; 
    color : white;
}
#p-cactions #ca-nstab-wp a { background: #000000; }
#p-cactions #ca-nstab-user a { background: #000000; }
#p-cactions #ca-nstab-main a { background: #000000; }
#p-cactions #ca-nstab-help a { background: #000000; }
#p-cactions #ca-edit a { background: #000000; }
#p-cactions #ca-talk a { background: #000000; }
#p-cactions #ca-watch a { background: #000000; }
#p-cactions #ca-unwatch a { background: #000000; }
#p-cactions #ca-move a { background: #000000; }
#p-cactions #ca-history a { background: #000000; }
#p-cactions #ca-article a { background: #000000; }
#p-cactions #ca-protect a { background: #000000; }
#p-cactions #ca-unprotect a { background: #000000; }
#p-cactions #ca-delete a { background: #000000; }
 
 
/* Questa roba mette i tab di editing pagina Wiki anche in fondo al box 
(ma non funge con IE e serve anche un filettino monobook.js... vedere la 
mia pagina utente) */
#mytabs {
    margin: -0.3em 0 0  11.5em;
    border: 1px solid white;
    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 #004000;
    border-top: none;
    padding: 0.1em 0 0 0;
    margin: 0 0.3em 0 0;
    overflow: visible;
    background: #000000;
    color: white;
}
#mytabs li.selected {
    border-color: white;
}
#mytabs li a {
    background-color: #000000;
    color: white;
    border: none;
    padding: 0.3em 0.8em 0 0.8em;
    text-decoration: none;
    text-transform: lowercase;
    position: relative;
    margin: 0;
}
#mytabs .new a { color:#FF4040; }
#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;
}
/* offset per separare i gruppi di tab */
li#mytabs-ca-talk { margin-right: 1.6em; }
li#mytabs-ca-watch { margin-left: 1.6em; }
 
/* Colore dei box delle spiegazioni, degli acronimi e delle abbreviazioni */
abbr, acronym, .explain {
    border-bottom: 1px dotted #004000;
    color: White;
    background: #002000;
    cursor: help;
}
 
/* Colore dei frammenti di codice */
code { 
    background-color: #00AA00; 
    color: Black; 
}
/* Colore del testo preformattato */
pre {
    padding: 1em;
    border: 1px dashed #00AA00;
    color: White;
    background-color: #002000;
    line-height: 1.1em;
}
 
h1, h2, h3, h4, h5, h6 { color: white; }
#bodyContent h1 { color : white; }
#bodyContent h2 { color : white; }
#bodyContent h3 { color : white; }
#bodyContent h4 { color : white; }
#bodyContent h5 { color : white; }
#bodyContent h6 { color : white; }
h1 { border-bottom: 2px solid white; }
h2 { border-bottom: 1px solid white; }
 
 
/* Colore di sfondo e di testo delle tabelle */
table { 
    background: #000000;
    color: white; 
}
/* Colore del sommario dell'articolo */
#toc { 
    background: #002000; 
    border: 1px solid white; 
}
 
/*------------------------------------------------------*/
/* 
I #p-cactions riguardano i tab delle azioni sulle varie pagine 
Wiki (modifica, cronologia, discussione ecc.): gli .ns-xx si riferiscono 
invece al namespace numero xx: ecco i numeri di alcuni namespace  
'0': 'articolo'  
'2': 'utente'  
'4': 'wikipedia'  
'6': 'immagine'  
'8': 'mediawiki'  
'10': 'Template'  
'12': 'aiuto'  
'14': 'categoria' */  
 
/* Colori di fondo degli articoli */ 
.ns-0 * #content { background : #000000; } 
.ns-0 * #content { color : white; } 
/* Colori di fondo delle pagine di discussione degli articoli */ 
.ns-1 * #content { background : #000000; } 
.ns-1 * #content { color : white; } 
/* Colori di fondo delle pagine Utente */ 
.ns-2 * #content { background : #000000; } 
.ns-2 * #content { color : white; } 
/* Colori di fondo delle pagine di discussione Utente */ 
.ns-3 * #content { background : #000000; } 
.ns-3 * #content { color : white; } 
/* Colori di fondo delle pagine Wikipedia */ 
.ns-4 * #content { background : #000000; } 
.ns-4 * #content { color : white; } 
/* Colori di fondo delle pagine di discussione Wikipedia */ 
.ns-5 * #content { background : #000000; } 
.ns-5 * #content { color : white; } 
/* Colori di fondo delle pagine di discussione Immagine */ 
.ns-7 * #content { background : #000000; } 
.ns-7 * #content { color : white; } 
/* Colori di fondo delle pagine MediaWiki */ 
.ns-8 * #content { background : #000000; } 
.ns-8 * #content { color : white; } 
/* Colori di fondo delle pagine di discussione MediaWiki */ 
.ns-9 * #content { background : #000000; } 
.ns-9 * #content { color : white; } 
/* Colori di fondo delle pagine di template */ 
.ns-10 * #content { background : #000000; } 
.ns-10 * #content { color : white; } 
/* Colori di fondo delle pagine di discussione template */ 
.ns-11 * #content { background : #000000; } 
.ns-11 * #content { color : white; } 
/* Colori di fondo delle pagine Aide */ 
.ns-12 * #content { background : #000000; } 
.ns-12 * #content { color : white; } 
/* Colori di fondo delle pagine di discussione Aiuto */ 
.ns-13 * #content { background : #000000; } 
.ns-13 * #content { color : white; } 
/* Colori di fondo delle pagine di discussione Categorie */ 
.ns-15 * #content { background : #000000; } 
.ns-15 * #content { color : white; } 
 
/* La barra in fondo alla pagina */
#footer {
    background-color: Black;
    color: white;
    border-top: 1px solid #FFFF00;
    border-bottom: 1px solid #FFFF00;
    margin: 0.6em 0em 1em 0em;
    padding: 0.4em 0em 1.2em 0em;
    text-align: center;
    font-size: 90%;
}
/* box delle categorie */
#catlinks {
    border:1px solid #800080;
    background-color:#000000;
    color: #00FFFF;
    padding:5px;
    margin-top: 1em;
    clear: both;
}
/* le immagini: meglio tenerle su sfondo bianco... */
img {
    border: 2px solid white;
    background-color: White;
}
 
/* style the search box and the buttons below it */
input.searchButton {
    background-color: #efefef !important;
    border: 1px outset !important;  
}
#searchInput { border: 1px inset !important; }
 
/* </pre> */