MediaWiki:Common.css

Aus GSV

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
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */



/* MENÜ */

ul.ressorts {
	list-style-image: url(http://verben.texttheater.de/skins/gsv2/rs11.png);
        font-size: small;
}
ul.ressorts li {
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	margin-bottom: 1.5em;
}
ul.ressorts li a {
	font-weight: bold;
	color: black;
	text-decoration: none;
}
ul.wiki-funktionen {
	list-style-image: url(http://verben.texttheater.de/skins/gsv2/gs11.png);
}
ul.wiki-funktionen li {
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	margin-bottom: 1.5em;
}
ul.wiki-funktionen li {
	font-weight: bold;
}
ul.wiki-funktionen li a {
	color: black;
	text-decoration: none;
}
ul.submenu {
	margin: .6em 0 0 0;
	list-style-image: url(http://verben.texttheater.de/skins/gsv2/ls11.png);
}
ul.submenu li {
	border-style: none;
	margin-bottom: 0;
}
ul.submenu li a {
	font-weight: normal;
}
ul.submenu li a:hover {
	border-bottom: 1px dotted #aaa;
}



/* INHALT */

cite {
	font-size: x-small;
	font-style: italic;
}

.illurechz {
	float: right;
	margin-left: 2em;
	margin-bottom: 1.5em;
}

.notiz {
	font-style: italic;
}

th {
	text-align: left;
}

table.kjok {
	border-collapse: collapse;
}

table.kjok th {
	border: 1px solid #dddddd;
	padding: 0.2em;
}

table.kjok td {
	border: 1px solid #dddddd;
	padding: 0.2em;
}

.verblist-page-content table {
	margin-left: auto;
	margin-right: auto;
}