View Single Post
Old 01-28-2013, 09:42 PM   #14
phossler
Wizard
phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.
 
Posts: 1,071
Karma: 412718
Join Date: Jan 2009
Location: Valley Forge, PA, USA
Device: Kindle Paperwhite
@Turtle91 -- Just for me, but it would have been nice to automatically get separators using :after. I was hoping I could added a gif or jpg as a fancy (and easy to see) heading marker

Both Calibre and Sigil display the epub properly, but ADE and my Kindle (after conversion)
don't seem to to honor the :after, or the others I tried

Code:
h3 {
	text-align:center;
	display:block;
	margin:0 auto;
}

h3:after {
	text-align:center;
	display:block;
	margin:0 auto;	
	content:url("../Images/130px-Pointy-Haired_Boss.jpg");
} 

h3:first-letter {
		font-size: 4em;
} 

h3:first-line {
		color:blue;
}


Thanks

Paul

Last edited by phossler; 01-28-2013 at 09:45 PM.
phossler is offline   Reply With Quote