]> git.mxchange.org Git - mailer.git/blobdiff - theme/desert/css/general.css
Even more fixes/improvements:
[mailer.git] / theme / desert / css / general.css
index a396499e89d765423d7b849e71737571c1cfb88d..4811a58fc4d18441d58541373f2119df35f1c25a 100644 (file)
@@ -126,7 +126,7 @@ DIV.admin_note {
        background-color: #ddddaa;
 }
 
-.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: #ddddaa;
        color: #880000;
        text-align: center;
@@ -152,6 +152,7 @@ DIV.admin_note {
        background-color: #ddddaa;
        color: #880000;
        width: 230px;
+       height: 25px;
 }
 
 .admin_logout {
@@ -179,6 +180,12 @@ a.admin_logout {
        margin: 5px;
 }
 
+.admin_warning_table {
+       background-color: #ff8888;
+       width: 660px;
+       margin: 5px;
+}
+
 .admin_editmenu {
        min-width: 500px;
        max-width: 90%;
@@ -193,8 +200,10 @@ a.admin_logout {
 
 .member_header {
        text-align: center;
-       height: 28px;
+       color: #880000;
+       vertical-align: middle;
        background-color: #ddddaa;
+       height: 60px;
 }
 
 .admin_failed, .guest_failed, .member_failed, .member_note {
@@ -248,7 +257,7 @@ a.admin_logout {
        color: #880000;
        vertical-align: middle;
        background-color: #ddddaa;
-       height: 60px;
+       height: 28px;
 }
 
 .guest_login_header {
@@ -271,8 +280,7 @@ a.admin_logout {
        border: 1px solid #880000;
 }
 
-.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 #880000;
        border-top: 0px;
        background-color: #ffffcc;
@@ -321,7 +329,7 @@ span.copyright_lines {
        width: 380px;
        vertical-align: middle;
        background-color: #ffffcc;
-       height: 26px;
+       height: 38px;
        display: inline-block;
        padding-top: 7px;
        padding-bottom: 7px;
@@ -475,14 +483,7 @@ ul.copyright_box {
        vertical-align: top;
 }
 
-.member_mailidtop {
-       background-color: #ffffcc;
-       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%;
 }
@@ -497,6 +498,7 @@ ul.copyright_box {
        white-space: nowrap;
        font-size: 14px;
        text-align: left;
+       margin-bottom: 12px;
 }
 
 .tiny {
@@ -610,7 +612,7 @@ ul.copyright_box {
        font-weight: bold;
 }
 
-.agb_para {
+.para {
        text-indent: 8px;
        text-align: left;
        margin-left: 5px;
@@ -632,7 +634,7 @@ ul.show_timings_block {
        border: solid 1px #880000;
        background-color: #ddddaa;
        font-size: 10px;
-       width: 565px;
+       width: 645px;
        height: 20px;
        list-style: none inside;
 }
@@ -640,7 +642,7 @@ ul.show_timings_block {
 .show_timings_column {
        background-color: #ffffcc;
        margin-top: 2px;
-       width: 130px;
+       width: 150px;
        border: solid 1px #880000;
        height: 14px;
 }
@@ -669,7 +671,7 @@ span.show_timings_data {
        width: 400px;
 }
 
-.member_skyscraper, .guest_skyscraper {
+.skyscraper {
        width: 122px;
        height: 602px;
        border: 1px solid #880000;
@@ -692,3 +694,17 @@ td {
        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;
+}