aboutsummaryrefslogtreecommitdiffstats
path: root/css/center.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/center.css')
-rw-r--r--css/center.css62
1 files changed, 62 insertions, 0 deletions
diff --git a/css/center.css b/css/center.css
new file mode 100644
index 0000000..987d493
--- /dev/null
+++ b/css/center.css
@@ -0,0 +1,62 @@
+
+/*! mageia.org nav CSS CENTER PART */
+
+#lang_form { position:relative;left:0;top:0 }
+
+
+#mgnav {
+ background: #ffffff;
+ padding-bottom: 0px;
+}
+
+#nav {
+ margin: auto;
+}
+
+#nav a.mageia {
+ width: 112px;
+ background: #fff url(//nav.mageia.org/css/mageia-logo-nav-3.png) no-repeat 5px 12px;
+ color: transparent;
+ text-shadow: none;
+}
+
+.about #mgnav .about,
+.downloads #mgnav .downloads,
+.community #mgnav .community,
+.blog #mgnav .community,
+.section-index #mgnav .community, /*forum*/
+.mediawiki #mgnav .wiki,
+.support #mgnav .support,
+.contribute #mgnav .contribute,
+.donate #mgnav .donate,
+.bugs-mageia-org #mgnav .contribute,
+.contrib #mgnav .contrib,
+.you #mgnav .you,
+.contact #mgnav .contact,
+.doc #mgnav .doc
+{
+ background: #2383C2;
+ background: -webkit-linear-gradient(top, #3494D3 0%, #2383C2 50%);
+ background: -moz-linear-gradient(top, #3494D3 0%, #2383C2 50%);
+ background: -o-linear-gradient(top, #3494D3 0%, #2383C2 50%);
+ background: linear-gradient(top, #3494D3 0%, #2383C2 50%);
+}
+
+
+#mgnavtitle, /* deprecated */
+#mgnavt /* preferred */
+{
+ text-align: center;
+}
+
+
+/* allows to have a title + contextual sub menu */
+header#mgnavt { text-align: center; }
+#mgnavt ul { font-size: 12px; margin: 0 0 0 2em; padding: 0; display: inline; }
+#mgnavt ul li { display: inline; margin: 0 0.3em; padding: 0; }
+
+/*from all.css*/
+#mgnavsub ul {
+ margin: auto;
+ padding: 0px 0px 0px 0px;
+}