blacksoft.qss 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286
  1. /* QPalette{background-color: rgb(63, 60, 55);} */
  2. QWidget#Widget{
  3. background-color: rgb(63, 60, 55);
  4. border: none;
  5. border: 1px solid rgb(63, 60, 55);
  6. border-radius: 15px;
  7. }
  8. QFrame#frmTop > QLabel{
  9. font-family: 'Microsoft YaHei UI';
  10. color: white;
  11. }
  12. QFrame#frmTop > QPushButton {
  13. color: white;
  14. }
  15. QPushButton#btnClose:hover {
  16. color:#F15140;
  17. }
  18. QPushButton#btnClose:pressed {
  19. background-color: rgb(63, 60, 55);
  20. border: none;
  21. }
  22. QPushButton#btnMin:hover {
  23. color: #407AB4;
  24. }
  25. QPushButton#btnMin:pressed {
  26. background-color: rgb(63, 60, 55);
  27. border: none;
  28. }
  29. QFrame#frame > QPushButton {
  30. font-family: 'Microsoft YaHei UI';
  31. font-size: 15px;
  32. color: white;
  33. }
  34. QPushButton#btnPageUpload {
  35. text-align: left;
  36. }
  37. QPushButton#btnPageUpload:hover {
  38. color: #409EFF;
  39. /* border: none; */
  40. /* border-left: 2px solid #407AB4; */
  41. }
  42. QPushButton#btnPageUpload:checked {
  43. border: none;
  44. border-right: 4px solid #409EFF;
  45. color: #409EFF;
  46. }
  47. QPushButton#btnPageUpload:pressed {
  48. background-color: rgb(63, 60, 55);
  49. border: none;
  50. }
  51. QPushButton#btnPageAlbum {
  52. text-align: left;
  53. }
  54. QPushButton#btnPageAlbum:hover {
  55. color: #409EFF;
  56. }
  57. QPushButton#btnPageAlbum:checked {
  58. border: none;
  59. border-right: 4px solid #409EFF;
  60. color: #409EFF;
  61. }
  62. QPushButton#btnPageAlbum:pressed {
  63. background-color: rgb(63, 60, 55);
  64. border: none;
  65. }
  66. QPushButton#btnPageSetting {
  67. text-align: left;
  68. }
  69. QPushButton#btnPageSetting:hover {
  70. color: #409EFF;
  71. }
  72. QPushButton#btnPageSetting:checked {
  73. border: none;
  74. border-right: 4px solid #409EFF;
  75. color: #409EFF;
  76. }
  77. QPushButton#btnPageSetting:pressed {
  78. background-color: rgb(63, 60, 55);
  79. border: none;
  80. }
  81. /* 上传区 */
  82. QFrame#frmUpload {
  83. border-radius: 15px;
  84. border: 2px dashed white;
  85. }
  86. QFrame#frmUpload:hover {
  87. border-radius: 15px;
  88. border: 2px dashed #A4D8FA;
  89. background-color: #5E6B71;
  90. }
  91. /* 右键菜单 */
  92. QMenu {
  93. border: none;
  94. }
  95. QAction {
  96. border: none;
  97. }
  98. QMessageBox > QLabel {
  99. color: black;
  100. }
  101. QMessageBox > QToolButton {
  102. color: black;
  103. }
  104. QMessageBox > QAbstractButton {
  105. color: black;
  106. }
  107. /* 设置界面 */
  108. QWidget#FrmSetting > QLabel {
  109. font-family: 'Microsoft YaHei UI';
  110. color: white;
  111. }
  112. QWidget#FrmSetting > QPushButton {
  113. border-radius: 10px;
  114. border: none;
  115. background-color: #409EFF;
  116. font-family: 'Microsoft YaHei UI';
  117. font-size: 15px;
  118. color: white;
  119. }
  120. QPushButton#btnServer:hover {
  121. background-color: #79BBFF;
  122. }
  123. QPushButton#btnServer:pressed {
  124. background-color: #337ECC;
  125. }
  126. /* server设置 */
  127. QWidget#ServerSetting {
  128. /* border: 1px solid white;
  129. border-radius: 8px;
  130. background-color: white; */
  131. /* background-color: rgb(63, 60, 55);
  132. border: none;
  133. border: 1px solid rgb(63, 60, 55);
  134. border-radius: 15px; */
  135. }
  136. QWidget#ServerSetting > QLineEdit {
  137. border-radius: 8px;
  138. }
  139. QWidget#ServerSetting > QPushButton#btnOk {
  140. font-family: 'Microsoft YaHei UI';
  141. background-color: #66B1FF;
  142. border: 2px solid #66B1FF;
  143. border-radius: 10px;;
  144. color: white;
  145. font-size: 15px;
  146. }
  147. QWidget#ServerSetting > QPushButton#btnOk:hover {
  148. background-color: #79BBFF;
  149. }
  150. QWidget#ServerSetting > QPushButton#btnOk:pressed {
  151. background-color: #337ECC;
  152. }
  153. QWidget#ServerSetting > QPushButton#btnCencel {
  154. font-family: 'Microsoft YaHei UI';
  155. background-color: white;
  156. border: 2px solid #DCDFE6;
  157. border-radius: 10px;
  158. color: black;
  159. font-size: 15px;
  160. }
  161. QWidget#ServerSetting > QLabel {
  162. font-family: 'Microsoft YaHei UI';
  163. color: black;
  164. }
  165. QWidget#ServerSetting > QLineEdit {
  166. font-family: 'Microsoft YaHei UI';
  167. border: 2px solid #DCDFE6;
  168. background-color: white;
  169. color: black;
  170. }
  171. QWidget#FrmUpload > QPushButton {
  172. font-family: 'Microsoft YaHei UI';
  173. border: 1px solid 5E6B71;
  174. color: #5E6B71;
  175. background-color: white;
  176. }
  177. QWidget#FrmUpload > QLabel#labFastUpload {
  178. color: white;
  179. font-size: 15px;
  180. }
  181. QWidget#FrmUpload > QLabel#labLinkType {
  182. color: white;
  183. font-size: 15px;
  184. }
  185. QPushButton#btnMarkdown {
  186. border-top-left-radius: 10px;
  187. border-bottom-left-radius: 10px;
  188. }
  189. QPushButton#btnUBB {
  190. border-top-right-radius: 10px;
  191. border-bottom-right-radius: 10px;
  192. }
  193. QPushButton#btnHTML {
  194. color: #5E6B71;
  195. background-color: white;
  196. }
  197. QPushButton#btnUrl {
  198. color: #5E6B71;
  199. background-color: white;
  200. }
  201. QPushButton#btnHTML:checked {
  202. color: #409EFF;
  203. }
  204. QPushButton#btnMarkdown:checked {
  205. color: #409EFF;
  206. }
  207. QPushButton#btnUBB:checked {
  208. color: #409EFF;
  209. }
  210. QPushButton#btnUrl:checked {
  211. color: #409EFF;
  212. }
  213. QWidget#FrmUpload > QPushButton#btnFastUpload {
  214. border-radius: 10px;
  215. border: 1px solid #409EFF;
  216. background-color: #409EFF;
  217. font-family: 'Microsoft YaHei UI';
  218. font-size: 15px;
  219. color: white;
  220. }
  221. QWidget#FrmUpload > QPushButton#btnFastUpload:hover {
  222. background-color: #79BBFF;
  223. }
  224. QWidget#FrmUpload > QPushButton#btnFastUpload:pressed {
  225. border: none;
  226. background-color: #337ECC;
  227. }
  228. QWidget#FrmUpload > QLabel#labTitle {
  229. color: white;
  230. font-size: 30px;
  231. }