www/style.css
branchuse-distutils
changeset 41 3b1579a7bffb
parent 40 373392025533
child 42 146997912efb
--- a/www/style.css	Wed Jun 03 18:59:46 2009 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,92 +0,0 @@
-body {
-	background-color: #333333;
-	color: #cccccc;
-	font-family: "Arial", sans-serif;
-	font-size: small;
-}
-
-a, span.dragged {
-	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: 40px;
-    font-size: xx-small;
-    text-align: center;
-
-}
-
-div.paginate {
-    padding-top: 20px;
-    height: 50px;
-    width: 100%;
-    text-align: center;
-}
-
-div.paginate ul {
-    margin: 0px;
-    padding: 0px;
-
-    line-height: 30px;
-    white-space: nowrap;
-}
-
-div.paginate li {
-    list-style-type: none;
-    display: inline;
-}
-
-div.paginate li *,
-div.paginate li strong,
-div.paginate li span {
-    padding: 7px 10px;
-}
-
-div.paginate li span {
-    color: #444444;
-}
-
-div.paginate li a:hover {
-    text-decoration: none;
-    background-color: #666666;
-}
-