MediaWiki:Common.css

From Nasqueron Agora
Revision as of 21:42, 16 February 2016 by Dereckson (talk | contribs) (Created page with "→‎Call for actions button: .btn { -webkit-border-radius: 6; -moz-border-radius: 6; border-radius: 6px; color: #ffffff; font-size: 1.4em; background: #4d7b94;...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.
/* Call for actions button  */

.btn {
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  color: #ffffff;
  font-size: 1.4em;
  background: #4d7b94;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #6caacc;
  text-decoration: none;
}