MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Dokumentation
Zeile 42: | Zeile 42: | ||
.nav-pills .nav-link.active { | .nav-pills .nav-link.active { | ||
background-color: #666699!important; | background-color: #666699!important; | ||
+ | } | ||
+ | |||
+ | .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a | ||
+ | { | ||
+ | margin-top: 1px; | ||
+ | } | ||
+ | .nav-tabs > li { | ||
+ | margin-bottom: 0px; | ||
+ | } | ||
+ | .nav-tabs > li.active { | ||
+ | margin-bottom: -1px; | ||
} | } |
Version vom 14. August 2020, 13:22 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: 1px;
}
.nav-tabs > li {
margin-bottom: 0px;
}
.nav-tabs > li.active {
margin-bottom: -1px;
}