MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus D4O Wiki
Zur Navigation springen Zur Suche springen
Zeile 30: Zeile 30:
 
   /* Namespaces and Views */
 
   /* Namespaces and Views */
 
   .vector-menu-tabs {
 
   .vector-menu-tabs {
   background: #e9d9bb;   
+
   background: #c8b694;   
 
     background-position: left bottom;
 
     background-position: left bottom;
 
     float: left;
 
     float: left;
Zeile 48: Zeile 48:
 
   }
 
   }
 
   .vector-menu-tabs li {
 
   .vector-menu-tabs li {
background: #e9d9bb;     
+
background: #c8b694;     
 
     background-position: left bottom;
 
     background-position: left bottom;
 
     background-repeat: repeat-x;
 
     background-repeat: repeat-x;
Zeile 60: Zeile 60:
 
   }
 
   }
 
   .vector-menu-tabs li a {
 
   .vector-menu-tabs li a {
     background-position: none;
+
     background-position: right bottom;
     background: #e9d9bb;   
+
     background: #c8b694;   
 
     color: #0645ad;
 
     color: #0645ad;
 
     -webkit-box-sizing: border-box;
 
     -webkit-box-sizing: border-box;
Zeile 79: Zeile 79:
 
   .vector-menu-tabs .new a:visited {
 
   .vector-menu-tabs .new a:visited {
 
     color: #a55858;
 
     color: #a55858;
     background: #e9d9bb;   
+
     background: #c8b694;   
 
   }
 
   }
 
   .vector-menu-tabs .selected {
 
   .vector-menu-tabs .selected {
     background: #e9d9bb;
+
     background: #c8b694;
 
   }
 
   }
 
   .vector-menu-tabs .selected a,
 
   .vector-menu-tabs .selected a,
 
   .vector-menu-tabs .selected a:visited {
 
   .vector-menu-tabs .selected a:visited {
   background: #e9d9bb;   
+
   background: #c8b694;   
 
     color: #202122;
 
     color: #202122;
 
     text-decoration: none;
 
     text-decoration: none;
 
   }
 
   }
 
   .vector-menu-tabs .icon a {
 
   .vector-menu-tabs .icon a {
   background: #bea869;   
+
   background: #c8b694;   
 
     background-position: right bottom;
 
     background-position: right bottom;
 
     background-repeat: no-repeat;
 
     background-repeat: no-repeat;
 
   }
 
   }

Version vom 23. Dezember 2020, 23:20 Uhr

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

/* Changes the background color behind the top half of the logo and at top of each page: */
#mw-page-base {
  background: #c8b694;
}
.mw-body {
  background: #e9d9bb;
}
#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; }

  .mw-body {
    border-top: 1px solid #a11b1b;
    border-left: 1px solid #a11b1b;
    border-bottom: 1px solid #a11b1b;
    /* Merge the border with tabs' one (in their background image) */
    margin-top: 0px;
    padding: 1.25em 0.5em 1.5em;
  }


  /* Namespaces and Views */
  .vector-menu-tabs {
  	background: #c8b694;  
    background-position: left bottom;
    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: #c8b694;    
    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;
    background: #c8b694;  
    color: #0645ad;
    -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;
    background: #c8b694;  
  }
  .vector-menu-tabs .selected {
    background: #c8b694;
  }
  .vector-menu-tabs .selected a,
  .vector-menu-tabs .selected a:visited {
  	background: #c8b694;  
    color: #202122;
    text-decoration: none;
  }
  .vector-menu-tabs .icon a {
  	background: #c8b694;  
    background-position: right bottom;
    background-repeat: no-repeat;
  }