www2.0/public/css/swagg.css

80 lines
1.0 KiB
CSS
Raw Normal View History

body {
cursor: url('/misc/piz_normal_p1.cur'), auto;
background: #000;
2021-03-21 02:28:09 -04:00
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;
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%;
}
#gdpr {
2021-03-21 02:28:09 -04:00
top: 0;
position: relative;
padding: 0.75em;
text-align: center;
width: 100%;
background-color: #BEBEBE;
color: #000000;
}
.win95button {
2021-12-31 18:19:15 -05:00
border: 0.25em outset;
border-color: #000000;
background-color: #BEBEBE;
padding: 0.75em;
width: 10em;
}
2021-03-06 16:09:53 -05:00
2021-12-31 18:19:15 -05:00
.win95button:active {
border: 0.25em inset;
}
2021-03-06 16:09:53 -05:00
img {
2021-03-07 00:01:55 -05:00
vertical-align: middle;
2021-03-06 16:09:53 -05:00
}