.syntax_comment {color: #808000;} .syntax_comment_mysql {} .syntax_comment_ansi {} .syntax_comment_c {} .syntax_digit {} .syntax_digit_hex {color: teal;} .syntax_digit_integer {color: teal;} .syntax_digit_float {color: aqua;} .syntax_punct {color: fuchsia;} .syntax_alpha {} .syntax_alpha_columnType {color: #FF9900;} .syntax_alpha_columnAttrib {color: #0000FF;} .syntax_alpha_reservedWord {color: #990099;} .syntax_alpha_functionName {color: #FF0000;} .syntax_alpha_identifier {color: black;} .syntax_alpha_charset {color: #6495ed;} .syntax_alpha_variable {color: #800000;} .syntax_quote {color: #008000;} .syntax_quote_double {} .syntax_quote_single {} .syntax_quote_backtick {} .syntax_indent0 {margin-left: 0em;} .syntax_indent1 {margin-left: 1em;} .syntax_indent2 {margin-left: 2em;} .syntax_indent3 {margin-left: 3em;} .syntax_indent4 {margin-left: 4em;} .syntax_indent5 {margin-left: 5em;} .syntax_indent6 {margin-left: 6em;} .syntax_indent7 {margin-left: 7em;} /******************************************************************************/ /* general tags */ html { font-size: 82%; } input, select, textarea { font-size: 1em; } body { font-family: sans-serif; padding: 0; margin: 0.5em; color: #444; background: #fff; } textarea, tt, pre, code { font-family: monospace; } h1 { font-size: 140%; font-weight: bold; } h2 { font-size: 2em; font-weight: normal; text-shadow: 0px 1px 0px #fff; padding: 10px 0 10px 3px; color: #777; } /* Hiding icons in the page titles */ h2 img{display:none;} h2 a img{display:inline;} .data{ margin: 0 0 12px 0; } #table_results td.data { border-right: 1px solid #BBBBBB; } h3 { font-weight: bold; } a, a:link, a:visited, a:active { text-decoration: none; color: #235a81; cursor: pointer; outline: none; } a:hover { text-decoration: underline; color: #235a81; } #initials_table { background:#f3f3f3; border:1px solid #aaa; margin-bottom:10px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; } #initials_table td{padding:8px !important} #initials_table a { border:1px solid #aaa; background:#fff; padding:4px 8px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; background-image: url(./themes/svg_gradient.php?from=ffffff&to=cccccc); background-size: 100% 100%; background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc)); background: -moz-linear-gradient(top, #ffffff, #cccccc); background: -o-linear-gradient(top, #ffffff, #cccccc); } dfn { font-style: normal; } dfn:hover { font-style: normal; cursor: help; } th { font-weight: bold; color: #000000; background: #f3f3f3; background-image: url(./themes/svg_gradient.php?from=ffffff&to=cccccc); background-size: 100% 100%; background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc)); background: -moz-linear-gradient(top, #ffffff, #cccccc); background: -o-linear-gradient(top, #ffffff, #cccccc); } a img { border: 0; } hr { color: #000000; background-color: #000000; border: 0; height: 1px; } form { padding: 0; margin: 0; display: inline; } input[type=text]{ border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; box-shadow:0 1px 2px #ddd; -moz-box-shadow:0 1px 2px #ddd; -webkit-box-shadow:0 1px 2px #ddd; background:url(./themes/pmahomme/img/input_bg.gif); border:1px solid #aaa; color:#555555; padding:4px; margin:6px; } input[type=password]{ border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; box-shadow:0 1px 2px #ddd; -moz-box-shadow:0 1px 2px #ddd; -webkit-box-shadow:0 1px 2px #ddd; background:url(./themes/pmahomme/img/input_bg.gif); border:1px solid #aaa; color:#555555; padding:4px; margin:6px; } input[type=submit]{ font-weight:bold; margin-left:14px; border: 1px solid #aaa; padding: 3px 7px; color: #111; text-decoration: none; background: #ddd; border-radius: 12px; -webkit-border-radius: 12px; -moz-border-radius: 12px; text-shadow: 0px 1px 0px #fff; background-image: url(./themes/svg_gradient.php?from=ffffff&to=cccccc); background-size: 100% 100%; background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc)); background: -moz-linear-gradient(top, #ffffff, #cccccc); background: -o-linear-gradient(top, #ffffff, #cccccc); } input[type=submit]:hover{ position: relative; background-image: url(./themes/svg_gradient.php?from=cccccc&to=dddddd); background-size: 100% 100%; background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#dddddd)); background: -moz-linear-gradient(top, #cccccc, #dddddd); background: -o-linear-gradient(top, #cccccc, #dddddd); cursor:pointer; } input[type=submit]:active{ position: relative; top: 1px; left: 1px; } textarea { overflow: visible; height: 18em; } textarea.char { height: 3em; } fieldset { margin-top: 1em; border-radius:4px 4px 0 0; -moz-border-radius:4px 4px 0 0; -webkit-border-radius:4px 4px 0 0; padding:5px; border: #aaa solid 1px; padding: 1.5em; background: #eee; text-shadow:0 1px 0 #fff; -moz-box-shadow: 1px 1px 2px #fff inset; -webkit-box-shadow: 1px 1px 2px #fff inset; box-shadow: 1px 1px 2px #fff inset; } fieldset fieldset { margin: 0.8em; background:#fff; border:1px solid #aaa; background:none repeat scroll 0 0 #E8E8E8; } fieldset legend { font-weight: bold; color: #444; padding:5px 10px; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; border:1px solid #aaa; background-color: #fff; -moz-box-shadow:3px 3px 15px #bbb; -webkit-box-shadow:3px 3px 15px #bbb; box-shadow:3px 3px 15px #bbb; } /* buttons in some browsers (eg. Konqueror) are block elements, this breaks design */ button { display: inline; } table caption, table th, table td { padding: 0.3em; margin: 0.1em; vertical-align: top; text-shadow:0 1px 0 #FFFFFF; } /* 3.4 */ table{border-collapse:collapse;} th{border-right:1px solid #fff; text-align:left;} img, input, select, button { vertical-align: middle; } select{ -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; -moz-box-shadow:0 1px 2px #ddd; -webkit-box-shadow:0 1px 2px #ddd; box-shadow:0 1px 2px #ddd; border:1px solid #aaa; color:#333333; padding:3px; background:url(./themes/pmahomme/img/input_bg.gif) } select[multiple] { background: #fff; background: -webkit-gradient(linear, center top, center bottom, from(#fff), color-stop(0.8, #f1f1f1), to(#fbfbfb)); background: -webkit-linear-gradient(#fff, #f1f1f1 80%, #fbfbfb); background: -moz-linear-gradient(#fff, #f1f1f1 80%, #fbfbfb); /* none for Opera 11.10 as