/[web]/nav/css/center.css
ViewVC logotype

Contents of /nav/css/center.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3275 - (show annotations) (download) (as text)
Sun Jun 8 15:17:54 2014 UTC (9 years, 9 months ago) by leuhmanu
File MIME type: text/css
File size: 1435 byte(s)
sync nav
1
2 /*! mageia.org nav CSS CENTER PART */
3
4 #lang_form { position:relative;left:0;top:0 }
5
6
7 #mgnav {
8 background: #ffffff;
9 padding-bottom: 0px;
10 }
11
12 #nav {
13 margin: auto;
14 }
15
16 #nav a.mageia {
17 width: 112px;
18 background: #fff url(//nav.mageia.org/css/mageia-logo-nav-3.png) no-repeat 5px 12px;
19 color: transparent;
20 text-shadow: none;
21 }
22
23 .about #mgnav .about,
24 .downloads #mgnav .downloads,
25 .community #mgnav .community,
26 .blog #mgnav .community,
27 .section-index #mgnav .community, /*forum*/
28 .mediawiki #mgnav .wiki,
29 .support #mgnav .support,
30 .contribute #mgnav .contribute,
31 .donate #mgnav .donate,
32 .bugs-mageia-org #mgnav .contribute,
33 .contrib #mgnav .contrib,
34 .you #mgnav .you,
35 .contact #mgnav .contact,
36 .doc #mgnav .doc
37 {
38 background: #2383C2;
39 background: -webkit-linear-gradient(top, #3494D3 0%, #2383C2 50%);
40 background: -moz-linear-gradient(top, #3494D3 0%, #2383C2 50%);
41 background: -o-linear-gradient(top, #3494D3 0%, #2383C2 50%);
42 background: linear-gradient(top, #3494D3 0%, #2383C2 50%);
43 }
44
45
46 #mgnavtitle, /* deprecated */
47 #mgnavt /* preferred */
48 {
49 text-align: center;
50 }
51
52
53 /* allows to have a title + contextual sub menu */
54 header#mgnavt { text-align: center; }
55 #mgnavt ul { font-size: 12px; margin: 0 0 0 2em; padding: 0; display: inline; }
56 #mgnavt ul li { display: inline; margin: 0 0.3em; padding: 0; }
57
58 /*from all.css*/
59 #mgnavsub ul {
60 margin: auto;
61 padding: 0px 0px 0px 0px;
62 }

  ViewVC Help
Powered by ViewVC 1.1.30