MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Dokumentation
Wechseln zu:Navigation, Suche
 
(78 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
 
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
 
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
 +
 +
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@400;700&display=swap');
 +
 +
 
body.page-Example_Page li#ca-viewsource { display:none!important; }
 
body.page-Example_Page li#ca-viewsource { display:none!important; }
  
Zeile 6: Zeile 10:
 
height:auto;
 
height:auto;
 
}
 
}
 +
 
#ca-nstab-main { display:none!important; }
 
#ca-nstab-main { display:none!important; }
 
#ca-viewsource { display: none !important; }
 
#ca-viewsource { display: none !important; }
Zeile 11: Zeile 16:
 
#ca-history { display:none!important; }  
 
#ca-history { display:none!important; }  
 
#ca-talk { display:none!important; }
 
#ca-talk { display:none!important; }
 
  
 
.nav-pills .nav-link.active {
 
.nav-pills .nav-link.active {
Zeile 17: Zeile 21:
 
}
 
}
  
.tree, .tree ul {
+
.card_scroll{
    margin:0;
+
  height: 180px;
    padding:0;
 
    list-style:none
 
 
}
 
}
.tree ul {
+
.scrollable{
    margin-left:1em;
+
  overflow-y: auto;
    position:relative
+
  max-height: 300px;
 
}
 
}
.tree ul ul {
+
 
     margin-left:.5em
+
body { font-family: 'League Spartan', sans-serif;
 +
 
 +
     font-size: 20px; /* Standardtext größer machen */
 
}
 
}
.tree ul:before {
+
 
    content:"";
+
ul {
    display:block;
+
  list-style: circle;
    width:0;
 
    position:absolute;
 
    top:0;
 
    bottom:0;
 
    left:0;
 
    border-left:1px solid
 
 
}
 
}
.tree li {
+
 
     margin:0;
+
.p-navbar {
    padding:0 1em;
+
     background-color: #f6f6f9;
    line-height:2em;
 
    color:#369;
 
    font-weight:700;
 
    position:relative
 
 
}
 
}
.tree ul li:before {
+
 
    content:"";
+
 
    display:block;
+
 
    width:10px;
+
.p-navbar a {
    height:0;
+
     color: #372281 !important;
     border-top:1px solid;
+
     font-weight: normal !important;
     margin-top:-1px;
 
    position:absolute;
 
    top:1em;
 
    left:0
 
 
}
 
}
.tree ul li:last-child:before {
+
 
     background:#fff;
+
#toc a {
     height:auto;
+
     color: #372281 !important;
    top:1em;
+
     font-weight: normal !important;
    bottom:0
 
 
}
 
}
.indicator {
+
#mw-panel a {
     margin-right:5px;
+
     color: #372281 !important;
 +
    font-weight: normal !important;
 
}
 
}
.tree li a {
+
#p-navigation a,
     text-decoration: none;
+
.portal a {
     color:#369;
+
     color: #372281 !important;
 +
     font-weight: normal !important;
 
}
 
}
.tree li button, .tree li button:active, .tree li button:focus {
+
.page-Hauptseite a,
    text-decoration: none;
+
.page-Kontakt a {
     color:#369;
+
     color: #372281 !important;
     border:none;
+
     font-weight: normal !important;
    background:transparent;
 
    margin:0px 0px 0px 0px;
 
    padding:0px 0px 0px 0px;
 
    outline: 0;
 
 
}
 
}
 
+
.page-Hydraulik a {
 
+
    color: #372281 !important;
.card_scroll{
+
    font-weight: normal !important;
  height: 180px;
 
 
}
 
}
.scrollable{
+
.page-Flow a {
  overflow-y: auto;
+
     color: #372281 !important;
  max-height: 300px;
+
     font-weight: normal !important;
}
 
.bg {
 
  /* The image used */
 
  background-image: url("http://wiki.tandler.com/images/8/87/Banner.png");
 
  /* Center and scale the image nicely */
 
  background-repeat: no-repeat;
 
  background: -o-linear-gradient(45deg, rgba(42, 27, 161, 0.7), rgba(29, 210, 177, 0.7) 100%);
 
  position: fixed;
 
  left: 0;
 
  min-width: 100%;
 
  min-height: 100%;
 
}
 
 
 
.tree, .tree ul {
 
     margin:0;
 
    padding:0;
 
    list-style:none;
 
     margin-left:10px;
 
 
}
 
}
.tree ul {
+
.page-GeoCPM a {
     margin-left:1em;
+
     color: #372281 !important;
     position:relative
+
     font-weight: normal !important;
 
}
 
}
.tree ul ul {
+
.page-Control a {
     margin-left:.5em
+
     color: #372281 !important;
 +
    font-weight: normal !important;
 
}
 
}
.tree ul:before {
+
.page-KasaNova a {
     content:"";
+
     color: #372281 !important;
     display:block;
+
     font-weight: normal !important;
    width:0;
 
    position:absolute;
 
    top:0;
 
    bottom:0;
 
    left:0;
 
    border-left:1px solid
 
 
}
 
}
.tree li {
+
.page-Geo3D a {
    margin:0;
+
     color: #372281 !important;
    padding:0 1em;
+
     font-weight: normal !important;
    line-height:2em;
 
     color:#369;
 
     font-weight:700;
 
    position:relative
 
 
}
 
}
.tree ul li:before {
+
.page-ToGo a {
     content:"";
+
     color: #372281 !important;
    display:block;
+
     font-weight: normal !important;
    width:10px;
 
    height:0;
 
     border-top:1px solid;
 
    margin-top:-1px;
 
    position:absolute;
 
    top:1em;
 
    left:0
 
 
}
 
}
.tree ul li:last-child:before {
+
.page-Kanabis a {
     background:#fff;
+
     color: #372281 !important;
     height:auto;
+
     font-weight: normal !important;
    top:1em;
 
    bottom:0
 
 
}
 
}
.indicator {
+
.page-AQUA a {
     margin-right:5px;
+
     color: #372281 !important;
 +
    font-weight: normal !important;
 
}
 
}
.tree li a {
+
.page-Wert a {
     text-decoration: none;
+
     color: #372281 !important;
     color:#369;
+
     font-weight: normal !important;
 
}
 
}
.tree li button, .tree li button:active, .tree li button:focus {
+
</style>
    text-decoration: none;
 
    color:#369;
 
    border:none;
 
    background:transparent;
 
    margin:0px 0px 0px 0px;
 
    padding:0px 0px 0px 0px;
 
    outline: 0;
 
}
 
 
 
 
 
li::before {content: "•"; color: #b50d7c}
 

Aktuelle Version vom 14. August 2025, 08:42 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@400;700&display=swap');


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; }

.nav-pills .nav-link.active {
    background-color: #666699!important;
}

.card_scroll{
  height: 180px;
}
.scrollable{
  overflow-y: auto;
  max-height: 300px;
}

body {  font-family: 'League Spartan', sans-serif;

    font-size: 20px; /* Standardtext größer machen */
}

ul {
  list-style: circle;
}

.p-navbar {
    background-color: #f6f6f9;
}



.p-navbar a {
    color: #372281 !important;
    font-weight: normal !important;
}

#toc a {
    color: #372281 !important;
    font-weight: normal !important;
}
#mw-panel a {
    color: #372281 !important;
    font-weight: normal !important;
}
#p-navigation a,
.portal a {
    color: #372281 !important;
    font-weight: normal !important;
}
.page-Hauptseite a,
.page-Kontakt a {
    color: #372281 !important;
    font-weight: normal !important;
}
.page-Hydraulik a {
    color: #372281 !important;
    font-weight: normal !important;
}
.page-Flow a {
    color: #372281 !important;
    font-weight: normal !important;
}
.page-GeoCPM a {
    color: #372281 !important;
    font-weight: normal !important;
}
.page-Control a {
    color: #372281 !important;
    font-weight: normal !important;
}
.page-KasaNova a {
    color: #372281 !important;
    font-weight: normal !important;
}
.page-Geo3D a {
    color: #372281 !important;
    font-weight: normal !important;
}
.page-ToGo a {
    color: #372281 !important;
    font-weight: normal !important;
}
.page-Kanabis a {
    color: #372281 !important;
    font-weight: normal !important;
}
.page-AQUA a {
    color: #372281 !important;
    font-weight: normal !important;
}
.page-Wert a {
    color: #372281 !important;
    font-weight: normal !important;
}
</style>