coronaindia
Version:
COVID19 India Tracker, predictive analytics and research. Built by engineers, data scientists, AI and medical professionals.
118 lines (98 loc) • 1.93 kB
CSS
.highcharts-figure,
.highcharts-data-table table {
min-width: 360px;
max-width: 800px;
margin: 1em auto;
}
.highcharts-data-table table {
font-family: Verdana, sans-serif;
border-collapse: collapse;
border: 1px solid #EBEBEB;
margin: 10px auto;
text-align: center;
width: 100%;
max-width: 500px;
}
.highcharts-data-table caption {
padding: 1em 0;
font-size: 1.2em;
color: #555;
}
.highcharts-data-table th {
font-weight: 600;
padding: 0.5em;
}
.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
padding: 0.5em;
}
.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
background: #f8f8f8;
}
.highcharts-data-table tr:hover {
background: #f1f7ff;
}
.waiting {
text-align: center;
position: absolute;
right: 0;
left: 0;
top: 50%;
}
.chartContainer {
min-height: 300px;
}
.rightRotatingImg {
width: 80%;
top: 5px;
}
.rightRotatingImgText {
position: absolute;
right: 42%;
top: 29%;
}
@media only screen and (max-width: 768px) {
.rightRotatingImg {
width: 57%;
}
.rightRotatingImgText {
position: absolute;
right: 34%;
top: 36%;
font-size: 24px;
}
.sm-center{
text-align:center;
}
}
.rotateImg {
-webkit-animation: rotation 2s infinite linear;
animation: rotation 8s infinite linear;
}
@-webkit-keyframes rotation {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
}
}
.headingCss{
font-family: 'Roboto Slab', serif;padding: 18px;color: white;
}
.research.container{
background-color:#2a323c
}
.highcharts-description{
color:white;
}
.highlight {
background-color: yellow;
}
#questionList li {
color: blue;
text-decoration: underline;
cursor: pointer;
}