Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/css/styles_white_06.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/styles_white_06.css')
-rw-r--r--css/styles_white_06.css43
1 files changed, 43 insertions, 0 deletions
diff --git a/css/styles_white_06.css b/css/styles_white_06.css
new file mode 100644
index 0000000..8da6f5f
--- /dev/null
+++ b/css/styles_white_06.css
@@ -0,0 +1,43 @@
+/* main text color */
+.headline,
+a.link:link,
+a.link:visited,
+.title
+{
+ color: #A00000;
+}
+
+/* main background color */
+a.link:hover
+{
+ color: white;
+ background-color: #A00000;
+}
+
+/* main border color */
+.thumb, .thumb:link, .thumb:visited
+{
+ border-color: #A00000;
+}
+
+/* secondary text color */
+#menu li a:link,
+#menu li a:visited
+{
+ color: #FF7800;
+}
+
+
+/* secondary text and background */
+#menu li a:hover
+{
+ color: black;
+ background-color: #FF7800;
+}
+
+#menu li a.current:link,
+#menu li a.current:visited
+{
+ color: white;
+ background-color: #FF7800;
+} \ No newline at end of file