summaryrefslogtreecommitdiff
path: root/html/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'html/style.css')
-rw-r--r--html/style.css46
1 files changed, 46 insertions, 0 deletions
diff --git a/html/style.css b/html/style.css
new file mode 100644
index 0000000..33c7f1c
--- /dev/null
+++ b/html/style.css
@@ -0,0 +1,46 @@
+#container{
+ width:640;
+}
+
+#pagejump_next{
+ float:right;
+}
+
+#logo{
+}
+
+#searchbar{
+ clear:both;
+}
+
+#searchbar_input{
+ width:40%;
+}
+
+.tag_link{
+ font-size: 80%;
+}
+
+.issue_unit .tag_link{
+ font-size: 10px;
+ color: #ffffff;
+ background: #228B22;
+ text-decoration: none;
+ padding:0 3px;
+ border:0px solid;
+ border-radius:4px;
+}
+
+.issue_unit{
+ /*margin-top: 10px;*/
+ padding: 3px;
+}
+
+.issue_unit_odd{
+ background: #f7f7f7;
+}
+
+.issue_unit_even{
+ background: #ffffff;
+}
+