]> git.mxchange.org Git - mailer.git/blobdiff - theme/org/css/general.css
Re-added height, but smaller to make most menus appear shorter
[mailer.git] / theme / org / css / general.css
index f694a9bd43b26bc46a4d6b6e0ba224649ee84cad..d9615ddea553b16e7a839bc29ab66c6bb0e2eec7 100644 (file)
@@ -1,60 +1,92 @@
 body {
-       background-color        : #ddeedd;
-       color                   : #000000;
-       font-family             : Verdana, Arial, Geneva, Helvetica, sans-serif;
-       font-size                       : 14px;
-
-       scrollbar-base-color            : #E9E4AE;
-       scrollbar-face-color            : #CDEFCD;
-       scrollbar-highlight-color       : #F4F9BE;
-       scrollbar-shadow-color          : #CDEFCD;
-       scrollbar-3dlight-color         : #DDDDDD;
-       scrollbar-arrow-color           : #000000;
-       scrollbar-track-color           : #CCEFCC;
-       scrollbar-darkshadow-color      : #999999;
-
-       margin                  : 0px;
-       margin-left             : 0px;
-       margin-right            : 0px;
-       margin-top              : 0px;
-       margin-bottom           : 0px;
+       background-color: #ddeedd;
+       color: #000000;
+       font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
+       font-size: 12px;
+       letter-spacing: 1px;
+
+       margin: 0px;
+       margin-left: 0px;
+       margin-right: 0px;
+       margin-top: 0px;
+       margin-bottom: 0px;
 }
 
 table {
-       table-layout            : auto;
-       border-spacing          : 0px;
-       overflow                        : auto;
+       table-layout: auto;
+       border-spacing: 0px;
+       overflow: auto;
 }
 
 A {
-       font-style              : normal;
-       font-family             : Verdana, Arial, Geneva, Helvetica, sans-serif;
-       font-size                       : 14px;
+       font-style: normal;
        text-decoration : none;
 }
 
 A:link {
-       color                   : #2e51a9;
+       color: #2e51a9;
 }
 
 A:visited {
-       color                   : #2e51a9;
+       color: #2e51a9;
 }
 
 A:active {
-       color                   : #2e51a9;
-       background-color        : transparent;
+       color: #2e51a9;
+       background-color: transparent;
 }
 
 A:hover {
-       background-color        : transparent;
+       background-color: transparent;
+}
+
+form {
+       margin: 0px;
+       margin-left: 0px;
+       margin-right: 0px;
+       margin-top: 0px;
+       margin-bottom: 0px;
+       padding: 0px;
+       padding-left: 0px;
+       padding-right: 0px;
+       padding-top: 0px;
+       padding-bottom: 0px;
 }
 
 input, textarea, select, option {
-       color                   : #2e51a9;
-       background-color        : #EEFFEE;
-       border-color            : #BBBBBB;
-       text-decoration : none;
+       color: #2e51a9;
+       background-color: #eeffee;
+       border: 1px solid #009900;
+       text-decoration: none;
+}
+
+fieldset {
+       border: 1px solid #009900;
+       margin-top: 10px;
+       padding: 10px;
+}
+
+legend {
+       font-weight: bold;
+       color: #009900;
+       background-color: transparent;
+       padding-left: 5px;
+       padding-right: 5px;
+}
+
+input:hover, textarea:hover, select:hover, option:hover {
+       color: #0a2d85;
+       background-color: #ccddcc;
+       border-color: #005500;
+}
+
+fieldset:hover {
+       border-color: #00dd44;
+}
+
+input.form_delete:hover {
+       background-color: #770044;
+       color: #aabbaa;
 }
 
 ul, ol {
@@ -62,10 +94,15 @@ ul, ol {
        margin-bottom           : 0px;
 }
 
+pre {
+       white-space: pre-wrap;
+       text-align: left;
+       padding: 5px;
+}
+
 .runtime {
        color                   : #118811;
        background-color        : #DDEEDD;
-       font-family             : Verdana, Arial, Geneva, Helvetica, sans-serif;
 }
 
 .runtime.fatal {
@@ -77,94 +114,67 @@ ul, ol {
 }
 
 .admin {
-       color                   : #118811;
+       color                           : #118811;
        background-color        : #DDEEDD;
-       font-family             : Verdana, Arial, Geneva, Helvetica, sans-serif;
 }
 
-.admin_note {
-       color                   : #FF0000;
+.notice {
+       color                           : #ff0000;
        font-size                       : 11px;
 }
 
-.admin_reset, .guest_reset, .member_reset {
-       border-style            : groove;
-       border                  : solid 1px #000000;
-       color                   : #0000AA;
-}
-
-.admin_submit, .guest_submit, .member_submit {
-       color                   : #0000AA;
-       border-color            : #000000;
-}
-
-.admin_submit_reject {
-       border-style            : groove;
-       color                   : #881111;
-       border-color            : #000000;
-}
-
-.admin_fatal {
-       font-size                       : 18px;
-       color                   : #ddeedd;
-}
-
-.admin_edit, .member_confirm {
-       background-color        : #ddeedd;
+.form_reset {
+       border: groove 1px #009900;
+       color: #0000AA;
 }
 
-.member_banner {
-       background-color        : #ddeedd;
-       width                   : 488px;
+.form_submit {
+       color: #0000aa;
+       border: 1px groove #009900;
+       cursor: pointer;
+       background-color: #eeffee;
 }
 
-.admin_error {
-       background-color        : #ddeedd;
-       color                   : #ddeedd;
-       font-size                       : 11px;
+.form_delete {
+       border-style: groove 1px #009900;
+       color: #881111;
 }
 
-.admin_select, .guest_select, .member_select {
-       border                  : solid 1px;
-       border-color            : #000000;
-       background-color        : #EEFFEE;
+.banner {
+       background-color: #ddeedd;
+       width: 488px;
 }
 
-.admin.register, .admin_desc_header, .admin_done, .admin_title, .member_title2, .guest_title2 {
-       background-color        : #ddeedd;
-       color                   : #000000;
+.disabled {
+       border-style: groove;
+       background-color: #aaaaaa;
+       color: #e0e0e0;
+       cursor: default;
 }
 
-.member_done, .guest_done {
-       color                   : #009900;
-}
-
-.member_misc, .code {
-       background-color        : #DDEEDD;
+.disabled:hover {
+       background-color: #aaaaaa;
+       color: #e0e0e0;
 }
 
-.admin_misc, .member_misc {
-       color                   : #000000;
+.fatal_error {
+       background-color: #ddeedd;
+       color: #eedddd;
+       font-size: 11px;
 }
 
-.admin_done2 {
-       color                   : #0000AA;
+.form_select {
+       border: solid 1px #009900;
+       background-color: #EEFFEE;
 }
 
-.admin_green, .admin_no {
-       color                   : #000000;
+.admin.register, .description_header {
+       background-color: #ddeedd;
+       color: #000000;
 }
 
-.admin_welcome {
+.code {
        background-color        : #DDEEDD;
-       color                   : #000000;
-       vertical-align          : middle;
-       font-size                       : 18px;
-       height                  : 50px;
-}
-
-.admin_header {
-       background-color        : #ddeedd;
 }
 
 .admin_menu {
@@ -173,79 +183,30 @@ ul, ol {
        width                   : 230px;
 }
 
-.admin_logout {
+.logout_box {
        background-color        : #AAFFAA;
        color                   : #ddeedd;
 }
 
-.admin_desc_cont, .admin_table, .member_table {
-       background-color        : #ddeedd;
+.description_text, .table, .table2, .table3 {
+       background-color        : #eeffee;
 }
 
-.guest_table {
-       font-size                       : 14px;
-}
-
-.admin_editmenu {
+.form_submitmenu {
        min-width                       : 500px;
        max-width                       : 90%;
 }
 
-.admin_form_header {
-       text-align          : center;
-       height                  : 36px;
-       background-color        : #ddeedd;
-       color                   : #000000;
-}
-
 .member_header {
        text-align          : center;
        height                  : 28px;
        background-color        : #ddeedd;
 }
 
-.admin_failed, .guest_failed, .member_failed, .member_note {
-       color                   : #0000AA;
-}
-
-.member_note_bg {
-       background-color        : #ddeedd;
-}
-
 .member_data {
-       background-color        : #ddeedd;
-       color                   : #000000;
-       height                  : 20px;
-}
-
-.admin_header_b1 {
-       border-bottom           : 1px solid #ddeedd;
-       background-color        : #ddeedd;
-       height                  : 22px;
-}
-
-.admin_snote {
-       font-size                       : 11px;
-}
-
-.admin_normal, .guest_normal, .member_normal {
-       border-style            : solid;
-       border                  : solid 1px;
-       border-color            : #000000;
-}
-
-.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;
+       background-color: #ddeedd;
+       color: #000000;
+       height: 20px;
 }
 
 .normal {
@@ -256,17 +217,31 @@ ul, ol {
        background-color        : #DDEEDD;
 }
 
-.guest_title, .member_title {
-       color                   : #000000;
-       vertical-align          : middle;
-       background-color        : #DDEEDD;
-       height                  : 60px;
+.table_header, .bug_table_header, .ajax_bug_table_header {
+       color: #000000;
+       vertical-align: middle;
+       background-color: #DDEEDD;
+       padding-bottom: 5px;
+       padding-top: 5px;
+}
+
+.header_column {
+       height: 23px;
+       background-color: #ddeedd;
+       color: #000000;
+       text-align: center;
+}
+
+.footer_column {
+       height: 23px;
+       background-color: #ddeedd;
+       color: #000000;
 }
 
 .guest_login_header {
-       color                   : #000000;
-       vertical-align          : middle;
-       background-color        : #DDEEDD;
+       color: #000000;
+       vertical-align: middle;
+       background-color: #DDEEDD;
 }
 
 .guest_menu {
@@ -283,7 +258,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;
@@ -294,18 +269,18 @@ ul, ol {
        color                   : #000000;
        background-color        : #BDEFCD;
        border                  : 1px solid #ddeedd;
-       height                  : 25px;
+       height                  : 18px;
        width                   : 200px;
 }
 
 .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;
 }
@@ -325,7 +300,7 @@ ul, ol {
        height                  : 20px;
 }
 
-.guest_menu_seperator, .member_menu_seperator {
+.guest_menu_separator, .member_menu_separator {
        height                  : 15px;
 }
 
@@ -362,11 +337,11 @@ ul, ol {
        border-color            : #0000aa;
 }
 
-.switch_sw1, .switch_mem1 {
+.switch_sw1 {
        background-color        : #b8efc1;
 }
 
-.switch_sw2, .switch_mem2 {
+.switch_sw2 {
        background-color        : #b8fccb;
 }
 
@@ -382,24 +357,15 @@ ul, ol {
        background-color        : #ddeedd;
 }
 
-.media_header, .impressum_header {
-       background-color        : #b8fccb;
-       text-align              : center;
-       color                   : #000000;
-       height                  : 26px;
-       font-weight             : bold;
-       font-size                       : 20px;
-}
-
 .media_left {
-       font-size                       : 14px;
+       font-size                       : 12px;
        width                   : 200px;
 }
 
 .media_right {
        color                   : #000000;
        font-weight             : bold;
-       font-size                       : 14px;
+       font-size                       : 12px;
        width                   : 70px;
 }
 
@@ -413,88 +379,54 @@ ul, ol {
        font-size           : 1px;
 }
 
-.admin_footer, .member_refbanner, .member_update, .admin_del_link, .guest_footer {
+.member_refbanner, .member_update, .admin_delete_link {
        background-color        : #DDEEDD;
 }
 
-.member_footer {
-       height                  : 30px;
-       background-color        : #DDEEDD;
-}
-
-.admin_footer {
-       height                  : 30px
+.table_footer {
+       padding: 5px;
+       text-align: center;
+       background-color: #DDEEDD;
 }
 
-.admin_task_header {
-       background-color        : #DDEEDD;
-       color                   : #000000;
-       vertical-align          : middle;
-       font-size                       : 18px;
-       height                  : 35px;
-}
-
-.seperator {
+.separator {
        font-size                       : 1px
 }
 
 .tab1 {
-       text-align              : center
+       text-align                      : center
 }
 
-.admin_delete, .admin_yes {
-       border-style            : groove;
-       border                  : solid 1px #ddeedd;
+.form_delete, .form_delete {
+       border                          : groove 1px #ddeedd;
        background-color        : #0000AA;
-       color                   : #DDEEDD;
+       color                           : #DDEEDD;
 }
 
 .guest_stats {
        background-color        : #ddeedd;
-       width                   : 460px;
-}
-
-.guest_stats_title {
-       color                   : #000000;
-       vertical-align          : middle;
-       background-color        : #DDEEDD;
-       height                  : 30px;
+       width                           : 460px;
 }
 
 .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;
-}
-
-.guest_stats_footer {
-       color                   : #000000;
-       vertical-align          : middle;
-       background-color        : #DDEEDD;
-       height                  : 20px;
-}
-
-.task_pre {
-       font-weight             : bold;
-       margin-left             : 0px;
-       margin-right            : 0px;
-       margin-top              : 11px;
-       margin-bottom           : 11px;
+       width                           : 192px;
+       text-align                      : right;
 }
 
 .impressum_body {
@@ -502,30 +434,17 @@ 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%;
-}
-
-.list_categories, .admin_action_header, .admin_main, .admin_menu_main, .admin_menu_sub {
+.list_categories, .admin_action_header, .admin_menu_main, .admin_menu_sub {
        width                           : 100%;
 }
 
-.member_unconfirmed {
-       background-color        : #DDEEDD;
-       width                           : 100%;
-       text-align                      : center;
-}
-
 .you_are_here {
        white-space         : nowrap;
-       font-size           : 14px;
-       margin-bottom       : 12px;
+       font-size           : 12px;
 }
 
 .tiny   { font-size            : 10px; }
@@ -559,15 +478,10 @@ ul, ol {
 
 .para {
        text-align                      : left;
-       padding-top                     : 10px;
-       padding-left            : 10px;
-       padding-right           : 10px;
-       padding-bottom          : 10px;
-}
-
-.para_title {
-       text-align                      : center;
-       padding-bottom          : 20px;
+       text-indent                     : 1em;
+       margin-left                     : 5px;
+       margin-right            : 5px;
+       margin-bottom           : 1em;
 }
 
 .listing {
@@ -575,13 +489,6 @@ ul, ol {
        padding-bottom          : 14px;
 }
 
-.para2 {
-       padding-right           : 5px;
-       padding-left            : 5px;
-       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;
@@ -595,3 +502,90 @@ strong.menu_invisible, strong.sub_menu_invisible {
 .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;
+       margin-top: 5px;
+       margin-left: 5px;
+       margin-right: 5px;
+       padding-left: 5px;
+       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;
+       margin: 0px;
+       padding: 0px;
+       padding-top: 5px;
+       padding-bottom: 5px;
+       height: 28px;
+       float: left;
+       display: block;
+}
+
+label {
+       text-align: left;
+       width: 50%;
+       float: left;
+       display: block;
+}
+
+.form_field {
+       border: groove 1px #009900;
+}
+
+.field_note {
+       float: left;
+       text-align: left;
+       font-style: italic;
+}
+
+.ui-progressbar {
+       height:2em;
+       text-align: left;
+       overflow: hidden;
+}
+
+.ui-progressbar .ui-progressbar-value {
+       margin: -1px;
+       height:100%;
+}
+
+.clear {
+       clear: both;
+}