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

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