MediaWiki:Skin/Vorlage:Tastatur.css

aus Kamelopedia, der wüsten Enzyklopädie
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen

Hinweis: Leere nach dem Speichern 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: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Gehe zu Menü → Einstellungen (Opera → Einstellungen auf dem Mac) und dann auf Datenschutz & Sicherheit → Browserdaten löschen → Gespeicherte Bilder und Dateien.
#tastatur {
    height:280px;
	width:80%;
	margin:auto;
	padding: 20px 15px 30px 15px;
	border-style: solid;
	border-top-width:2px;
	border-right-width:5px;
	border-bottom-width:6px;
	border-left-width:3px;
	border-color: #dadada #ccc #cfcfcf #dadada;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:150px 25px;
	border-bottom-right-radius:150px 25px;
	background: #dddddd;
	background: linear-gradient(top, #dddddd 0%,#eeeeee 100%);	
	background-image:-moz-linear-gradient(top, #dddddd 0%, #eeeeee 100%);
	background-image:-webkit-linear-gradient(top, #dddddd 0%,#eeeeee 100%);
	background-image:-o-linear-gradient(top, #dddddd 0%,#eeeeee 100%);
	background-image:-ms-linear-gradient(top, #dddddd 0%,#eeeeee 100%);
	-moz-box-shadow:2px 3px 8px rgba(0,0,0,0.5);
	-webkit-box-shadow:2px 3px 8px rgba(0,0,0,0.5);
	box-shadow:2px 3px 8px rgba(0,0,0,0.5);
	/*-moz-transform: skew(-1deg) rotate(0.5deg);*/
	/*-webkit-transform: skew(-1deg) rotate(0.5deg);*/
}

#tastatur table.taste td {
	box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);
}

#tastatur table.taste td a, #tastatur table.taste td a.new {
	display:inline-block;
	text-align:center;
	border-style:solid;
	border-width:2px 3px;
	height:2em;
	line-height:2em;
	min-width:2em;
	font-family:monospace;
	font-size:11px;
	font-weight:bold;
	color:#333;
	border-color: #DDD #BBB #BBB #DDD;
	padding:1px 3px;
	margin:0px;
	background:#EEE;
	background: -moz-radial-gradient(50% 50%, farthest-side, #fff, #eee);
	background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#fff), to(#eee));
	white-space: nowrap;
	border-top-left-radius:5px 20px;
	border-top-right-radius:5px 20px;
	border-bottom-left-radius:5px 20px;
	border-bottom-right-radius:5px 20px;
	box-shadow:2px 2px 5px rgba(0,0,0,0.3);
	text-shadow: 1px 1px 1px #aaa;
}