From c3b4ecc4803de95fa2bc5b604fd91ffdb4b90f1d Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Tue, 15 May 2012 17:27:45 +0000 Subject: first import; adapted copy of www/_nav/ --- css/index.php | 4 ++ css/mageia-logo-nav.png | Bin 0 -> 5024 bytes css/source.css | 100 ++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 104 insertions(+) create mode 100644 css/index.php create mode 100644 css/mageia-logo-nav.png create mode 100644 css/source.css (limited to 'css') diff --git a/css/index.php b/css/index.php new file mode 100644 index 0000000..3960012 --- /dev/null +++ b/css/index.php @@ -0,0 +1,4 @@ + works with Chrome 18+, fails with Firefox 12 + => using this ~ hack in the meantime {{ + */ + /*border: 4px solid white;*/ + border-top: 0; + /*margin-bottom: -4px;*/ + /* }} */ +} + +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; +} + +#mgnavtitle, /* deprecated */ +#mgnavt /* preferred */ +{ + font-size: 24px; + margin: 0; + padding: 0.5em 1em 0.8em 30px; + color: #fff; + text-shadow: 0 0 4px #222; + background: #2383C2; + background: -webkit-linear-gradient(top, #2383C2 0%, #1272B1 50%); + background: -moz-linear-gradient(top, #2383C2 0%, #1272B1 50%); + background: -o-linear-gradient(top, #2383C2 0%, #1272B1 50%); + background: linear-gradient(top, #2383C2 0%, #1272B1 50%); +} +#mgnavt a { color: #fff; } + -- cgit v1.2.1