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