diff -r 5dbdcb79024b -r 740133ab6353 style.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/style.css Thu Nov 08 17:06:03 2007 +0000 @@ -0,0 +1,57 @@ +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; + +} +