MediaWiki:Tango.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
K (cc) |
K (xx) |
||
Zeile 67: | Zeile 67: | ||
#globalnavp li:first-child { | #globalnavp li:first-child { | ||
margin-left: 0; | margin-left: 0; | ||
padding-left: | padding-left: 20; | ||
list-style: none; | list-style: none; | ||
} | } |
Version vom 13. März 2007, 00:14 Uhr
1 /* Body */
2 body {
3 background-color: #33436a;
4 color: #eee;
5 font-size: 92%;
6 line-height: 1.5em;
7 font-family: helvetica, luxi sans, trebuchet ms, bitstream vera sans, sans-serif;
8 }
9
10 /* Navigation */
11 #globalnav {
12 font-family: luxi sans, trebuchet ms, helvetica, bitstream vera sans, sans-serif;
13 position: absolute;
14 top: 30px;
15 right: 10px;
16 /* left: 110px; */
17 display: inline;
18 margin: 0;
19 padding: 0;
20 z-index: 5;
21 /*
22 list-style: none;
23 */
24 font-size: 100%;
25 }
26 #globalnav li {
27 color: #43598e;
28 float: left;
29 list-style-image: none;
30 list-style-type: disc;
31 margin-left: 16pt;
32 padding-left: 0pt;
33 }
34 #globalnav li:first-child {
35 margin-left: 0;
36 padding-left: 0;
37 list-style: none;
38 }
39 #globalnav a {
40 color: #f57900;
41 padding: 5pt 13pt;
42 display: block;
43 }
44 #globalnav a:hover {
45 color: #fcaf3e;
46 }
47 /* NavigationPersonal */
48 #globalnavp {
49 font-family: luxi sans, trebuchet ms, helvetica, bitstream vera sans, sans-serif;
50 position: absolute;
51 top: 75px;
52 right: 10px;
53 display: inline;
54 margin: 0;
55 padding: 0;
56 z-index: 5;
57 font-size: 100%;
58 }
59 #globalnavp li {
60 color: #43598e;
61 float: left;
62 list-style-image: none;
63 list-style-type: disc;
64 margin-left: 16pt;
65 padding-left: 0pt;
66 }
67 #globalnavp li:first-child {
68 margin-left: 0;
69 padding-left: 20;
70 list-style: none;
71 }
72 #globalnavp a {
73 color: #f57900;
74 padding: 0pt 3pt;
75 display: block;
76 }
77 #globalnavp a:hover {
78 color: #fcaf3e;
79 }
80
81 /* Icon Renderings
82
83 h3 {
84 margin-top: 0px;
85 text-transform: capitalize;
86 }
87
88 div.icons {
89 display: block;
90 float: left;
91 -moz-border-radius: 5px;
92 border: 1px solid #e0e0e0;
93 margin: 4px;
94 padding: 1em;
95 }
96
97 div.icons div {
98 width: 300px;
99 position: relative;
100 margin-bottom: 2em;
101 float: left;
102 }
103
104 div.icons div h4 {
105 position: absolute;
106 bottom: 0px;
107 left: 0px;
108 font-size: small;
109 }
110 */