MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus D4O Wiki
Zur Navigation springen Zur Suche springen
Zeile 17: Zeile 17:
  
 
#ca-nstab-main{ display:none!important; }
 
#ca-nstab-main{ display:none!important; }
 +
 +
 +
 +
 +
/* Namespaces and Views */
 +
  .vector-menu-tabs {
 +
    background-position: left bottom;
 +
    background: #ece0c4;
 +
    float: left;
 +
    height: 2.5em;
 +
    padding-left: 1px;
 +
    /* Navigation Labels */
 +
  }
 +
  .vector-menu-tabs h3 {
 +
    display: none;
 +
  }
 +
  .vector-menu-tabs ul {
 +
    float: left;
 +
    height: 100%;
 +
    list-style: none none;
 +
    margin: 0;
 +
    padding: 0;
 +
  }
 +
  .vector-menu-tabs li {
 +
background: #ece0c4;    background-image: linear-gradient(to top, #ece0c4 0, #ece0c4 1px, #ffffff 100%);
 +
    background-position: left bottom;
 +
    background-repeat: repeat-x;
 +
    float: left;
 +
    display: block;
 +
    height: 100%;
 +
    margin: 0;
 +
    padding: 0;
 +
    line-height: 1.125em;
 +
    white-space: nowrap;
 +
  }
 +
  .vector-menu-tabs li a {
 +
    background-position: right bottom;
 +
    color: #ece0c4;
 +
    -webkit-box-sizing: border-box;
 +
    -moz-box-sizing: border-box;
 +
    box-sizing: border-box;
 +
    display: block;
 +
    float: left;
 +
    height: 3.07692308em;
 +
    position: relative;
 +
    padding-top: 1.25em;
 +
    padding-left: 8px;
 +
    padding-right: 8px;
 +
    font-size: 0.8125em;
 +
    cursor: pointer;
 +
  }
 +
  .vector-menu-tabs .new a,
 +
  .vector-menu-tabs .new a:visited {
 +
    color: #a55858;
 +
  }
 +
  .vector-menu-tabs .selected {
 +
    background: #ece0c4;
 +
  }
 +
  .vector-menu-tabs .selected a,
 +
  .vector-menu-tabs .selected a:visited {
 +
    color: #202122;
 +
    text-decoration: none;
 +
  }
 +
  .vector-menu-tabs .icon a {
 +
    background-position: right bottom;
 +
    background-repeat: no-repeat;
 +
  }

Version vom 23. Dezember 2020, 22:04 Uhr

/* Changes the background color of the bottom and left of each page, up to behind half of the logo: */
body {
  background: #ece0c4;
}

/* Changes the background color behind the top half of the logo and at top of each page: */
#mw-page-base {
  background: #ece0c4;
}
.mw-body {
  background: #ece0c4;
}
#ca-talk { display:none!important; }
#ca-history{ display:none!important; }
#ca-viewsource{ display:none!important; }
#ca-view{ display:none!important; }

#ca-nstab-main{ display:none!important; }




 /* Namespaces and Views */
  .vector-menu-tabs {
    background-position: left bottom;
    background: #ece0c4;
    float: left;
    height: 2.5em;
    padding-left: 1px;
    /* Navigation Labels */
  }
  .vector-menu-tabs h3 {
    display: none;
  }
  .vector-menu-tabs ul {
    float: left;
    height: 100%;
    list-style: none none;
    margin: 0;
    padding: 0;
  }
  .vector-menu-tabs li {
background: #ece0c4;    background-image: linear-gradient(to top, #ece0c4 0, #ece0c4 1px, #ffffff 100%);
    background-position: left bottom;
    background-repeat: repeat-x;
    float: left;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    line-height: 1.125em;
    white-space: nowrap;
  }
  .vector-menu-tabs li a {
    background-position: right bottom;
    color: #ece0c4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    height: 3.07692308em;
    position: relative;
    padding-top: 1.25em;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 0.8125em;
    cursor: pointer;
  }
  .vector-menu-tabs .new a,
  .vector-menu-tabs .new a:visited {
    color: #a55858;
  }
  .vector-menu-tabs .selected {
    background: #ece0c4;
  }
  .vector-menu-tabs .selected a,
  .vector-menu-tabs .selected a:visited {
    color: #202122;
    text-decoration: none;
  }
  .vector-menu-tabs .icon a {
    background-position: right bottom;
    background-repeat: no-repeat;
  }