/* just an example of how to embed images in the stylesheet */ body { color: #000000; background-color: #6699ff; background-image: url("/soymail/-/theme/vernon.gif"); background-repeat: no-repeat; background-position: top center; } .css_warning { color: #ff0000; font-size: 100%; font-weight: bold; } .css_msg_part_link { color: #000000; font-weight: bold; text-decoration: none; } /* panel 1 example: status, message list */ .css_panel_1 { font-size: 100%; white-space: nowrap; background-color: transparent; color: #000000; border-style: solid; border-color: #000033; border-width: 2px; } .css_panel_1 a { font-size: 100%; text-decoration: underline; background-color: transparent; color: #000000; } .css_button_panel_1 { background-color: #dddddd; color: #000000; font-size: 100%; border-style: outset; border-color: #000033; border-width: 2px; margin: 0; } .css_select_1 { font-size: 100%; background-color: #dddddd; color: #000000; border-style: solid; border-color: #444444; border-width: 1px; } .css_checkbox_1 { font-size: 80%; background-color: #dddddd; color: #111111; } /* panel 2 example: main menu bar */ .css_panel_2 { font-size: 100%; white-space: nowrap; background-color: #000033; color: #eeeeee; } .css_panel_2 a { font-size: 100%; text-decoration: underline; background-color: #000033; color: #eeeeee; } .css_button_panel_2 { background-color: transparent; color: #eeeeee; font-size: 100%; border-style: outset; border-color: #eeeeee; border-width: 2px; margin: 0; } .css_select_2 { font-size: 100%; background-color: #dddddd; color: #000000; border-style: solid; border-color: #444444; border-width: 1px; } .css_checkbox_2 { font-size: 80%; background-color: #dddddd; color: #111111; } .css_save_as_2 { color: #eeeeee; text-decoration: none; } /* panel 3 example: message header and text display */ .css_panel_3 { font-size: 100%; background-color: transparent; color: #000000; border-style: solid; border-color: #000033; border-width: 1px; } /* panel 4 example: options, contacts */ .css_panel_4 { font-size: 100%; white-space: nowrap; background-color: transparent; color: #000000; border-style: solid; border-color: #000033; border-width: 1px; } .css_text_1 { font-size: 100%; background-color: #dddddd; color: #000000; border-color: #444444; } .css_text_message { font-family: monospace, fixed; overflow: auto; } .css_panel_1 a, .css_panel_2 a, .css_text_message a { font-size: 100%; text-decoration: underline; color: #000000; } .css_text_message a { font-family: fixed, monospace; } .css_text_edit { font-family: monospace, fixed; font-size: 100%; background-color: #dddddd; color: #000000; border-color: #444444; } /* help pages elements (mostly transparent for illustrative purposes only) */ .css_button_help { background-color: transparent; color: #000000; font-size: 80%; border-style: solid; border-color: #000033; border-width: 1px; margin: 0; } .css_button_help_link { background-color: transparent; color: #000000; font-size: 80%; border-style: dashed; border-color: #000033; border-width: 1px; margin: 0; } .css_text_help { font-size: 80%; background-color: #6699ff; color: #000000; } .css_checkbox_help { font-size: 80%; background-color: #6699ff; color: transparent; } .css_select_help { font-size: 80%; background-color: #6699ff; color: transparent; }