CSS classes cleaned up, templates simplified:
[mailer.git] / theme / org / css / general.css
index f694a9bd43b26bc46a4d6b6e0ba224649ee84cad..85e8dafbbab143bfaceef520cd2504f43c6106ce 100644 (file)
@@ -77,36 +77,35 @@ ul, ol {
 }
 
 .admin {
-       color                   : #118811;
+       color                           : #118811;
        background-color        : #DDEEDD;
-       font-family             : Verdana, Arial, Geneva, Helvetica, sans-serif;
+       font-family                     : Verdana, Arial, Geneva, Helvetica, sans-serif;
 }
 
 .admin_note {
-       color                   : #FF0000;
+       color                           : #FF0000;
        font-size                       : 11px;
 }
 
 .admin_reset, .guest_reset, .member_reset {
-       border-style            : groove;
-       border                  : solid 1px #000000;
-       color                   : #0000AA;
+       border                          : groove 1px #000000;
+       color                           : #0000AA;
 }
 
 .admin_submit, .guest_submit, .member_submit {
-       color                   : #0000AA;
+       color                           : #0000AA;
        border-color            : #000000;
 }
 
 .admin_submit_reject {
        border-style            : groove;
-       color                   : #881111;
+       color                           : #881111;
        border-color            : #000000;
 }
 
 .admin_fatal {
        font-size                       : 18px;
-       color                   : #ddeedd;
+       color                           : #ddeedd;
 }
 
 .admin_edit, .member_confirm {
@@ -115,17 +114,17 @@ ul, ol {
 
 .member_banner {
        background-color        : #ddeedd;
-       width                   : 488px;
+       width                           : 488px;
 }
 
 .admin_error {
        background-color        : #ddeedd;
-       color                   : #ddeedd;
+       color                           : #ddeedd;
        font-size                       : 11px;
 }
 
 .admin_select, .guest_select, .member_select {
-       border                  : solid 1px;
+       border                          : solid 1px;
        border-color            : #000000;
        background-color        : #EEFFEE;
 }
@@ -229,8 +228,7 @@ ul, ol {
 }
 
 .admin_normal, .guest_normal, .member_normal {
-       border-style            : solid;
-       border                  : solid 1px;
+       border                          : solid 1px;
        border-color            : #000000;
 }
 
@@ -283,7 +281,7 @@ ul, ol {
 }
 
 .guest_menu_title {
-       background-image        : url(theme/org/images/menus/title.jpg);
+       background-image        : url({?URL?}/theme/org/images/menus/title.jpg);
        height                  : 36px;
        width                   : 211px;
        color                   : #000000;
@@ -299,13 +297,13 @@ ul, ol {
 }
 
 .guest_menu_row {
-       background-image        : url(theme/org/images/menus/row.jpg);
+       background-image        : url({?URL?}/theme/org/images/menus/row.jpg);
        width                   : 211px;
        height                  : 26px;
 }
 
 .guest_menu_bottom {
-       background-image        : url(theme/org/images/menus/bottom.jpg);
+       background-image        : url({?URL?}/theme/org/images/menus/bottom.jpg);
        width                   : 211px;
        height                  : 30px;
 }
@@ -428,10 +426,10 @@ ul, ol {
 
 .admin_task_header {
        background-color        : #DDEEDD;
-       color                   : #000000;
+       color                           : #000000;
        vertical-align          : middle;
        font-size                       : 18px;
-       height                  : 35px;
+       height                          : 35px;
 }
 
 .seperator {
@@ -439,61 +437,60 @@ ul, ol {
 }
 
 .tab1 {
-       text-align              : center
+       text-align                      : center
 }
 
 .admin_delete, .admin_yes {
-       border-style            : groove;
-       border                  : solid 1px #ddeedd;
+       border                          : groove 1px #ddeedd;
        background-color        : #0000AA;
-       color                   : #DDEEDD;
+       color                           : #DDEEDD;
 }
 
 .guest_stats {
        background-color        : #ddeedd;
-       width                   : 460px;
+       width                           : 460px;
 }
 
 .guest_stats_title {
-       color                   : #000000;
+       color                           : #000000;
        vertical-align          : middle;
        background-color        : #DDEEDD;
-       height                  : 30px;
+       height                          : 30px;
 }
 
 .guest_stats_l {
-       width                   : 344px;
-       text-align              : right;
+       width                           : 344px;
+       text-align                      : right;
 }
 
 .guest_stats_m {
-       width                   : 2px;
+       width                           : 2px;
 }
 
 .guest_stats_r, .guest_stats_lr, .guest_stats_rr {
-       color                   : #000000;
-       width                   : 28px;
-       font-weight             : bold;
-       text-align              : center;
+       color                           : #000000;
+       width                           : 28px;
+       font-weight                     : bold;
+       text-align                      : center;
 }
 
 .guest_stats_ll, .guest_stats_rl {
-       width                   : 192px;
-       text-align              : right;
+       width                           : 192px;
+       text-align                      : right;
 }
 
 .guest_stats_footer {
-       color                   : #000000;
+       color                           : #000000;
        vertical-align          : middle;
        background-color        : #DDEEDD;
-       height                  : 20px;
+       height                          : 20px;
 }
 
 .task_pre {
-       font-weight             : bold;
-       margin-left             : 0px;
+       font-weight                     : bold;
+       margin-left                     : 0px;
        margin-right            : 0px;
-       margin-top              : 11px;
+       margin-top                      : 11px;
        margin-bottom           : 11px;
 }
 
@@ -502,14 +499,14 @@ ul, ol {
 }
 
 .guest_content_align, .member_content_align, .admin_content_align {
-       text-align              : center;
+       text-align                      : center;
        vertical-align          : top;
 }
 
 .member_mailidtop {
        background-color        : #DDEEDD;
-       width                   : 100%;
-       height                  : 100%;
+       width                           : 100%;
+       height                          : 100%;
 }
 
 .list_categories, .admin_action_header, .admin_main, .admin_menu_main, .admin_menu_sub {