style.css
author terom
Thu, 08 Nov 2007 17:53:03 +0000
changeset 4 d46ab092d2b2
parent 1 740133ab6353
child 5 156cdfffef8e
permissions -rw-r--r--
add rel="nofollow" to ShortURL and series-related links, googlebot doesn't need to follow them
body {
	background-color: #333333;
	color: #cccccc;
	font-family: "Arial", sans-serif;
	font-size: small;
}

a {
	color: #ff8800;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#thumbnails, #image, #description, h1 {
	text-align: center;
}

#thumbnails img {
	margin: 0.2em;
}

img {
	border: 1px solid #666666;
}

a:focus img {
	border: 1px solid #cccccc;
}

img:hover, a:focus img:hover {
	border: 1px solid #ff8800;
}

div#breadcrumb {
    
}

div#info {
    font-size: x-small;
    color: #666666;
}

div#info p {
    padding: 0px;
    margin: 0px;
}

p#about {
    padding-top: 50px;
    font-size: xx-small;
    text-align: center;

}