summaryrefslogtreecommitdiffstats
path: root/stylesheets/screen/theme.css
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets/screen/theme.css')
-rw-r--r--stylesheets/screen/theme.css87
1 files changed, 87 insertions, 0 deletions
diff --git a/stylesheets/screen/theme.css b/stylesheets/screen/theme.css
new file mode 100644
index 0000000..d22c35f
--- /dev/null
+++ b/stylesheets/screen/theme.css
@@ -0,0 +1,87 @@
+@media screen
+{
+ body
+ {
+ background: #666;
+ }
+
+ div#wrapper
+ {
+ background: #cdcdcd;
+ }
+
+ div#header
+ {
+ height: 140px;
+ background: #cdcdcd;
+ }
+
+ div#separator
+ {
+ background: #666;
+ }
+
+ div#mainmenu
+ {
+ background: #333 url(../../images/verlauf.png) repeat-x center;
+ color:#fff;
+ }
+
+ div#sidebar
+ {
+ background: #f5f5f5;
+ border: solid 1px #e1e1e1;
+ }
+
+ div#inhalt
+ {
+ background: #f5f5f5;
+ border: solid 1px #e1e1e1;
+ }
+
+ div#footer
+ {
+ background: #666;
+ color: #f5f5f5;
+ }
+
+ div#mainmenu a:link
+ {
+ color: #cdcdcd;
+ }
+
+ div#mainmenu a:visited
+ {
+ color: #cdcdcd;
+ }
+
+ div#mainmenu a:hover
+ {
+ color: #fff;
+ }
+
+ div#mainmenu a:active
+ {
+ color: #fff;
+ }
+
+ div#sidebar a:link
+ {
+ color: #333;
+ }
+
+ div#sidebar a:visited
+ {
+ color: #666;
+ }
+
+ div#sidebar a:hover
+ {
+ color: #800000;
+ }
+
+ div#sidebar a:active
+ {
+ color: #800000;
+ }
+}