View Single Post
Old 12-15-2012, 04:31 PM   #1
FunkeXMix
Enthusiast
FunkeXMix began at the beginning.
 
Posts: 48
Karma: 10
Join Date: Aug 2011
Device: Ipad
Quotation Blocks that work with KF8 and iBooks

Hi all,

I wanted to share some code that I came up with, but will it work in iBooks, KF8? I would like to start a discussion about this.

HTML

Code:
<p class="quotes">"content content content "<span>John Doe</span></p>
CSS for quote content

Code:
p.quotes {

margin: .5em !important; 
padding: .5em !important; 
width:80% !important; 
text-align:left !important;
font-weight: bold; 
text-indent:0 !important; 
}


CSS for the signature

Code:
p.quotes span{
	font-size:0.833em;
	font-weight:300;
	line-height:1.2;
	padding-top:15px;
display:block;
	text-transform:uppercase;
	text-align:right; }

Last edited by FunkeXMix; 12-15-2012 at 04:33 PM.
FunkeXMix is offline   Reply With Quote