Files
misael/src/main/resources/static/css/quizz-edit.css
T

60 lines
990 B
CSS

main h1 input, main h1 span{
font-size: 30pt;
font-weight: bold;
color: teal;
}
main h1 button{
width: 7em;
}
main .buttonbar button{
width: 7em;
}
main .buttonbar {
display: flex;
flex-direction: row;
}
ol#questions-list {
display: table;
border-spacing: 2px;
width: 90%;
}
ol#questions-list li {
width: 90%;
background-color: lemonchiffon;
border: 2pt solid;
display: table-row;
flex-direction: row;
align-items: stretch;
margin: auto;
}
ol#questions-list li div.button-box {
display:table-cell;
text-align: center;
vertical-align: middle;
width: 7em;
}
ol#questions-list li div.button-box button{
width: 7em;
}
ol#questions-list li div.content-box {
display:table-cell;
background-color: gainsboro;
color: black;
font-size: 12pt;
}
/* DCC */
div.dcc-box h5, div.dcc-box h5 input{
font-size: 16pt;
font-weight: bold;
text-decoration: underline;
width: 100%;
}