Template:Storia della letteratura italiana/styles.css: differenze tra le versioni

Wikibooks, manuali e libri di testo liberi.
Contenuto cancellato Contenuto aggiunto
 
responsive
Riga 1: Riga 1:
/**********************************************
/**********************************************


STILI PER IL SOMMARIO DI STORIA DELLA FILOSOFIA
STILI PER IL SOMMARIO DI STORIA DELLA
LETTERATURA ITALIANA


***********************************************
***********************************************
[[Categoria:Fogli di stile TemplateStyles]]
[[Categoria:Fogli di stile TemplateStyles]]
***********************************************/
***********************************************/

/* STILI DI BASE */


.index-content {
.index-content {
Riga 35: Riga 38:
font-size:90%;
font-size:90%;
padding:5px
padding:5px
}

/*** 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;
}
}

Versione delle 15:35, 22 nov 2020

/**********************************************

    STILI PER IL SOMMARIO DI STORIA DELLA 
           LETTERATURA ITALIANA

***********************************************
 [[Categoria:Fogli di stile TemplateStyles]]
***********************************************/

/* STILI DI BASE */

.index-content {
	font-size: .9em; 
	background: #f7f8ff; 
	border: 1px solid gray; 
	width: 280px; 
	border-radius: .7em; 
	text-align: left; 
	margin: 5px; 
	padding: 5px; 
	float: right;
}
.lettit-header {
	font-size: 200%; 
	text-align: center; 
	line-height: 1em;
}
.lettit-menu {
	text-align: center; 
	margin: 1.5em;
}
.lettit-modify {
	text-align: right; 
	font-size: x-small; 
	margin-top: 1em;
}
.lettit-search {
	font-size:90%; 
	padding:5px
}

/*** 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;
}