Initial commit with basic structure

This commit is contained in:
BackIsBachus
2017-09-17 08:09:11 +02:00
commit b0d0c4ebcc
26 changed files with 3587 additions and 0 deletions

5
web/css/hint.min.css vendored Normal file

File diff suppressed because one or more lines are too long

39
web/css/main.css Normal file
View File

@@ -0,0 +1,39 @@
html { height: 100%;}
body {
font: 14px/1.8em 'Open Sans', Helvetica, Arial, Helvetica, sans-serif;
color: #444;
background #fff;
-webkit-font-smoothing: antialiased;
height: 100%;
}
table {
border-collapse: collapse;
border-spacing: 0;
border: thick solid;
}
td {
vertical-align: top;
text-align: center;
}
td, th {
border: solid 1px #222;
padding: 0.25em 0.5em;
}
th {
font-weight: bold;
text-align: center;
background: #eee;
}
.red {background-color:rgba(255,0,0,0.25);}
.blue {background-color:rgba(0,0,255,0.25);}
.green {background-color:rgba(0,255,0,0.25);}
thead {
border: thick solid;
}