From ace5ef554d3716f62ed2d671adcf9db48f3122dd Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Sat, 2 Feb 2013 13:24:00 +0000 Subject: Sync with web/nav (nav.mageia.org) code base. --- _nav/css/source.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to '_nav/css') 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 { -- cgit v1.2.1