MediaWiki:Vector.css
Note: After publishing, 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: Press Ctrl-F5.
/* All CSS here will be loaded for users of the Vector skin */
.mw-logo-icon { width: 100% !important; height: auto !important }
.mw-logo-container,
.mw-logo-wordmark { display: none !important }
.button-psp1 {
border: 3px outset #eee;
background: #a5a1b5;
box-shadow: 3px 3px 3px #807391;
width: 60px;
overflow: hidden
}
.button-psp1 img,
.button-psp1 p {
margin: 0
}
.button-psp1 img:hover {
transition: 0.3s ease-in-out;
transform: scale(1.1);
}