Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* css per vis */
.poem {padding-left:5em;}

.libro .pagetext {width:430px;}

.vis {
	width:100%;
	height: 100%;
	background-color:black;
	z-index:2000;
	position:fixed;
	top:0;
	left:0;
	display:none;
	overflow:auto;
	}
.visForm {
	padding:5px; 
	border:1px solid #eaeaea; 
	position:fixed; 
	box-shadow: 10px 10px 5px #777777;
	top:50px;
	left:50px;
	background-color:#fdfdfd; 
	font-family:georgia; 
	font-size:.9pc;
	display:none; 
	z-index:10;
}

.vis .poem  {
	line-height:1.4em;
	}

.label {
	font-family:Georgia;
	font-size:90%;
	display:inline-block;
	width:150px;
}
.logo {
	width:80px;
	height:auto;
	position:fixed;
	top:5px;
	left:5px;
}
	
.freccia {
	position:fixed;
	top:300px;
	font-size:3pc;
	color:blue;
}

.libro {
	background-color:black;
	width:80%;
	min-height:85%;
	font-size:0.875em;
	border-collapse:collapse;
	margin-top:10px;
}

.pagina {
	text-align:justify;
	font-family:Georgia,Times New Roman,Times,serif;
	margin:0 auto;
	position:relative; /* aggiunta per gestire il template L */
}

.pagetext {
	font-size:inherit;
}
#header_r, #body_r, #footer_r {
	border-right:1px solid #b6b6b6; 
	padding: 0 1.5em 0 2em ;
	width:50%;background: -moz-linear-gradient(360deg, #ffffff 0%, #ffffff 96%, #c0c0c0 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(96%, #ffffff), color-stop(100%, #c0c0c0)); /* safari4+,chrome */
background: -webkit-linear-gradient(360deg, #ffffff 0%, #ffffff 96%, #c0c0c0 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(360deg, #ffffff 0%, #ffffff 96%, #c0c0c0 100%); /* opera 11.10+ */
background: -ms-linear-gradient(360deg, #ffffff 0%, #ffffff 96%, #c0c0c0 100%); /* ie10+ */
background: linear-gradient(90deg, #ffffff 0%, #ffffff 96%, #c0c0c0 100%); /* w3c */
}
#header_f, #body_f, #footer_f {
	padding: 0 2em 0 1.5em ; 
	width:50%;
	background: -moz-linear-gradient(360deg, #c0c0c0 0%, #ffffff 4%, #ffffff 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%, #c0c0c0), color-stop(4%, #ffffff), color-stop(100%, #ffffff)); /* safari4+,chrome */
background: -webkit-linear-gradient(360deg, #c0c0c0 0%, #ffffff 4%, #ffffff 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(360deg, #c0c0c0 0%, #ffffff 4%, #ffffff 100%); /* opera 11.10+ */
background: -ms-linear-gradient(360deg, #c0c0c0 0%, #ffffff 4%, #ffffff 100%); /* ie10+ */
background: linear-gradient(90deg, #c0c0c0 0%, #ffffff 4%, #ffffff 100%); /* w3c */
}

#body_r, #body_f {
	height:100%;
	vertical-align:top;
}

#header_r, #header_f {
	padding-top:1.5em;
}

#footer_r, #footer_f {
	padding-bottom:1.5em;
}

.next, .previous, .temp {
	display:none;
}

.current {
	display:block;
}

/* Style for horizontal lists (separator following item) (da Commons; usato da [[Template:Authority control]] */
.skin-monobook .hlist dl,
.skin-modern .hlist dl,
.skin-vector .hlist dl {
	line-height: 1.5em;
}
.hlist dl,
.hlist ol,
.hlist ul {
	margin: 0;
}
.hlist dd,
.hlist dt,
.hlist li { 
	display: inline;
	margin: 0;
}
/* Display nested lists inline */
.hlist dl dl,
.hlist ol ol,
.hlist ul ul {
	display: inline;
}
/* Generate interpuncts */
.hlist dd:after,
.hlist dt:after,
.hlist li:after {
	content: " ·";
	font-weight: bold;
}
.hlist dd:last-child:after,
.hlist dt:last-child:after,
.hlist li:last-child:after {
	content: none;
}
/* for IE 8 */
.hlist dd.nopunct:after,
.hlist dt.nopunct:after,
.hlist li.nopunct:after {
	content: none;
}
/* Add parens around nested lists */
.hlist dl dl:before,
.hlist ol ol:before,
.hlist ul ul:before {
	content: "(";
}
.hlist dl dl:after,
.hlist ol ol:after,
.hlist ul ul:after {
	content: ")";
}
/* Put numbers in ordered lists */
.hlist.hnum ol li {
	counter-increment: level1;
}
.hlist.hnum ol li:before {
	content: counter(level1) " ";
}
.hlist.hnum ol ol li {
	counter-increment: level2;
}
.hlist.hnum ol ol li:before {
	content: counter(level2) " ";
}