home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / Internet / QuiteRSS / QuiteRSS-Portable.exe / QuiteRSS-Portable / style / green.qss < prev    next >
Text File  |  2014-09-19  |  6KB  |  279 lines

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