MediaWiki:Common.css

Aus crazylinux.de
Version vom 8. März 2007, 23:52 Uhr von Jonathan (Diskussion | Beiträge) (Die Seite wurde neu angelegt: →‎* CSS an dieser Stelle wirkt sich auf alle Skins aus: →‎Body: body { background-color: #33436a; color: #eee; font-size: 92%; line-height: 1.4em; font-family...)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
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 /** CSS an dieser Stelle wirkt sich auf alle Skins aus */
 2 /* Body */
 3 body {
 4 	background-color: #33436a;
 5 	color: #eee;
 6 	font-size: 92%;
 7 	line-height: 1.4em;
 8 	font-family: helvetica, luxi sans, trebuchet ms, bitstream vera sans, sans-serif;
 9 }
10 
11 /* Navigation */
12 #globalnav {
13 	font-family: luxi sans, trebuchet ms, helvetica, bitstream vera sans, sans-serif;
14 	position: absolute;
15 	top: 40px;
16 	left: 240px;
17 	display: inline;
18 	margin: 0;
19 	padding: 0;
20 	z-index: 5;
21 	/*
22 	list-style: none;
23 	*/
24 	font-size: 110%;
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 }