2018-09-11 16:45:54 +00:00
|
|
|
.blockingControl {
|
2018-06-29 16:14:00 +00:00
|
|
|
text-align: center;
|
|
|
|
font-size: 150%;
|
|
|
|
}
|
2018-09-11 15:33:11 +00:00
|
|
|
|
2018-09-12 13:07:46 +00:00
|
|
|
#controlsBlock h3 {
|
2018-09-13 13:50:09 +00:00
|
|
|
font-size: 130%;
|
2018-09-12 13:07:46 +00:00
|
|
|
margin: 0 0 0.6em;
|
2018-09-12 14:37:17 +00:00
|
|
|
border-bottom-width: 1px;
|
|
|
|
border-bottom-style: solid;
|
2018-09-12 15:07:38 +00:00
|
|
|
width: 5.5em;
|
|
|
|
margin: 0.6em auto;
|
|
|
|
text-align: center;
|
2018-09-12 13:07:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#controlsBlock #controlContent {
|
|
|
|
font-size: 90%;
|
2018-09-12 16:39:39 +00:00
|
|
|
margin-bottom: 0.6em;
|
2018-09-12 13:07:46 +00:00
|
|
|
}
|
|
|
|
|
2018-09-12 15:33:27 +00:00
|
|
|
#controlExplanation {
|
2018-09-12 14:52:53 +00:00
|
|
|
margin: 0.3em 0 0.6em;
|
2018-09-12 15:07:38 +00:00
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
2018-09-12 14:52:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/*Disable links visually */
|
|
|
|
#controlExplanation a {
|
|
|
|
color: inherit;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2018-09-12 13:07:46 +00:00
|
|
|
/* Display the values of the variables in the explanation of the failed control */
|
|
|
|
#controlsBlock .variable .situationValue {
|
|
|
|
display: inline-block;
|
2018-09-11 15:33:11 +00:00
|
|
|
}
|
|
|
|
#controlsBlock img {
|
2018-09-12 13:07:46 +00:00
|
|
|
width: 2em !important;
|
|
|
|
height: 2em !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#controlsBlock #solution {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2018-09-12 15:07:38 +00:00
|
|
|
justify-content: center;
|
2018-09-11 15:33:11 +00:00
|
|
|
}
|