MediaWiki:Common.css: Difference between revisions
Appearance
Xinreality (talk | contribs) No edit summary |
Xinreality (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
body.page-Main_Page h1.firstHeading { display:none; } | body.page-Main_Page h1.firstHeading { display:none; } | ||
/* Buy Button */ | |||
.buy-button { | |||
width: 100px; | |||
height: 50px; | |||
background-color: #4CAF50; /* Green */ | |||
border: none; | |||
color: white; | |||
text-align: center; | |||
text-decoration: none; | |||
display: inline-block; | |||
font-size: 16px; | |||
margin: 4px 2px; | |||
cursor: pointer; | |||
transition-duration: 0.4s; | |||
} | |||
.buy-button:hover { | |||
background-color: #45a049; | |||
} | |||
.XinReality1 { | .XinReality1 { |