Utente:Davide21/monobook.css

Da Wikinotizie, le notizie a contenuto aperto

Nota: dopo aver pubblicato, potrebbe essere necessario pulire la cache del proprio browser per vedere i cambiamenti.

  • Firefox / Safari: tieni premuto il tasto delle maiuscole Shift e fai clic su Ricarica, oppure premi Ctrl-F5 o Ctrl-R (⌘-R su Mac)
  • Google Chrome: premi Ctrl-Shift-R (⌘-Shift-R su un Mac)
  • Internet Explorer / Edge: tieni premuto il tasto Ctrl e fai clic su Aggiorna, oppure premi Ctrl-F5
  • Opera: premi Ctrl-F5.
<pre>

.mw-plusminus-pos {
    color: #008000;
    font-family:century gothic;
    }

.mw-plusminus-neg { 
    color: #D00000;
    font-family:century gothic;
    }

.navpopup { 
  background-color: #0080c0  !important;
  font-family:      century gothic    !important;
  color:            #80ff80     !important;
}


.ns-1 * #content { background : #FFE118; }
.ns-1 * #p-cactions li { background : #FFE118; }
.ns-1 * #p-cactions li a { background : #FFE118; }


.ns-3 * #content { background : #FFE118; }
.ns-3 * #p-cactions li { background : #FFE118; }
.ns-3 * #p-cactions li a { background : #FFE118; }


.ns-5 * #content { background : #FFE118; }
.ns-5 * #p-cactions li { background : #FFE118; }
.ns-5 * #p-cactions li a { background : #FFE118; }


.ns-7 * #content { background : #FFE118; }
.ns-7 * #p-cactions li { background : #FFE118; }
.ns-7 * #p-cactions li a { background : #FFE118; }


.ns-9 * #content { background : #FFE118; }
.ns-9 * #p-cactions li { background : #FFE118; }
.ns-9 * #p-cactions li a { background : #FFE118; }


.ns-11 * #content { background : #FFE118; }
.ns-11 * #p-cactions li { background : #FFE118; }
.ns-11 * #p-cactions li a { background : #FFE118; }


.ns-13 * #content { background : #FFE118; }
.ns-13 * #p-cactions li { background : #FFE118; }
.ns-13 * #p-cactions li a { background : #FFE118; }


.ns-15 * #content { background : #FFE118; }
.ns-15 * #p-cactions li { background : #FFE118; }
.ns-15 * #p-cactions li a { background : #FFE118; }


.ns-103 * #content { background : #FFE118; }
.ns-103 * #p-cactions li { background : #FFE118; }
.ns-103 * #p-cactions li a { background : #FFE118; }

</pre>

/* <pre> <nowiki> */
/* From [[:en:User:Wayward/monobook.css]]*/
/* ################################### */
/* Start of requirements for menu tabs */
#p-cactions #ca-edit-0 a { 
    padding-left: 0.4em;
    padding-right: 0.4em;
}
#p-cactions a {
   filter: alpha(opacity=75);
}

#p-cactions a:hover, #p-cactions .selected a {
   filter: none;
}

#p-cactions li
{
    position: relative;
    float: left;
}

.tabmenu ul
{
    display: none;
    z-index: 2;
    position: relative;
    top: -2px;
    border-top: 1px solid #aaaaaa;
    padding: 0px;
    margin: 0px;
    background: #FFFFF0;
    background-color: #FFFFF0;
    clear:both;
}

/* Menu tab IDs. If you add a new menu, you need to add its ID here too */
#talkm ul li, #tools ul li
{
    float: none;
    border: 1px solid #aaaaaa;
    border-top: none;
    text-align: center;
    background: #F8FCFF;
    background-color: #FFFFF0;
    clear:both;
    display: block;
    -moz-border-radius-topleft: 0em;
    -moz-border-radius-topright: 0em;
}

.tabmenu:hover ul
{
    display: block;
}

.tabmenu a
{
    padding: 0pt 0.8em !important;
    background: #F8FCFF;
    background-color: #FFFFF0;
}

.tabmenu ul a:hover
{
    font-weight: bold;
}

/* End of requirements for menu tabs */
/* ################################# */

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