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.
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

#mainpageDownload { display: block; width: 170px; height: 60px; color: white; font-size: 20px;
background: url(http://engine-alpha.org/w/images/f/f1/Download.png) center no-repeat;
padding-left: 66px; padding-top: 16px; line-height: 16px; box-sizing: content-box;  }

.downloadButton { float: right; display: inline-block; padding: 6px 10px; margin: 10px; background: #3a3; border: 1px solid #7a7; border-radius: 3px; }
.downloadButton a { color: white !important; text-decoration: none !important; }

.prettytable {
	border: 1px solid #ccc;
	border-collapse: collapse;
	background-color: #fafafa;
}

.prettytable th,
.prettytable td {
	border: 1px solid #ccc;
	padding: 0.4em;
}

.prettytable th {
	font-weight: bold;
	text-align: center;
}

.klassenkarte {
	float: right;
	width: 350px;
	padding: 0 8px;
	background: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #ddd;
}

.klassenkarte .title {
	display: block;
	text-align: center;
	font-weight: bold;
	line-height: 28px;
	height: 28px;
	background: #8be88b;
	margin: 0 -8px;
	border-radius: 3px 3px 0 0;
	font-size: 110%;
}

.klassenkarte .subtitle {
	display: block;
	text-align: center;
	background: #ddd;
	line-height: 20px;
	height: 20px;
	margin: 0 -8px;
}

.klassenkarte ul {
	padding: 5px 0;
	margin: 0;
}

.klassenkarte li {
	list-style-type: none;
	list-style-image: none;
	padding-left: 20px;
}

.klassenkarte .attributes li {
	background: url(http://engine-alpha.org/wiki/images/3/3b/IconMinus.png) 0px 3px no-repeat;
}

.klassenkarte .methods li {
	background: url(http://engine-alpha.org/wiki/images/2/2c/IconPlus.png) 0px 3px no-repeat;
}

.klassenkarte span.visible_public:after {
	content: "+";
}

.klassenkarte span.visible_protected:after {
	content: "#";
}

.klassenkarte span.keywords {
	color: #555;
}

.klassenkarte span.type {
	font-weight: bold;
}

.klassenkarte span.name {
	color: #058;
}

.attribution { margin: 10px 0; padding: 8px; border: 1px solid #0a0; background: #a9d6a9; }

.templateDocTitle, .hinweisInfo, .hinweisProbleme { border: 1px solid rgba(0,0,0,.1); margin-bottom: 8px; padding: 10px; padding-left: 40px; font-size: 110%; font-weight: bold; border-radius: 2px; }

.templateDoc { margin-top: 15px; padding: 8px; }
.tempalteDocTitle { background: #abd794; border-left: 3px solid #abd794; }

.hinweisInfo { background: #c2d2e6; border-left: 3px solid #32598b; }
.hinweisProbleme { background: #e6d6c2; border-left: 3px solid #e6b374; }

code { border: 1px solid #ddd; padding: 1px 4px; border-radius: 2px; }

.page-box { border-radius: 3px; box-shadow: 0 0 3px rgba(0,0,0,.15); border: 1px solid rgba(0,0,0,.1); background: #fafafa; }
.page-box-title { padding: 2px 6px; background: #94d7af; border-bottom: 1px solid rgba(0,0,0,.1); }
.page-box-text { padding: 2px 6px; }



.docbox { margin: 10px 0; border: 1px solid rgb(210,210,210); box-shadow: 0 0 3px rgba(210,210,210,.5); padding: 8px; }

.docmodifier { color: #406f6f; font-weight: bold; }
.docfieldname, .docmethodname { color: #34a9a9; font-weight: bold; }

.doctype { color: #229900; font-weight: bold; }
.doctypeprimitive { color: #ff582d; }
a .doctype { text-decoration: underline; }
.docparamname { color: #659956; font-weight: normal; }

.doccode { font-family: monospace; display: block; padding-left: 40px; text-indent: -40px; }

.docparams { padding-left: 30px; text-indent: -30px; margin-left: 1.6em; overflow-x: auto; }

.docparams * { text-indent: 0; }

.doctocitem { display: inline-block; list-style-image: url(/static/wiki/doctocbull.png); padding-left: 20px; text-indent: -20px; }

#startpageIntro { text-align: center; position: relative; height: 300px; background: url(http://engine-alpha.org/w/images/e/e5/startpage.png) center no-repeat; width: 400px; margin: 0 auto; }

#mainpageStudent span { background: url(http://engine-alpha.org/w/images/1/19/StartStudent.png) left center no-repeat; }
#mainpageTeacher span { background: url(http://engine-alpha.org/w/images/e/e7/StartTeacher.png) left center no-repeat; }
#mainpageContribute span { background: url(http://engine-alpha.org/w/images/4/41/StartContribute.png) left center no-repeat; }

#mainpageContribute { border-right: 0; }

.mainpageButton span { display: inline-block; height: 50px; width: 50px; -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: contain; position: absolute; left: 7px; top: 7px; }

.mainpageButton { position: relative; display: block; height: 64px; padding-left: 74px; padding: 15px; width: 33.3%; float: left; border-right: 1px solid #ccc; transition: all 500ms; -moz-transistion: all 500ms; -webkit-transistion: all 500ms; }

.mainpageButton:hover { box-shadow: 0 0 6px rgba(0,0,0,.2); }