View Single Post
Old 09-25-2012, 07:24 AM   #4
Man Eating Duck
Addict
Man Eating Duck juggles neatly with hedgehogs.Man Eating Duck juggles neatly with hedgehogs.Man Eating Duck juggles neatly with hedgehogs.Man Eating Duck juggles neatly with hedgehogs.Man Eating Duck juggles neatly with hedgehogs.Man Eating Duck juggles neatly with hedgehogs.Man Eating Duck juggles neatly with hedgehogs.Man Eating Duck juggles neatly with hedgehogs.Man Eating Duck juggles neatly with hedgehogs.Man Eating Duck juggles neatly with hedgehogs.Man Eating Duck juggles neatly with hedgehogs.
 
Posts: 254
Karma: 69786
Join Date: May 2006
Location: Oslo, Norway
Device: Kobo Aura, Sony PRS-650
Whatever Jellby says is pretty much the definitive answer

Styling is very much a matter of preference, but here are the definitions I use, renamed according to his example (several definitions, like font-face, are inherited in addition to these):
Code:
p.title { 
	font-size : 1.7em; 
	text-align : center; 
	margin : 3.9em 0 0 0; 
}
p.subtitle { 
	font-size : 1.33em; 
	text-align : center; 
	margin : 1em 0 0 0; 
}
p.author { 
	font-size : 1.1em; 
	text-align : center; 
	margin : 2em 0 0 0; 
}
p.date { 
	font-size : 1em; 
	text-align : center; 
	margin : 3em 0 0 0; 
}

Last edited by Man Eating Duck; 09-25-2012 at 09:14 AM.
Man Eating Duck is offline   Reply With Quote