]> git.mxchange.org Git - mailer.git/blobdiff - theme/business/css/general.css
Project continued:
[mailer.git] / theme / business / css / general.css
index 34f868c143f60a1da0c7ab110b50a0b0589d4434..ef6be1c7504c954c0dd3f404373347d28824c080 100644 (file)
@@ -39,48 +39,66 @@ A:hover {
        background-color: transparent;
 }
 
-input,textarea,select,option {
+input, textarea, select, option {
        color: #000000;
-       background-color: #ffffff;
        border: 1px solid #000000;
        text-decoration: none;
 }
 
-ul,ol {
+fieldset {
+       border: 1px solid #000000;
+       margin-top: 10px;
+       padding: 10px;
+}
+
+fieldset:hover, input:hover, select:hover, option:hover, textarea:hover {
+       border-color: #000080;
+}
+
+input:hover, select:hover, option:hover, textarea:hover {
+       color: #000080;
+}
+
+legend {
+       font-weight: bold;
+       color: #000000;
+       background-color: transparent;
+       padding-left: 5px;
+       padding-right: 5px;
+}
+
+ul, ol {
        margin-top: 0px;
        margin-bottom: 0px;
 }
 
-.admin_reset, .guest_reset, .member_reset {
-       border-style: groove;
-       border: solid 1px #000000;
-       color: #000000;
-       cursor: pointer;
+pre {
+       white-space: pre-wrap;
+       text-align: left;
+       padding: 5px;
 }
 
-.admin_submit, .guest_submit, .member_submit {
+.form_reset {
+       border: groove 1px #000000;
        color: #000000;
-       border-color: #000000;
        cursor: pointer;
 }
 
-.admin_submit_reject {
-       border-style: groove;
+.form_submit {
        color: #000000;
        border-color: #000000;
        cursor: pointer;
 }
 
-.runtime_fatal, .runtime_fatalcontent {
-       color: #000000;
-       background-color: #ffffff;
-}
-
-.runtime_fatal {
+.form_delete {
+       border: 1px groove #000000;
        color: #000000;
+       cursor: pointer;
 }
 
 .runtime_fatalcontent {
+       color: #000000;
+       background-color: #ffffff;
        text-align: left;
        font-size: 12px;
 }
@@ -90,64 +108,37 @@ ul,ol {
        background-color: #ffffff;
 }
 
-.admin_note {
+.notice {
        color: #000000;
        font-size: 12px;
 }
 
-DIV.admin_note {
-       padding-top: 10px;
-       padding-right: 10px;
-       padding-left: 10px;
-}
-
-.admin_fatal {
-       color: #000000;
-       font-size: 18px;
-}
-
-.admin_edit, .member_confirm {
+.form_submit {
        background-color: #ffffff;
 }
 
-.member_banner {
+.banner {
        background-color: #ffffff;
        width: 488px;
 }
 
-.admin_error {
+.fatal_error {
        background-color: #ffffff;
-       color: #000000;
+       color: #aa0000;
        font-size: 10px;
 }
 
-.admin_select, .guest_select, .member_select {
+.form_select {
        border: solid 1px #000000;
        background-color: #eeeeff;
 }
 
-.admin_register, .admin_desc_header, .admin_done, .admin_title, .admin_message {
+.description_header, .message {
        background-color: #eeeeff;
        color: #000000;
        text-align: center;
 }
 
-.member_done, .guest_done, .admin_misc, .member_misc, .admin_done2, .admin_green, .admin_no {
-       color: #000000;
-}
-
-.member_misc {
-       background-color: #ffffff;
-}
-
-.admin_welcome {
-       background-color: #eeeeff;
-       color: #000000;
-       vertical-align: middle;
-       font-size: 18px;
-       height: 50px;
-}
-
 .admin_menu {
        background-color: #eeeeff;
        color: #000000;
@@ -155,61 +146,69 @@ DIV.admin_note {
        height: 25px;
 }
 
-.admin_logout {
+.logout_box {
        background-color: #ddddff;
        color: #000000;
 }
 
-a.admin_logout {
+a.logout_box {
        display: block;
 }
 
-.admin_logout:hover {
+.logout_box:hover {
        background-color: #bbbbdd;
        color: #222222;
 }
 
-.admin_desc_cont {
+.description_text {
        text-align: left;
        background-color: #ffffff;
 }
 
-.admin_table, .member_table {
+.table {
        background-color: #ffffff;
        width: 660px;
        margin: 5px;
 }
 
-.admin_warning_table {
+.table2 {
+       background-color: #ffffff;
+       width: 680px;
+       margin: 5px;
+}
+
+.table3 {
+       background-color: #ffffff;
+       width: 630px;
+       margin: 5px;
+}
+
+.warning_table {
        background-color: #ff8888;
        width: 660px;
        margin: 5px;
 }
 
-.admin_editmenu {
-       min-width: 500px;
-       max-width: 90%;
+.bug_table {
+       background-color: #ffffff;
+       margin: 0px;
+       max-width: 100%;
+       min-width: 400px;
+       overflow: auto
+       color: #000000;
 }
 
-.admin_form_header {
-       text-align: center;
-       height: 36px;
-       background-color: #eeeeff;
-       color: #000000;
+.form_submitmenu {
+       min-width: 500px;
+       max-width: 90%;
 }
 
 .member_header {
        text-align: center;
-       height: 28px;
-       background-color: #eeeeff;
-}
-
-.admin_failed, .guest_failed, .member_failed, .member_note {
        color: #000000;
-}
-
-.member_note_bg {
-       background-color: #ffffff;
+       vertical-align: middle;
+       background-color: #eeeeff;
+       height: 60px;
 }
 
 .member_data {
@@ -218,16 +217,6 @@ a.admin_logout {
        height: 20px;
 }
 
-.admin_snote {
-       font-size: 12px;
-}
-
-.admin_normal, .guest_normal, .member_normal {
-       border-style: solid;
-       border: solid 1px #000000;
-       background-color: #eeeeff;
-}
-
 .admin_alpha {
        text-align: center;
        height: 40px;
@@ -240,20 +229,6 @@ a.admin_logout {
        vertical-align: middle;
 }
 
-.member_stats {
-       vertical-align: top;
-       font-weight: bold;
-       height: 23px;
-       font-size: 16px;
-       border-style: none;
-       border: 0px;
-       background: #ffffff;
-       color: #000000;
-       margin-top: -4px;
-       margin-bottom: 1px;
-       cursor: default;
-}
-
 .normal {
        border-style: groove;
 }
@@ -262,14 +237,29 @@ a.admin_logout {
        background-color: #ffffff;
 }
 
-.guest_title, .member_title {
+.table_header, .bug_table_header {
        text-align: center;
        color: #000000;
        vertical-align: middle;
        background-color: #eeeeff;
-       height: 60px;
+       padding-bottom: 5px;
+       padding-top: 5px;
+}
+
+.header_column {
+       height: 23px;
+       background-color: #eeeeff;
+       color: #000000;
+       text-align: center;
 }
 
+.footer_column {
+       height: 23px;
+       background-color: #eeeeff;
+       color: #000000;
+}
+
+
 .guest_login_header {
        color: #000000;
        vertical-align: middle;
@@ -290,8 +280,7 @@ a.admin_logout {
        border: 1px solid #000000;
 }
 
-.guest_menu_row, .guest_menu_bottom, .member_menu_row, .member_menu_bottom
-       {
+.guest_menu_row, .guest_menu_bottom, .member_menu_row, .member_menu_bottom {
        border: 1px solid #000000;
        border-top: 0px;
        background-color: #ffffff;
@@ -299,7 +288,7 @@ a.admin_logout {
        text-align: left;
 }
 
-.guest_menu_seperator, .member_menu_seperator {
+.guest_menu_separator, .member_menu_separator {
        height: 15px;
 }
 
@@ -318,11 +307,6 @@ a.admin_logout {
        margin-top: 10px;
 }
 
-.guest_footer {
-       height: 30px;
-       background-color: #eeeeff;
-}
-
 #master {
        width: 100%;
        height: 100%;
@@ -363,11 +347,11 @@ ul.copyright_box {
        border: solid 1px #000000;
 }
 
-.switch_sw1, .switch_mem1 {
+.switch_sw1 {
        background-color: #ffffff;
 }
 
-.switch_sw2, .switch_mem2 {
+.switch_sw2 {
        background-color: #ffffff;
 }
 
@@ -414,20 +398,14 @@ ul.copyright_box {
        font-size: 1px;
 }
 
-.admin_footer, .member_refbanner, .member_update, .admin_del_link {
+.member_refbanner, .member_update, .admin_delete_link {
        background-color: #eeeeff;
 }
 
-.member_footer {
-       height: 30px;
+.table_footer {
        background-color: #eeeeff;
-}
-
-.admin_footer {
        text-align: center;
-       height: 30px;
-       padding-left: 5px;
-       padding-right: 5px;
+       padding: 5px;
 }
 
 .admin_task_header {
@@ -438,7 +416,7 @@ ul.copyright_box {
        height: 35px;
 }
 
-.seperator {
+.separator {
        font-size: 1px
 }
 
@@ -446,9 +424,8 @@ ul.copyright_box {
        text-align: center
 }
 
-.admin_delete, .admin_yes {
-       border-style: groove;
-       border: solid 1px #000000;
+.form_delete, .form_delete {
+       border: groove 1px #000000;
        background-color: #000000;
        color: #ffffff;
        cursor: pointer;
@@ -459,13 +436,6 @@ ul.copyright_box {
        width: 460px;
 }
 
-.guest_stats_title {
-       color: #000000;
-       vertical-align: middle;
-       background-color: #eeeeff;
-       height: 30px;
-}
-
 .guest_stats_l {
        width: 344px;
        text-align: right;
@@ -487,21 +457,6 @@ ul.copyright_box {
        text-align: right;
 }
 
-.guest_stats_footer {
-       color: #000000;
-       vertical-align: middle;
-       background-color: #eeeeff;
-       height: 20px;
-}
-
-.task_pre {
-       font-weight: bold;
-       margin-left: 0px;
-       margin-right: 0px;
-       margin-top: 10px;
-       margin-bottom: 10px;
-}
-
 .impressum_body {
        background-color: #ffffff;
 }
@@ -511,17 +466,11 @@ ul.copyright_box {
        vertical-align: top;
 }
 
-.list_categories, .admin_action_header, .admin_main, .admin_menu_main, .admin_menu_sub {
+.list_categories, .admin_action_header, .admin_menu_main, .admin_menu_sub {
        text-align: left;
        width: 100%;
 }
 
-.member_unconfirmed {
-       background-color: #ffffff;
-       width: 100%;
-       text-align: center;
-}
-
 .you_are_here {
        white-space: nowrap;
        font-size: 14px;
@@ -560,10 +509,6 @@ ul.copyright_box {
        white-space: nowrap;
 }
 
-.guest_table {
-       background-color: #ffffff;
-}
-
 .main {
        height: 99%;
        vertical-align: top;
@@ -588,6 +533,11 @@ ul.copyright_box {
        color: #ffffff;
 }
 
+.disabled:hover {
+       background-color: #aaaaaa;
+       color: #ffffff;
+}
+
 .mini_select {
        border: solid 1px #000000;
        background-color: #eeeeff;
@@ -615,32 +565,15 @@ ul.copyright_box {
        width: 100%;
 }
 
-.agb_box {
-       text-align: left;
-}
-
-.agb_title, .fatal_title {
-       font-size: 16px;
-       text-align: center;
-       height: 40px;
-       font-weight: bold;
-}
-
 .para {
-       text-indent: 8px;
+       text-indent: 1em;
        text-align: left;
        margin-left: 5px;
        margin-right: 5px;
-       margin-bottom: 12px;
-}
-
-.fatal_box {
-       text-align: center;
-       width: 100%;
-       margin-top: 10px;
+       margin-bottom: 1em;
 }
 
-.admin_message {
+.message {
        padding-bottom: 15px;
 }
 
@@ -648,7 +581,7 @@ ul.show_timings_block {
        border: solid 1px #000000;
        background-color: #eeeeff;
        font-size: 10px;
-       width: 565px;
+       width: 645px;
        height: 20px;
        list-style: none inside;
 }
@@ -656,12 +589,12 @@ ul.show_timings_block {
 .show_timings_column {
        background-color: #ffffff;
        margin-top: 2px;
-       width: 130px;
-       border: solid 1px #000000;
+       width: 150px;
        height: 14px;
 }
 
 span.show_timings_column {
+       border: solid 1px #000000;
        display: inline-block;
 }
 
@@ -697,13 +630,93 @@ ul.admin_menu_main,ul.admin_menu_sub {
        list-style: none inside;
 }
 
-.pre {
-       display                 : block;
-}
-
 td {
        padding-left: 2px;
        padding-right: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
 }
+
+div.menu_invisible, div.sub_menu_invisible, td.menu_invisible, td.sub_menu_invisible {
+       background-color: #dddddd;
+       font-style: italic;
+}
+
+strong.menu_invisible, strong.sub_menu_invisible {
+       color: #999999;
+       font-style: italic;
+}
+
+.menu_locked, .sub_menu_locked {
+       color: #ffeeee;
+}
+
+.rank_1 {
+       font-weight: bold;
+       font-size: 22px;
+}
+
+.rank_2 {
+       font-weight: bold;
+       font-size: 18px;
+}
+
+.rank_3 {
+       font-weight: bold;
+}
+
+ul.listing {
+       text-align: left;
+       padding-top: 5px;
+       padding-bottom: 5px;
+       padding-left: 0px;
+       margin-left: 25px;
+       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 {
+       text-align: left;
+       clear: both;
+       margin: 0px;
+       padding: 0px;
+       padding-top: 5px;
+       padding-bottom: 5px;
+       height: 28px;
+}
+
+.table_row label {
+       float: left;
+       width: 45%;
+}
+
+.form_field {
+       border: solid 1px #000000;
+       background-color: #eeeeff;
+}
+
+.field_note {
+       float: left;
+       text-align: left;
+       font-style: italic;
+}