Zum Inhalt springen

MediaWiki:Common.css

aus www.kruedewagen.de, Homepage von Ralf und Judith Krüdewagen (Kruedewagen)
Version vom 16. September 2014, 06:13 Uhr von Rkr (Diskussion | Beiträge) (Contribution Scores)

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.eritable {
	background: #00285e;
	border: 1px solid #00285e;
	margin: 0 0 0 0;
	padding: 0px 0px 0px 0px;
}
 
table.eritable tr {
	background: #f8f8f8;
}
 
table.eritable th {
	background: #00285e;
	border: 0px solid #00285e;
	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.eritable tr th a {
        font-weight:bold;
        text-decoration:none;
}
table.eritable tr th a:link { color:#f8f8f8; }
table.eritable tr th a:visited { color:#f8f8f8; }
table.eritable tr th a:hover { color:#a8a8a8; }
table.eritable tr th a:active { color:#f8f8f8; }

table.eritable td {
	padding: 5px;
	border: 0px solid #00285e;
        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: #00285e;
	border: 1px solid #00285e;
	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: #00285e;
	border: 1px solid #00285e;
	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 #00285e;
        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;
}

/* -------------------------------------------- */
/* 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; }