aboutsummaryrefslogtreecommitdiffstats
path: root/_nav/css
diff options
context:
space:
mode:
Diffstat (limited to '_nav/css')
-rw-r--r--_nav/css/source.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/_nav/css/source.css b/_nav/css/source.css
index 2e5bed0ca..2dfede319 100644
--- a/_nav/css/source.css
+++ b/_nav/css/source.css
@@ -4,6 +4,29 @@
* TODO top nav must stay on top when scrolling (reduced or full)
*
*/
+/** Global rules for *.mageia.org */
+/*
+body {
+ background: #fff;
+ font-family: Verdana, "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Tahoma, Arial, sans-serif;
+}
+a, a:link { color: #2383c2; text-decoration: none; }
+*/
+h1,
+h2,
+h3 {
+ font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
+ font-weight: normal;
+ color: #3494d3;
+}
+
+h2 a,
+h3 a {
+ color: #3494d3;
+ text-decoration: none;
+}
+
+/** Specific to navigation elements */
#hmgn { margin: 0; padding: 0; }
#mgnav {