53 lines
659 B
CSS
Executable File
53 lines
659 B
CSS
Executable File
:root {
|
|
--height-w0:45px;
|
|
--height-w1:60px;
|
|
--height-w2:100px;
|
|
--container-width: 30em;
|
|
--button-color: black;
|
|
--button-background-color: aqua;
|
|
}
|
|
|
|
.btn-primary {
|
|
color: #000;
|
|
background-color: skyblue;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
#master {
|
|
border-width: 2px;
|
|
}
|
|
|
|
#author {
|
|
border-top: 1px blue solid;
|
|
}
|
|
|
|
.container {
|
|
max-width: 30em;
|
|
}
|
|
|
|
|
|
#remark {
|
|
width: 200px;
|
|
/* border: solid 1px blue; */
|
|
}
|
|
|
|
textarea {
|
|
line-height: 1.1;
|
|
padding: .5rem .5rem;
|
|
}
|
|
|
|
#remarks, #beszahl, #barsp {
|
|
/* border: solid 1px green; */
|
|
/* float: left; */
|
|
|
|
}
|
|
|
|
#btnOK2, #btnOK1, #btnOK0 {
|
|
/* border: solid 1px red; */
|
|
/* float: left; */
|
|
}
|
|
|
|
|
|
#diespende {
|
|
clear: both;
|
|
} |