„config_css.h“ ändern
This commit is contained in:
parent
81c4ef71b0
commit
cb20f5adc1
67
config_css.h
67
config_css.h
@ -3,10 +3,21 @@ const char CFG_STYLESHEET[] PROGMEM = R"=====(
|
|||||||
<html>
|
<html>
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
|
body {
|
||||||
|
background: #FFFFFF;
|
||||||
|
font-family: verdana, sans-serif;
|
||||||
|
color: #009879;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: bold;
|
||||||
|
font-variant: normal;
|
||||||
|
text-align: center;
|
||||||
|
border-color: #009879;
|
||||||
|
letter-spacing: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
.grid-container {
|
.grid-container {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 320px 320px;
|
grid-template-columns: 320px 320px;
|
||||||
grid-template-rows: 50px 30px auto 30px auto 30px;
|
|
||||||
grid-column-gap: 5px;
|
grid-column-gap: 5px;
|
||||||
grid-row-gap: 5px;
|
grid-row-gap: 5px;
|
||||||
}
|
}
|
||||||
@ -17,53 +28,22 @@ const char CFG_STYLESHEET[] PROGMEM = R"=====(
|
|||||||
}
|
}
|
||||||
|
|
||||||
.maintitlebox {
|
.maintitlebox {
|
||||||
background: #FFFFFF;
|
|
||||||
color: #009879;
|
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: #009879;
|
font-size: 20px;
|
||||||
font-family: verdana, sans-serif;
|
line-height: 40px;
|
||||||
font-style: normal;
|
|
||||||
font-weight: bold;
|
|
||||||
font-variant: normal;
|
|
||||||
font-size: 22px;
|
|
||||||
color: #009879;
|
|
||||||
text-align: center;
|
|
||||||
letter-spacing: 0px;
|
|
||||||
line-height: 50px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.subtitlebox {
|
.subtitlebox {
|
||||||
background: #FFFFFF;
|
|
||||||
color: #009879;
|
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: #009879;
|
|
||||||
font-family: verdana, sans-serif;
|
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: #009879;
|
|
||||||
font-style: normal;
|
|
||||||
font-weight: bold;
|
|
||||||
font-variant: normal;
|
|
||||||
text-align: center;
|
|
||||||
letter-spacing: 0px;
|
|
||||||
line-height: 20px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.contentbox {
|
.contentbox {
|
||||||
background: #FFFFFF;
|
|
||||||
color: #009879;
|
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: #009879;
|
|
||||||
font-family: verdana, sans-serif;
|
|
||||||
font-size: 16px;
|
|
||||||
color: #009879;
|
|
||||||
font-style: normal;
|
|
||||||
font-weight: bold;
|
|
||||||
font-variant: normal;
|
|
||||||
text-align: center;
|
|
||||||
letter-spacing: 0px;
|
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.subtitle1 {
|
.subtitle1 {
|
||||||
@ -89,19 +69,9 @@ const char CFG_STYLESHEET[] PROGMEM = R"=====(
|
|||||||
.footerbox {
|
.footerbox {
|
||||||
grid-column: 1 / span 2;
|
grid-column: 1 / span 2;
|
||||||
grid-row: 6;
|
grid-row: 6;
|
||||||
background: #FFFFFF;
|
|
||||||
color: #009879;
|
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: #009879;
|
|
||||||
font-family: verdana, sans-serif;
|
|
||||||
font-size: 12px;
|
|
||||||
color: #009879;
|
|
||||||
font-style: normal;
|
|
||||||
font-weight: bold;
|
|
||||||
font-variant: normal;
|
|
||||||
text-align: center;
|
|
||||||
letter-spacing: 0px;
|
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
@ -112,17 +82,14 @@ textarea {
|
|||||||
background: none!important;
|
background: none!important;
|
||||||
border: none;
|
border: none;
|
||||||
padding: 0!important;
|
padding: 0!important;
|
||||||
/*optional*/
|
|
||||||
font-family: verdana, sans-serif;
|
font-family: verdana, sans-serif;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
/*input has OS specific font-family*/
|
|
||||||
color: #009879;
|
color: #009879;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.styled-table{
|
.styled-table{
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
@ -154,7 +121,7 @@ textarea {
|
|||||||
color: #009879;
|
color: #009879;
|
||||||
}
|
}
|
||||||
|
|
||||||
.backend_button{
|
.button{
|
||||||
background-color: #009879;
|
background-color: #009879;
|
||||||
border: none;
|
border: none;
|
||||||
color: white;
|
color: white;
|
||||||
|
Loading…
Reference in New Issue
Block a user