diff options
Diffstat (limited to 'theme1a.css')
-rw-r--r-- | theme1a.css | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/theme1a.css b/theme1a.css new file mode 100644 index 0000000..c0bfd2c --- /dev/null +++ b/theme1a.css @@ -0,0 +1,57 @@ +body{ + background-color: #FFF; + background-image: url("/pattern1a.png"); + background-repeat: repeat; + color: #000; +} +#panel li a.active{ +background-color:#CEC; +} +#panel li a:hover:not(.active){ +background-color:#DFD; +} +#panel,#footer{ + background-color:#EEE; + background-image: url("/pattern1a.png"); + background-repeat: repeat; +} +#content .block{ +border: 1px solid #333; +} +a.highlighted{color:#EA0 !important;} +a:link{ +color:#1194FF; +} +a:visited{ +color:#20ACFF; +} +a:hover{ +color:#3FBFFF; +} +a:active{ +color:#CCCCFF; +} +blockquote{ +border: 1px solid #333; +} +button,.fakebtn{ + color:white; + background-color:#4A4; +} +button:hover,.fakebtn:hover{ + background-color:#5B5; +} +button:active,.fakebtn:active{ + background-color:#6C6; +} +input[type="text"]{ + color:#000; + border-bottom-color:#4A4; +} +textarea{ + color:#000; + border-color:#4A4; +} +.widgetbg{background-color:rgba(204,204,204,0.6);} +.sliderb1{background-color:rgba(64,240,96,0.6);} +.sliderb2{background-color:#10C048;} |