MediaWiki:Tango.css: Unterschied zwischen den Versionen

Aus crazylinux.de
Zur Navigation springen Zur Suche springen
K (test)
K (typo)
Zeile 4: Zeile 4:
color: #eee;
color: #eee;
font-size: 92%;
font-size: 92%;
line-height: 1em;
line-height: 1.5em;
font-family: helvetica, luxi sans, trebuchet ms, bitstream vera sans, sans-serif;
font-family: helvetica, luxi sans, trebuchet ms, bitstream vera sans, sans-serif;
}
}

Version vom 12. März 2007, 21:26 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: 40px;
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 
48 /* Icon Renderings */
49 
50 h3 {
51 	margin-top: 0px;
52 	text-transform: capitalize;
53 }
54 
55 div.icons {
56 	display: block;
57 	float: left;
58 	-moz-border-radius: 5px;
59 	border: 1px solid #e0e0e0;
60 	margin: 4px;
61 	padding: 1em;
62 }
63 
64 div.icons div {
65 	width: 300px;
66 	position: relative;
67 	margin-bottom: 2em;
68 	float: left;
69 }
70 
71 div.icons div h4 {
72 	position: absolute;
73 	bottom: 0px;
74 	left: 0px;
75 	font-size: small;
76 }