MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Dokumentation
Zeile 31: | Zeile 31: | ||
span.fancytree-title a { | span.fancytree-title a { | ||
color: black; | color: black; | ||
+ | } | ||
+ | |||
+ | |||
+ | .navbox { | ||
+ | min-width: 100%; | ||
+ | max-width: 100%; | ||
+ | text-align: center; | ||
+ | border-collapse: collapse; | ||
+ | margin: .2em auto; | ||
+ | border: 1px solid #bbb; | ||
+ | } | ||
+ | |||
+ | .navtitle { | ||
+ | border: 1px solid #bbb; | ||
+ | background: #337800; | ||
+ | color: #fff; | ||
+ | font-weight: bold; | ||
+ | font-size: 1.2em; | ||
+ | } | ||
+ | |||
+ | .navtitle a, .navtitle a:visited, .navtitle a:hover, .navtitle a:active { | ||
+ | color: #fff; | ||
} | } |
Version vom 3. August 2020, 18:41 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;
}
.navbox {
min-width: 100%;
max-width: 100%;
text-align: center;
border-collapse: collapse;
margin: .2em auto;
border: 1px solid #bbb;
}
.navtitle {
border: 1px solid #bbb;
background: #337800;
color: #fff;
font-weight: bold;
font-size: 1.2em;
}
.navtitle a, .navtitle a:visited, .navtitle a:hover, .navtitle a:active {
color: #fff;
}