]> git.mxchange.org Git - mailer.git/blobdiff - theme/default/css/general.css
A lot CSS classes rewritten, please update all your themes.
[mailer.git] / theme / default / css / general.css
index 0fe7b0f66c31fa87fb93ad2f38c33b37abe92adb..e4a5b8ba3d399161266b0e32e5768025a2d0e964 100644 (file)
@@ -50,17 +50,15 @@ A:hover {
 input, textarea {
        color: #009900;
        background-color: #eeffee;
-       border: 1px solid #00aa44;
+       border: 1px groove #00aa44;
        text-decoration: none;
-       border-style: groove;
 }
 
 select, option {
        background-color: #eeffee;
-       border: solid 1px #009900;
+       border: groove 1px #009900;
        color: #00aa44;
        text-decoration: none;
-       border-style: groove;
 }
 
 input:hover, textarea:hover {
@@ -68,7 +66,7 @@ input:hover, textarea:hover {
        color: #007700;
 }
 
-input.admin_delete:hover {
+input.form_delete:hover {
        background-color: #770044;
        color: #aabbaa;
 }
@@ -83,37 +81,29 @@ ul,ol {
        margin-bottom: 0px;
 }
 
-.admin_reset, .guest_reset, .member_reset {
-       border-style: groove;
-       border: solid 1px #009900;
+.form_reset {
+       border: groove 1px #009900;
        color: #00aa44;
        cursor: pointer;
 }
 
-.admin_submit, .guest_submit, .member_submit {
+.form_submit {
        color: #00aa44;
        border-color: #009900;
        cursor: pointer;
 }
 
-.admin_submit_reject {
+.form_delete {
        border-style: groove;
        color: #881111;
        border-color: #009900;
        cursor: pointer;
 }
 
-.runtime_fatal, .runtime_fatalcontent {
+.runtime_fatalcontent {
        width: 700px;
        color: #118811;
        background-color: #ddeedd;
-}
-
-.runtime_fatal {
-       color: #00aa00;
-}
-
-.runtime_fatalcontent {
        text-align: left;
        font-size: 12px;
 }
@@ -123,76 +113,37 @@ ul,ol {
        background-color: #ddeedd;
 }
 
-.admin_note {
-       color: #ff0000;
+.notice {
+       color: #aa0000;
        font-size: 12px;
 }
 
-DIV.admin_note {
-       padding-top: 10px;
-       padding-right: 10px;
-       padding-left: 10px;
-}
-
-.admin_fatal {
-       font-size: 18px;
-       color: #00aa00;
-}
-
-.admin_edit, .member_confirm {
+.form_submit {
        background-color: #eeffee;
 }
 
-.member_banner {
+.banner {
        background-color: #eeffee;
        width: 488px;
 }
 
-.admin_error {
+.fatal_error {
        background-color: #eeffee;
-       color: #00aa00;
+       color: #aa0000;
        font-size: 10px;
 }
 
-.admin_select, .guest_select, .member_select {
-       border: solid 1px #009900;
+.form_select {
+       border: groove 1px #009900;
        background-color: #eeffee;
 }
 
-.admin_register, .admin_desc_header, .admin_done, .admin_title, .admin_message {
+.description_header, .table_header, .message {
        background-color: #ddeedd;
        color: #009900;
        text-align: center;
 }
 
-.member_done, .guest_done {
-       color: #009900;
-}
-
-.member_misc {
-       background-color: #ddeedd;
-}
-
-.admin_misc, .member_misc {
-       color: #000000;
-}
-
-.admin_done2 {
-       color: #00aa44;
-}
-
-.admin_green, .admin_no {
-       color: #009900;
-}
-
-.admin_welcome {
-       background-color: #ddeedd;
-       color: #009900;
-       vertical-align: middle;
-       font-size: 18px;
-       height: 50px;
-}
-
 .admin_menu {
        background-color: #ddeedd;
        color: #000077;
@@ -200,49 +151,42 @@ DIV.admin_note {
        height: 25px;
 }
 
-.admin_logout {
+.logout_box {
        background-color: #aaffaa;
        color: #00aa00;
 }
 
-a.admin_logout {
+a.logout_box {
        display: block;
 }
 
-.admin_logout:hover {
+.logout_box:hover {
        background-color: #88dd88;
        color: #00cc00;
 }
 
-.admin_desc_cont {
+.description_text {
        text-align: left;
        background-color: #eeffee;
 }
 
-.admin_table, .member_table {
+.table {
        background-color: #eeffee;
        width: 660px;
        margin: 5px;
 }
 
-.admin_warning_table {
+.warning_table {
        background-color: #ff8888;
        width: 660px;
        margin: 5px;
 }
 
-.admin_editmenu {
+.form_submitmenu {
        min-width: 500px;
        max-width: 90%;
 }
 
-.admin_form_header {
-       text-align: center;
-       height: 36px;
-       background-color: #ddeedd;
-       color: #009900;
-}
-
 .member_header {
        text-align: center;
        color: #009900;
@@ -251,41 +195,14 @@ a.admin_logout {
        height: 60px;
 }
 
-.admin_failed, .guest_failed, .member_failed, .member_note {
-       color: #00aa00;
-}
-
-.member_note_bg {
-       background-color: #eeffee;
-}
-
 .member_data {
        background-color: #eeffee;
        color: #009900;
        height: 20px;
 }
 
-.admin_snote {
-       font-size: 12px;
-}
-
-.admin_normal, .guest_normal, .member_normal {
-       border-style: solid;
-       border: solid 1px #009900;
-}
-
-.member_stats {
-       vertical-align: top;
-       font-weight: bold;
-       height: 23px;
-       font-size: 16px;
-       border-style: none;
-       border: 0px;
-       background: #ddeedd;
-       color: #000000;
-       margin-top: -4px;
-       margin-bottom: 1px;
-       cursor: default;
+.form_field {
+       border: groove 1px #009900;
 }
 
 .normal {
@@ -296,7 +213,7 @@ a.admin_logout {
        background-color: #ddeedd;
 }
 
-.guest_title, .member_title {
+.table_header {
        text-align: center;
        color: #009900;
        vertical-align: middle;
@@ -324,8 +241,7 @@ a.admin_logout {
        border: 1px solid #00aa44;
 }
 
-.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 #00aa44;
        border-top: 0px;
        background-color: #eeffbc;
@@ -402,11 +318,11 @@ ul.copyright_box {
        border: solid 1px #00aa44;
 }
 
-.switch_sw1, .switch_mem1 {
+.switch_sw1 {
        background-color: #b8efc1;
 }
 
-.switch_sw2, .switch_mem2 {
+.switch_sw2 {
        background-color: #b8fccb;
 }
 
@@ -453,16 +369,16 @@ ul.copyright_box {
        font-size: 1px;
 }
 
-.admin_footer, .member_refbanner, .member_update, .admin_del_link {
+.table_footer, .member_refbanner, .member_update, .admin_del_link {
        background-color: #ddeedd;
 }
 
-.member_footer {
+.table_footer {
        height: 30px;
        background-color: #ddeedd;
 }
 
-.admin_footer {
+.table_footer {
        text-align: center;
        height: 30px;
        padding-left: 5px;
@@ -485,9 +401,8 @@ ul.copyright_box {
        text-align: center
 }
 
-.admin_delete, .admin_yes {
-       border-style: groove;
-       border: solid 1px #00aa00;
+.form_delete, .form_delete {
+       border: groove 1px #00aa00;
        background-color: #aa0044;
        color: #ddeedd;
        cursor: pointer;
@@ -550,7 +465,7 @@ 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%;
 }
@@ -577,6 +492,7 @@ ul.copyright_box {
        white-space: nowrap;
        font-size: 14px;
        text-align: left;
+       margin-bottom: 12px;
 }
 
 .tiny {
@@ -611,10 +527,6 @@ ul.copyright_box {
        white-space: nowrap;
 }
 
-.guest_table {
-       background-color: #eeffee;
-}
-
 .main {
        height: 99%
 }
@@ -632,7 +544,7 @@ ul.copyright_box {
        background-color: #deefac;
 }
 
-.guest_footer {
+.table_footer {
        height: 30px;
        background-color: #ddeedd;
 }
@@ -666,17 +578,6 @@ ul.copyright_box {
        color: #009900;
 }
 
-.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-align: left;
@@ -685,13 +586,7 @@ ul.copyright_box {
        margin-bottom: 12px;
 }
 
-.fatal_box {
-       text-align: center;
-       width: 100%;
-       margin-top: 10px;
-}
-
-.admin_message {
+.message {
        padding-top: 5px;
        padding-bottom: 5px;
 }
@@ -699,7 +594,7 @@ ul.copyright_box {
 ul.show_timings_block {
        border: solid 1px #00aa44;
        background-color: #ddeedd;
-       width: 565px;
+       width: 645px;
        height: 20px;
        list-style: none inside;
        padding-left:0px;
@@ -708,7 +603,7 @@ ul.show_timings_block {
 .show_timings_column {
        background-color: #eeffee;
        margin-top: 2px;
-       width: 130px;
+       width: 150px;
        border: solid 1px #009900;
        height: 14px;
        font-size: 10px;
@@ -752,7 +647,7 @@ ul.admin_menu_main,ul.admin_menu_sub {
 }
 
 .pre {
-       display                         : block;
+       display: block;
 }
 
 td {
@@ -768,3 +663,30 @@ td {
        color: #009900;
        text-align: center;
 }
+
+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;
+}