X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=theme%2Fbusiness%2Fcss%2Fgeneral.css;h=68f6fc07058fb00989c2817f9d972a191130b806;hb=6ef6799565051ceac37a56b80c3f2a87b01e3ca2;hp=29a8c8c37db16b7c5284c1231424aec87ccbd55a;hpb=64bd945ec270b9ed5e0a2490b5631e02d4dc62d8;p=mailer.git diff --git a/theme/business/css/general.css b/theme/business/css/general.css index 29a8c8c37d..68f6fc0705 100644 --- a/theme/business/css/general.css +++ b/theme/business/css/general.css @@ -39,14 +39,48 @@ A:hover { background-color: transparent; } +form { + margin: 0px; + margin-left: 0px; + margin-right: 0px; + margin-top: 0px; + margin-bottom: 0px; + padding: 0px; + padding-left: 0px; + padding-right: 0px; + padding-top: 0px; + padding-bottom: 0px; +} + input, textarea, select, option { color: #000000; - background-color: #ffffff; border: 1px solid #000000; text-decoration: none; } -ul,ol { +fieldset { + border: 1px solid #000000; + margin-top: 10px; + padding: 10px; +} + +fieldset:hover, input:hover, select:hover, option:hover, textarea:hover { + border-color: #000080; +} + +input:hover, select:hover, option:hover, textarea:hover { + color: #000080; +} + +legend { + font-weight: bold; + color: #000000; + background-color: transparent; + padding-left: 5px; + padding-right: 5px; +} + +ul, ol { margin-top: 0px; margin-bottom: 0px; } @@ -66,6 +100,7 @@ pre { .form_submit { color: #000000; border-color: #000000; + background-color: #ffffff; cursor: pointer; } @@ -92,10 +127,6 @@ pre { font-size: 12px; } -.form_submit { - background-color: #ffffff; -} - .banner { background-color: #ffffff; width: 488px; @@ -168,6 +199,15 @@ a.logout_box { margin: 5px; } +.bug_table, .ajax_bug_table { + background-color: #ffffff; + margin: 0px; + max-width: 100%; + min-width: 400px; + overflow: auto + color: #000000; +} + .form_submitmenu { min-width: 500px; max-width: 90%; @@ -187,11 +227,6 @@ a.logout_box { height: 20px; } -.form_field { - border: solid 1px #000000; - background-color: #eeeeff; -} - .admin_alpha { text-align: center; height: 40px; @@ -212,7 +247,7 @@ a.logout_box { background-color: #ffffff; } -.table_header { +.table_header, .bug_table_header, .ajax_bug_table_header { text-align: center; color: #000000; vertical-align: middle; @@ -221,6 +256,20 @@ a.logout_box { padding-top: 5px; } +.header_column { + height: 23px; + background-color: #eeeeff; + color: #000000; + text-align: center; +} + +.footer_column { + height: 23px; + background-color: #eeeeff; + color: #000000; +} + + .guest_login_header { color: #000000; vertical-align: middle; @@ -245,7 +294,6 @@ a.logout_box { border: 1px solid #000000; border-top: 0px; background-color: #ffffff; - height: 22px; text-align: left; } @@ -328,15 +376,6 @@ ul.copyright_box { background-color: #ffffff; } -.media_header, .impressum_header { - background-color: #eeeeff; - text-align: center; - color: #000000; - height: 26px; - font-weight: bold; - font-size: 20px; -} - .media_left { font-size: 14px; width: 200px; @@ -369,14 +408,6 @@ ul.copyright_box { padding: 5px; } -.admin_task_header { - background-color: #eeeeff; - color: #000000; - vertical-align: middle; - font-size: 18px; - height: 35px; -} - .separator { font-size: 1px } @@ -494,6 +525,11 @@ ul.copyright_box { color: #ffffff; } +.disabled:hover { + background-color: #aaaaaa; + color: #ffffff; +} + .mini_select { border: solid 1px #000000; background-color: #eeeeff; @@ -522,11 +558,11 @@ ul.copyright_box { } .para { - text-indent: 8px; + text-indent: 1em; text-align: left; margin-left: 5px; margin-right: 5px; - margin-bottom: 12px; + margin-bottom: 1em; } .message { @@ -537,7 +573,7 @@ ul.show_timings_block { border: solid 1px #000000; background-color: #eeeeff; font-size: 10px; - width: 645px; + width: 685px; height: 20px; list-style: none inside; } @@ -545,12 +581,12 @@ ul.show_timings_block { .show_timings_column { background-color: #ffffff; margin-top: 2px; - width: 150px; - border: solid 1px #000000; + width: 160px; height: 14px; } span.show_timings_column { + border: solid 1px #000000; display: inline-block; } @@ -642,11 +678,55 @@ li.listing { padding-bottom: 5px; } -bad { +.bad { color: #aa0000; font-style: italic; } -good { +.good { color: #00aa00; } + +.table_row { + text-align: left; + margin: 0px; + padding: 0px; + padding-top: 5px; + padding-bottom: 5px; + height: 28px; + float: left; + display: block; +} + +label { + width: 50% + float: left; + display: block; +} + +.form_field { + border: solid 1px #000000; + background-color: #eeeeff; +} + +.field_note { + float: left; + text-align: left; + font-style: italic; +} + +.ui-progressbar { + height:2em; + text-align: + left; + overflow: hidden; +} + +.ui-progressbar .ui-progressbar-value { + margin: -1px; + height:100%; +} + +.clear { + clear: both; +}