53 lines
608 B
CSS
53 lines
608 B
CSS
body {
|
|
cursor: url('/misc/piz_normal_p1.cur'), auto;
|
|
background: #000;
|
|
margin: 8px;
|
|
color: #00FF00;
|
|
}
|
|
|
|
a {
|
|
color: #FFF;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
a:hover {
|
|
color: #EEE;
|
|
text-decoration: none;
|
|
}
|
|
|
|
form {
|
|
cursor: auto;
|
|
text-align: center;
|
|
}
|
|
|
|
td {
|
|
text-align: left;
|
|
}
|
|
|
|
th {
|
|
text-align: right;
|
|
}
|
|
|
|
hr {
|
|
height: 2px;
|
|
color: #00FF00;
|
|
background-color: #00FF00;
|
|
border: none;
|
|
}
|
|
|
|
.inner {
|
|
margin: 0 auto;
|
|
max-width: 90%;
|
|
}
|
|
|
|
.outer {
|
|
margin: 0 auto;
|
|
max-width: 95%;
|
|
}
|
|
|
|
#bonzi {
|
|
position: fixed;
|
|
right: 10%;
|
|
bottom: 10%;
|
|
}
|