diff options
Diffstat (limited to 'theme1b.css')
-rw-r--r-- | theme1b.css | 86 |
1 files changed, 21 insertions, 65 deletions
diff --git a/theme1b.css b/theme1b.css index 6da0da2..2374774 100644 --- a/theme1b.css +++ b/theme1b.css @@ -1,66 +1,22 @@ -:root { - --bg-primary: #090933; +:root{ + --principal-bg: #090933; + --principal-fg: #FFF; + --secondary-bg: #116; + --secondary-fg: #338; + --list-active-bg: #449; + --list-highlighted-bg: #338; + --link-fg: #1194FF; + --link-visited-fg: #20ACFF; + --link-hover-fg: #3FBFFF; + --link-active-fg: #CCCCFF; + --link-highlighted-fg: #FC0; + --interactive-bg: #161; + --interactive-fg: #FFF; + --interactive-hover-bg: #272; + --interactive-active-bg: #383; + --interactive-disabled-bg: #666; + --widget-area-bg: rgba(32,32,96,0.6); + --slider-empty-bg: rgba(49,184,73,0.6); + --slider-filled-bg: #0EA33D; + --bg-pattern: url("/pattern1b.png"); } -body{ - background-color: var(--bg-primary); - background-image: url("/pattern1b.png"); - background-repeat: repeat; - color: #FFF; -} -del{ - text-decoration-color: #FFF; -} -#panel li a.active{ -background-color:#449; -} -#panel li a:hover:not(.active){ -background-color:#338; -} -#panel,#footer{ - background-color:#116; - background-image: url("/pattern1b.png"); - background-repeat: repeat; -} -#content .block{ -border: 1px solid #338; -} -a.highlighted{color:#FC0 !important;} -a:link{ -color:#1194FF; -} -a:visited{ -color:#20ACFF; -} -a:hover{ -color:#3FBFFF; -} -a:active{ -color:#CCCCFF; -} -blockquote{ -border: 1px solid #338; -} -button,.fakebtn{ - color:white; - background-color:#161; -} -button:hover,.fakebtn:hover{ - background-color:#272; -} -button:active,.fakebtn:active{ - background-color:#383; -} -button:disabled{ - background-color:#666; -} -input[type="text"]{ - color:#FFF; - border-bottom-color:#161; -} -textarea{ - color:#FFF; - border-color:#161; -} -.widgetbg{background:rgba(32,32,96,0.6);} -.sliderb1{background-color:rgba(49,184,73,0.6);} -.sliderb2{background-color:#0EA33D;} |