]> git.mxchange.org Git - mailer.git/blobdiff - theme/default/css/general.css
Better text here
[mailer.git] / theme / default / css / general.css
index 6a469225b0e995b4fd63618b60f8aa43fd649757..f81a956c47602320f0aca6cf01dfd4ef934129ef 100644 (file)
@@ -81,6 +81,12 @@ ul,ol {
        margin-bottom: 0px;
 }
 
+pre {
+       white-space: pre-wrap;
+       text-align: left;
+       padding: 5px;
+}
+
 .form_reset {
        border: groove 1px #009900;
        color: #00aa44;
@@ -176,6 +182,12 @@ a.logout_box {
        margin: 5px;
 }
 
+.table2 {
+       background-color: #eeffee;
+       width: 680px;
+       margin: 5px;
+}
+
 .warning_table {
        background-color: #ff8888;
        width: 660px;
@@ -370,7 +382,7 @@ ul.copyright_box {
        font-size: 1px;
 }
 
-.member_refbanner, .member_update, .admin_del_link {
+.member_refbanner, .member_update, .admin_delete_link {
        background-color: #ddeedd;
 }
 
@@ -408,13 +420,6 @@ ul.copyright_box {
        width: 460px;
 }
 
-.guest_stats_title {
-       color: #009900;
-       vertical-align: middle;
-       background-color: #ddeedd;
-       height: 30px;
-}
-
 .guest_stats_l {
        width: 344px;
        text-align: right;
@@ -436,21 +441,6 @@ ul.copyright_box {
        text-align: right;
 }
 
-.guest_stats_footer {
-       color: #009900;
-       vertical-align: middle;
-       background-color: #ddeedd;
-       height: 20px;
-}
-
-.task_pre {
-       font-weight: bold;
-       margin-left: 0px;
-       margin-right: 0px;
-       margin-top: 10px;
-       margin-bottom: 10px;
-}
-
 .impressum_body {
        background-color: #ddeedd;
 }
@@ -477,12 +467,6 @@ ul.copyright_box {
        vertical-align: middle;
 }
 
-.member_unconfirmed {
-       background-color: #ddeedd;
-       width: 100%;
-       text-align: center;
-}
-
 .you_are_here {
        white-space: nowrap;
        font-size: 14px;
@@ -635,10 +619,6 @@ ul.admin_menu_main,ul.admin_menu_sub {
        padding-left: 10px;
 }
 
-.pre {
-       display: block;
-}
-
 td {
        padding-left: 2px;
        padding-right: 2px;
@@ -680,3 +660,24 @@ 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;
+}