MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Dokumentation
Wechseln zu:Navigation, Suche
Zeile 61: Zeile 61:
 
}
 
}
  
   
+
.nav-pills .nav-link.active {
    .nav-pills > li > a.active {
 
 
     background-color: #666699!important;
 
     background-color: #666699!important;
 
}
 
}

Version vom 13. August 2020, 15:21 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;
  }
 col-sm-9 div {
    height: 100px;
    font-size: 28px;
  }
  #section1 {color: #fff; background-color: #1E88E5;}
  #section2 {color: #fff; background-color: #673ab7;}
  #section3 {color: #fff; background-color: #ff9800;}
  #section41 {color: #fff; background-color: #00bcd4;}
  #section42 {color: #fff; background-color: #009688;}
  
  @media screen and (max-width: 810px) {
    #section1, #section2, #section3, #section41, #section42  {
      margin-left: 150px;
    }
  }
  
  .scroll {
    max-height: 100px;
    overflow-y: auto;
}

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