summaryrefslogtreecommitdiff
path: root/theme3b.css
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2024-03-07 23:28:41 -0500
committerGravatar Chris Xiong <chirs241097@gmail.com> 2024-03-07 23:28:41 -0500
commita59e0c492ae8630e416c3fa5787ecec311c4f2ff (patch)
tree7848e2891375f759bd30fc1dda4e6ebd4f5b540d /theme3b.css
parent717fe320dc367edd2be0605d895113b4bbeb7939 (diff)
downloadweb-a59e0c492ae8630e416c3fa5787ecec311c4f2ff.tar.xz
Remove duplicate shit from theme css files.
Diffstat (limited to 'theme3b.css')
-rw-r--r--theme3b.css86
1 files changed, 21 insertions, 65 deletions
diff --git a/theme3b.css b/theme3b.css
index 2f7ac36..4ef8f12 100644
--- a/theme3b.css
+++ b/theme3b.css
@@ -1,66 +1,22 @@
-:root {
- --bg-primary: #051933;
+:root{
+ --principal-bg: #051933;
+ --principal-fg: #FFF;
+ --secondary-bg: #082040;
+ --secondary-fg: #358;
+ --list-active-bg: #469;
+ --list-highlighted-bg: #358;
+ --link-fg: #4A92FF;
+ --link-visited-fg: #508AFF;
+ --link-hover-fg: #40A0FF;
+ --link-active-fg: #AAD7FF;
+ --link-highlighted-fg: #F1C;
+ --interactive-bg: #469;
+ --interactive-fg: #FFF;
+ --interactive-hover-bg: #57A;
+ --interactive-active-bg: #68B;
+ --interactive-disabled-bg: #666;
+ --widget-area-bg: rgba(24,48,80,0.6);
+ --slider-empty-bg: rgba(85,119,170,0.6);
+ --slider-filled-bg: #469;
+ --bg-pattern: url("/pattern3b.png");
}
-body{
- background-color: var(--bg-primary);
- background-image: url("/pattern3b.png");
- background-repeat: repeat;
- color: #FFF;
-}
-del{
- text-decoration-color: #FFF;
-}
-#panel li a.active{
-background-color:#469;
-}
-#panel li a:hover:not(.active){
-background-color:#358;
-}
-#panel,#footer{
- background-color:#082040;
- background-image: url("/pattern3b.png");
- background-repeat: repeat;
-}
-#content .block{
-border: 1px solid #358;
-}
-a.highlighted{color:#F1C !important;}
-a:link{
-color:#4A92FF;
-}
-a:visited{
-color:#508AFF;
-}
-a:hover{
-color:#40A0FF;
-}
-a:active{
-color:#AAD7FF;
-}
-blockquote{
-border: 1px solid #358;
-}
-button,.fakebtn{
- color:white;
- background-color:#469;
-}
-button:hover,.fakebtn:hover{
- background-color:#57A;
-}
-button:active,.fakebtn:active{
- background-color:#68B;
-}
-button:disabled{
- background-color:#666;
-}
-input[type="text"]{
- color:#FFF;
- border-bottom-color:#469;
-}
-textarea{
- color:#FFF;
- border-color:#469;
-}
-.widgetbg{background:rgba(24,48,80,0.6);}
-.sliderb1{background-color:rgba(85,119,170,0.6);}
-.sliderb2{background-color:#469;}