MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus GMP & TEA Free
Zur Navigation springen Zur Suche springen
(Die Seite wurde geleert.)
Markierungen: Zurückgesetzt Geleert
Zeile 1: Zeile 1:
#pt-userpage {
pointer-events: none!important;
}


#ca-talk {
display:none!important;
}
#ca-history {
display:none!important;
}
#ca-watch{
display:none!important;
}
#ca-unwatch{
display:none!important;
}
#pt-mycontris{
display:none!important;
}
#pt-watchlist{
display:none!important;
}
#pt-mytalk{
display:none!important;
}
#pt-preferences{
display:none!important;
}
#ca-viewsource{
display:none!important;
}
/*img {
max-width:100%;
height:auto;
}*/
#mw-head {
    position: fixed;
    background: linear-gradient(#fff,#f6f6f6);
    }
#mw-panel {
  position: fixed;
  }
.ui-fancytree{
OverFlow: auto;
}
#mw-panel {
  width:10em;
  }
.mw-body, #left-navigation, #footer {
  margin-left:11em;
  }
#p-tb {
  display:none;
  overflow-y:scroll !important;
  }
#siteTree {
  margin-top:31px;
  overflow:auto;
  overflow-x:hidden;
  }
span.fancytree-node {
    min-height: 26px;
}
span.fancytree-title a:link, span.fancytree-title a:visited {
    min-height: 26px;
    color:black;
}
ul.fancytree-container {
    font-size: 11pt;
    min-height: 700px;
}
#p-logo a{
    width: 160px;
    padding-top: 25px;
}
/*
#firstHeading {
    background: gray;
    color: #fff;
    font-family: 'Linux Libertine','Georgia','Times',serif;
    padding-top: 40px;
}
/*Header-Farben*/
body.page-Testseite .bs-firstHeading-container {
background-color: #efd1e6;
}
body.cat-Qualifizierungsmasterplan .bs-firstHeading-container {
background-color: #E1F19E;
}
body.cat-Qualifizierungsdokumentation .bs-firstHeading-container {
background-color: #B3D3EF;
}
body.cat-GMP-Regularien .bs-firstHeading-container {
background-color: #FFC9D9;
}
*/
/* Changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */
body {
  font-family: "Open Sans", sans-serif;
}
/* Changes the default font used for MediaWiki headings to Noto Serif: */
#content h1,
#content h2 {
  font-family: "Open Sans", sans-serif;
}
span.mw-collapsible-toggle.mw-collapsible-toggle-default {
  float: left;
}
.tocnumber { display: none; }
.mw-collapsible-toggle-default::after {
    content: '';
}
.mw-collapsible-toggle-default::before {
    content: '• ';
}
.mw-body a:link, .mw-body a:visited{
    color:#EE7203;
    font-weight:bold;
}
/*Aktivierung der Verweis-Pfeile für Verweise*/
.mw-body a:link::before, .mw-body a:visited::before{
    content: "➜ ";
}
/*Deaktivierung der Verweis-Pfeile für Grafiken und TOC-Einträge*/
.mw-body li.toclevel-1 > a:link::before, .mw-body li.toclevel-1 > a:visited::before, .mw-body li.toclevel-2 > a:link::before, .mw-body li.toclevel-2 > a:visited::before, .mw-body li.toclevel-3 > a:link::before, .mw-body li.toclevel-3 > a:visited::before, .mw-body li.toclevel-4 > a:link::before, .mw-body li.toclevel-4 > a:visited::before, .mw-body a.image:link::before, .mw-body a.image:visited::before{
    content: "";
}
/*Ändern der Farbe für TOC-Einträge*/
.mw-body li.toclevel-1 > a:link, .mw-body li.toclevel-1 > a:visited{
    color:#0404B4;
    font-weight:bold;
}
.mw-body li.toclevel-3 > a:link, .mw-body li.toclevel-3 > a:visited, .mw-body li.toclevel-4 > a:link, .mw-body li.toclevel-4 > a:visited, .mw-body li.toclevel-2 > a:link, .mw-body li.toclevel-2 > a:visited{
    color:#0404B4;
}
.mw-search-result-data {display: none;}
.mw-search-form-wrapper {visibility : hidden;}
ul.fancytree-container
{background-color:#004B96;}
span.fancytree-title
{color: #ffffff;}
span.fancytree-title:nth-child(1)
{font-weight:bold;}
span.fancytree-title a:link, span.fancytree-title a:visited{
    color:#ffffff;
}
#catlinks {
  display: none !important;
  }
#p-navigation {
display:none;
}

Version vom 24. September 2022, 12:41 Uhr