CSS classes cleaned up, templates simplified:
[mailer.git] / theme / default / css / general.css
index d9a48f892c89e0886b6f3d178261b063380a1f48..4fe26ebf774f0633e2479d224a916c75e8f4d77c 100644 (file)
@@ -1,16 +1,16 @@
 body {
-       background-color: #EEFFEE;
+       background-color: #eeffee;
        color: #000000;
        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-highlight-color: #eeffee;
        scrollbar-shadow-color: #CDEFCD;
-       scrollbar-3dlight-color: #DDDDDD;
+       scrollbar-3dlight-color: #dddddd;
        scrollbar-arrow-color: #000000;
-       scrollbar-track-color: #CCEFCC;
+       scrollbar-track-color: #ccEFcc;
        scrollbar-darkshadow-color: #999999;
        margin: 0px;
        margin-left: 0px;
@@ -35,7 +35,7 @@ A:link {
 }
 
 A:visited {
-       color: #AA0044;
+       color: #ae3139;
 }
 
 A:active {
@@ -47,20 +47,33 @@ A:hover {
        background-color: transparent;
 }
 
-input,textarea {
+input, textarea {
        color: #009900;
-       background-color: #EEFFEE;
-       border: 1px solid #AA0044;
+       background-color: #eeffee;
+       border: 1px groove #00aa44;
        text-decoration: none;
-       border-style: groove;
 }
 
-select,option {
-       background-color: #EEFFEE;
-       border: solid 1px #009900;
-       color: #AA0044;
+select, option {
+       background-color: #eeffee;
+       border: groove 1px #009900;
+       color: #00aa44;
        text-decoration: none;
-       border-style: groove;
+}
+
+input:hover, textarea:hover {
+       border-color: #00dd44;
+       color: #007700;
+}
+
+input.admin_delete:hover {
+       background-color: #770044;
+       color: #aabbaa;
+}
+
+select:hover, option:hover {
+       border-color: #00cc00;
+       color: #007744;
 }
 
 ul,ol {
@@ -68,15 +81,14 @@ ul,ol {
        margin-bottom: 0px;
 }
 
-.admin_reset,.guest_reset,.member_reset {
-       border-style: groove;
-       border: solid 1px #009900;
-       color: #AA0044;
+.admin_reset, .guest_reset, .member_reset {
+       border: groove 1px #009900;
+       color: #00aa44;
        cursor: pointer;
 }
 
-.admin_submit,.guest_submit,.member_submit {
-       color: #AA0044;
+.admin_submit, .guest_submit, .member_submit {
+       color: #00aa44;
        border-color: #009900;
        cursor: pointer;
 }
@@ -88,14 +100,14 @@ ul,ol {
        cursor: pointer;
 }
 
-.runtime_fatal,.runtime_fatalcontent {
+.runtime_fatal, .runtime_fatalcontent {
        width: 700px;
        color: #118811;
-       background-color: #DDEEDD;
+       background-color: #ddeedd;
 }
 
 .runtime_fatal {
-       color: #00AA00;
+       color: #00aa00;
 }
 
 .runtime_fatalcontent {
@@ -105,11 +117,11 @@ ul,ol {
 
 .admin {
        color: #118811;
-       background-color: #DDEEDD;
+       background-color: #ddeedd;
 }
 
 .admin_note {
-       color: #FF0000;
+       color: #ff0000;
        font-size: 12px;
 }
 
@@ -121,10 +133,10 @@ DIV.admin_note {
 
 .admin_fatal {
        font-size: 18px;
-       color: #00AA00;
+       color: #00aa00;
 }
 
-.admin_edit,.member_confirm {
+.admin_edit, .member_confirm {
        background-color: #eeffee;
 }
 
@@ -135,63 +147,68 @@ DIV.admin_note {
 
 .admin_error {
        background-color: #eeffee;
-       color: #00AA00;
+       color: #00aa00;
        font-size: 10px;
 }
 
-.admin_select,.guest_select,.member_select {
-       border: solid 1px #009900;
-       background-color: #EEFFEE;
+.admin_select, .guest_select, .member_select {
+       border: groove 1px #009900;
+       background-color: #eeffee;
 }
 
-.admin_register,.admin_desc_header,.admin_done,.admin_title,.member_title2,.guest_title2,.admin_message
-       {
+.admin_register, .admin_desc_header, .admin_done, .admin_title, .admin_message {
        background-color: #ddeedd;
        color: #009900;
        text-align: center;
 }
 
-.member_done,.guest_done {
+.member_done, .guest_done {
        color: #009900;
 }
 
 .member_misc {
-       background-color: #DDEEDD;
+       background-color: #ddeedd;
 }
 
-.admin_misc,.member_misc {
+.admin_misc, .member_misc {
        color: #000000;
 }
 
 .admin_done2 {
-       color: #AA0044;
+       color: #00aa44;
 }
 
-.admin_green,.admin_no {
+.admin_green, .admin_no {
        color: #009900;
 }
 
 .admin_welcome {
-       background-color: #DDEEDD;
+       background-color: #ddeedd;
        color: #009900;
        vertical-align: middle;
        font-size: 18px;
        height: 50px;
 }
 
-.admin_header {
-       background-color: #ddeedd;
-}
-
 .admin_menu {
-       background-color: #DDEEDD;
+       background-color: #ddeedd;
        color: #000077;
        width: 220px;
+       height: 25px;
 }
 
 .admin_logout {
-       background-color: #AAFFAA;
-       color: #00AA00;
+       background-color: #aaffaa;
+       color: #00aa00;
+}
+
+a.admin_logout {
+       display: block;
+}
+
+.admin_logout:hover {
+       background-color: #88dd88;
+       color: #00cc00;
 }
 
 .admin_desc_cont {
@@ -199,8 +216,16 @@ DIV.admin_note {
        background-color: #eeffee;
 }
 
-.admin_table,.member_table {
+.admin_table, .member_table {
        background-color: #eeffee;
+       width: 660px;
+       margin: 5px;
+}
+
+.admin_warning_table {
+       background-color: #ff8888;
+       width: 660px;
+       margin: 5px;
 }
 
 .admin_editmenu {
@@ -217,12 +242,14 @@ DIV.admin_note {
 
 .member_header {
        text-align: center;
-       height: 28px;
+       color: #009900;
+       vertical-align: middle;
        background-color: #ddeedd;
+       height: 60px;
 }
 
-.admin_failed,.guest_failed,.member_failed,.member_note {
-       color: #00AA00;
+.admin_failed, .guest_failed, .member_failed, .member_note {
+       color: #00aa00;
 }
 
 .member_note_bg {
@@ -235,19 +262,12 @@ DIV.admin_note {
        height: 20px;
 }
 
-.admin_header_b1 {
-       border-bottom: 1px solid #AA0044;
-       background-color: #ddeedd;
-       height: 22px;
-}
-
 .admin_snote {
        font-size: 12px;
 }
 
-.admin_normal,.guest_normal,.member_normal {
-       border-style: solid;
-       border: solid 1px #009900;
+.admin_normal, .guest_normal, .member_normal {
+       border: groove 1px #009900;
 }
 
 .member_stats {
@@ -257,7 +277,7 @@ DIV.admin_note {
        font-size: 16px;
        border-style: none;
        border: 0px;
-       background: #DDEEDD;
+       background: #ddeedd;
        color: #000000;
        margin-top: -4px;
        margin-bottom: 1px;
@@ -269,40 +289,39 @@ DIV.admin_note {
 }
 
 .member_main {
-       background-color: #DDEEDD;
+       background-color: #ddeedd;
 }
 
-.guest_title,.member_title {
+.guest_title, .member_title {
        text-align: center;
        color: #009900;
        vertical-align: middle;
-       background-color: #DDEEDD;
-       height: 60px;
+       background-color: #ddeedd;
+       height: 28px;
 }
 
 .guest_login_header {
        color: #009900;
        vertical-align: middle;
-       background-color: #DDEEDD;
+       background-color: #ddeedd;
 }
 
-.guest_menu,.member_menu {
+.guest_menu, .member_menu {
        width: 220px;
-       background-color: #DDEEDD;
+       background-color: #ddeedd;
        vertical-align: top;
 }
 
-.guest_menu_title,.member_menu_title {
+.guest_menu_title, .member_menu_title {
        background-color: #BDEFCD;
        color: #009900;
        height: 25px;
        width: 200px;
-       border: 1px solid #AA0044;
+       border: 1px solid #00aa44;
 }
 
-.guest_menu_row,.guest_menu_bottom,.member_menu_row,.member_menu_bottom
-       {
-       border: 1px solid #AA0044;
+.guest_menu_row, .guest_menu_bottom, .member_menu_row, .member_menu_bottom {
+       border: 1px solid #00aa44;
        border-top: 0px;
        background-color: #eeffbc;
        height: 22px;
@@ -310,17 +329,17 @@ DIV.admin_note {
 }
 
 .member_menu_whats {
-       border: 1px solid #AA0044;
+       border: 1px solid #00aa44;
        border-top: 0px;
        background-color: #eeffee;
        height: 20px;
 }
 
-.guest_menu_seperator,.member_menu_seperator {
+.guest_menu_seperator, .member_menu_seperator {
        height: 15px;
 }
 
-.guest_content,.member_content {
+.guest_content, .member_content {
        background-color: #eeffee;
        width: 99%;
        padding-left: 2px;
@@ -329,8 +348,8 @@ DIV.admin_note {
        margin-right: 5px;
 }
 
-.guest_advert,.guest_login,.member_advert,.member_login {
-       background-color: #DDEEDD;
+.guest_advert, .guest_login, .member_advert, .member_login {
+       background-color: #ddeedd;
        vertical-align: top;
        margin-top: 10px;
 }
@@ -351,30 +370,38 @@ DIV.admin_note {
        text-align: center;
 }
 
-.footer_lines {
+li.copyright_lines {
+       display:inline;
+}
+
+span.copyright_lines {
        font-size: 10px;
        width: 380px;
-       height: 30px;
+       height: 38px;
        vertical-align: middle;
        background-color: #E5EFE5;
-       padding-top: 5px;
-       padding-bottom: 5px;
+       padding-top: 7px;
+       padding-bottom: 7px;
+       display:inline-block;
 }
 
-.footer_box {
+ul.copyright_box {
        text-align: center;
-       width: 760px;
+       width: 780px;
+       list-style: none inside;
+       padding-left:0px;
+       margin-bottom: 5px;
 }
 
 .dashed {
-       border: solid 1px #AA0044;
+       border: solid 1px #00aa44;
 }
 
-.switch_sw1,.switch_mem1 {
+.switch_sw1, .switch_mem1 {
        background-color: #b8efc1;
 }
 
-.switch_sw2,.switch_mem2 {
+.switch_sw2, .switch_mem2 {
        background-color: #b8fccb;
 }
 
@@ -390,7 +417,7 @@ DIV.admin_note {
        background-color: #eeffee;
 }
 
-.media_header,.impressum_header {
+.media_header, .impressum_header {
        background-color: #b8fccb;
        text-align: center;
        color: #009900;
@@ -412,7 +439,7 @@ DIV.admin_note {
 }
 
 .admin_sep_footer {
-       background-color: #DDEEDD;
+       background-color: #ddeedd;
        font-size: 1px;
 }
 
@@ -421,18 +448,20 @@ DIV.admin_note {
        font-size: 1px;
 }
 
-.admin_footer,.member_refbanner,.member_update,.admin_del_link {
-       background-color: #DDEEDD;
+.admin_footer, .member_refbanner, .member_update, .admin_del_link {
+       background-color: #ddeedd;
 }
 
 .member_footer {
        height: 30px;
-       background-color: #DDEEDD;
+       background-color: #ddeedd;
 }
 
 .admin_footer {
        text-align: center;
-       height: 30px
+       height: 30px;
+       padding-left: 5px;
+       padding-right: 5px;
 }
 
 .admin_task_header {
@@ -451,11 +480,10 @@ DIV.admin_note {
        text-align: center
 }
 
-.admin_delete,.admin_yes {
-       border-style: groove;
-       border: solid 1px #00AA00;
-       background-color: #AA0044;
-       color: #DDEEDD;
+.admin_delete, .admin_yes {
+       border: groove 1px #00aa00;
+       background-color: #aa0044;
+       color: #ddeedd;
        cursor: pointer;
 }
 
@@ -467,7 +495,7 @@ DIV.admin_note {
 .guest_stats_title {
        color: #009900;
        vertical-align: middle;
-       background-color: #DDEEDD;
+       background-color: #ddeedd;
        height: 30px;
 }
 
@@ -480,14 +508,14 @@ DIV.admin_note {
        width: 2px;
 }
 
-.guest_stats_r,.guest_stats_lr,.guest_stats_rr {
+.guest_stats_r, .guest_stats_lr, .guest_stats_rr {
        color: #009900;
        width: 28px;
        font-weight: bold;
        text-align: center;
 }
 
-.guest_stats_ll,.guest_stats_rl {
+.guest_stats_ll, .guest_stats_rl {
        width: 192px;
        text-align: right;
 }
@@ -495,7 +523,7 @@ DIV.admin_note {
 .guest_stats_footer {
        color: #009900;
        vertical-align: middle;
-       background-color: #DDEEDD;
+       background-color: #ddeedd;
        height: 20px;
 }
 
@@ -508,23 +536,15 @@ DIV.admin_note {
 }
 
 .impressum_body {
-       background-color: #DDEEDD;
+       background-color: #ddeedd;
 }
 
-.guest_content_align,.member_content_align,.admin_content_align {
+.guest_content_align, .member_content_align, .admin_content_align {
        text-align: center;
-       align: center;
        vertical-align: top;
 }
 
-.member_mailidtop {
-       background-color: #DDEEDD;
-       width: 100%;
-       height: 100%;
-}
-
-.list_categories,.admin_action_header,.admin_main,.admin_menu_main,.admin_menu_sub
-       {
+.list_categories, .admin_action_header, .admin_main, .admin_menu_main, .admin_menu_sub {
        text-align: left;
        width: 100%;
 }
@@ -541,17 +561,8 @@ DIV.admin_note {
        vertical-align: middle;
 }
 
-.admin_title2 {
-       font-weight: bold;
-       padding: 4px;
-       background-color: #ddeedd;
-       color: #000099;
-       text-align: center;
-       font-size: 14px;
-}
-
 .member_unconfirmed {
-       background-color: #DDEEDD;
+       background-color: #ddeedd;
        width: 100%;
        text-align: center;
 }
@@ -560,10 +571,11 @@ DIV.admin_note {
        white-space: nowrap;
        font-size: 14px;
        text-align: left;
+       margin-bottom: 12px;
 }
 
 .tiny {
-       font-size: 12px;
+       font-size: 10px;
 }
 
 .medium {
@@ -574,36 +586,20 @@ DIV.admin_note {
        font-size: 20px;
 }
 
-.top {
-       border-top: 1px solid #4400AA;
-}
-
-.bottom {
-       border-bottom: 1px solid #4400AA;
-}
-
-.left {
-       border-left: 1px solid #4400AA;
+.top, .top2 {
+       border-top: 1px solid #00aa44;
 }
 
-.right {
-       border-right: 1px solid #4400AA;
+.bottom, .bottom2 {
+       border-bottom: 1px solid #00aa44;
 }
 
-.top2 {
-       border-top: 1px solid #AA0044;
+.left, .left2 {
+       border-left: 1px solid #00aa44;
 }
 
-.bottom2 {
-       border-bottom: 1px solid #AA0044;
-}
-
-.left2 {
-       border-left: 1px solid #AA0044;
-}
-
-.right2 {
-       border-right: 1px solid #AA0044;
+.right, .right2 {
+       border-right: 1px solid #00aa44;
 }
 
 .nobr {
@@ -633,23 +629,23 @@ DIV.admin_note {
 
 .guest_footer {
        height: 30px;
-       background-color: #E5E5F5;
+       background-color: #ddeedd;
 }
 
 .disabled {
        border-style: groove;
-       background-color: #AAAAAA;
-       color: #FF9900;
+       background-color: #aaaaaa;
+       color: #ff9900;
 }
 
 .mini_select {
-       border: dotted 1px #009900;
-       background-color: #EEFFEE;
+       border: solid 1px #009900;
+       background-color: #eeffee;
        font-size: 10px;
 }
 
 .theme_box {
-       border: 1px dotted #AA0044;
+       border: 1px solid #00aa44;
        border-top: 0px;
        width: 100%;
        height: 70px;
@@ -669,14 +665,14 @@ DIV.admin_note {
        text-align: left;
 }
 
-.agb_title,.fatal_title {
+.agb_title, .fatal_title {
        font-size: 16px;
        text-align: center;
        height: 40px;
        font-weight: bold;
 }
 
-.agb_para {
+.para {
        text-indent: 8px;
        text-align: left;
        margin-left: 5px;
@@ -695,22 +691,30 @@ DIV.admin_note {
        padding-bottom: 5px;
 }
 
-#show_timings_block {
-       float: left;
-       border: solid 1px #AA0044;
+ul.show_timings_block {
+       border: solid 1px #00aa44;
        background-color: #ddeedd;
-       font-size: 10px;
-       vertical-align: middle;
-       width: 465px;
+       width: 645px;
        height: 20px;
+       list-style: none inside;
+       padding-left:0px;
 }
 
 .show_timings_column {
-       background-color: #EEFFEE;
+       background-color: #eeffee;
        margin-top: 2px;
        width: 150px;
        border: solid 1px #009900;
        height: 14px;
+       font-size: 10px;
+}
+
+span.show_timings_column {
+       display: inline-block;
+}
+
+li.show_timings_column {
+       display: inline;
 }
 
 .show_timings_data {
@@ -728,10 +732,10 @@ DIV.admin_note {
        width: 400px;
 }
 
-.member_skyscraper,.guest_skyscraper {
+.skyscraper {
        width: 122px;
        height: 602px;
-       border: 1px solid #AA0044;
+       border: 1px solid #00aa44;
        margin: 0px;
        padding: 0px;
        padding-top: 1px;
@@ -740,4 +744,36 @@ DIV.admin_note {
 ul.admin_menu_main,ul.admin_menu_sub {
        list-style: none inside;
        padding-left: 10px;
-}
\ No newline at end of file
+}
+
+.pre {
+       display: block;
+}
+
+td {
+       padding-left: 2px;
+       padding-right: 2px;
+       padding-top: 2px;
+       padding-bottom: 2px;
+}
+
+.header_column {
+       height: 23px;
+       background-color: #ddeedd;
+       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;
+}