MediaWiki:Vector.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 13: | Line 13: | ||
} | } | ||
.button-psp1 img, | |||
.button-psp1 p { | .button-psp1 p { | ||
margin: 0 | margin: 0 | ||
Revision as of 01:10, 25 May 2025
/* 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);
}