Difference between revisions of "MediaWiki:Vector.css"

From Make Inclusive Websites
Jump to navigation Jump to search
Line 2: Line 2:
 
.navtable {
 
.navtable {
 
margin-left: initial !important;
 
margin-left: initial !important;
 
+
}
 
/*Button selectionscreen*/
 
/*Button selectionscreen*/
  
  
 
.selectionscreen#backtoselectionscreen {
 
.selectionscreen#backtoselectionscreen {
    background: red !important;
 
    z-index: 2000 !important;
 
 
     width: 40px !important;
 
     width: 40px !important;
 
     height: 40px !important;
 
     height: 40px !important;

Revision as of 13:58, 23 May 2021

/* All CSS here will be loaded for users of the Vector skin */
.navtable {
margin-left: initial !important;
}
/*Button selectionscreen*/


.selectionscreen#backtoselectionscreen {
    width: 40px !important;
    height: 40px !important;
    z-index: 1000 !important;
    display: inline-block !important;
    position: fixed !important;
    top: 0 !important;
    right: 1% !important;
    padding: 5px !important;
    margin: 20px !important;
    background-color: #e8e6e1 !important;
    color: #477CE6 !important;
    border: 4px solid whitesmoke !important;
    border-radius: 5px !important;
    box-shadow: 0px 0.1px 5px 0px grey !important;
    cursor: pointer !important;
}


.selectionscreen#innerselectionscreen {
    width: 100% !important;
    height 100% !important;
}

.selectionscreen > a {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    text-decoration: none !important;
    font-size: 15px !important;
    text-align: center !important;
    font-weight: 900 !important;
    color: #ff014d !important;
    z-index: 2001 !important;
    position: relative !important;
    padding: initial !important !important;
    background: initial !important !important;
    
}

object {
    pointer-events: none !important;

}

object.selectionscreen > svg:hover, object.selectionscreen > svg:focus-within{
    fill: dimgray !important;
}

.selectionscreen#backtoselectionscreen:hover, .selectionscreen#backtoselectionscreen:focus-within, .selectionscreen#backtoselectionscreen:active  {
    border: 4px solid #ff014d !important;
    color: #ff014d !important;
    background-color: white !important;
    box-shadow: 0px 0.8px 7px 0.6px grey !important;
}