mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-10-31 19:36:16 +00:00
27 lines
465 B
CSS
27 lines
465 B
CSS
|
BODY {
|
||
|
background: #000000; color: #C0C0C0
|
||
|
}
|
||
|
A {
|
||
|
font-weight: bold; color: #FFFF00; text-decoration: none
|
||
|
}
|
||
|
A:hover {
|
||
|
font-weight: bold; color: #FF0000; text-decoration: underline
|
||
|
}
|
||
|
h1 {
|
||
|
color: #FF0000
|
||
|
}
|
||
|
h2 {
|
||
|
color: #FF8000
|
||
|
}
|
||
|
.pic {
|
||
|
vertical-align: top; width: 100; text-align: center
|
||
|
}
|
||
|
img {
|
||
|
border-style:outset; border-color: white; border-width:2px;
|
||
|
}
|
||
|
.noborder {
|
||
|
border-width:0px;
|
||
|
}
|
||
|
td {
|
||
|
padding-top:8px;
|