MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Dokumentation
Wechseln zu:Navigation, Suche
Zeile 53: Zeile 53:
 
.nav-tabs > li.active {
 
.nav-tabs > li.active {
 
     margin-bottom: 3px;     
 
     margin-bottom: 3px;     
 +
}
 +
 +
.nav {
 +
    background-color: #000 !important;
 +
}
 +
 +
.nav>li>a {
 +
    background-color: #666 !important;
 +
    color: #fff;
 
}
 
}

Version vom 14. August 2020, 14:25 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
body.page-Example_Page li#ca-viewsource { display:none!important; }

.res-img img {
	max-width:100%;
	height:auto;
}
#ca-nstab-main { display:none!important; }
#ca-viewsource { display: none !important; }
#ca-viewsource { display: none !important; }
#ca-history { display:none!important; } 
#ca-talk { display:none!important; }


.fancytree ul {
    background: none;
    border: none;
    font-size: 12px;
}
ul.fancytree-container {
    outline: 0;
    border: none;
    overflow: hidden;
}
.fancytree p {
    display: none;
}
span.fancytree-title {
    cursor: default;
}
span.fancytree-title a {
    color: black;
}

  body {
    position: relative;
  }
 nav-pills {
    top: 20px;
    position: fixed;
  }
.nav-pills .nav-link.active {
    background-color: #666699!important;
}

.nav-tabs > li.active > a:focus, .nav-tabs > li.active > a
{
    margin-top: 3px;
}
.nav-tabs > li {
    margin-bottom: 3px; 
}
.nav-tabs > li.active {
    margin-bottom: 3px;    
}

.nav {
    background-color: #000 !important;
}

.nav>li>a {
    background-color: #666 !important;
    color: #fff;
}