]> git.mxchange.org Git - mailer.git/blobdiff - theme/business/css/general.css
Extension ext-network continued:
[mailer.git] / theme / business / css / general.css
index 6f3142d09d19145f7e40a06eb4ebd20058255ade..3b1cfbdd85b58fc3e793f8b366b9f7a2c72c7c34 100644 (file)
@@ -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;
@@ -106,7 +112,7 @@ ul,ol {
        background-color: #eeeeff;
 }
 
-.description_header, .table_header, .message {
+.description_header, .message {
        background-color: #eeeeff;
        color: #000000;
        text-align: center;
@@ -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;
@@ -199,7 +217,8 @@ a.logout_box {
        color: #000000;
        vertical-align: middle;
        background-color: #eeeeff;
-       height: 28px;
+       padding-bottom: 5px;
+       padding-top: 5px;
 }
 
 .guest_login_header {
@@ -249,11 +268,6 @@ a.logout_box {
        margin-top: 10px;
 }
 
-.table_footer {
-       height: 30px;
-       background-color: #eeeeff;
-}
-
 #master {
        width: 100%;
        height: 100%;
@@ -345,20 +359,14 @@ ul.copyright_box {
        font-size: 1px;
 }
 
-.table_footer, .member_refbanner, .member_update, .admin_del_link {
+.member_refbanner, .member_update, .admin_delete_link {
        background-color: #eeeeff;
 }
 
 .table_footer {
-       height: 30px;
        background-color: #eeeeff;
-}
-
-.table_footer {
        text-align: center;
-       height: 30px;
-       padding-left: 5px;
-       padding-right: 5px;
+       padding: 5px;
 }
 
 .admin_task_header {
@@ -389,13 +397,6 @@ ul.copyright_box {
        width: 460px;
 }
 
-.guest_stats_title {
-       color: #000000;
-       vertical-align: middle;
-       background-color: #eeeeff;
-       height: 30px;
-}
-
 .guest_stats_l {
        width: 344px;
        text-align: right;
@@ -417,21 +418,6 @@ ul.copyright_box {
        text-align: right;
 }
 
-.guest_stats_footer {
-       color: #000000;
-       vertical-align: middle;
-       background-color: #eeeeff;
-       height: 20px;
-}
-
-.task_pre {
-       font-weight: bold;
-       margin-left: 0px;
-       margin-right: 0px;
-       margin-top: 10px;
-       margin-bottom: 10px;
-}
-
 .impressum_body {
        background-color: #ffffff;
 }
@@ -446,17 +432,10 @@ ul.copyright_box {
        width: 100%;
 }
 
-.member_unconfirmed {
-       background-color: #ffffff;
-       width: 100%;
-       text-align: center;
-}
-
 .you_are_here {
        white-space: nowrap;
        font-size: 14px;
        text-align: left;
-       margin-bottom: 12px;
 }
 
 .tiny {
@@ -607,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;
@@ -645,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;
+}