Changes

From Drawn to Life Wiki
474 bytes added ,  03:16, 18 November 2020
no edit summary
Line 84: Line 84:  
  /* Styling of buttons and links. */
 
  /* Styling of buttons and links. */
 
/*********************************/
 
/*********************************/
 +
/*Shifts page and discussions right*/
 +
.vector-menu-tabs ul {
 +
    margin-left: 20px;
 +
}
 +
 +
/*Active*/
 
.vector-menu-tabs .selected {
 
.vector-menu-tabs .selected {
 
     background-image: none;
 
     background-image: none;
Line 102: Line 108:  
.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown h3 {
 
.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown h3 {
 
     background-image: none;
 
     background-image: none;
 +
}
 +
 +
 +
/*Inactive*/
 +
.vector-menu-tabs li {
 +
    background-image: none;
 +
    background: #5aa7e2;
 +
    border-bottom: 0.3rem solid #254a8f;
 +
    margin: 5px 2px 0px 2px;
 +
    border-radius: 5px;
 +
    height: 2em;
 +
}
 +
.vector-menu-tabs .new a, .vector-menu-tabs .new a:visited {
 +
    color: white;
 +
    font-weight: bold;
 +
}
 +
.vector-menu-tabs li a {
 +
    color: white;
 +
    font-weight: bold;
 
}
 
}