MediaWiki:Common.css

Aus dem Rhein-Neckar-Wiki
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
/*
<pre>
*/

/*****
** Table formatting
*****/
table.wikitable,
table.prettytable {
      margin:1em 1em 1em 0;
      background:#F9F9F9;
      border:1px #AAA solid;
      border-collapse:collapse;
}

table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
      border:1px #AAA solid;
      padding:0.2em;
}

table.wikitable th,
table.prettytable th {
      background:#F2F2F2;
      text-align:center;
}

table.wikitable caption,
table.prettytable caption {
      margin-left:inherit;
      margin-right:inherit;
}

.hidden { display: none; }

.kontaktabzug img { width: 50px; height: auto; }


/* extra buttons for edit dialog (from commons:MediaWiki:Common.css) */
.my-buttons {
	padding: .5em;
}
.my-buttons a {
	color: black;
	background-color: #cde !important;
	font-weight: bold;
	font-size: .9em;
	text-decoration: none;
	border: thin #069 outset;
	padding: 0 .1em .1em;
}
.my-buttons a:hover, .my-buttons a:active {
	background-color: #bcd;
	border-style: inset;
}

body.page-Hauptseite.action-view h1.firstHeading, body.page-Hauptseite.action-submit h1.firstHeading { display: none; }



#startseitelinks{
	float: left; vertical-aligh:top;
	width:55%
	min-width:17em;
}

#startseiterechts{
	float: left;
	vertical-aligh:top;
	max-width:45%;
	min-width:17em;
}

/*
</pre>
*/