MediaWiki:Vector.css
Jump to navigation
Jump to search
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* 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;
}