Bad things are now 'classified' as bad (CSS class 'bad' is being used instead of...
[mailer.git] / theme / schleuder / css / general.css
index 222f3dd6e9fdcf1783e288cb4de9483b94bfee57..b0355932a0771e3a48224460894727f7a74f1be4 100644 (file)
@@ -54,6 +54,12 @@ ul, ol {
        margin-bottom           : 0px;
 }
 
+pre {
+       white-space: pre-wrap;
+       text-align: left;
+       padding: 5px;
+}
+
 .form_reset {
        border-style            : groove;
        border                  : solid 1px #FFFFFF;
@@ -131,6 +137,8 @@ ul, ol {
        align                   : center;
        height                  : 25px;
        font-size                       : 14px;
+       padding-bottom: 5px;
+       padding-top: 5px;
 }
 
 .admin_menu {
@@ -145,7 +153,7 @@ ul, ol {
        color                   : #FFFFFF;
 }
 
-.description_text, .table {
+.description_text, .table, .table2, .table3 {
        text-align              : center;
        align                   : center;
        background-color        : #0571cc;
@@ -283,7 +291,7 @@ ul, ol {
        font-color              : #000000;
 }
 
-.guest_menu_seperator, .member_menu_seperator {
+.guest_menu_separator, .member_menu_separator {
        height                  : 0px;
 }
 
@@ -301,11 +309,6 @@ ul, ol {
        margin-top              : 10px;
 }
 
-.table_footer {
-       height              : 30px;
-       background-color    : #69b2ff;
-}
-
 #master, .masterbox {
        width                   : 100%;
        height                  : 100%;
@@ -382,19 +385,16 @@ ul, ol {
        font-size           : 1px;
 }
 
-.table_footer, .member_refbanner, .member_update, .admin_del_link {
+.member_refbanner, .member_update, .admin_delete_link {
        background-color        : #69b2ff;
 }
 
 .table_footer {
-       height                  : 30px;
+       text-align: center;
+       padding: 5px;
        background-color        : #69b2ff;
 }
 
-.table_footer {
-       height                  : 30px
-}
-
 .admin_task_header {
        background-color        : #69b2ff;
        color                   : #FFFFFF;
@@ -403,7 +403,7 @@ ul, ol {
        height                  : 35px;
 }
 
-.seperator {
+.separator {
        font-size                       : 1px
 }
 
@@ -423,13 +423,6 @@ ul, ol {
        width                   : 460px;
 }
 
-.guest_stats_title {
-       color                   : #FFFFFF;
-       vertical-align          : middle;
-       background-color        : #69b2ff;
-       height                  : 30px;
-}
-
 .guest_stats_l {
        width                   : 344px;
        text-align              : right;
@@ -451,21 +444,6 @@ ul, ol {
        text-align              : right;
 }
 
-.guest_stats_footer {
-       color                   : #FFFFFF;
-       vertical-align          : middle;
-       background-color        : #69b2ff;
-       height                  : 20px;
-}
-
-.task_pre {
-       font-weight             : bold;
-       margin-left             : 0px;
-       margin-right            : 0px;
-       margin-top              : 10px;
-       margin-bottom           : 10px;
-}
-
 .impressum_body {
        background-color        : #0571cc;
 }
@@ -480,18 +458,11 @@ ul, ol {
        width                   : 100%;
 }
 
-.member_unconfirmed {
-       background-color        : #0571cc;
-       width                   : 100%;
-       align                   : center;
-       text-align              : center;
-}
-
 .you_are_here {
        text-align              : left;
        align                   : left;
        white-space             : nowrap;
-       font-size                       : 14px;
+       font-size               : 14px;
 }
 
 .tiny   { font-size            : 12px; }
@@ -528,27 +499,27 @@ ul, ol {
 }
 
 .mini_select {
-     border              : solid 1px;
-     border-color        : #FFFFFF;
-     background-color    : #69b2ff;
-     font-size           : 10px;
+       border: solid 1px;
+       border-color: #FFFFFF;
+       background-color: #69b2ff;
+       font-size : 10px;
 }
 
 .theme_box {
-     border              : 1px solid #FFFFFF;
-     border-top          : 0px;
-       width               : 100%;
-       height              : 70px;
-     background-color    : #0571cc;
+       border: 1px solid #FFFFFF;
+       border-top: 0px;
+       width: 100%;
+       height: 70px;
+       background-color: #0571cc;
 }
 
 .theme_note {
-       font-size           : 12px;
-       font-weight         : bold;
+       font-size : 12px;
+       font-weight    : bold;
 }
 
 .theme_content {
-       color               : #FFFFFF;
+       color: #FFFFFF;
 }
 
 .guest, .member {
@@ -568,3 +539,33 @@ ul, ol {
 .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;
+}