MediaWiki:Common.css: differenze tra le versioni
Da Wiki GNA.
Nessun oggetto della modifica |
Nessun oggetto della modifica |
||
| (5 versioni intermedie di 2 utenti non mostrate) | |||
| Riga 6: | Riga 6: | ||
#p-tb { display: none; } | #p-tb { display: none; } | ||
#p-tb h3 { display: none; } | #p-tb h3 { display: none; } | ||
.evidenziato{color: # | .evidenziato {color: #4d4d4d; background-color: #f8f9fa; border: 1px solid #c8ccd1; font-size:1.1em; padding:5px;} | ||
#mw-content-container { | |||
background:#eaecf0; | |||
border-bottom:solid 4px #00af89; | |||
background-image: unset; | |||
background-repeat:no-repeat; | |||
background-position:center 10em | |||
} | |||
/* =========================== | |||
FILIGRANA "BOZZA" | |||
=========================== */ | |||
#mw-content-container { | |||
position: relative; | |||
} | |||
#mw-content-container::after { | |||
content: "BOZZA"; | |||
position: fixed; | |||
top: 50%; | |||
left: 50%; | |||
transform: translate(-50%, -50%) rotate(-30deg); | |||
font-size: 8rem; | |||
font-weight: bold; | |||
color: rgba(180, 0, 0, 0.08); | |||
letter-spacing: 0.5rem; | |||
pointer-events: none; | |||
z-index: 9999; | |||
white-space: nowrap; | |||
} | |||
/* =========================== | |||
BANNER DOCUMENTAZIONE IN BOZZA | |||
=========================== */ | |||
body { | |||
margin-top: 70px; | |||
} | |||
body::before { | |||
content: "⚠ Documentazione in fase di revisione e aggiornamento.\A Per chiarimenti,\00a0 segnalazioni o informazioni non presenti nel presente manuale,\00a0 scrivere a:\00a0 dg-abap.gna@cultura.gov.it"; | |||
white-space: pre; | |||
position: fixed; | |||
top: 0; | |||
left: 0; | |||
width: 100%; | |||
background: #AE3433; | |||
color: #ffffff; | |||
font-size: 15px; | |||
font-weight: bold; | |||
text-align: center; | |||
padding: 10px; | |||
z-index: 100000; | |||
box-sizing: border-box; | |||
} | |||
Versione attuale delle 15:12, 12 lug 2026
/* Gli stili CSS inseriti qui si applicano a tutti i temi */
#ca-talk { display: none !important; }
#ca-history { display: none !important;}
#ca-viewsource { display: none !important; }
#site-tools { display: none}
#p-tb { display: none; }
#p-tb h3 { display: none; }
.evidenziato {color: #4d4d4d; background-color: #f8f9fa; border: 1px solid #c8ccd1; font-size:1.1em; padding:5px;}
#mw-content-container {
background:#eaecf0;
border-bottom:solid 4px #00af89;
background-image: unset;
background-repeat:no-repeat;
background-position:center 10em
}
/* ===========================
FILIGRANA "BOZZA"
=========================== */
#mw-content-container {
position: relative;
}
#mw-content-container::after {
content: "BOZZA";
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) rotate(-30deg);
font-size: 8rem;
font-weight: bold;
color: rgba(180, 0, 0, 0.08);
letter-spacing: 0.5rem;
pointer-events: none;
z-index: 9999;
white-space: nowrap;
}
/* ===========================
BANNER DOCUMENTAZIONE IN BOZZA
=========================== */
body {
margin-top: 70px;
}
body::before {
content: "⚠ Documentazione in fase di revisione e aggiornamento.\A Per chiarimenti,\00a0 segnalazioni o informazioni non presenti nel presente manuale,\00a0 scrivere a:\00a0 dg-abap.gna@cultura.gov.it";
white-space: pre;
position: fixed;
top: 0;
left: 0;
width: 100%;
background: #AE3433;
color: #ffffff;
font-size: 15px;
font-weight: bold;
text-align: center;
padding: 10px;
z-index: 100000;
box-sizing: border-box;
}