summaryrefslogtreecommitdiffstats
path: root/stylesheet.css
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheet.css')
-rw-r--r--stylesheet.css15
1 files changed, 12 insertions, 3 deletions
diff --git a/stylesheet.css b/stylesheet.css
index 20c1974..a1c380e 100644
--- a/stylesheet.css
+++ b/stylesheet.css
@@ -1,7 +1,7 @@
body {
background-color: #000000;
color: rgb(26,151,15);
- font-family: verdana;
+ font-family: sans-serif;
font-style: normal;
border: solid 1px #ffffff;
border-color: rgb(15,15,15);
@@ -23,7 +23,7 @@ td.options {
border-right: solid 1px #000000;
}
-td.available_tags,td.selected_tags,td.searchfor {
+td.available_tags,td.selected_tags {
border-bottom: solid 1px #000000;
padding-top: 10px;
padding-bottom: 10px;
@@ -31,6 +31,16 @@ td.available_tags,td.selected_tags,td.searchfor {
line-height: 21px;
}
+td.searchfor {
+ border-bottom: solid 1px #000000;
+ padding-top: 10px;
+ padding-bottom: 10px;
+ padding-right: 10px;
+ line-height: 21px;
+ font-size: 12px;
+ vertical-align: middle;
+}
+
td.logo {
font-weight: bolder;
height: 40px;
@@ -73,7 +83,6 @@ a:hover {
a.tag {
color: #000000;
text-decoration: underline;
- font-style: italic;
}
a.tag:hover {