45 lines
528 B
CSS
45 lines
528 B
CSS
|
/*
|
||
|
Theme Color
|
||
|
|
||
|
random apply to:
|
||
|
.widget_fn - on hover status
|
||
|
#search_app .submit
|
||
|
.tile
|
||
|
|
||
|
*/
|
||
|
.thmc1 { background: #CC9; }
|
||
|
.thmc2 { background: #CC0; }
|
||
|
|
||
|
/*
|
||
|
sub1 Theme Color
|
||
|
|
||
|
apply to:
|
||
|
#search_app
|
||
|
|
||
|
*/
|
||
|
.thmc3 { background: #FFFFFF; }
|
||
|
|
||
|
/*
|
||
|
sub1 Theme Color
|
||
|
|
||
|
apply to:
|
||
|
#rwidget
|
||
|
|
||
|
*/
|
||
|
.thmc4 { background: #000000; }
|
||
|
|
||
|
|
||
|
/* Theme Text Color */
|
||
|
.thmtxt { color: #000; }
|
||
|
.thmtxth { color: #fff; }
|
||
|
|
||
|
/* Group Seprate Color */
|
||
|
.g_sep { border-color: #fff; }
|
||
|
|
||
|
/*
|
||
|
theme bg image
|
||
|
|
||
|
#thmbackground img - background
|
||
|
#bgover - upon #thmbackground
|
||
|
|
||
|
*/
|