#code_file_list_base, #code_file_list { background-color: ; } * { font-size: pt; } #code_file { background-color: ; border: 2px solid ; border-radius: 12px; border-top-left-radius: 14px; border-top-right-radius: 14px; padding-bottom: 7px; } #code_file #title_widget { background-color: ; border-top-left-radius: 7px; border-top-right-radius: 7px; padding-right: 5px; } #code_file #title_label { background-color: ; border: none; border-radius: 3px; color: ; padding: 2px 4px; margin: 1px 8px 3px; } #code_file #title_label:hover { background-color: ; } #code_file #title_label:pressed { background-color: ; } #code_file #references_label { background-color: ; border: none; border-radius: 10px; color: ; font-size: pt; padding: 0px 3px; margin: 4px 0px 4px; } #code_file #code_snippet { background-color: ; border-top: 2px solid ; } #code_file #code_snippet * { font-family: ""; } #code_file #code_snippet[isFirst=true] { border: none; padding-top: 0px; } #code_file #code_snippet #scope_name, #code_file #code_snippet #dots { background-color: ; color: ; border: none; } #code_file #code_snippet #scope_name:hover { background-color: ; } #code_file #code_snippet #dots { background-color: ; padding-right: 13px; text-align: right; } #code_file #code_snippet #scope_name { padding-left: 4px; text-align: left; } #code_file #code_snippet #line_number_area { background-color: ; border: none; color: ; } #code_area { background-color: transparent; color: ; } #code_file #maximize_button, #code_file #snippet_button, #code_file #minimize_button { margin: 3px; max-height: 16px; max-width: 16px; } #code_file #maximize_button { border-image: url(code_view/images/maximize_inactive.png); } #code_file #maximize_button:enabled { border-image: url(code_view/images/maximize_active.png); } #code_file #snippet_button { border-image: url(code_view/images/snippet_inactive.png); } #code_file #snippet_button:enabled { border-image: url(code_view/images/snippet_active.png); } #code_file #minimize_button { border-image: url(code_view/images/minimize_inactive.png); } #code_file #minimize_button:enabled { border-image: url(code_view/images/minimize_active.png); }