diff templates.satyap/static/style.css @ 0:a84c32f131df 1.1.29

Import vendor version
author Peter Gervai <grin@grin.hu>
date Wed, 15 Oct 2008 23:28:56 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates.satyap/static/style.css	Wed Oct 15 23:28:56 2008 +0200
@@ -0,0 +1,81 @@
+.mainheader {
+    background: #cccccc;
+    border-left: 0px;
+    border-right: 0px;
+    border-top: 2px solid;
+    border-bottom: 2px solid;
+    text-align: center;
+    width: 40%;
+    }
+
+.subheader {
+    background: #cccccc;
+    border-left: 0px;
+    border-right: 0px;
+    border-top: 1px solid;
+    border-bottom: 1px solid;
+    text-align: center;
+    width: 60%;
+    }
+
+.thnav {
+    background: #cccccc;
+    border-top: 1px solid;
+    border-bottom: 1px solid;
+    text-align: center;
+    width: 80%;
+    }
+
+.inthisalbum {
+    background: #cccccc;
+    border-top: 1px solid;
+    border-bottom: 1px solid;
+    text-align: center;
+    width: 40%;
+    }
+
+.pagetitle {
+    font-weight: bold;
+    margin: 5px;
+    }
+
+.pathstyle {
+    }
+
+.mainimage {
+    background: #ccccff;
+    border: 2px inset;
+    margin-top: 10px;
+    }
+
+.detailslink {
+    text-align: center;
+    }
+
+.navbar {
+    border: thin solid;
+    background: #cccccc;
+    width: 40%;
+    }
+
+.bins_credit {
+    text-align: center;
+    font-size: 12pt;
+    }
+
+.thumbnail {
+    border: thin solid;
+    background: #ccccff;
+    }
+
+.fname {
+    font-weight: bold;
+    }
+.fvalue {
+    border: 2px inset;
+    }
+
+
+table.imagedesc {
+    width: 40%;
+    }