11 lines
760 B
CSS
11 lines
760 B
CSS
#ibox_content { background: transparent; border-style: none; color: #fff; }
|
|
#ibox_wrapper { background: transparent; border-style: none; }
|
|
#ibox_loading { background: transparent; }
|
|
#ibox_footer_wrapper { left: 0; right: 0; top: 0; padding: 3px 10px; }
|
|
#ibox_footer_wrapper, #ibox_footer_wrapper a { color: #8dd6e2; background: transparent; }
|
|
#ibox_footer_wrapper a { color: #F28424; font-weight: bold; text-decoration: none; padding: 0 3px; }
|
|
#ibox_content { margin: 25px 0 0 0; padding-left: 10px; padding-top: 10px; background: transparent;}
|
|
#ibox_content title { color: #fff; margin: 1px;}
|
|
#ibox_content p { color: #fff; margin: 1px;}
|
|
#ibox_content #button { margin-top: 25px; margin-left: 15px; width: 75px; height: 25px; }
|
|
#ibox_title { color: #F28424; } |