MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus dem Rhein-Neckar-Wiki
Zur Navigation springen Zur Suche springen
K (kontaktabzug: 50px breite)
(import von http://www.mediawiki.org/wiki/MediaWiki:Common.css)
Zeile 35: Zeile 35:


.kontaktabzug img { width: 50px; height: auto; }
.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;
}


/*
/*
</pre>
</pre>
*/
*/

Version vom 2. August 2011, 08:55 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;
}



/*
</pre>
*/