Difference between revisions of "MediaWiki:Vector.css"

From Make Inclusive Websites
Jump to navigation Jump to search
Line 7: Line 7:
  
 
.selectionscreen#backtoselectionscreen {
 
.selectionscreen#backtoselectionscreen {
     background: red;
+
     background: red !important;
     z-index: 2000;
+
     z-index: 2000 !important;
     width: 40px;
+
     width: 40px !important;
     height: 40px;
+
     height: 40px !important;
     z-index: 1000;
+
     z-index: 1000 !important;
     display: inline-block;
+
     display: inline-block !important;
     position: fixed;
+
     position: fixed !important;
     top: 0;
+
     top: 0 !important;
     right: 1%;
+
     right: 1% !important;
     padding: 5px;
+
     padding: 5px !important;
     margin: 20px;
+
     margin: 20px !important;
     background-color: #e8e6e1;
+
     background-color: #e8e6e1 !important;
     color: #477CE6;
+
     color: #477CE6 !important;
     border: 4px solid whitesmoke;
+
     border: 4px solid whitesmoke !important;
     border-radius: 5px;
+
     border-radius: 5px !important;
     box-shadow: 0px 0.1px 5px 0px grey;
+
     box-shadow: 0px 0.1px 5px 0px grey !important;
     cursor: pointer;
+
     cursor: pointer !important;
 
}
 
}
  
  
 
.selectionscreen#innerselectionscreen {
 
.selectionscreen#innerselectionscreen {
     width: 100%;
+
     width: 100% !important;
     height 100%;
+
     height 100% !important;
 
}
 
}
  
 
.selectionscreen > a {
 
.selectionscreen > a {
     width: 100%;
+
     width: 100% !important;
     height: 100%;
+
     height: 100% !important;
     display: block;
+
     display: block !important;
     text-decoration: none;
+
     text-decoration: none !important;
     font-size: 15px;
+
     font-size: 15px !important;
     text-align: center;
+
     text-align: center !important;
     font-weight: 900;
+
     font-weight: 900 !important;
     color: #ff014d;
+
     color: #ff014d !important;
     z-index: 2001;
+
     z-index: 2001 !important;
     position: relative;
+
     position: relative !important;
     padding: initial !important;
+
     padding: initial !important !important;
     background: initial !important;
+
     background: initial !important !important;
 
      
 
      
 
}
 
}
  
 
object {
 
object {
     pointer-events: none;
+
     pointer-events: none !important;
  
 
}
 
}
  
 
object.selectionscreen > svg:hover, object.selectionscreen > svg:focus-within{
 
object.selectionscreen > svg:hover, object.selectionscreen > svg:focus-within{
     fill: dimgray;
+
     fill: dimgray !important;
 
}
 
}
  
 
.selectionscreen#backtoselectionscreen:hover, .selectionscreen#backtoselectionscreen:focus-within, .selectionscreen#backtoselectionscreen:active  {
 
.selectionscreen#backtoselectionscreen:hover, .selectionscreen#backtoselectionscreen:focus-within, .selectionscreen#backtoselectionscreen:active  {
     border: 4px solid #ff014d;
+
     border: 4px solid #ff014d !important;
     color: #ff014d;
+
     color: #ff014d !important;
     background-color: white;
+
     background-color: white !important;
     box-shadow: 0px 0.8px 7px 0.6px grey;
+
     box-shadow: 0px 0.8px 7px 0.6px grey !important;
 
}
 
}

Revision as of 13:51, 23 May 2021

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

/*Button selectionscreen*/


.selectionscreen#backtoselectionscreen {
    background: red !important;
    z-index: 2000 !important;
    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;
}