[scripts] add file listing generator, bug 3314
This commit is contained in:
28
scripts/gen_html/style.css
Normal file
28
scripts/gen_html/style.css
Normal file
@@ -0,0 +1,28 @@
|
||||
body
|
||||
{
|
||||
font-size: 14px;
|
||||
font-family: Verdana,sans-serif,"Times New Roman"
|
||||
}
|
||||
|
||||
table
|
||||
{
|
||||
border: 1px solid #A0522D;
|
||||
border-collapse:collapse;
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
td
|
||||
{
|
||||
border:1px solid #A0522D;
|
||||
}
|
||||
|
||||
th
|
||||
{
|
||||
background-color: #90EE90;
|
||||
color:black;
|
||||
}
|
||||
|
||||
td:hover
|
||||
{
|
||||
background-color: #CACACA;
|
||||
}
|
||||
Reference in New Issue
Block a user