Template:Sommario/styles.css: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
mNessun oggetto della modifica
altro tes
Riga 81:
border-top: 0;
background: #fdf8e8;
}
 
/*** RESPONSIVE LAYOUT ***/
 
/* gestisce i bottoni con schermo normale */
 
#responsive-menu {
display: none;
}
.responsive-menu-button {
float: right;
width: 2em;
height: 2em;
text-align: center;
cursor: pointer;
color: #ffffff;
background:#333;
border-radius: 4px;
}
 
/* gestisce apparenza dei bottoni e del menu con schemo inferiore a 700px */
 
@media all and (max-width: 700px) {
#responsive-menu {
display: block;
font-weight: bold;
border-radius: 4px;
background-color: #cce6ff;
padding: 4px;
overflow: auto;
}
.index-content {
display: none;
float: none;
width: auto;
margin: 0;
}
.st-filo-content {
text-align: left;
border-radius: 0;
overflow: auto;
background-color: #e6f2ff;
border: none;
}
.st-filo-header, .st-filo-search {
display: none;
}
}