MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus dem Rhein-Neckar-Wiki
Zur Navigation springen Zur Suche springen
(import von http://www.mediawiki.org/wiki/MediaWiki:Common.css)
K (https://www.mediawiki.org/wiki/Manual:FAQ#How_do_I_hide_the_main_page_title.3F)
Zeile 55: Zeile 55:
}
}


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





Version vom 23. Februar 2017, 01:15 Uhr

/*
<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-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }


/*
</pre>
*/