User:Cy/timeless.css: Difference between revisions

From Test Wiki
no edit summary
No edit summary
No edit summary
 
Line 1: Line 1:
 
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 {
.white a {
Line 8: Line 11:
     color:#799ee0;
     color:#799ee0;
}
}
h1{
h1, h2, h3{
color:white;
color:silver;
}
h6 {
    color:white;
}
    h5 {
    color:black;
    }
    h4 {
    color:green;
    }
h3, h2 {
    color:gray;
}
}
div#content {
div#content {
Line 28: Line 19:
     border-width:3px;
     border-width:3px;
     border-color:black;
     border-color:black;
   background-image: url(https://78.media.tumblr.com/57d6a328441483bfec5ebdd2fefe8ff2/tumblr_p3mqw7xJph1ujlhmmo1_500.gif);
   background-image: url(https://i.pinimg.com/originals/7b/a9/7d/7ba97d53c28d19d6438d7557f9d1eec4.jpg);
     color:white;
     color:silver;
     border-bottom:none;
     border-bottom:none;
}
}
Line 49: Line 40:
#content {
#content {
     width:800px;
     width:800px;
     border-top-left-radius: 4em;
     border-top-left-radius: 1em;
     border-top-right-radius: 1em;
     border-top-right-radius: 1em;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
}
}


21

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.