You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

60 lines
717 B
CSS

4 years ago
body {
background-color: black;
4 years ago
color: chartreuse;
font-family: "Lucida Console", Monaco, monospace;
4 years ago
overflow: hidden;
}
4 years ago
a { color: blue; text-decoration: none; }
a:hover { color: red; }
/*a:visited { color: blue; }*/
p{padding: 5px; }
4 years ago
span {color: black;}
4 years ago
4 years ago
.m{color: chartreuse;}
4 years ago
4 years ago
#f{
color: chartreuse;
4 years ago
position: absolute;
}
#fn {
width: 860px;
left: 670px;
position: absolute;
top: 200px;
color: white;
font-size: 18px
}
.fnc {
4 years ago
font-weight: bold;
color: white;
}
.fnc2 {
color: chartreuse;
4 years ago
}
#tit {
text-decoration: none;
4 years ago
color: chartreuse;
4 years ago
}
#dot {
text-decoration: none;
4 years ago
color: chartreuse;
4 years ago
}
4 years ago
#dot:hover { color: red; }
4 years ago
#tit:hover{
4 years ago
color: red;
4 years ago
}
.VERSION {
4 years ago
width: 830px;
4 years ago
color: white;
}