Template:Sommario X/styles.css
Revision as of 09:12, 25 November 2020 by Rosa.simao (talk | contribs) (Created page with "→***************************** STILI PER IL SOMMARIO VERTICALE ******************************: →struttura base del template sommario X: .sommario-v-main { float:right...")
Go to top
/******************************
STILI PER IL SOMMARIO VERTICALE
*******************************/
/* struttura base del template sommario X */
.sommario-v-main {
float:right;
margin:3px;
font-size: 88%;
}
.sommario-v-header {
text-align:center;
border-radius: .4em .4em 0 0;
padding: 2px
}
.sommario-v-title {
font-size:150%;
padding:5px;
}
.sommario-v-content {
padding:4px
}
.sommario-v-modify {
text-align: right;
font-size: .5em;
}
.sommario-v-footer {
padding:4px;
border-radius: 0 0 .4em .4em;
}
/* nasconde l'indice quando si stampa la pagina */
@media print {
.sommario-v-main {
display: none;
}
}
/* sommario AZZURRO, di default */
.h-azzurro {
border: 1px solid #b3bbff;
background: #e6effe;
}
.c-azzurro {
border: 1px solid #b3bbff;
border-top: 0;
background: #f7f8ff;
}
/* sommario GIALLO */
.h-giallo {
border: 1px solid #fff0b3;
background: #fff3e6;
}
.c-giallo {
border: 1px solid #fff0b3;
border-top: 0;
background: #ffffe6;
}
/* sommario BEIGE */
.h-beige {
border: 1px solid #d9b38c;
background: #f8eaba;
}
.c-beige {
border: 1px solid #d9b38c;
border-top: 0;
background: #fdf8e8;
}
.broot ul {
color: green;
list-style:none;
text-indent: -1em;
}
.broot li {
display:block;
margin:3px;
background-color: #eef4f4;
padding:1px;
line-height:195%;
}
.broot a, .broot visited {
color: #069af3;
}
.broot a:hover {
color:orange;
}