Jump to content

MediaWiki:Monobook.css: Difference between revisions

From Arelith Wiki
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;} /*..."
 
Blanked the page
 
Line 1: Line 1:
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;
}

Latest revision as of 20:48, 19 January 2025