User:Nefastu/Projects/SVH template rework/Game mode version/style.css
From Guild Wars 2 Wiki
Jump to navigationJump to search
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.
.gmvbutton {
border:none;
border-radius:2px;
display:inline-block;
padding:7px 8px;
vertical-align:middle;
overflow:hidden;
text-decoration:none;
color:inherit;
background-color:inherit;
text-align:center;
cursor:pointer;
white-space:nowrap;
outline:none;
}
.gmvbutton:hover {
background-color:#FFABAB;
}
.gmvbutton.active {
background-color: #FF9090;
}
.gmvdivinline {
height: 20px;
display: inline-block;
}