MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Dokumentation
Wechseln zu:Navigation, Suche
Zeile 32: Zeile 32:
 
     color: black;
 
     color: black;
 
}
 
}
 +
 +
  body {
 +
    position: relative;
 +
  }
 +
  ul.nav-pills {
 +
    top: 20px;
 +
    position: fixed;
 +
  }
 +
  div.col-sm-9 div {
 +
    height: 250px;
 +
    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;
 +
    }
 +
  }

Version vom 12. August 2020, 11:04 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;
  }
  ul.nav-pills {
    top: 20px;
    position: fixed;
  }
  div.col-sm-9 div {
    height: 250px;
    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;
    }
  }