Utente:Alec/vector.css

Da Wikipedia, l'enciclopedia libera.
Vai alla navigazione Vai alla ricerca

Questa pagina definisce alcuni parametri di aspetto e comportamento generale di tutte le pagine. Per personalizzarli vedi Aiuto:Stile utente.


Nota: dopo aver salvato è necessario pulire la cache del proprio browser per vedere i cambiamenti (per le pagine globali è comunque necessario attendere qualche minuto). Per Mozilla / Firefox / Safari: fare clic su Ricarica tenendo premuto il tasto delle maiuscole, oppure premere Ctrl-F5 o Ctrl-R (Command-R su Mac); per Chrome: premere Ctrl-Shift-R (Command-Shift-R su un Mac); per Konqueror: premere il pulsante Ricarica o il tasto F5; per Opera può essere necessario svuotare completamente la cache dal menù Strumenti → Preferenze; per Internet Explorer: mantenere premuto il tasto Ctrl mentre si preme il pulsante Aggiorna o premere Ctrl-F5.

/* Monobook di Essjay (modificato): thanks! */

/* Orange bar of death */

.usermessage {
    background:  url('http://upload.wikimedia.org/wikipedia/commons/e/e0/Wink.gif') 95% 50% no-repeat;
    background-repeat: no-repeat;
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    /* padding-left: 100px; */
    text-transform: none;
    /* height: 35px; */
    color: #000000;
    text-align:justify;
    font-weight: bold;
    font-size: 115%;
    margin: 2em 0em 1em 0em;
    padding: 0.5em 15% 0.5em 0.5em;
    vertical-align: middle;
}

/* Dotted borders on pre look ugly, replace with a solid one */
/*     #bodyContent pre {              */
/*        border: 1px solid #aaa;      */
/*     }                               */

/* suppress the person icon by your username */
li#pt-userpage { background: none }


/* Avoid offpage text */

/* Make the footer not 100% wide, but as wide as the content box, and change it from the annoying yellow colour */
#footer {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-left: 1px solid #aaa;
    margin: 0.6em 0em 1em 155px;
}

/* Diff rendering */

table.diff { background:white; }
td.diff-otitle { background:#ffffff; }
td.diff-ntitle { background:#ffffff; }
td.diff-addedline { 
    background: #f5f5f5;
    color: #000084;
    font-size: 100%;
}
td.diff-deletedline { 
    background: #f5f5f5;
    color: #a01f1f;  
    font-size: 100%;
}
td.diff-context {
    background:#e6e6fa;
    color: #708090;
    font-size: 100%;
}
span.diffchange { color: #000084; font-weight: bold;}

/* Change the "coffee roll" messagebox theme */

.Talk-Notice  {
    border: 2px solid #191970;
    background-color: #b0c4de;
    margin-bottom: 3px;
    width: 85%;
    padding: 5px;
    border-spacing: 3px;
    margin-left: auto;
    margin-right: auto;
}

.Talk-Notice:after {
  display: none;
}

/* Standardize messagebox theme */

.messagebox.standard-talk {
   border: 1px solid #696969;
   background-color: #f5f5f5;

}

.messagebox.cleanup {
   border: 1px solid #aaaaaa;
   background-color: #f5f5f5;
}

.messagebox {
   border: 1px solid #aaaaaa;
   background-color: #f5f5f5;
}

/* Play with TOC colors */
.toccolours { 
   border:1px solid #aaaaaa;
   background-color:#f5f5f5;
   padding:5px;
   font-size: 95%;
}
#p-cactions li li li
{
        /* Do something here */
        width: 8em;
}

.tabmenu .tabmenu ul
{
        display: none;
        position: absolute;
        top: -1px;
        left: 100%;
}

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

#rfa-tag-color {
     background-color: #f5f5f5; 
}


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