diff options
Diffstat (limited to 'public/assets/css')
| -rw-r--r-- | public/assets/css/class.css | 10 | ||||
| -rw-r--r-- | public/assets/css/themes/fall-08.css | 2 |
2 files changed, 9 insertions, 3 deletions
diff --git a/public/assets/css/class.css b/public/assets/css/class.css index 6d79077..8a8f51b 100644 --- a/public/assets/css/class.css +++ b/public/assets/css/class.css @@ -16,20 +16,24 @@ --light-grey-shade: 1px 5px 7px #7773; --form-content-font-size: .87rem; --form-input-height: 31px; - --form-layer-bgr: #dddb; /* form layer background */ + --table-head-bgr: #fff6; --table-row-bgr: #eee4; --table-odd-row-bgr: #fff4; --table-row-hover-bgr: #fffa; + /* layer backgrounds */ + --form-layer-bgr: #dddb; /* form layer background */ + --backlayer-bgr: transparent; + /* select2 */ --select2-arrow-top: 10px; --select2-height: 31px; /* main themed variables */ --background-image: #fafafa; /* main background */ - --menu-hover-bgr: #def /* <-- spring-04 ; default: #def */; + --menu-hover-bgr: #def; --info-text-color: #554e; /* image credits */ @@ -162,6 +166,8 @@ html, body { width: 100%; margin: auto auto; padding: .5em; font-size: .78em; + background: var(--backlayer-bgr); + border-radius: 9px; } .central-form.left-menu .content { margin: 1em auto; } diff --git a/public/assets/css/themes/fall-08.css b/public/assets/css/themes/fall-08.css index 76f1b67..3ea612e 100644 --- a/public/assets/css/themes/fall-08.css +++ b/public/assets/css/themes/fall-08.css @@ -1,7 +1,7 @@ :root { --background-image: url(/assets/media/fall-08.webp); --form-layer-bgr: #cccc; - --bs-heading-color: #fee /* #045 */; + --bs-heading-color: #ffe; --menu-hover-bgr: #fcc; --info-text-color: #112; --img-credit-hover-color: #334; |
