aboutsummaryrefslogtreecommitdiff
path: root/static/stylesheets/mauve.css
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2011-06-09 18:09:52 +0100
committerPatrick J Cherry <patrick@bytemark.co.uk>2011-06-09 18:09:52 +0100
commit495c44445642cfae8f23fadde299ad5307f5be58 (patch)
tree0104c9eef164235aa5ab05b126c8f63e52fb8624 /static/stylesheets/mauve.css
parent0c88fcc91db1b003cd5d5311f62700c7867b4099 (diff)
Big commit
--HG-- rename : views/please_authenticate.haml => views/login.haml
Diffstat (limited to 'static/stylesheets/mauve.css')
-rw-r--r--static/stylesheets/mauve.css41
1 files changed, 41 insertions, 0 deletions
diff --git a/static/stylesheets/mauve.css b/static/stylesheets/mauve.css
new file mode 100644
index 0000000..d15e588
--- /dev/null
+++ b/static/stylesheets/mauve.css
@@ -0,0 +1,41 @@
+tr.hilight {
+ background-color: #eee;
+}
+
+tr.triggered.hilight {
+ background-color: #f98;
+}
+
+tr.acknowledged.triggered.hilight {
+ background-color: #fa5;
+}
+
+
+.triggered {
+ background-color: #fba;
+}
+
+.acknowledged {
+ color: #444;
+}
+
+.acknowledged.triggered {
+ background-color: #fb6;
+}
+
+.missing_data {
+
+}
+
+body {
+ min-width: 800px;
+}
+
+.out_of_date {
+ font-style: italic;
+}
+
+.detail {
+ background-color: white
+}
+