import theme
[scpubgit/SCS.git] / share / static / sidebars.css
diff --git a/share/static/sidebars.css b/share/static/sidebars.css
new file mode 100755 (executable)
index 0000000..7d83b31
--- /dev/null
@@ -0,0 +1,125 @@
+/* ------------------------------------------------\r
+      SIDE BLOCK\r
+------------------------------------------------ */\r
+\r
+#sidebar {\r
+    float: right;\r
+       width: 230px;\r
+       background: #333333;\r
+    border-left: 1px solid #333333;\r
+    border-right: 1px solid #333333;\r
+    margin-bottom: 0px;\r
+    margin-right: 0px;\r
+}\r
+
+\r
+\r
+#sidebar ul {\r
+       padding: 0px 0px 0px 0px;\r
+       background-color: inherit;\r
+}\r
+\r
+#sidebar li{\r
+       text-indent: 0px;\r
+       line-height: 20px;\r
+       margin-left: 30px;\r
+    list-style: url(images/link_top.png) disc;\r
+}\r
+\r
+#sidebar li:hover{\r
+    list-style: url(images/link_bot.png) disc;\r
+}\r
+\r
+#sidebar li a{
+       font-size: 90%;\r
+       display: block;\r
+       color: #000000;\r
+       text-decoration: none;\r
+       background: inherit;\r
+       border-bottom: 1px dotted #7991a1;\r
+       margin-right: 4px;\r
+}\r
+\r
+#sidebar li a:hover{\r
+       color: #ff6600;\r
+       background: inherit;\r
+    list-style-image: url(images/link_bot.png);\r
+}\r
+\r
+h4.sidebar {\r
+       font-family: Tahoma, Arial, sans-serif;\r
+       font-size: 115%;\r
+       line-height: 35px;\r
+       font-weight: normal;\r
+       color: #cfcfcf;\r
+    text-align: center;\r
+    font-variant: small-caps;\r
+}\r
+\r
+div.topsidebar {\r
+       width: 230px;\r
+       height: 75px;\r
+       background: #333333 url(images/sidetop_back.png);
+        margin: 0px 0 0px 0;\r\r
+}
+
+div.botsidebar {\r
+       width: 230px;\r
+       height: 75px;\r
+       background: #333333 url(images/sidebot_back.png);\r\r
+}\r
+\r
+div.h4sidebarnav {\r
+       width: 230px;\r
+       height: 37px;\r
+       background: #333333 url(images/sideh4_back.jpg) no-repeat;
+}\r
+\r
+\r
+div.h4sidebar2 {\r
+       width: 230px;\r
+       height: 37px;\r
+       background: #333333 url(images/sideh4_back_bottom.jpg) no-repeat;\r
+       margin: 0px 0 5px 0;\r
+}\r
+\r
+#sidebar p {\r
+    font-size: 85%;\r
+    font-family: arial, sans-seif;\r
+    margin: 6px 3px 4px 3px;\r
+}
+
+div.textblock {
+    border-left: 5px solid #333333;\r
+    border-right: 5px solid #333333;
+    background: #fff;
+    padding: 5px 0px 5px 0px;
+}
+
+/* ------------------------------------------------\r
+      SUBMIT BUTTONS CONTAINER/TAGS\r
+------------------------------------------------ */
+
+#submit_buttons {
+       float: left;
+       width: 120px;
+       height: 11px;\r
+        padding: 2px;\r
+        background: #faa140;\r
+        border: #ff6600 solid 1px;
+        margin: 62px 0px 0px 100px;\r
+}
+
+#submit_buttons a {\r
+       font-family: arial;
+       font-size: 8pt;
+       font-weight: bold;
+       color: #666;
+}
+
+#submit_buttons a:hover {\r
+       font-family: arial;
+       font-size: 8pt;
+       font-weight: bold;
+       color: #f00;\r
+}