MediaWiki:Common.css

From Heartbound Wiki
Revision as of 19:49, 9 November 2024 by Nelas (talk | contribs) (Protected "MediaWiki:Common.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
(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.
/* CSS placed here will be applied to all skins */

/* Box and Style for MediaWiki:Sitenotice */
.sitenotice-box {
  display: block;
  max-width: 800px;
  margin: 20px auto;
  padding: 15px;
  background-color: #f5f5f5; 
  color: #333;
  text-align: center;
  font-size: 16px;
  border: 1px solid #333;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}