#code_navigation, #code_container, #code_file_list, #code_file_single { background-color: ; } #code_container, #code_file_list { border: none; } #separator_gap { background-color: ; border: none; } #separator_line { background-color: ; border: none; } #code_navigation * { color: ; font-size: px; } #code_navigation QPushButton { background: ; border: none; color: ; height: 24px; width: 24px; } #code_navigation QPushButton:hover, #code_navigation QPushButton:checked { background: ; } #code_navigation QPushButton:disabled { background: ; } #code_navigation QPushButton:pressed { background: ; } #code_navigation #reference_button_previous { border-bottom-left-radius: 11px; border-top-left-radius: 11px; } #code_navigation #reference_button_next { border-bottom-right-radius: 11px; border-top-right-radius: 11px; } #code_navigation #references_label { border: none; border-radius: 10px; color: ; font-size: px; padding: 0px 3px; margin: 4px 6px 4px 6px; } #code_navigation #mode_button_list { padding-left: 2px; } #code_navigation #mode_button_single { padding-right: 2px; } #code_navigation #mode_button_list { border-bottom-left-radius: 11px; border-top-left-radius: 11px; } #code_navigation #mode_button_single { border-bottom-right-radius: 11px; border-top-right-radius: 11px; } #code_file { background-color: ; border: 2px solid ; border-radius: 12px; font-size: px; padding-bottom: 7px; } #code_file #title_widget { background-color: ; border-top-left-radius: 7px; border-top-right-radius: 7px; font-size: px; } #code_file #title_label, #single_file_title_bar #file_title { background-color: ; border: none; border-radius: 3px; color: ; font-size: px; padding: 2px 4px; } #code_file #title_label { margin: 1px 8px; } #single_file_title_bar #file_title { margin: 3px 8px; } #code_file #title_label:hover, #single_file_title_bar #file_title:hover { background-color: ; } #code_file #title_label:pressed, #single_file_title_bar #file_title:pressed { background-color: ; } #code_file #title_label[complete=false], #single_file_title_bar #file_title[complete=false] { border: 1px solid ; } #code_file #references_label, #single_file_title_bar #references_label { background-color: ; border: none; border-radius: 10px; color: ; font-size: px; padding: 0px 3px; margin: 4px 6px 4px 0px; } #code_file #code_snippet { background-color: ; border-top: 2px solid ; font-size: px; } #code_file #code_snippet #scope_name, #code_file #code_snippet #dots { background-color: ; border: none; color: ; font-family: ""; font-size: px; } #code_file #code_snippet #scope_name:hover { background-color: ; } #code_file #code_snippet #dots { background-color: ; padding-right: 16px; text-align: right; } #code_file #code_snippet #scope_name { padding-left: 4px; text-align: left; } #line_number_area { background-color: ; border: none; color: ; font-family: ""; font-size: px; } #code_area { background-color: transparent; color: ; selection-color: ; selection-background-color: ; } #code_file #file_button { background: transparent; border: none; margin: 3px; max-height: 16px; max-width: 16px; } #code_file #file_button:enabled { border-image: url(code_view/images/button_background.png); } #single_file_title_bar { background-color: ; padding-right: 5px; }