]> git.mxchange.org Git - mailer.git/blobdiff - theme/schleuder/css/general.css
Bad things are now 'classified' as bad (CSS class 'bad' is being used instead of...
[mailer.git] / theme / schleuder / css / general.css
index a6e3f3a488bff7d15fc123f984eca0482b31c49a..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;
@@ -147,7 +153,7 @@ ul, ol {
        color                   : #FFFFFF;
 }
 
-.description_text, .table {
+.description_text, .table, .table2, .table3 {
        text-align              : center;
        align                   : center;
        background-color        : #0571cc;
@@ -285,7 +291,7 @@ ul, ol {
        font-color              : #000000;
 }
 
-.guest_menu_seperator, .member_menu_seperator {
+.guest_menu_separator, .member_menu_separator {
        height                  : 0px;
 }
 
@@ -397,7 +403,7 @@ ul, ol {
        height                  : 35px;
 }
 
-.seperator {
+.separator {
        font-size                       : 1px
 }
 
@@ -438,14 +444,6 @@ ul, ol {
        text-align              : right;
 }
 
-.task_pre {
-       font-weight             : bold;
-       margin-left             : 0px;
-       margin-right            : 0px;
-       margin-top              : 10px;
-       margin-bottom           : 10px;
-}
-
 .impressum_body {
        background-color        : #0571cc;
 }
@@ -551,6 +549,23 @@ ul.listing {
        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;
+}