Files
ratio_basicFE/web/css/main.css
2017-09-17 08:09:11 +02:00

40 lines
635 B
CSS

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;
}