how long has this been missing??
This commit is contained in:
parent
cd9bc7509e
commit
94ab2ba9f0
1 changed files with 25 additions and 0 deletions
25
assets/RETRO.CSS
Normal file
25
assets/RETRO.CSS
Normal file
|
@ -0,0 +1,25 @@
|
|||
BODY {
|
||||
margin: 0;
|
||||
background: url('/assets/img/retro/BG.GIF');
|
||||
color: white;
|
||||
font-family: serif;
|
||||
}
|
||||
A {
|
||||
color: lightblue;
|
||||
}
|
||||
#MYTABLE {
|
||||
width: 768px;
|
||||
}
|
||||
#MAIN {
|
||||
border: 6px grey ridge;
|
||||
width: 525px;
|
||||
}
|
||||
TD {
|
||||
vertical-align: top;
|
||||
}
|
||||
TH {
|
||||
font-weight: 400;
|
||||
}
|
||||
IMG {
|
||||
margin-bottom: 10px;
|
||||
}
|
Loading…
Reference in a new issue