MediaWiki:Tango.css

Aus crazylinux.de
Zur Navigation springen Zur Suche springen

Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Internet Explorer/Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Strg+F5
 1 /* Body */
 2 body {
 3 	background-color: #33436a;
 4 	color: #eee;
 5 	font-size: 92%;
 6 	line-height: 1.4em;
 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 	left: 160px;
16 	display: inline;
17 	margin: 0;
18 	padding: 0;
19 	z-index: 5;
20 	/*
21 	list-style: none;
22 	*/
23 	font-size: 110%;
24 }
25 #globalnav li {
26 	color: #43598e;
27 	float: left;
28 	list-style-image: none;
29 	list-style-type: disc;
30 	margin-left: 16pt;
31 	padding-left: 0pt;
32 }
33 #globalnav li:first-child {
34 	margin-left: 0;
35 	padding-left: 0;
36 	list-style: none;
37 }
38 #globalnav a {
39 	color: #f57900;
40 	padding: 5pt 13pt;
41 	display: block;
42 }
43 #globalnav a:hover {
44 	color: #fcaf3e;
45 }
46 
47 /* Icon Renderings */
48 
49 h3 {
50 	margin-top: 0px;
51 	text-transform: capitalize;
52 }
53 
54 div.icons {
55 	display: block;
56 	float: left;
57 	-moz-border-radius: 5px;
58 	border: 1px solid #e0e0e0;
59 	margin: 4px;
60 	padding: 1em;
61 }
62 
63 div.icons div {
64 	width: 300px;
65 	position: relative;
66 	margin-bottom: 2em;
67 	float: left;
68 }
69 
70 div.icons div h4 {
71 	position: absolute;
72 	bottom: 0px;
73 	left: 0px;
74 	font-size: small;
75 }