view themes/copyrighteous/style.css @ 300:b593b701d057

Added tag release-3.4 for changeset eba6872a5309
author Steve Kemp <steve@steve.org.uk>
date Wed, 10 Dec 2008 20:35:34 +0000
parents e8bbce758855
children 8f229d281e50
line wrap: on
line source

#content {
float:left;
width:67%;
background:#fff;
margin-right:15px;
margin-left:15px;
padding-bottom:50px;
vertical-align:top;
}

#rightmenu {
border-style:dashed;
border-width: 1px;
background-color:#ccc;
vertical-align:top;
position:absolute;
right:20px;
width:172px;
padding:10px;
}

#archivelist {
  padding: 0px;
}

.storybox {
border: 1px dashed;
padding:6px;
margin-bottom:10px;
}

#title {border-bottom:2px solid #000;}

body,td { font-family: Verdana,Geneva,Arial,Sans-serif; 
          font-size: 12px; color: #111111; }

a { text-decoration: none; }

.title { font-size: 20pt; font-weight: bold; color: #666666; }

.title a {
  text-decoration: none;
  color: #666666;}

.rightMenu { font-size: 10pt; font-weight: bold; color: #336699; }

.blosxomTitle {font-size: 13pt; font-weight: bold; color: #000000; }

.blosxomTime { text-decoration: italicize; color: #336699; }

img {
    margin: 2px;
}
pre {
	overflow:	auto;
	background:	rgb(230,230,230);
	border:		solid;
	border-width:	thin;
	padding: 5px  10px;
}