]> git.mxchange.org Git - mailer.git/blobdiff - theme/desert/css/general.css
CSS cleanup, jquery updated:
[mailer.git] / theme / desert / css / general.css
index 70db252ed43a7ede606325658214280e7411ef5c..7ec4218f5afc1239720f7f9fdb9b66d7a3878b73 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 #880000;
        color: #880000;
@@ -145,6 +151,18 @@ a.logout_box {
        margin: 5px;
 }
 
+.table2 {
+       background-color: #ffffcc;
+       width: 680px;
+       margin: 5px;
+}
+
+.table3 {
+       background-color: #ffffcc;
+       width: 630px;
+       margin: 5px;
+}
+
 .warning_table {
        background-color: #ff8888;
        width: 660px;
@@ -188,7 +206,8 @@ a.logout_box {
        color: #880000;
        vertical-align: middle;
        background-color: #ddddaa;
-       height: 28px;
+       padding-bottom: 5px;
+       padding-top: 5px;
 }
 
 .guest_login_header {
@@ -219,7 +238,7 @@ a.logout_box {
        text-align: left;
 }
 
-.guest_menu_seperator, .member_menu_seperator {
+.guest_menu_separator, .member_menu_separator {
        height: 15px;
 }
 
@@ -321,20 +340,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: #ddddaa;
 }
 
 .table_footer {
-       height: 30px;
        background-color: #ddddaa;
-}
-
-.table_footer {
        text-align: center;
-       height: 30px;
-       padding-left: 5px;
-       padding-right: 5px;
+       padding: 5px;
 }
 
 .admin_task_header {
@@ -345,7 +358,7 @@ ul.copyright_box {
        height: 35px;
 }
 
-.seperator {
+.separator {
        font-size: 1px
 }
 
@@ -365,13 +378,6 @@ ul.copyright_box {
        width: 460px;
 }
 
-.guest_stats_title {
-       color: #880000;
-       vertical-align: middle;
-       background-color: #ddddaa;
-       height: 30px;
-}
-
 .guest_stats_l {
        width: 344px;
        text-align: right;
@@ -393,21 +399,6 @@ ul.copyright_box {
        text-align: right;
 }
 
-.guest_stats_footer {
-       color: #880000;
-       vertical-align: middle;
-       background-color: #ddddaa;
-       height: 20px;
-}
-
-.task_pre {
-       font-weight: bold;
-       margin-left: 0px;
-       margin-right: 0px;
-       margin-top: 10px;
-       margin-bottom: 10px;
-}
-
 .guest_content_align, .member_content_align, .admin_content_align {
        text-align: center;
        vertical-align: top;
@@ -418,17 +409,10 @@ ul.copyright_box {
        width: 100%;
 }
 
-.member_unconfirmed {
-       background-color: #ffffcc;
-       width: 100%;
-       text-align: center;
-}
-
 .you_are_here {
        white-space: nowrap;
        font-size: 14px;
        text-align: left;
-       margin-bottom: 12px;
 }
 
 .tiny {
@@ -481,11 +465,6 @@ ul.copyright_box {
        background-color: #ddddaa;
 }
 
-.table_footer {
-       height: 30px;
-       background-color: #ddddaa;
-}
-
 .admin_alpha {
        text-align: center;
        height: 40px;
@@ -528,11 +507,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 {
@@ -593,10 +572,6 @@ ul.admin_menu_main,ul.admin_menu_sub {
        list-style: none inside;
 }
 
-.pre {
-       display                         : block;
-}
-
 td {
        padding-left: 2px;
        padding-right: 2px;
@@ -631,3 +606,33 @@ strong.menu_invisible, strong.sub_menu_invisible {
 .rank_3 {
        font-weight: bold;
 }
+
+ul.listing {
+       text-align: left;
+       margin-top: 5px;
+       margin-left: 5px;
+       margin-right: 5px;
+       padding-left: 5px;
+       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;
+}