summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-12-29 14:48:33 +0100
committerYorhel <git@yorhel.nl>2009-01-02 17:02:07 +0100
commitd620b3428e324bd36ec006b49808e68bef2fbb5d (patch)
tree4eeeac810ca009bded02feb7c13dabb5e0895368 /data
parentffca95eb1b265e461d4287e28a49ba91e69ad3a6 (diff)
Replaced the red title header with a red box on the bottom-left of the page for debug versions
It's rather annoying if you think you're working on VNDB, but end up editing on the beta. This should make it more obvious on which version you're working.
Diffstat (limited to 'data')
-rw-r--r--data/skingen/style.css17
1 files changed, 14 insertions, 3 deletions
diff --git a/data/skingen/style.css b/data/skingen/style.css
index ecbba8a7..18fde280 100644
--- a/data/skingen/style.css
+++ b/data/skingen/style.css
@@ -52,9 +52,6 @@ img {
color: $maintitle$;
border: none!important;
}
-#header h1.debug a {
- color: #c00;
-}
#footer {
margin: 15px auto 0 auto;
@@ -66,6 +63,20 @@ img {
text-decoration: underline;
}
+#debug {
+ position: fixed;
+ left: 0;
+ bottom: 0;
+ background-color: #600;
+ border-right: 1px solid #c00;
+ border-top: 1px solid #c00;
+ width: 200px;
+ height: 50px;
+ text-align: center;
+}
+#debug h2 { color: #f00!important; font-size: 20px; }
+#debug, #debug a { color: #fff!important; }
+
ul, ol {
margin-left: 35px;
}