First Commit
This commit is contained in:
1471
html/sternwarte/beoanswer/css/basscss-custom.css
Executable file
1471
html/sternwarte/beoanswer/css/basscss-custom.css
Executable file
File diff suppressed because it is too large
Load Diff
53
html/sternwarte/beoanswer/css/mystyle.css
Executable file
53
html/sternwarte/beoanswer/css/mystyle.css
Executable file
@@ -0,0 +1,53 @@
|
||||
: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;
|
||||
}
|
||||
Reference in New Issue
Block a user