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