Jump to content

MediaWiki:Monobook.css

From Arelith Wiki
Revision as of 20:40, 19 January 2025 by Iceborn (talk | contribs) (Created page with "a:link {color:#799ee0;} unvisited link: a:visited {color:#799ee0;} visited link: a:hover {color:#00baff;} mouse over link: a:active {color:#0000FF;} /*...")
(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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
a:link {color:#799ee0;}      /* unvisited link */
a:visited {color:#799ee0;}  /* visited link */
a:hover {color:#00baff;}  /* mouse over link */
a:active {color:#0000FF;}  /* selected link */ 

.white a {
    color:white;
}

.white a:hover {
    color:#799ee0;
}

h1, h2, h3, h4, h5, h6 {
    color:white;
}
body{ 
    background: #0A0523;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment:fixed;
}