]> git.mxchange.org Git - mailer.git/blobdiff - theme/ship-simu/css/general.css
Bad things are now 'classified' as bad (CSS class 'bad' is being used instead of...
[mailer.git] / theme / ship-simu / css / general.css
index aa451dfbe9995567b4570105d340c1a32eae478f..07ed502383c14ca6c90ead7c704c37f4f475aa0f 100644 (file)
@@ -53,6 +53,12 @@ ul, ol {
        margin-bottom           : 0px;
 }
 
+pre {
+       white-space: pre-wrap;
+       text-align: left;
+       padding: 5px;
+}
+
 .form_reset {
        border-style            : groove;
        border                  : solid 1px #000000;
@@ -142,7 +148,7 @@ ul, ol {
        color                   : #000000;
 }
 
-.description_text, .table {
+.description_text, .table, .table2, .table3 {
        background-color        : #FFFFFF;
 }
 
@@ -217,7 +223,7 @@ ul, ol {
        height                  : 22px;
 }
 
-.guest_menu_seperator, .member_menu_seperator {
+.guest_menu_separator, .member_menu_separator {
        height                  : 15px;
 }
 
@@ -326,7 +332,7 @@ ul, ol {
        height                  : 35px;
 }
 
-.seperator {
+.separator {
        font-size                       : 1px
 }
 
@@ -367,14 +373,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        : #FFFFFF;
 }
@@ -521,6 +519,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;
+}