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