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

  1. /* QuiteRSS Green Style */
  2.  
  3. QMenuBar {
  4.     background: qlineargradient(x1:0, y1:0, x2:0, y2:1,
  5.                                         stop:0 #ffe0e0,
  6.                                         stop:0.4 #ffd8d8,
  7.                                         stop:0.5 #ffcccc,
  8.                                         stop:1 #ffe0e0);
  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 #cc8484;
  22.     background: qlineargradient(x1:0, y1:0, x2:0, y2:1,
  23.                                 stop:0 #ffe9e9,
  24.                                 stop:0.4 #ffe1e1,
  25.                                 stop:0.5 #ffd9d9,
  26.                                 stop:1 #ffe9e9);
  27. }
  28.  
  29. QMenuBar::item:pressed {
  30.     border: 1px solid #aa3434;
  31.     border-bottom: none;
  32.     background: qlineargradient(x1:0, y1:0, x2:0, y2:1,
  33.                                 stop:0 #ee7a7a,
  34.                                 stop:0.4 #e87070,
  35.                                 stop:0.5 #e46060,
  36.                                 stop:1 #ec7a7a);
  37.     color: white;
  38. }
  39.  
  40. #feedsTreeView_, #newsCategoriesTree_ {
  41.     background: #FFF9F9;
  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 #ee7a7a,
  140.                                 stop:0.4 #e87070,
  141.                                 stop:0.5 #e46060,
  142.                                 stop:1 #ec7a7a);
  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 #ffd8d8,
  211.                                         stop:0.5 #FFBCBC,
  212.                                         stop:0.9 #ffd8d8);
  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. #colorsTree_::item {
  224.     min-height: 20px;
  225. }
  226.  
  227. #foldersTree_::item, #feedsTreeFR::item, #feedsTreeNotify_::item {
  228.     min-height: 18px;
  229. }
  230.  
  231. QStatusBar #progressBar_{
  232.     margin-right: 5px;
  233. }
  234.  
  235. QMainWindow::separator {
  236.     border: none;
  237. }
  238.  
  239. #infoWidgetFR, #actionsWidgetFR {
  240.     background: white;
  241. }
  242.  
  243. #notificationWidget {
  244.     border: 1px solid #e87070;
  245.     border-radius: 8px;
  246. }
  247.  
  248. #titleNotification {
  249.     border-bottom: 1px solid #ffcccc;
  250.     border-top-left-radius: 8px;
  251.     border-top-right-radius: 8px;
  252. }
  253.  
  254. #bottomNotification {
  255.     border-top: 1px solid #ffcccc;
  256.     border-bottom-left-radius: 8px;
  257.     border-bottom-right-radius: 8px;
  258. }
  259.  
  260. #feedItemNotification {
  261.     border-bottom: 1px solid #e87070;
  262. }
  263.  
  264. #click2flash-frame {
  265.     border: 1px solid #e4e4e4;
  266.     background: #f4f4f4;
  267. }
  268.  
  269. #click2flash-toolbutton {
  270.     background: url(:/images/images/flash.png) no-repeat;
  271.     background-position: center;
  272.     border: none;
  273. }
  274.  
  275. #click2flash-toolbutton:hover {
  276.     background: url(:/images/images/flashstart.png) no-repeat;
  277.     background-position: center;
  278.     border:none;
  279. }
  280.