2012-03-28 10:53:30 +00:00
|
|
|
/*
|
|
|
|
Theme Color
|
|
|
|
|
|
|
|
random apply to:
|
|
|
|
.widget_fn - on hover status
|
|
|
|
#search_app .submit
|
|
|
|
.tile
|
|
|
|
|
|
|
|
*/
|
|
|
|
.thmc1 { background: #6F0; }
|
|
|
|
.thmc2 { background: #C09; }
|
|
|
|
|
|
|
|
/*
|
|
|
|
sub1 Theme Color
|
|
|
|
|
|
|
|
apply to:
|
|
|
|
#search_app
|
|
|
|
|
|
|
|
*/
|
|
|
|
.thmc3 { background: #FFFFFF; }
|
|
|
|
|
|
|
|
/*
|
|
|
|
sub1 Theme Color
|
|
|
|
|
|
|
|
apply to:
|
|
|
|
#rwidget
|
|
|
|
|
|
|
|
*/
|
|
|
|
.thmc4 { background: #000000; }
|
|
|
|
|
|
|
|
|
|
|
|
/* Theme Text Color */
|
|
|
|
.thmtxt { color: #fff; }
|
2012-03-29 07:23:48 +00:00
|
|
|
.thmtxth { color: #000; }
|
2012-03-28 10:53:30 +00:00
|
|
|
|
|
|
|
/* Group Seprate Color */
|
|
|
|
.g_sep { border-color: #fff; }
|
|
|
|
|
|
|
|
/*
|
|
|
|
theme bg image
|
|
|
|
|
|
|
|
#thmbackground img - background
|
|
|
|
#bgover - upon #thmbackground
|
|
|
|
|
|
|
|
*/
|