MediaWiki:Vector.css: Difference between revisions

From Dissidia Wiki
No edit summary
No edit summary
Line 5: Line 5:
.mw-logo-wordmark { display: none !important }
.mw-logo-wordmark { display: none !important }


.test { }
.button-psp1 {
border: 3px outset #eee;
background: #a5a1b5;
box-shadow: 3px 3px 3px #807391;
width: 60px;
overflow: hidden
}
 
.button-psp1 p {
margin: 0
}
 
.button-psp1:hover { }

Revision as of 00:29, 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 p {
margin: 0
}

.button-psp1:hover { }