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

  1. /* QuiteRSS System Style */
  2.  
  3. #tabBar_ QTabWidget::tab-bar {
  4.     bottom: -1px;
  5. }
  6.  
  7. #tabBarWidget {
  8.     border-bottom: 1px solid gray;
  9. }
  10.  
  11. #feedsTreeView_::item, #newsView_::item, #newsCategoriesTree_::item {
  12.     min-height: 20px;
  13. }
  14.  
  15. QToolBar {
  16.     border-style: none;
  17. }
  18.  
  19. QHeaderView::down-arrow {
  20.     subcontrol-origin: padding;
  21.     subcontrol-position: center top;
  22.     image: url(:/images/images/sortIndicatorD.png);
  23. }
  24.  
  25. QHeaderView::up-arrow {
  26.     subcontrol-origin: padding;
  27.     subcontrol-position: center top;
  28.     image: url(:/images/images/sortIndicatorA.png);
  29. }
  30.  
  31. #webViewProgress_ {
  32.     border: 1px solid #D5D5D5;
  33.     border-left: none;
  34.     border-right: none;
  35.     border-bottom: none;
  36.     text-align: center;
  37.     background: qlineargradient(x1:0, y1:0, x2:0, y2:1,
  38.                                 stop:0 #f9f9f9,
  39.                                 stop:0.4 #f1f1f1,
  40.                                 stop:0.6 #e9e9e9,
  41.                                 stop:1 #f1f1f1);
  42. }
  43.  
  44. #webViewProgress_::chunk {
  45.     background: qlineargradient(x1:0, y1:0, x2:0, y2:1,
  46.                                 stop:0 #f1f1f1,
  47.                                 stop:0.4 #d9d9d9,
  48.                                 stop:0.6 #d1d1d1,
  49.                                 stop:1 #d9d9d9);
  50.     width: 10px;
  51. }
  52.  
  53. #contentLabel_ {
  54.     background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1,
  55.                                         stop:0 #B8B8B8,
  56.                                         stop:0.5 #989898,
  57.                                         stop:0.9 #B8B8B8);
  58.     color: #FFFFFF;
  59. }
  60.  
  61. #categoriesTree {
  62.     padding: 1px;
  63. }
  64.  
  65. #categoriesTree::item, #fontTree::item,
  66. #languageFileList_::item, #filtersTree::item,
  67. #shortcutTree::item, #labelsTree_::item,
  68. #colorsTree_::item {
  69.     min-height: 20px;
  70. }
  71.  
  72. #foldersTree_::item, #feedsTreeFR::item, #feedsTreeNotify_::item {
  73.     min-height: 18px;
  74. }
  75.  
  76. QStatusBar #progressBar_{
  77.     margin-right: 5px;
  78. }
  79.  
  80. QMainWindow::separator {
  81.     border: none;
  82. }
  83.  
  84. #infoWidgetFR, #actionsWidgetFR {
  85.     background: white;
  86. }
  87.  
  88. #notificationWidget {
  89.     border: 1px solid #c0c0c0;
  90.     border-radius: 8px;
  91. }
  92.  
  93. #titleNotification {
  94.     border-bottom: 1px solid #e0e0e0;
  95.     border-top-left-radius: 8px;
  96.     border-top-right-radius: 8px;
  97. }
  98.  
  99. #bottomNotification {
  100.     border-top: 1px solid #e0e0e0;
  101.     border-bottom-left-radius: 8px;
  102.     border-bottom-right-radius: 8px;
  103. }
  104.  
  105. #feedItemNotification {
  106.     border-bottom: 1px solid #c0c0c0;
  107. }
  108.  
  109. #click2flash-frame {
  110.     border: 1px solid #e4e4e4;
  111.     background: #f4f4f4;
  112. }
  113.  
  114. #click2flash-toolbutton {
  115.     background: url(:/images/images/flash.png) no-repeat;
  116.     background-position: center;
  117.     border: none;
  118. }
  119.  
  120. #click2flash-toolbutton:hover {
  121.     background: url(:/images/images/flashstart.png) no-repeat;
  122.     background-position: center;
  123.     border:none;
  124. }
  125.