MediaWiki:Common.css
Erscheinungsbild
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
- Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* tables for Semantic MediaWiki inline queries */
/* -------------------------------------------- */
/* Special style table */
/* -------------------------------------------- */
table.mytable {
background: #ae5e01;
border: 1px solid #ae5e01;
margin: 0 0 0 0;
padding: 0px 0px 0px 0px;
}
table.mytable tr {
background: #f8f8f8;
}
table.mytable th {
background: #ae5e01;
border: 0px solid #ae5e01;
padding: 5px;
font-size: 120%;
font-weight: bold;
font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
color: white;
vertical-align: top !important;
}
/* Links in table header, for Semantic queries */
table.mytable tr th a {
font-weight:bold;
text-decoration:none;
}
table.mytable tr th a:link { color:#f8f8f8; }
table.mytable tr th a:visited { color:#f8f8f8; }
table.mytable tr th a:hover { color:#a8a8a8; }
table.mytable tr th a:active { color:#f8f8f8; }
table.mytable td {
padding: 5px;
border: 0px solid #ae5e01;
vertical-align: top !important;
}
/* -------------------------------------------- */
/* table for Semantic MediaWiki inline queries */
/* -------------------------------------------- */
.smwtable thead tr th {
background-color: #b0cff8;
text-align: center;
/*color: white;*/
}
/* even and odd in tables*/
.smwtable .row-even {background-color:#FFFFFF;}
.smwtable .row-odd {background-color:#f8f8f8;}
/* Links in table header, for Semantic queries */
/*.smwtable thead tr th a {
font-weight:bold;
text-decoration:none;
}
.smwtable thead tr th a:link { color:#f8f8f8; }
.smwtable thead tr th a:visited { color:#f8f8f8; }
.smwtable thead tr th a:hover { color:#a8a8a8; }
.smwtable thead tr th a:active { color:#f8f8f8; }
.smwtable thead tr th.headerSortUp {
background-image: url(images/spinner.gif);*/
/* -------------------------------------------- */
/* table for Semantic MediaWiki infobox */
/* copied from smworgtable, http://semantic-mediawiki.org/wiki/MediaWiki:Common.css */
/* -------------------------------------------- */
table.smwinfoboxtable {
background: #ae5e01;
border: 1px solid #ae5e01;
margin: 0 0 0.5em 1em;
padding: 3px 3px 3px 3px;
-moz-border-radius: 10px;
border-radius: 10px;
}
table.smwinfoboxtable tr {
background: #f8f8f8;
}
table.smwinfoboxtable th {
background: #ae5e01;
border: 1px solid #ae5e01;
padding: 5px;
font-size: 120%;
font-weight: bold;
font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
color: white;
vertical-align: top !important;
}
table.smwinfoboxtable td {
padding: 5px;
border: 0px solid #ae5e01;
vertical-align: top !important;
}
/* Event calendar help class */
.smw-eventcalendar {
width:100%;
height:600px;
}
/* -------------------------------------------- */
/* Colors */
.smwblue {
border: 1px solid black;
background: #164eaf;
font-weight: bold;
font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
color: white;
}
.eriblue {
border: 1px solid black;
background: #00285e;
font-weight: bold;
font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
color: white;
}
.mycolor {
border: 1px solid black;
background: #ae5e01;
font-weight: bold;
font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
color: white;
}
/* -------------------------------------------- */
/* Sidebar menu expand, http://www.mediawiki.org/wiki/Thread:Project:Support_desk/SubSidebar_does_not_expand_%282%29 */
/* -------------------------------------------- */
/* force the display of the contents of the section */
#p-Themen .body {
display:block !important;
}
/* -------------------------------------------- */
/* Contribution Scores, http://www.mediawiki.org/wiki/Extension:Contribution_Scores */
/* -------------------------------------------- */
.contributionscores-wrapper { }
.contributionscores-title { background-color: #aaaaaa; margin-bottom: 0px; padding-left: .4em; }
.contributionscores .header { background-color: #cccccc; border-bottom: 1px solid #999999; font-weight: bold; }
.contributionscores .odd { background-color: #eeeeee; }
.contributionscores .header td { padding-left: .2em; padding-right: .2em; }
.contributionscores .content { padding-left: .2em; padding-right: .2em; }
/* Note, Warning, Tip templates wiki.archlinux.org/title/MediaWiki:Common.css */
:root {
--archwiki-template-note-background-color: light-dark(#dff0ff, #08212e);
--archwiki-template-note-border-color: #08c;
--archwiki-template-warning-background-color: light-dark(#fdd, #390009);
--archwiki-template-warning-border-color: #ff5757;
--archwiki-template-tip-background-color: light-dark(#dfd, #002400);
--archwiki-template-tip-border-color: #4dcb4d;
--archwiki-template-highlight-background-color: light-dark(#ffffaa, #1f1f00);
--archwiki-template-highlight-border-color: #fbe779;
}
div.archwiki-template-box {
margin: 1em 0;
padding: 0.5em 1em;
border: thin solid light-dark(black, white);
border-left-width: 0.25rem;
overflow: hidden;
& > strong:first-child {
display: block;
border-bottom: 1px solid var(--border-color-base, #ccc);
margin-bottom: 0.5em;
padding-bottom: 0.25em;
}
}
div.archwiki-template-box.archwiki-template-box-note {
background-color: var(--archwiki-template-note-background-color);
border-color: var(--archwiki-template-note-border-color);
}
div.archwiki-template-box.archwiki-template-box-warning {
background-color: var(--archwiki-template-warning-background-color);
border-color: var(--archwiki-template-warning-border-color);
}
div.archwiki-template-box.archwiki-template-box-tip {
background-color: var(--archwiki-template-tip-background-color);
border-color: var(--archwiki-template-tip-border-color);
}
div.archwiki-template-box.archwiki-template-box-highlight {
background-color: var(--archwiki-template-highlight-background-color);
border-color: var(--archwiki-template-highlight-border-color);
}