This commit is contained in:
guava
2016-12-15 13:40:07 +01:00
commit ee4dd89693
95 changed files with 7368 additions and 0 deletions

View File

@@ -0,0 +1,40 @@
@import url('res/futurastd-medium.css');
html {
color: #fff;
}
#wrap {
width: 500px;
min-height: 185px;
margin-top: 10%;
margin-left: auto;
margin-right: auto;
background-color: #fff;
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
color: rgba(255, 255, 255, 0.9);
}
table {
text-align: left;
}
th, td {
padding-left: 25px;
}
th {
padding-top: 10px;
height: 40px;
}
tr {
font-size: 120%;
font-family: 'Segoe UI';
/*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);*/
}
tr.heading {
background-color: #43A047;
color: rgba(255, 255, 255, 0.9);
}