1/**
2 * css for mmClean template
3 *
4 * @author Michael Klier <chi@chimeric.de>
5 *
6 * Modification for mmClean Theme
7 * @author: Marcin Mierzejewski
8 * @homepage: http://www.zenzire.com
9 */
10
11div.topbar a.wikilink2:link,
12div.topbar a.wikilink2:active,
13div.topbar a.wikilink2:visited,
14div.topbar a.wikilink1:link,
15div.topbar a.wikilink1:active,
16div.topbar a.wikilink1:visited,
17div.topbar a.interwiki:link,
18div.topbar a.interwiki:active,
19div.topbar a.interwiki:visited,
20div.topbar a.urlextern:link,
21div.topbar a.urlextern:active,
22div.topbar a.urlextern:visited
23{
24    font-size: 11px;
25    font-weight: bold;
26
27    height: 22px;
28    display: block;
29    padding-right: 10px;
30    padding-left: 10px;
31    text-decoration: none;
32    color: #CCCCCC;
33    margin-left: 5px;
34    white-space: nowrap;
35    text-align: center;
36/*    width: 50px;*/
37    float: left;
38}
39
40div.topbar a.activepage
41{
42    font-size: 11px;
43    font-weight: bold;
44
45    height: 22px;
46    display: block;
47    padding-right: 10px;
48    padding-left: 10px;
49    text-decoration: none;
50    color: #FFFFFF;
51    margin-left: 5px;
52    white-space: nowrap;
53    text-align: center;
54/*    width: 50px;*/
55    float: left;
56}
57
58
59div.topbar a.wikilink2:hover,
60div.topbar a.wikilink1:hover,
61div.topbar a.interwiki:hover,
62div.topbar a.urlextern:hover,
63div.topbar a.activepage:hover
64{
65    text-decoration: none;
66    height: 18px;
67    border-bottom: 2px solid #ffffff;
68    color: #ffffff;
69}
70
71
72div.topbar h1,
73div.topbar h2,
74div.topbar h3,
75div.topbar h4,
76div.topbar h5,
77div.topbar h6
78{
79  font-size:0.8125em;
80  font-family: Verdana;
81  font-weight:bold;
82  padding-bottom: 0px;
83}
84
85div.topbar
86{
87    height: 22px;
88    border: 0px;
89    background: #000;
90    width: 100%;
91    list-style: none;
92}
93
94div.topbar ul
95{
96    padding: 0px;
97	margin: 0px;
98    padding-top: 0px;
99    list-style: none;
100    white-space: nowrap;
101}
102
103div.topbar li
104{
105    width: auto !important;
106    float: left;
107    margin: 0px;
108    font-size: 10px;
109    height: 20px;
110    line-height: 20px;
111    white-space: nowrap;
112    margin-right: 1px;
113}
114