MediaWiki:Epub.css

Da Wikisource.

Nota: dopo aver pubblicato, potrebbe essere necessario pulire la cache del proprio browser per vedere i cambiamenti.

  • Firefox / Safari: tieni premuto il tasto delle maiuscole Shift e fai clic su Ricarica, oppure premi Ctrl-F5 o Ctrl-R (⌘-R su Mac)
  • Google Chrome: premi Ctrl-Shift-R (⌘-Shift-R su un Mac)
  • Internet Explorer / Edge: tieni premuto il tasto Ctrl e fai clic su Aggiorna, oppure premi Ctrl-F5
  • Opera: premi Ctrl-F5.
span.SAL, 
span.errata span.eco {
	display:none;
}
dl {
    margin-top: 0;
    margin-bottom: 0;
}
.testi {
	width: 100% !important;
}
.testi p { 
    text-indent: 2em;
}

.indent p {
	text-indent: inherit;
}
.diplomatico, .critico {display:none;}
.espanso {display:inline;}
 
.diplomaticoShow .diplomatico, .espansoShow .espanso, .criticoShow .critico {display:inline;}
 
.diplomaticoShow .espanso, .diplomaticoShow .critico, 
.criticoShow .diplomatico, .criticoShow .espanso, 
.espansoShow .diplomatico, .espansoShow .critico {display:none;} 

p.freedImg, div.freedImg2 > p.freedImg2, #mySpan1, #mySpan2  {
	text-indent:0!important;
}
 
#mySpan2 a {
   width: inherit;
}
 
img.freedImg, img.newFreedImg {
   width: inherit;
   height: auto;
}

/* adding poem related css */
/* classe poem:utilizare con <poem> per i testi in versi */
 
.poem { 
	line-height: 1.6em;
	margin-bottom: 0; 
	margin-top: 0; 
	margin-left: 2em;
	margin-right: 2em;
	text-indent: 0;
	/*position:relative;*/
}
.poem div {
	text-indent:inherit /*important*/;
}
 
.poem p { 
	margin-top: 0 /*important*/ ;
	margin-bottom: 0 /*important*/; 
	text-indent: inherit /*important*/;
}

span.pr2 {
	text-indent: 0;
}
 
 
div.centertext .poem {
    margin-left: 0;
}


#Altri_progetti.mw-headline {
	display: none;
}
/* modifica di style poem per utilizzare il template Al: test in I tre tiranni */
.padded .poem {
	position: relative;
	margin-left: 0;
	padding-left: 2em;
}