Files
pluto/website/static/css/custom.css
2018-10-24 09:12:22 +02:00

190 lines
2.6 KiB
CSS

/* your custom css */
.mainContainer .wrapper .post ol {
background-color: #fff;
border-radius: 8px;
padding: 30px 20px 20px 40px;
}
.mainContainer .wrapper p, .blockElement p, .mainContainer .wrapper ul li, .mainContainer .wrapper ol li {
line-height: 1.3;
}
.darkBackground {
background-color: #4A5AB5;
}
.container .wrapper .imageAlignSide h2 {
font-weight: 500;
}
.container .wrapper .imageAlignSide p {
text-align: left;
}
.todo {
display: flex;
justify-content: center;
align-items: center;
font: 2em;
font-weight: bold;
}
main {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100%
}
#selection {
padding: 10px;
}
#extension {
border: 40px solid #ddd;
border-width: 55px 7px;
border-radius: 40px;
margin: 50px auto;
width: 30vh;
height: 50vh;
overflow: hidden;
}
#extension iframe {
border: 0;
height: 100%;
width: 100%
}
@media only screen and (min-device-width: 360px) and (max-device-width: 736px) {
}
@media only screen and (min-width: 1024px) {
}
@media only screen and (max-width: 1023px) {
}
@media only screen and (min-width: 1400px) {
}
@media only screen and (min-width: 1500px) {
}
/* Try */
html, body {
margin: 0;
}
.parinfer-error {
background: #FFBEBE;
color: black !important;
}
.parinfer-paren-trail {
opacity: 0.4;
}
.CodeMirror {
box-sizing: border-box;
padding: 10px;
height: 100% !important;
}
#wrapper {
display: flex;
flex-direction: row;
/* height: 100vh; */
}
main {
width: 75%;
overflow: auto;
}
#content {
height: 80vh;
}
#errors {
height: 20vh;
overflow: auto;
}
#errors.ok {
background-color: #E0F2F1;
}
#errors.warnings {
background-color: #FCE4EC;
}
#errors.errors {
background-color: #FCE4EC;
}
#errors div {
padding: 10px;
}
#panel {
display: flex;
flex-direction: column;
align-items: center;
}
#side-column {
display: flex;
flex-direction: column;
width: 25%;
justify-content: space-between;
}
#docs {
overflow-y: scroll;
height: 50vh;
box-shadow: 0px 0px 1px #666 inset;
}
#docs h6 {
margin: 0px;
margin-bottom: 0.5em;
padding-left: 0.5em;
padding-top: 10px;
padding-bottom: 10px;
background-color: #d4d4d4;
}
#docs li {
list-style: none;
}
#docs ul {
padding-left: 0.5em;
}
#docs pre {
font-family: monospace;
font-size: 0.9em;
margin-bottom: 0px;
color: #5f9ea0;
vertical-align: top;
}
#panel p {
margin: 10px;
}
#qr {
z-index: -1;
}
#qr-wrapper {
display: flex;
flex-direction: column;
align-items: center;
}