blog.css
author Fabien Ninoles <fabien@tzone.org>
Sat, 05 Feb 2011 13:26:50 -0500
branchstyles
changeset 11 e2d28bf2a3bb
parent 0 08de8d15f932
child 17 f1b3bd39d387
permissions -rw-r--r--
Fix bad section id in poetry_print.

@import "html.css";

#lcol { width: 70% }
#title { margin: 10pt }
#icon { float: left }
div.stories { clear: both; padding: 10pt; border: solid teal }
.dateheader { font-weight: bold }
div.comments { text-align: right }

#rcol { margin: 15pt; position: absolute; left: 70%; top: 0; max-width: 20% }
/* #rcol { border: solid teal; padding: 10pt } */
#rcol { text-align: center }
#rcol div { text-align: left }
.calendar  { font-size: 80%; text-align: center }

/*
.stories { background: #aaaaff;
	color: black;
	padding: 10pt; }
.stories :link { color: blue }
.stories :visited { color: navy }
.story_title { color: blue }
.stories .dateheader { color: blue }
.stories strong, .stories b, .stories em { color: blue }
*/