MediaWiki:Common.css

Aus MethodenWiki
Zur Navigation springen Zur Suche springen

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. */

/* font family Noto Sans Display ist Hausstandard seit 2023 */
@font-face {
	font-family: "NotoSansDisplay";
	src: url("skins/NotoSansDisplay-Regular.ttf");
}
* {
    font-family: NotoSansDisplay;
}


/* HTML */
td { vertical-align:top; }
table.border { border-collapse:collapse; border:1px solid black; }
td.border { border:1px solid black; }
table.borderAll td { border:1px solid black; padding:3px; }
.border-right { border:0px solid black; border-right-width:1px; }
code { background-color:#EEEEEE; }
a { color:#003D97; }
a:visited {color:#003D97; }
wss { color:red; }
h6 { font-size:13px; }


/* Elemente mit Hintergruenden */
.AGBoden-Background{ background-image: url(skins/common/images/AGBoden-logo.png); background-repeat:no-repeat;}
.AdHocAG-Background{ background-image: url(skins/common/images/AdHocAG-logo.png); background-repeat:no-repeat;}
.FISBoBGR-Background{ background-image: url(skins/common/images/FISBoBGR-logo.png); background-repeat:no-repeat;}
.FISBoBGR-Technik-Background{ background-image: url(skins/common/images/FISBoBGR-Technik-logo.png); background-repeat:no-repeat;}
/* wird z.Z. nicht gebraucht .TOC-button{ float:right; margin-left:10px; margin-bottom:10px; width:64px; height:62px; text-align:center; font-color:black; background-image: url(skins/common/images/TOC-button.png); background-position:center; background-repeat:no-repeat;} */
.userComment{ float:left; width:16px; height:16px; background-image: url(skins/common/images/user-comment.png); background-position:center; background-repeat:no-repeat;}
.keineKopieVonAdHocAG{ position:absolute; top:-40px; right:60px; width:40px; height:40px; background-image: url(skins/common/images/nocopy_bold.png); background-position:center; background-repeat:no-repeat; cursor:help; }
.kopieVonAdHocAG{ position:absolute; top:-40px; right:60px; width:40px; height:40px; background-image: url(skins/common/images/copy.png); background-position:center; background-repeat:no-repeat; cursor:help; }
.nochNichtBearbeitet{ position:absolute; top:-40px; right:60px; width:40px; height:40px; background-image: url(skins/common/images/notProcessed.png); background-position:center; background-repeat:no-repeat; cursor:help; }
/* Table mit Backgroundcolor */
.bgcolor { background-color:#EDEDED; }
.ergaenzung { background-color:#FFFFBB; }


/* Glossar */
div.glossar {background-color:#EDEDED; padding-left:10px;}
span.glossar {background-color:#EDEDED; padding:10px;}
table.glossar {width:100%;}
table.glossar td {vertical-align:top; padding-left:10px;}

/* SimpleSecurity */
#security-info-toggle { background:transparent url(/Methodenwiki/skins/vector/images/lock-icon.png) no-repeat scroll left center; padding-left: 16px;}
#security-info { border:1px solid #ccc; background:#eee;}


/* fontstyles */
div.h4 { font-size:14px; font-weight:bold; margin-top:10px; margin-bottom:10px;}
.title { text-decoration:none; font-size:25px; margin-bottom:50px; line-height:27px; }
/* last modified aus dem footer raus */
#footer-info-lastmod { display: none; }
/* toolbox ausblenden */
#p-tb { display: none !important; }