punbb/style/print.css
author Dan
Sat, 05 Apr 2008 23:56:45 -0400
changeset 6 5e1f1e916419
permissions -rw-r--r--
Big upgrade to 1.3 beta. Basic things are working.

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