OSGOS_D1/doc/support/style.css

57 lines
522 B
CSS
Raw Permalink Normal View History

2024-01-30 07:10:17 +00:00
html {
padding-top: 50px;
background-color: #A0A0A0;
}
body {
background-color: #A0A0A0;
}
legend, label, span {
color: #003333;
font-size: 24pt;
}
div {
border: none;
}
.holder {
text-align: center;
}
.content {
margin: 0 auto;
}
input {
width: 100%;
}
select {
width: 100%;
}
.row {
align-items: center;
}
.r {
text-align: right;
}
.l {
text-align: left;
}
.b select {
width: 165px;
}
.b button {
margin-right: 0;
}
div.b {
padding-right: 0;
}