LifePex/public/css/main.css

110 lines
1.7 KiB
CSS

body {
background-color: #000;
color: #15a5b5;
}
h1, h2, h3, h4, h5, h6 {
color: #20d0d0;
}
h1 {
border-bottom: 1px solid #20d0d0;
}
h2 {
border-bottom: 1px solid #063040;
}
.full-row-sep {
margin: 0;
padding: 0;
}
.full-row-sep td {
border: 0;
}
.full-row-sep {
background-color: #15a5b5;
color: #000;
/* margin: 0; */
}
.round {
border-radius: 50%;
}
.force-1-col {
width: 8.3vw;
}
.center {
text-align: center;
/* margin-left: auto; */
/* margin-right: auto; */
}
.custom-valid {
background-color: #29db89;
/* border-color: #29db89; */
border: none;
color: #ffffff;
font-size: 46.4px;
width: 69.6px;
padding: 0rem;
vertical-align: middle;
text-align: center;
position: fixed;
bottom: 0px;
right: 0px
}
.additional-bottom-space {
padding-bottom: 50px;
}
.big-row {
line-height: 45px;
min-height: 45px;
height: 45px;
}
.smaller {
font-size: x-small !important;
}
.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;
}