2021-12-22 23:18:35 -05:00
|
|
|
body {
|
|
|
|
cursor: url('/misc/piz_normal_p1.cur'), auto;
|
|
|
|
background: #000;
|
|
|
|
margin: 0em;
|
|
|
|
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;
|
2021-12-25 01:05:34 -05:00
|
|
|
text-align: center;
|
2021-12-22 23:18:35 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
td {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
th {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
hr {
|
|
|
|
height: 2px;
|
|
|
|
color: #00FF00;
|
|
|
|
background-color: #00FF00;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inner {
|
|
|
|
margin: 0 auto;
|
2021-12-25 01:05:34 -05:00
|
|
|
max-width: 50%;
|
2021-12-22 23:18:35 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.outer {
|
|
|
|
margin: 0 auto;
|
2021-12-25 01:05:34 -05:00
|
|
|
max-width: 60%;
|
2021-12-22 23:18:35 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#bonzi {
|
|
|
|
position: fixed;
|
|
|
|
right: 10%;
|
|
|
|
bottom: 10%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#gdpr {
|
|
|
|
top: 0;
|
|
|
|
position: relative;
|
|
|
|
padding: 0.75em;
|
|
|
|
text-align: center;
|
|
|
|
width: 100%;
|
|
|
|
background-color: #BEBEBE;
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.win95button {
|
|
|
|
border: 0.25em solid;
|
|
|
|
border-color: #000000;
|
|
|
|
background-color: #BEBEBE;
|
|
|
|
padding: 0.75em;
|
|
|
|
width: 10em;
|
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2021-12-25 01:05:34 -05:00
|
|
|
|
|
|
|
.bordered, .bordered tr, .bordered th, .bordered td {
|
|
|
|
border-style: double;
|
|
|
|
border-collapse: collapse;
|
|
|
|
padding: 10px;
|
|
|
|
}
|