11 lines
699 B
CSS
11 lines
699 B
CSS
#ibox_content { background: #222; border-color: #dcdcdc; color: #fff; }
|
|
#ibox_wrapper { background: #222; border-color: #444; }
|
|
#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: #dcdcdc; }
|
|
#ibox_footer_wrapper a { color: #F28424; font-weight: bold; text-decoration: none; padding: 0 3px; }
|
|
#ibox_content { margin: 25px 0 10px 0; padding: 10px;}
|
|
#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; } |