punbb/style/print.css
author Dan
Sun, 15 Jun 2008 01:42:31 -0400
changeset 9 a932ce8c4827
parent 6 5e1f1e916419
permissions -rw-r--r--
More progress, compatibility updates for 1.1.4, etc.

/* This is just a test stylesheet to be completed later */

.pun-common,
.pun-form,
.pun-modmenu,
.pun-mainhead,
.pun-mainfoot,
.postlinks,
#pun-maintitle,
.post dt span,
.pun-main h2 span.item2 {
	display: none
	}
	
.post {
	border-bottom: 1px dashed black;
	margin-bottom: 2em;
	padding-bottom: 1em;
	}
	
.post ul, .post dd {
	list-style: none;
	padding: 0;
	margin: 0;
	}
	
.post dt {
	border-top: 1px dotted #666;
	width: 40%;
	padding-bottom: 0.5em;
	}
	
.pun-main h2 {
	padding-bottom: 0.2em;
	border-bottom: 1px solid black;
	}