blog.css
author fabien
Fri, 03 Feb 2006 16:28:04 -0500
branchstyles
changeset 2 f8261635ebe0
parent 0 08de8d15f932
child 17 f1b3bd39d387
permissions -rw-r--r--
[svn r1975] r2268@freebird: fabien | 2006-01-31 00:28:15 -0500 Permet à toutes les pages de valider correctement.

@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 }
*/