X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=theme%2Fbusiness%2Fcss%2Fgeneral.css;h=3b1cfbdd85b58fc3e793f8b366b9f7a2c72c7c34;hp=f39e35ef4aa5ac26532c1c06176748931ecfa736;hb=4cf6094cc3cbebfda691fa797e00fe674bbb329c;hpb=903f539b5aac6171fdfee9ad252565531e8dd4e2 diff --git a/theme/business/css/general.css b/theme/business/css/general.css index f39e35ef4a..3b1cfbdd85 100644 --- a/theme/business/css/general.css +++ b/theme/business/css/general.css @@ -51,6 +51,12 @@ ul,ol { margin-bottom: 0px; } +pre { + white-space: pre-wrap; + text-align: left; + padding: 5px; +} + .form_reset { border: groove 1px #000000; color: #000000; @@ -144,6 +150,18 @@ a.logout_box { margin: 5px; } +.table2 { + background-color: #ffffff; + width: 680px; + margin: 5px; +} + +.table3 { + background-color: #ffffff; + width: 630px; + margin: 5px; +} + .warning_table { background-color: #ff8888; width: 660px; @@ -341,7 +359,7 @@ ul.copyright_box { font-size: 1px; } -.member_refbanner, .member_update, .admin_del_link { +.member_refbanner, .member_update, .admin_delete_link { background-color: #eeeeff; } @@ -400,14 +418,6 @@ ul.copyright_box { text-align: right; } -.task_pre { - font-weight: bold; - margin-left: 0px; - margin-right: 0px; - margin-top: 10px; - margin-bottom: 10px; -} - .impressum_body { background-color: #ffffff; } @@ -576,10 +586,6 @@ ul.admin_menu_main,ul.admin_menu_sub { list-style: none inside; } -.pre { - display: block; -} - td { padding-left: 2px; padding-right: 2px; @@ -614,3 +620,33 @@ strong.menu_invisible, strong.sub_menu_invisible { .rank_3 { font-weight: bold; } + +ul.listing { + text-align: left; + padding-top: 5px; + padding-bottom: 5px; + padding-left: 0px; + margin-left: 25px; + list-style-type: none; +} + +ol.listing { + text-align: left; + padding-top: 5px; + padding-bottom: 5px; + padding-left: 0px; + margin-left: 25px; +} + +li.listing { + padding-bottom: 5px; +} + +bad { + color: #aa0000; + font-style: italic; +} + +good { + color: #00aa00; +}