You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
569 B
53 lines
569 B
@font-face {
|
|
font-family: 'whois-mono';
|
|
src: url('../../fonts/whois-mono.ttf');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'SelectricMono';
|
|
src: url('../../fonts/SelectricMono.otf');
|
|
}
|
|
|
|
body{
|
|
background: #ffffff;
|
|
color:blue;
|
|
font-family: 'whois-mono';
|
|
}
|
|
|
|
a{
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:visited {
|
|
color:purple;
|
|
}
|
|
|
|
ul{
|
|
list-style: none;
|
|
}
|
|
li a{
|
|
text-decoration: none;
|
|
color: #0000FF
|
|
}
|
|
|
|
li a:hover{
|
|
color: orange;
|
|
}
|
|
|
|
img{
|
|
max-width: 500px;
|
|
}
|
|
|
|
div{
|
|
/* width: 80%; */
|
|
margin:0 auto;
|
|
padding: 1em 2em 1em;
|
|
}
|
|
|
|
.diverge{
|
|
margin-left: 1em;
|
|
}
|
|
|
|
.index {
|
|
display: block;
|
|
}
|
|
|