14 442
contributi
(responsive) |
(responsive layout - parte 2) |
||
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;
}
.lettit-main {
text-align: left;
border-radius: 0;
overflow: auto;
background-color: #e6f2ff;
border: none;
}
.lettit-header, .lettit-menu, .lettit-modify, .lettit-search {
display: none;
}
}
|