Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/apps/system/style/themes/default/system.css
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/style/themes/default/system.css')
-rw-r--r--apps/system/style/themes/default/system.css27
1 files changed, 27 insertions, 0 deletions
diff --git a/apps/system/style/themes/default/system.css b/apps/system/style/themes/default/system.css
new file mode 100644
index 0000000..27e59cf
--- /dev/null
+++ b/apps/system/style/themes/default/system.css
@@ -0,0 +1,27 @@
+/* Windows */
+
+div.windowSprite {
+ background: url("images/noise.png") repeat scroll 50% 50%, #373a3d;
+}
+
+/* Tasks Manager */
+
+#cardsView li {
+ background-color: #00f;
+}
+
+#cardsView li > a {
+ background: url('images/tasks/close.png') no-repeat;
+}
+
+#cardsView li > a:active {
+ background: url('images/tasks/close-active.png') no-repeat;
+}
+
+#cardsView li > h1 {
+ text-align: center;
+ color: #fff;
+ font-size: 2em;
+ text-shadow: #000 0 2px 1px;
+}
+