#code_container, #code_file_list { background-color: ; } #code_file_single { background-color: ; } #code_navigation { background-color: ; } #code_container, #code_file_list { border: none; } #separator_gap { background-color: ; border: none; } #separator_line { background-color: ; border: none; } #code_navigation QLabel { 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 { /*width: 20px;*/ padding-bottom: 2px; border-bottom-left-radius: 11px; border-top-left-radius: 11px; } #code_navigation #reference_button_next { /*width: 20px;*/ padding-top: 3px; border-bottom-right-radius: 11px; border-top-right-radius: 11px; } #code_navigation #file_button_previous, #code_navigation #file_button_next { width: 22px; } #code_navigation #file_button_previous, #code_navigation #local_reference_button_previous { border-bottom-left-radius: 11px; border-top-left-radius: 11px; } #code_navigation #local_reference_button_previous { padding-bottom: 2px; } #code_navigation #local_reference_button_next { padding-top: 3px; } #code_navigation #file_button_next, #code_navigation #local_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; } #title_bar, #title_bar_single { background-color: ; font-size: px; border: none; } #title_bar[hovering=false] { border-top-left-radius: 7px; border-top-right-radius: 7px; } #title_bar_single { background-color: ; padding-right: 5px; } #title_bar #screen_button, #title_bar_single #screen_button { margin-right: 7px; } #title_button { background-color: ; border: none; border-radius: 3px; color: ; font-size: px; padding: 2px 4px; margin: 1px 8px; } #title_bar_single #title_button { margin: 3px 8px; } #title_button:hover { background-color: ; } #title_button:pressed { background-color: ; } #title_button[nonindexed=true] { border: 1px solid ; } #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: ; color: ; selection-color: ; selection-background-color: ; } #title_bar #file_button, #title_bar_single #file_button { background: transparent; border: none; margin: 3px; max-height: 16px; max-width: 16px; } #title_bar #file_button:enabled, #title_bar_single #file_button:enabled { border-image: url(code_view/images/button_background.png); } #last_scroll_bar { background-color: ; }