MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 5:
@import url('https://fonts.googleapis.com/css2?family=Balsamiq+Sans&family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Acme&family=Balsamiq+Sans&family=Bebas+Neue&display=swap');
 
.mpbutton {
color: #fefefe;
font-weight: bold;
background: #22000E;
width: 180px;
border: 2px solid #140008;
border-radius: 5px;
text-align:center;
margin: 5px;
padding: 5px;
font-size:100%;
white-space: nowrap;
display: inline-block;
cursor: pointer;
}
 
.mpbutton:hover {
background: #3D0019;
text-decoration: none;
}
 
.mpbutton a,
.mpbutton a.external {
color:#fefefe;
text-decoration: none;
display: block;
width:100%;
height: 100%;
letter-spacing: 1px;
}