23 lines
343 B
CSS
23 lines
343 B
CSS
body {
|
|
cursor: url('/misc/piz_normal_p1.cur'), auto;
|
|
background: #000;
|
|
margin: 8px;
|
|
color: #00FF00;
|
|
font: normal 16px/20px Courier, Courier New, monospace;
|
|
}
|
|
|
|
a {
|
|
color: #FFF;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
a:hover {
|
|
color: #EEE;
|
|
text-decoration: none;
|
|
}
|
|
|
|
form {
|
|
cursor: auto;
|
|
text-align: center;
|
|
}
|