1/* QuiteRSS System2 Style */ 2 3#feedsView_::item, #newsView_::item, #newsCategoriesTree_::item { 4 min-height: 20px; 5} 6 7#categoriesLabel_, #newsTextTitle_ { 8 color: #000000; 9} 10 11#feedsPanel_, #categoriesPanel_, #stackedWidget_ { 12 background: white; 13} 14 15#tabBar_ QTabWidget::pane { 16 background: white; 17 border: 1px solid gray; 18} 19 20#tabBar_ QTabWidget::tab-bar { 21 bottom: -1px; 22} 23 24#tabBar_::tab { 25 background-color: transparent; 26 border: 1px solid gray; 27 border-bottom: none; 28 border-top-left-radius: 4px; 29 border-top-right-radius: 4px; 30 padding: 4px 1px 4px 1px; 31 margin: 0; 32 margin-top: 1px; 33 margin-right: -1px; 34} 35 36#tabBar_::tab:last { 37 margin-right: 0px; 38} 39 40#tabBar_::tab:selected { 41 background: #ffffff; 42 color: #000000; 43 border-bottom: none; 44 padding-bottom: 5px; 45} 46 47#tabBar_::tab:hover:!selected { 48 background: #f8f8f8; 49 color: #000000; 50 border-bottom: 1px solid gray; 51} 52 53#tabBar_ QToolButton { 54 border: 1px solid gray; 55 border-radius: 2px; 56} 57 58#tabBarWidget { 59 border-bottom: 1px solid gray; 60} 61 62QToolBar { 63 border-style: none; 64} 65 66#buttonColumnView { 67 border: 1px solid qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, 68 stop: 0 #f0f0f0, stop: 1.0 #D5D5D5); 69 border-top: none; 70 border-bottom: 1px solid #D5D5D5; 71 padding: 5px 0px 1px 0px; 72 background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, 73 stop: 0 #ffffff, stop: 0.4 #ffffff, 74 stop: 0.5 #F6F7F9, stop: 1.0 #F1F2F4); 75} 76 77#buttonColumnView:hover, #buttonColumnView:pressed { 78 border-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, 79 stop: 0 #88CBEB, stop: 0.4 #88CBEB, 80 stop: 0.5 #69BBE3, stop: 1.0 #69BBE3); 81 background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, 82 stop: 0 #E3F7FF, stop: 0.4 #E3F7FF, 83 stop: 0.5 #B7E7FB, stop: 1.0 #B7E7FB); 84} 85 86QHeaderView { 87 background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, 88 stop: 0 #ffffff, stop: 0.4 #ffffff, 89 stop: 0.5 #F6F7F9, stop: 1.0 #F1F2F4); 90 color: #000000; 91} 92 93QHeaderView::section { 94 border-right: 1px solid qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, 95 stop: 0 #f0f0f0, stop: 1.0 #D5D5D5); 96 border-bottom: 1px solid #D5D5D5; 97 border-top: none; 98 border-left: none; 99 background-color: transparent; 100 padding: 2px; 101 padding-left: 3px; 102} 103 104QHeaderView::section:hover { 105 border: 1px solid qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, 106 stop: 0 #88CBEB, stop: 0.4 #88CBEB, 107 stop: 0.5 #69BBE3, stop: 1.0 #69BBE3); 108 border-top: none; 109 background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, 110 stop: 0 #E3F7FF, stop: 0.4 #E3F7FF, 111 stop: 0.5 #B7E7FB, stop: 1.0 #B7E7FB); 112} 113 114QHeaderView::down-arrow { 115 subcontrol-origin: padding; 116 subcontrol-position: center top; 117 image: url(:/images/images/sortIndicatorD.png); 118} 119 120QHeaderView::up-arrow { 121 subcontrol-origin: padding; 122 subcontrol-position: center top; 123 image: url(:/images/images/sortIndicatorA.png); 124} 125 126#webViewProgress_ { 127 border: 1px solid #D5D5D5; 128 border-left: none; 129 border-right: none; 130 border-bottom: none; 131 text-align: center; 132 background: qlineargradient(x1:0, y1:0, x2:0, y2:1, 133 stop:0 #f9f9f9, 134 stop:0.4 #f1f1f1, 135 stop:0.6 #e9e9e9, 136 stop:1 #f1f1f1); 137} 138 139#webViewProgress_::chunk { 140 background: qlineargradient(x1:0, y1:0, x2:0, y2:1, 141 stop:0 #f1f1f1, 142 stop:0.4 #d9d9d9, 143 stop:0.6 #d1d1d1, 144 stop:1 #d9d9d9); 145 width: 10px; 146} 147 148#contentLabel_ { 149 background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, 150 stop:0 #B8B8B8, 151 stop:0.5 #989898, 152 stop:0.9 #B8B8B8); 153 color: #FFFFFF; 154} 155 156#categoriesTree { 157 padding: 1px; 158} 159 160#categoriesTree::item, #fontTree::item, 161#languageFileList_::item, #filtersTree::item, 162#shortcutTree::item, #labelsTree_::item, 163#colorsTree_::item { 164 min-height: 20px; 165} 166 167#foldersTree_::item, #feedsTreeFR::item, #feedsTreeNotify_::item { 168 min-height: 18px; 169} 170 171QStatusBar #progressBar_{ 172 margin-right: 5px; 173} 174 175QMainWindow::separator { 176 border: none; 177} 178 179#infoWidgetFR, #actionsWidgetFR { 180 background: white; 181} 182 183#notificationWidget { 184 border: 1px solid #c0c0c0; 185 border-radius: 8px; 186} 187 188#titleNotification { 189 border-bottom: 1px solid #e0e0e0; 190 border-top-left-radius: 8px; 191 border-top-right-radius: 8px; 192} 193 194#bottomNotification { 195 border-top: 1px solid #e0e0e0; 196 border-bottom-left-radius: 8px; 197 border-bottom-right-radius: 8px; 198} 199 200#feedItemNotification { 201 border-bottom: 1px solid #c0c0c0; 202} 203 204#click2flash-frame { 205 border: 1px solid #e4e4e4; 206 background: #f4f4f4; 207} 208 209#click2flash-toolbutton { 210 background: url(:/images/images/flash.png) no-repeat; 211 background-position: center; 212 border: none; 213} 214 215#click2flash-toolbutton:hover { 216 background: url(:/images/images/flashstart.png) no-repeat; 217 background-position: center; 218 border:none; 219} 220 221#pushButtonNull { 222 background: #E8E8E8; 223 border: none; 224 padding: 0px; 225}