MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Mile (Diskussion | Beiträge) K (in pre-tags eingeklammert.) |
Dfg2 (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| (11 dazwischenliegende Versionen von 3 Benutzern werden nicht angezeigt) | |||
| Zeile 30: | Zeile 30: | ||
margin-left:inherit; | margin-left:inherit; | ||
margin-right: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; | |||
} | |||
#bilddestages{ | |||
float:left; | |||
margin: 5px 5px 5px 0; | |||
} | } | ||
Aktuelle Version vom 7. Dezember 2018, 22:58 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-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;
}
#bilddestages{
float:left;
margin: 5px 5px 5px 0;
}
/*
</pre>
*/