inenvmon_server/inenvmon/web/static/styles/style.css

189 lines
3.4 KiB
CSS
Executable File

#header_bar {
}
#uberschrift {
margin: 0;
padding: 0 2px 2px;
margin-left: 20px;
margin-top: 10px;
}
#footer_bar {
padding-bottom: 5px;
padding-left: 5px;
}
#footer_text {
margin-bottom: 2px;
}
#recent_vals {
margin-left: 20px;
}
#timestamp {
margin-top: -10px;
margin-left:20px;
}
.gauge_container {
text-align: center;
display: block;
margin: auto;
margin-top: 15px;
}
.gauge {
display: inline-block;
margin-left: 20px;
}
.gauge_desc {
margin-left: -50px;
margin-top: -30px;
margin-bottom: 20px;
}
.graph_name {
margin-top: 5px;
}
.graph_canvas {
display: block;
width: 100%;
}
#tempchart {
margin-bottom: 25px;
}
#multichart {
margin-bottom: 25px;
}
#sample_select {
margin-top: 40px;
margin-left: 20px;
}
#content_wrapper {
display: flex;
flex-flow: wrap;
margin-left: 5px;
margin-right: 5px;
}
#content_left {
flex: 0 0 18%;
justify-content: center;
}
#content_center {
/*margin-left: 10px;*/
flex: 0 0 40%;
justify-content: center;
}
#content_right {
flex: 0 0 40%;
justify-content: center;
}
body {
padding: 0;
margin: 0;
font-family: 'Noto Sans', Noto, sans-serif;
}
svg {
margin: auto;
}
@media (max-width: 1280px) {
#content_left {
display: flex !important;
flex-direction: column;
justify-content: center;
flex: 1 1 100%;
}
#content_center {
flex: 0 0 95%;
justify-content: center;
margin: auto;
}
#content_right {
flex: 0 0 95%;
justify-content: center;
margin: auto;
}
.gauge_container_top {
display: flex;
flex-direction: row;
}
.gauge_container_bottom {
display: flex;
flex-direction: row;
}
.gauge_container {
text-align: center;
display: flex;
flex-direction: row;
margin: auto;
}
.gauge {
display: inline-block;
margin-left: auto;
margin-right: auto;
}
.gauge_desc {
justify-content: center;
margin-left: -30px;
margin-right: auto;
}
#sample_select {
margin-top: auto;
}
}
@media (max-width: 1000px) {
#recent_vals {
margin-left: 5px;
}
#uberschrift {
margin: 0;
padding: 2px;
margin-left: 5px;
margin-top: 5px;
}
#content_left {
display: flex;
flex-direction: column;
justify-content: center;
flex: 1 1 100%;
}
#content_center {
flex: 0 0 95%;
justify-content: center;
margin: auto;
}
#content_right {
flex: 0 0 95%;
justify-content: center;
margin: auto;
}
.gauge_container_top {
display: flex;
flex-direction: row;
margin: auto;
margin-left: -15px;
}
.gauge_container_bottom {
display: flex;
flex-direction: row;
margin: auto;
margin-left: -15px;
}
.gauge_container {
text-align: center;
display: flex;
flex-direction: column;
margin: auto;
}
.gauge {
display: inline-block;
margin-left: auto;
margin-right: auto;
}
.gauge_desc {
justify-content: center;
margin-left: auto;
margin-right: auto;
}
#sample_select {
margin-top: auto;
margin-left: 5px;
}
}