User:Cy/timeless.css: Difference between revisions
From Test Wiki
Content deleted Content added
No edit summary |
No edit summary |
||
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 {
Line 8 ⟶ 11:
color:#799ee0;
}
h1, h2, h3{
color:
}
div#content {
Line 28 ⟶ 19:
border-width:3px;
border-color:black;
background-image: url(https://
color:
border-bottom:none;
}
Line 49 ⟶ 40:
#content {
width:800px;
border-top-left-radius:
border-top-right-radius: 1em;
border-bottom-left-radius: 1em;
border-bottom-right-radius: 1em;
}
| |||