Utente:Jacopo Werther/TemplateDataEditor.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.

#tde-cont {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
 
#tde-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
}
 
#tde-dialog {
    position: absolute;
    top: 1em;
    bottom: 1em;
    left: 1em;
    right: 1em;
    background: white;
    border: 1px solid #aaa;
    border-radius: 0.5em;
}
 
#tde-close {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
}
 
#tde-dialog h2 {
    margin: 0;
    padding: 0.25em 0.5em;
    text-align: center;
    border: none;
    font-size: 1.3em;
    position: absolute;
    left: 0;
    right: 0;
    top: 0.25em;
    height: 1em;
}
 
#tde-body {
    position: absolute;
    top: 3em; bottom: 3em; left: 1em; right: 1em;
    overflow: auto;
    border: solid black;
    border-width: 1px 0;
}
 
#tde-body ul {
    margin: 1em 0;
    padding: 0;
    list-style: none;
}
 
#tde-desc-cont {
    margin: 0.25em 1em;
}
 
#tde-body li {
    margin: 0.25em 1em;
    padding: 0.5em;
    border: 1px solid #aaa;
    border-radius: 0.5em;
    display: block;
}
 
#tde-body li:first-child {
    border-top: 1px solid #aaa;
}
 
#tde-body li:nth-child(2n) { background: #ffc; }
#tde-body li:nth-child(2n+1) { background: #dfd; }
 
#tde-body h3 {
    background: #e0e0e0;
    padding: 0.25em 0.5em;
    margin: 1em 0 0.5em;
}
 
#tde-apply {
    position: absolute;
    bottom: 0.5em;
    right: 0.5em;
    height: 2em;
    padding: 0.25em 0.5em;
    border: 1px solid #00763B;
    background: #00944C;
    color: #FFF6E8;
    border-radius: 0.3em;
    cursor: pointer;
}
 
#tde-apply:hover,
#tde-apply:focus {
    background: #00763B;
}