1/**
2 * css for MyOwn template
3 *
4 * @author Michael Klier <chi@chimeric.de>
5 *
6 * Modification for MyOwn Theme
7 * @author: Tony Baldwin
8 * @homepage: http://myownsite.me
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: 15px;
25    font-weight: bold;
26    display: block;
27    padding-right: 10px;
28    padding-left: 10px;
29    text-decoration: none;
30    color: #fff;
31    white-space: nowrap;
32    text-align:left;
33/*    width: 50px;*/
34    float: left;
35}
36
37div.topbar a.activepage
38{
39    font-size: 11px;
40    font-weight: bold;
41    width:90%;
42    display: block;
43    padding-right: 10px;
44    padding-left: 10px;
45    text-decoration: none;
46    color: #FFFFFF;
47    margin-left: 5px;
48    white-space: nowrap;
49    text-align: center;
50/*    width: 50px;*/
51    float: left;
52}
53
54div.topbar a:link {text-decoration: underline; color: #fff!important;}
55div.topbar a:visited {text-decoration: none; color: #fff!important;}
56div.topbar a:active {text-decoration: none; color: red;}
57div.topbar a:hover {text-decoration: none; color: white; background-color: #000!important; -moz-border-radius:3px;border-radius:3px;}
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: 10px;
67    color: #ffffff;
68}
69
70
71div.topbar h1,
72div.topbar h2,
73div.topbar h3,
74div.topbar h4,
75div.topbar h5,
76div.topbar h6
77{
78  font-family: Verdana;
79  font-weight:bold;
80  padding-bottom: 0px;
81}
82
83div.topbar
84{
85    border: 0px;
86    background: #000;
87    color: #fff;
88    width: 100%;
89    list-style: none;
90    position:fixed;
91    margin-top:0px;
92    top:0;
93    left:0;
94}
95
96div.topbar ul
97{
98    padding: 0px;
99	margin: 0px;
100    padding-top: 0px;
101    list-style: none;
102    white-space: nowrap;
103}
104
105div.topbar li
106{
107    width: auto !important;
108    float: left;
109    margin: 0px;
110    font-size: 11px;
111    height: 20px;
112    line-height: 20px;
113    white-space: nowrap;
114    margin-right: 1px;
115}
116