User:Cy/timeless.css

From Test Wiki
Revision as of 02:05, 10 June 2018 by Cy (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump 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.
a:link {color:silver;}      /* unvisited link */
a:visited {color:silver;}  /* visited link */
a:hover {color:green;}  /* mouse over link */
a:active {color:silver;}  /* selected link */ 

.white a {
    color:white;
}

.white a:hover {
    color:#799ee0;
}
h1, h2, h3{
	color:silver;
}
div#content {
    margin:35px auto 0px;
    border-style:solid;
    border-width:3px;
    border-color:black;
   background-image: url(https://i.pinimg.com/originals/7b/a9/7d/7ba97d53c28d19d6438d7557f9d1eec4.jpg);
    color:silver;
    border-bottom:none;
}
div#column-content {
    margin: 6px;
}

#mw-content-text {
    width:100%;
}
.mw-body {
    padding-top:0px;
}

.mw-body a.external {
    color: #36B !important;
}

#content {
    width:800px;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
}

.status a:hover {
    color:green;
}