summaryrefslogtreecommitdiff
path: root/csstemplate
diff options
context:
space:
mode:
authorChristian Franke <nobody@nowhere.ws>2011-03-18 23:28:52 +0100
committerroot <root@oberon.sublab.org>2011-03-19 13:17:49 +0100
commit5ee8fd94512d7f4ea7d49310dc8e1151ef833cac (patch)
tree0eff21b44c1491e6197d9b99b0df13ebed324361 /csstemplate
Initial commit
Diffstat (limited to 'csstemplate')
-rw-r--r--csstemplate/offline.nautilus.status.css7
-rw-r--r--csstemplate/offline.taifun.status.css8
-rw-r--r--csstemplate/offline.trieste.status.css8
-rw-r--r--csstemplate/online.nautilus.status.css7
-rw-r--r--csstemplate/online.taifun.status.css8
-rw-r--r--csstemplate/online.trieste.status.css8
6 files changed, 46 insertions, 0 deletions
diff --git a/csstemplate/offline.nautilus.status.css b/csstemplate/offline.nautilus.status.css
new file mode 100644
index 0000000..c856e58
--- /dev/null
+++ b/csstemplate/offline.nautilus.status.css
@@ -0,0 +1,7 @@
+span.nautilusonline {
+ color: #222;
+ }
+
+span.nautilusoffline {
+ color: #f00;
+ }
diff --git a/csstemplate/offline.taifun.status.css b/csstemplate/offline.taifun.status.css
new file mode 100644
index 0000000..a16e456
--- /dev/null
+++ b/csstemplate/offline.taifun.status.css
@@ -0,0 +1,8 @@
+span.taifunonline {
+ color: #222;
+ }
+
+span.taifunoffline {
+ color: #f00;
+ }
+
diff --git a/csstemplate/offline.trieste.status.css b/csstemplate/offline.trieste.status.css
new file mode 100644
index 0000000..1b261de
--- /dev/null
+++ b/csstemplate/offline.trieste.status.css
@@ -0,0 +1,8 @@
+span.triesteonline {
+ color: #222;
+ }
+
+span.triesteoffline {
+ color: #f00;
+ }
+
diff --git a/csstemplate/online.nautilus.status.css b/csstemplate/online.nautilus.status.css
new file mode 100644
index 0000000..7232ee2
--- /dev/null
+++ b/csstemplate/online.nautilus.status.css
@@ -0,0 +1,7 @@
+span.nautilusonline {
+ color: #0f0;
+ }
+
+span.nautilusoffline {
+ color: #222;
+ }
diff --git a/csstemplate/online.taifun.status.css b/csstemplate/online.taifun.status.css
new file mode 100644
index 0000000..548cf2a
--- /dev/null
+++ b/csstemplate/online.taifun.status.css
@@ -0,0 +1,8 @@
+span.taifunonline {
+ color: #0f0;
+ }
+
+span.taifunoffline {
+ color: #222;
+ }
+
diff --git a/csstemplate/online.trieste.status.css b/csstemplate/online.trieste.status.css
new file mode 100644
index 0000000..733c206
--- /dev/null
+++ b/csstemplate/online.trieste.status.css
@@ -0,0 +1,8 @@
+span.triesteonline {
+ color: #0f0;
+ }
+
+span.triesteoffline {
+ color: #222;
+ }
+