Add a basic web app (currently only Rank Calc works)
This commit is contained in:
parent
4ec8b10216
commit
e40ac65186
30 changed files with 31758 additions and 1 deletions
23
web_app/css/sif-tools.css
Normal file
23
web_app/css/sif-tools.css
Normal file
|
@ -0,0 +1,23 @@
|
|||
body {
|
||||
font: 100% "Trebuchet MS", sans-serif;
|
||||
margin: 50px;
|
||||
background-color: #000000;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: Verdana,Arial,sans-serif;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
strong {
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
table {
|
||||
table-layout: fixed;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue