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.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 	/* left: 110px; */
 54 	display: inline;
 55 	margin: 0;
 56 	padding: 0;
 57 	z-index: 5;
 58 	/*
 59 	list-style: none;
 60 	*/
 61 	font-size: 100%;
 62 }
 63 #globalnavp li {
 64 	color: #43598e;
 65 	float: left;
 66 	list-style-image: none;
 67 	list-style-type: disc;
 68 	margin-left: 16pt;
 69 	padding-left: 0pt;
 70 }
 71 #globalnavp li:first-child {
 72 	margin-left: 0;
 73 	padding-left: 0;
 74 	list-style: none;
 75 }
 76 #globalnavp a {
 77 	color: #f57900;
 78 	padding: 5pt 13pt;
 79 	display: block;
 80 }
 81 #globalnavp a:hover {
 82 	color: #fcaf3e;
 83 }
 84 
 85 /* Icon Renderings
 86 
 87 h3 {
 88 	margin-top: 0px;
 89 	text-transform: capitalize;
 90 }
 91 
 92 div.icons {
 93 	display: block;
 94 	float: left;
 95 	-moz-border-radius: 5px;
 96 	border: 1px solid #e0e0e0;
 97 	margin: 4px;
 98 	padding: 1em;
 99 }
100 
101 div.icons div {
102 	width: 300px;
103 	position: relative;
104 	margin-bottom: 2em;
105 	float: left;
106 }
107 
108 div.icons div h4 {
109 	position: absolute;
110 	bottom: 0px;
111 	left: 0px;
112 	font-size: small;
113 }
114 */