| 1 |
H1 { font-family: Verdana; font-size: large } |
| 2 |
H2 { font-family: Verdana; font-size: medium } |
| 3 |
body { font-family: Verdana; font-size: x-small; background-color: white } |
| 4 |
a:active { color: blue; } |
| 5 |
a.toolbar:hover { color: blue; background-color: red } |
| 6 |
a:visited { color: blue } |
| 7 |
a:link { color: blue } |
| 8 |
a.toolbar { margin: 4px } |
| 9 |
div.toolbar { font-family: Verdana; font-size: x-small; border: double; } |
| 10 |
div.addstock { background-color: lightgrey; } |
| 11 |
input.password { background-color: teal; color: white } |
| 12 |
TH { font-family: Verdana; font-size: x-small; border-bottom: solid; background-color: seashell } |
| 13 |
TD { font-family: Verdana; font-size: x-small } |
| 14 |
TD.code { border-right: solid; background-color: seashell } |
| 15 |
TD.up { background-color: green } |
| 16 |
TD.down { background-color: red } |
| 17 |
TD.same { background-color: cyan } |
| 18 |
INPUT.removebutton { font-family: Verdana; font-size: xx-small } |
| 19 |
FORM.removeform { margin: 0 } |
| 20 |
DT { text-decoration: underline; font-weight: bold } |