]> git.mxchange.org Git - mailer.git/blobdiff - theme/default/css/general.css
Heacy rewrite/cleanup:
[mailer.git] / theme / default / css / general.css
index df203030adeefd6a7cb04dcafe34aaab10e35d29..900066091919421480a9dc47bd5ba7924b48b6c6 100644 (file)
@@ -4,14 +4,7 @@ body {
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
        font-size: 12px;
        letter-spacing: 1px;
-       scrollbar-base-color: #E9E4AE;
-       scrollbar-face-color: #CDEFCD;
-       scrollbar-highlight-color: #eeffee;
-       scrollbar-shadow-color: #CDEFCD;
-       scrollbar-3dlight-color: #dddddd;
-       scrollbar-arrow-color: #000000;
-       scrollbar-track-color: #ccEFcc;
-       scrollbar-darkshadow-color: #999999;
+
        margin: 0px;
        margin-left: 0px;
        margin-right: 0px;
@@ -47,6 +40,19 @@ A:hover {
        background-color: transparent;
 }
 
+form {
+       margin: 0px;
+       margin-left: 0px;
+       margin-right: 0px;
+       margin-top: 0px;
+       margin-bottom: 0px;
+       padding: 0px;
+       padding-left: 0px;
+       padding-right: 0px;
+       padding-top: 0px;
+       padding-bottom: 0px;
+}
+
 input, textarea {
        color: #009900;
        background-color: #eeffee;
@@ -61,9 +67,27 @@ select, option {
        text-decoration: none;
 }
 
+fieldset {
+       border: 1px solid #009900;
+       margin-top: 10px;
+       padding: 10px;
+}
+
+legend {
+       font-weight: bold;
+       color: #009900;
+       background-color: transparent;
+       padding-left: 5px;
+       padding-right: 5px;
+}
+
 input:hover, textarea:hover {
        border-color: #00dd44;
-       color: #007700;
+       color: #006600;
+}
+
+fieldset:hover {
+       border-color: #00dd44;
 }
 
 input.form_delete:hover {
@@ -81,6 +105,12 @@ ul,ol {
        margin-bottom: 0px;
 }
 
+pre {
+       white-space: pre-wrap;
+       text-align: left;
+       padding: 5px;
+}
+
 .form_reset {
        border: groove 1px #009900;
        color: #00aa44;
@@ -91,6 +121,7 @@ ul,ol {
        color: #00aa44;
        border-color: #009900;
        cursor: pointer;
+       background-color: #eeffee;
 }
 
 .form_delete {
@@ -114,14 +145,10 @@ ul,ol {
 }
 
 .notice {
-       color: #aa0000;
+       color: #00aa00;
        font-size: 12px;
 }
 
-.form_submit {
-       background-color: #eeffee;
-}
-
 .banner {
        background-color: #eeffee;
        width: 488px;
@@ -134,8 +161,6 @@ ul,ol {
 }
 
 .form_select {
-       border: groove 1px #009900;
-       background-color: #eeffee;
 }
 
 .description_header, .message {
@@ -176,12 +201,42 @@ a.logout_box {
        margin: 5px;
 }
 
+.table2 {
+       background-color: #eeffee;
+       width: 680px;
+       margin: 5px;
+}
+
+.table3 {
+       background-color: #eeffee;
+       width: 630px;
+       margin: 5px;
+}
+
 .warning_table {
        background-color: #ff8888;
        width: 660px;
        margin: 5px;
 }
 
+.bug_table {
+       background-color: #eeffee;
+       margin: 0px;
+       max-width: 100%;
+       min-width: 400px;
+       overflow: auto;
+       color: #000000;
+}
+
+.ajax_bug_table {
+       background-color: #aa0000;
+       margin: 0px;
+       max-width: 100%;
+       min-width: 400px;
+       overflow: auto;
+       color: #ffffff;
+}
+
 .form_submitmenu {
        min-width: 500px;
        max-width: 90%;
@@ -201,10 +256,6 @@ a.logout_box {
        height: 20px;
 }
 
-.form_field {
-       border: groove 1px #009900;
-}
-
 .normal {
        border-style: groove;
 }
@@ -213,15 +264,23 @@ a.logout_box {
        background-color: #ddeedd;
 }
 
-.table_header {
+.table_header, .bug_table_header, .ajax_bug_table_header {
        text-align: center;
        color: #009900;
        vertical-align: middle;
-       background-color: #ddeedd;
        padding-bottom: 5px;
        padding-top: 5px;
 }
 
+.table_header, .bug_table_header {
+       background-color: #ddeedd;
+}
+
+.ajax_bug_table_header {
+       background-color: #aa0000;
+       color: #ffffff;
+}
+
 .guest_login_header {
        color: #009900;
        vertical-align: middle;
@@ -257,7 +316,7 @@ a.logout_box {
        height: 20px;
 }
 
-.guest_menu_seperator, .member_menu_seperator {
+.guest_menu_separator, .member_menu_separator {
        height: 15px;
 }
 
@@ -339,15 +398,6 @@ ul.copyright_box {
        background-color: #eeffee;
 }
 
-.media_header, .impressum_header {
-       background-color: #b8fccb;
-       text-align: center;
-       color: #009900;
-       height: 26px;
-       font-weight: bold;
-       font-size: 20px;
-}
-
 .media_left {
        font-size: 14px;
        width: 200px;
@@ -380,15 +430,7 @@ ul.copyright_box {
        padding: 5px;
 }
 
-.admin_task_header {
-       background-color: #ddeedd;
-       color: #009900;
-       vertical-align: middle;
-       font-size: 18px;
-       height: 35px;
-}
-
-.seperator {
+.separator {
        font-size: 1px
 }
 
@@ -429,14 +471,6 @@ ul.copyright_box {
        text-align: right;
 }
 
-.task_pre {
-       font-weight: bold;
-       margin-left: 0px;
-       margin-right: 0px;
-       margin-top: 10px;
-       margin-bottom: 10px;
-}
-
 .impressum_body {
        background-color: #ddeedd;
 }
@@ -521,7 +555,13 @@ ul.copyright_box {
 .disabled {
        border-style: groove;
        background-color: #aaaaaa;
-       color: #ff9900;
+       color: #e0e0e0;
+       cursor: default;
+}
+
+.disabled:hover {
+       background-color: #aaaaaa;
+       color: #e0e0e0;
 }
 
 .mini_select {
@@ -548,11 +588,11 @@ ul.copyright_box {
 }
 
 .para {
-       text-indent: 8px;
+       text-indent: 1em;
        text-align: left;
        margin-left: 5px;
        margin-right: 5px;
-       margin-bottom: 12px;
+       margin-bottom: 1em;
 }
 
 .message {
@@ -563,7 +603,7 @@ ul.copyright_box {
 ul.show_timings_block {
        border: solid 1px #00aa44;
        background-color: #ddeedd;
-       width: 645px;
+       width: 685px;
        height: 20px;
        list-style: none inside;
        padding-left:0px;
@@ -572,14 +612,14 @@ ul.show_timings_block {
 .show_timings_column {
        background-color: #eeffee;
        margin-top: 2px;
-       width: 150px;
-       border: solid 1px #009900;
+       width: 160px;
        height: 14px;
        font-size: 10px;
 }
 
 span.show_timings_column {
        display: inline-block;
+       border: solid 1px #009900;
 }
 
 li.show_timings_column {
@@ -615,10 +655,6 @@ ul.admin_menu_main,ul.admin_menu_sub {
        padding-left: 10px;
 }
 
-.pre {
-       display: block;
-}
-
 td {
        padding-left: 2px;
        padding-right: 2px;
@@ -633,6 +669,12 @@ td {
        text-align: center;
 }
 
+.footer_column {
+       height: 23px;
+       background-color: #ddeedd;
+       color: #009900;
+}
+
 div.menu_invisible, div.sub_menu_invisible, td.menu_invisible, td.sub_menu_invisible {
        background-color: #dddddd;
        font-style: italic;
@@ -660,3 +702,77 @@ 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;
+}
+
+.bad {
+       color: #aa0000;
+       font-style: italic;
+}
+
+.good {
+       color: #00aa00;
+}
+
+.table_row {
+       width: 100%;
+       text-align: left;
+       margin: 0px;
+       padding: 0px;
+       padding-top: 5px;
+       padding-bottom: 5px;
+       height: 28px;
+       float: left;
+       display: block;
+}
+
+label {
+       text-align: left;
+       width: 50%;
+       float: left;
+       display: block;
+}
+
+.form_field {
+       border: groove 1px #009900;
+}
+
+.field_note {
+       float: left;
+       text-align: left;
+       font-style: italic;
+}
+
+.ui-progressbar {
+       height:2em;
+       text-align: left;
+       overflow: hidden;
+}
+
+.ui-progressbar .ui-progressbar-value {
+       margin: -1px;
+       height:100%;
+}
+
+.clear {
+       clear: both;
+}