degal/static/style.css
branchuse-distutils
changeset 41 3b1579a7bffb
parent 36 64a0168a6f50
child 126 2c0b427e5bfd
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/degal/static/style.css	Wed Jun 03 19:03:28 2009 +0300
@@ -0,0 +1,92 @@
+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;
+}
+