summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-03-07 11:10:06 +0100
committerYorhel <git@yorhel.nl>2009-03-07 11:15:45 +0100
commitafd4fa3f408e5644c207e7c4d15f41ff4889904b (patch)
tree8562b09f624ceebc8e7e56a14f584982611dd536 /data
parent37196fc10d36249a525b07c1d74489bf259bde99 (diff)
Cute interface for displaying tag scores
...I could've also just used a gradient background image, which is easier to do and looks better... but I hate solutions that require external resources. >.>
Diffstat (limited to 'data')
-rw-r--r--data/style.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/data/style.css b/data/style.css
index 095f14b4..d9413d39 100644
--- a/data/style.css
+++ b/data/style.css
@@ -969,7 +969,7 @@ ul#catselect li li.exc { background-position: 0px -33px; color: $statnok$; }
.tagtree li { float: left; width: 200px; margin-top: 10px; }
.tagtree li li { float: none; width: auto; margin-top: 0; }
.tagtree ul { margin-left: 10px; list-style-type: none; }
-.tagvnlist .tc1 { text-align: right; width: 60px; }
+.tagvnlist .tc1 { width: 105px; }
.tagvnlist .tc1 i { font-style: normal; font-size: 8px }
.tagvnlist .tc3 { text-align: right; padding: 0; }
.tagvnlist .tc4 { padding: 0; }
@@ -983,10 +983,13 @@ ul#catselect li li.exc { background-position: 0px -33px; color: $statnok$; }
#tagtable .tc2_1 { border-right: 1px solid $border$; border-left: 1px solid $border$; width: 150px; text-align: center }
#tagtable .tc3_1 { border-left: 1px solid $border$; width: 150px; text-align: center }
#tagtable .tc1 { min-width: 200px; border-right: 1px solid $border$ }
+#tagtable .tc2 i { font-style: normal; font-size: 8px }
#tagtable .tc3 { border-right: 1px solid $border$ }
#tagtable .tc5 { text-align: right }
-a.taglvl { display: block; float: left; width: 8px; height: 12px; border: 1px solid $border$; font-size: 1px; color: $maintext$!important }
-a.taglvl0 { width: 15px; border: none!important; font-size: 10px; text-align: center; }
+.taglvl { display: block; float: left; width: 8px; height: 12px; border: 1px solid $border$; font-size: 1px; color: $maintext$!important }
+.taglvl0 { width: 15px; border: none!important; font-size: 10px; text-align: center; }
+div.taglvl0 { font-size: 8px; width: 20px!important }
+div.taglvl { border: none!important; width: 10px; height: 14px }
a.taglvl:hover { border-bottom: 1px solid transparent!important }
.taglvlsel.taglvl-3 { background-color: #f00; border-color: #f00 }
.taglvlsel.taglvl-2 { background-color: #f40; border-color: #f40 }