Initial commit
This commit is contained in:
commit
9b7081ed9b
29 changed files with 874 additions and 0 deletions
24
tagboard.css
Normal file
24
tagboard.css
Normal file
|
@ -0,0 +1,24 @@
|
|||
INPUT, IFRAME
|
||||
{
|
||||
border: #000000 1px solid;
|
||||
font-family: Verdana;
|
||||
font-size: 7pt;
|
||||
}
|
||||
|
||||
BODY, TD
|
||||
{
|
||||
font-family: Verdana;
|
||||
font-size: 7pt;
|
||||
}
|
||||
|
||||
A
|
||||
{
|
||||
color: #666666;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
A:hover
|
||||
{
|
||||
color: #000000;
|
||||
text-decoration: underline;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue