X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=theme%2Fship-simu%2Fcss%2Fgeneral.css;h=08f154fabfa96da4ad967498c927e6213b00e44b;hb=d863b60ee167db89d1d5540be2207fca27cdd2c7;hp=e78bcf66323768ff864e7eee7d9019014609ca6d;hpb=c9f84db108bccc6368d658a74a9f9c43d2851286;p=mailer.git diff --git a/theme/ship-simu/css/general.css b/theme/ship-simu/css/general.css index e78bcf6632..08f154fabf 100644 --- a/theme/ship-simu/css/general.css +++ b/theme/ship-simu/css/general.css @@ -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; @@ -308,7 +314,7 @@ ul, ol { font-size : 1px; } -.member_refbanner, .member_update, .admin_del_link { +.member_refbanner, .member_update, .admin_delete_link { background-color : #EEEEFF; } @@ -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; } @@ -511,3 +509,24 @@ ul, ol { margin-left : 10px; margin-right : 10px; } + +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; +}