style.qss 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694
  1. /* 꽉데으뵨묏야으교쒼奈��零*/
  2. QToolBar, QToolBar QToolButton, QStatusBar{
  3. background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
  4. stop:0 rgb(239, 239, 236),
  5. stop:1 rgb(235, 229, 225));
  6. }
  7. /* R4묏야으품쒼奈��零 */
  8. QToolBar QToolButton:hover, QToolBar QToolButton:checked{
  9. background-color: rgb(237, 243, 253);
  10. border:1px solid rgb(124, 164, 249);
  11. border-radius: 4px;
  12. padding:2px 2px;
  13. }
  14. QToolBar QToolButton:pressed{
  15. border:1px solid rgb(124, 164, 249);
  16. border-radius: 4px;
  17. padding:4px 4px;
  18. }
  19. /*묏야으객큐긋썹쇌약�零*/
  20. QToolBar QToolButton
  21. {
  22. padding:2px 2px;
  23. }
  24. .QTabBar::tab:hover
  25. {
  26. border:1px solid rgb(125, 164, 249);
  27. background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
  28. stop:0 rgb(242, 246, 254),
  29. stop:0.5 rgb(209, 223, 252),
  30. stop:1 rgb(240, 245, 254));
  31. }
  32. QTabWidget::tab-bar {
  33. left: 2px;
  34. }
  35. .QTabBar::tab
  36. {
  37. width:150px;
  38. padding:3px 3px;
  39. }
  40. .QTabBar::tab:!selected {
  41. margin-top: 2px; /* make non-selected tabs look smaller */
  42. border:1px solid gray
  43. }
  44. .QTabBar::tab:selected
  45. {
  46. font-weight: bold;
  47. border:1px solid rgb(97, 139, 191);
  48. background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
  49. stop:0 rgb(238, 242, 248),
  50. stop:0.5 rgb(186, 205, 228),
  51. stop:1 rgb(220, 231, 241));
  52. }
  53. GUpdateDialog QPushButton[objectName=OpBtn]
  54. {
  55. background-color: #fe9761;
  56. font: bold 20px;
  57. color: white;
  58. border-radius: 5px;
  59. padding: 6px;
  60. }
  61. GUpdateDialog QPushButton[objectName=OpBtn]:hover
  62. {
  63. background-color: #b45d00;
  64. border-radius: 5px;
  65. font: bold 20px;
  66. color: white;
  67. padding: 6px;
  68. }
  69. GUpdateDialog QLabel[objectName=baiduyun]:hover:pressed
  70. {
  71. border:0;
  72. }
  73. GUpdateDialog QLabel[objectName=baiduyun]:hover:!pressed
  74. {
  75. border:1px solid grey;
  76. }
  77. /*GLoginView*/
  78. GLoginView QPushButton[objectName=btnClose]
  79. {
  80. border-image:url(:GMainWindow/Images/loginClosehover.png);
  81. }
  82. GLoginView QPushButton[objectName=btnClose]:hover:pressed
  83. {
  84. border-image:url(:GMainWindow/Images/loginClosehover.png);
  85. }
  86. GLoginView QPushButton[objectName=btnClose]:hover:!pressed
  87. {
  88. border-image:url(:GMainWindow/Images/loginClose.png);
  89. }
  90. GLoginView QWidget[objectName=footWidget]
  91. {
  92. background-color: rgb(233, 233, 233);
  93. margin-left: 10px;
  94. margin-right: 10px;
  95. margin-bottom: 10px;
  96. border-top: 2px solid rgb(215,215,215);
  97. border-bottom-left-radius: 5px;
  98. border-bottom-right-radius: 5px;
  99. }
  100. GLoginView QLabel[objectName=LblLeft],[objectName=LblRight]
  101. {
  102. color: rgb(9,164,221);
  103. font-family: "microsoft yahei";
  104. font: 12pt;
  105. }
  106. /*Login UI*/
  107. GLoginWidget
  108. {
  109. background-color: rgb(230, 230, 230);
  110. }
  111. GLoginWidget QLabel[objectName=LblReg],[objectName=LblReset]
  112. {
  113. font-family: "microsoft yahei";
  114. font: 12pt;
  115. }
  116. GLoginWidget QLabel[objectName=LblTitle]
  117. {
  118. font-family: "microsoft yahei";
  119. font: 16pt;
  120. }
  121. GLoginWidget QLabel[objectName=LblErrMsg]
  122. {
  123. color: rgb(222, 112, 94);
  124. font-family: "microsoft yahei";
  125. font: 9.5pt;
  126. }
  127. GLoginWidget QLabel[objectName=userPic],[objectName=pwdPic]
  128. {
  129. border-left: 1px solid rgb(200, 200, 200);
  130. border-top: 1px solid rgb(200, 200, 200);
  131. border-bottom: 1px solid rgb(200, 200, 200);
  132. }
  133. GLoginWidget QLineEdit
  134. {
  135. font-family: "microsoft yahei";
  136. font-size: 11pt;
  137. /*border-radius: 1px;*/
  138. border-top-right-radius: 3px;
  139. border-bottom-right-radius: 3px;
  140. border: 1px solid rgb(200, 200, 200);
  141. }
  142. GLoginWidget QLineEdit:hover, QLineEdit:focus
  143. {
  144. border: 1px solid rgb(9,164,221);
  145. }
  146. GLoginWidget QPushButton
  147. {
  148. color: white;
  149. font-family: "microsoft yahei";
  150. font-size: 12pt;
  151. background-color: rgb(9,164,221);
  152. border: none;
  153. border-radius: 2px;
  154. }
  155. GLoginWidget QWidget[objectName=footWidget]
  156. {
  157. background-color: rgb(220, 220, 220);
  158. }
  159. /*Register & Reset UI*/
  160. GRegisterWidget
  161. {
  162. background-color: rgb(230, 230, 230);
  163. }
  164. GRegisterWidget [objectName=LblSms]
  165. {
  166. color: rgb(9,164,221);
  167. font-family: "microsoft yahei";
  168. font: 10pt;
  169. }
  170. GRegisterWidget QLabel[objectName=LblTitle]
  171. {
  172. font-family: "microsoft yahei";
  173. font: 16pt;
  174. }
  175. GRegisterWidget QLabel[objectName=LblErrMsg]
  176. {
  177. color: rgb(222, 112, 94);
  178. font-family: "microsoft yahei";
  179. font: 9.5pt;
  180. }
  181. GRegisterWidget QLineEdit
  182. {
  183. font-family: "microsoft yahei";
  184. font-size: 11pt;
  185. border-radius: 3px;
  186. border: 1px solid rgb(200, 200, 200);
  187. }
  188. GRegisterWidget QPushButton
  189. {
  190. color: white;
  191. font-family: "microsoft yahei";
  192. font-size: 12pt;
  193. background-color: rgb(9,164,221);
  194. border: none;
  195. border-radius: 2px;
  196. }
  197. /*Complete UI*/
  198. GCompleteWidget
  199. {
  200. background-color: rgb(230, 230, 230);
  201. }
  202. GCompleteWidget QLabel[objectName=LblInfo1],[objectName=LblInfo2],[objectName=LblCount]
  203. {
  204. color: rgb(9,164,221);
  205. font-family: "microsoft yahei";
  206. font: 12pt;
  207. }
  208. GCompleteWidget QLabel[objectName=LblTitle]
  209. {
  210. font-family: "microsoft yahei";
  211. font: 16pt;
  212. }
  213. GCompleteWidget QLabel[objectName=LblAccount]
  214. {
  215. font-family: "microsoft yahei";
  216. font: 13pt;
  217. }
  218. GCompleteWidget QPushButton
  219. {
  220. color: white;
  221. font-family: "microsoft yahei";
  222. font-size: 12pt;
  223. background-color: rgb(9,164,221);
  224. border: none;
  225. border-radius: 2px;
  226. }
  227. /*GAboutUsDialog*/
  228. GAboutUsDialog QPushButton[objectName=btnClose]
  229. {
  230. border-image:url(:GMainWindow/Images/loginClosehover.png);
  231. }
  232. GAboutUsDialog QPushButton[objectName=btnClose]:hover:pressed
  233. {
  234. border-image:url(:GMainWindow/Images/loginClosehover.png);
  235. }
  236. GAboutUsDialog QPushButton[objectName=btnClose]:hover:!pressed
  237. {
  238. border-image:url(:GMainWindow/Images/loginClose.png);
  239. }
  240. QMainWindow::separator {
  241. background: rgb(249, 249, 249);
  242. width: 5px; /* when vertical */
  243. height: 5px; /* when horizontal */
  244. }
  245. QMainWindow::separator:hover {
  246. background: lightgray;
  247. }
  248. /*KKCloudPanel*/
  249. QDockWidget#KKCloudPanel::title
  250. {
  251. background: rgb(23,137,219);
  252. padding-left: 5px;
  253. }
  254. QDockWidget#KKCloudPanel
  255. {
  256. font: 12pt;
  257. color:white;
  258. font-family:"microsoft yahei";
  259. background-color: rgb(249, 249, 249);
  260. }
  261. QDockWidget#KKCloudPanel QToolBar
  262. {
  263. background-color: rgb(249, 249, 249);
  264. border:0px;
  265. padding: 0px;
  266. }
  267. QDockWidget#KKCloudPanel QToolBar QToolButton
  268. {
  269. background-color: rgb(249, 249, 249);
  270. font-family:"microsoft yahei";
  271. font: 14px;
  272. }
  273. QDockWidget#KKCloudPanel QToolBar QToolButton:hover
  274. {
  275. padding:0px 0px;
  276. }
  277. QDockWidget#KKCloudPanel QToolBar QToolButton:pressed
  278. {
  279. padding:2px 2px;
  280. }
  281. QDockWidget#KKCloudPanel QLabel#currentTitle
  282. {
  283. background-color: rgb(240, 240, 240);
  284. font-family: "microsoft yahei";
  285. font: 12pt;
  286. }
  287. QPushButton#OpBtn
  288. {
  289. font-family: microsoft yahei;
  290. font: 10pt;
  291. color: white;
  292. background-color: rgb(0,133,245);
  293. border-radius: 4px;
  294. }
  295. QPushButton#OpBtn:disabled
  296. {
  297. font-family: microsoft yahei;
  298. font: 10pt;
  299. color: white;
  300. background-color: lightgray;
  301. border-radius: 4px;
  302. }
  303. QPushButton#OpBtn:hover
  304. {
  305. /* background-color:qlineargradient(x1:0, y1:0, x2:0, y2:1,
  306. stop:0 rgb(80, 141, 204),
  307. stop:1 rgb(43, 69, 103));*/
  308. background-color: rgb(15,146,255);
  309. }
  310. QPushButton#OpBtn:pressed
  311. {
  312. background-color: rgb(0,133,245);
  313. }
  314. /*OpBtn_Super*/
  315. QPushButton#OpBtn_Super
  316. {
  317. font-family: microsoft yahei;
  318. font: 10pt;
  319. color: white;
  320. background-color: rgb(235, 97, 0);
  321. border-radius: 4px;
  322. }
  323. QPushButton#OpBtn_Super:disabled
  324. {
  325. font-family: microsoft yahei;
  326. font: 10pt;
  327. color: white;
  328. background-color: lightgray;
  329. border-radius: 4px;
  330. }
  331. QPushButton#OpBtn_Super:hover
  332. {
  333. background-color: rgb(225, 85, 0);
  334. }
  335. QPushButton#OpBtn_Super:pressed
  336. {
  337. background-color: rgb(235, 97, 0);
  338. }
  339. /*OpBtn_Super_Cancel*/
  340. QPushButton#OpBtn_Super_Cancel
  341. {
  342. font-family: microsoft yahei;
  343. font: 10pt;
  344. color: white;
  345. background-color: rgb(175, 175, 175);
  346. border-radius: 4px;
  347. }
  348. QPushButton#OpBtn_Super_Cancel:hover
  349. {
  350. background-color: darkgray;
  351. }
  352. QPushButton#OpBtn_Super_Cancel:pressed
  353. {
  354. background-color: rgb(175, 175, 175);
  355. }
  356. QPushButton#FlatBtn
  357. {
  358. font-family: microsoft yahei;
  359. font: 10pt;
  360. border-style: hidden;
  361. border-radius: 4px;
  362. border:1px solid rgb(124, 164, 249);
  363. }
  364. QPushButton#FlatBtn:hover
  365. {
  366. padding: 1px -1px -1px 1px;
  367. background-color: rgb(239, 239, 239);
  368. }
  369. QPushButton#FlatBtn:pressed
  370. {
  371. padding: 2px -2px -2px 2px;
  372. }
  373. QLabel#NodataMsg
  374. {
  375. color: gray;
  376. border: 1px solid darkgray;
  377. font-family: microsoft yahei;
  378. font-size: 10pt;
  379. padding: 10px;
  380. }
  381. QLabel#OpHint
  382. {
  383. font-family: microsoft yahei;
  384. font-size: 9pt;
  385. color: gray;
  386. }
  387. /*KKCloudProjectsView*/
  388. KKCloudProjectItemWidget QLabel#text
  389. {
  390. font-family:"microsoft yahei";
  391. font: 12pt;
  392. }
  393. KKCloudProjectItemWidget QLabel#date
  394. {
  395. color:gray;
  396. font-family:"microsoft yahei";
  397. }
  398. KKCloudProjectItemWidget QLabel#memNum, QLabel#fileNum
  399. {
  400. font-family:"microsoft yahei";
  401. }
  402. KKCloudProjectItemWidget QLabel#superLabel
  403. {
  404. font-family:"microsoft yahei";
  405. font-size: 8pt;
  406. color: rgb(164,139,62);
  407. border-radius: 5px;
  408. border: 1px solid rgb(164,139,62);
  409. }
  410. KKCloudProjectList,
  411. KKCloudSelectFolderDialog
  412. {
  413. background-color: rgb(249,249,249);
  414. }
  415. KKCloudProjectList QScrollBar,
  416. KKCloudSelectFolderDialog QScrollBar
  417. {
  418. width: 10px;
  419. background: lightgray;
  420. }
  421. KKCloudProjectList QScrollBar::handle:vertical,
  422. KKCloudSelectFolderDialog QScrollBar::handle:vertical
  423. {
  424. background: darkgray;
  425. min-height: 20px;
  426. }
  427. /*KKCloudFilesView*/
  428. KKCloudFilesView QMenu#pathMenu::item,
  429. KKCloudSelectFolderDialog QMenu#pathMenu::item
  430. {
  431. padding: 2px 25px 2px 20px;
  432. }
  433. KKCloudFilesView QMenu#pathMenu::item:selected,
  434. KKCloudSelectFolderDialog QMenu#pathMenu::item:selected
  435. {
  436. padding: 2px 25px 2px 20px;
  437. background: lightblue;
  438. }
  439. KKCloudFilesView QLineEdit#labelPath,
  440. KKCloudSelectFolderDialog QLineEdit#labelPath
  441. {
  442. font-family: microsoft yahei;
  443. background-color: rgb(249,249,249);
  444. border: 1px solid rgb(0, 147, 211);
  445. font-size: 10.5pt;
  446. }
  447. KKCloudFilesView QToolButton
  448. {
  449. padding: 0;
  450. }
  451. KKCloudFileItemWidget
  452. {
  453. /* border-top: 0px;
  454. border-bottom: 1px solid gray;
  455. border-left: 0px;
  456. border-right: 0px;
  457. border: 1px solid gray;*/
  458. }
  459. KKCloudFileItemWidget QLabel#text
  460. {
  461. font-family: microsoft yahei;
  462. font: 10pt;
  463. }
  464. KKCloudFileItemWidget QLabel#date
  465. {
  466. font-family: microsoft yahei;
  467. color:gray;
  468. }
  469. KKCloudFileItemWidget QLabel#fileSize
  470. {
  471. font-family: microsoft yahei;
  472. color:gray;
  473. }
  474. KKCloudFileList
  475. {
  476. background-color: rgb(249,249,249);
  477. }
  478. KKCloudFileList QScrollBar
  479. {
  480. width: 10px;
  481. background: lightgray;
  482. }
  483. KKCloudFileList QScrollBar::handle:vertical
  484. {
  485. background: darkgray;
  486. min-height: 20px;
  487. }
  488. KKCloudIntroWidget QScrollBar
  489. {
  490. width: 10px;
  491. background: lightgray;
  492. }
  493. KKCloudIntroWidget QScrollBar::handle:vertical
  494. {
  495. background: darkgray;
  496. min-height: 20px;
  497. }
  498. /*KKCloudMembersView*/
  499. KKCloudMemberItemWidget QLabel#text
  500. {
  501. font-family:"microsoft yahei";
  502. font: 11pt;
  503. }
  504. KKCloudMemberItemWidget QLabel#date
  505. {
  506. color:gray;
  507. font-family:"microsoft yahei";
  508. }
  509. KKCloudMemberList
  510. {
  511. background-color: rgb(249,249,249);
  512. }
  513. KKCloudMemberList QScrollBar
  514. {
  515. width: 10px;
  516. background: lightgray;
  517. }
  518. KKCloudMemberList QScrollBar::handle:vertical
  519. {
  520. background: darkgray;
  521. min-height: 20px;
  522. }
  523. GBottomTabBar
  524. {
  525. font-family: "microsoft yahei";
  526. font: 9pt;
  527. }
  528. GBottomTabBar::tab
  529. {
  530. min-height: 20px;
  531. margin-left: -3px;
  532. margin-right: -3px;
  533. padding-left: 5px;
  534. }
  535. GBottomTabBar::tab:first
  536. {
  537. margin-left: 0;
  538. padding-left: 0;
  539. }
  540. GBottomTabBar::tab:last
  541. {
  542. margin-right: 0;
  543. }
  544. GBottomTabBar::tab:only-one
  545. {
  546. margin: 0;
  547. }
  548. GBottomTabBar::tab:!selected
  549. {
  550. margin-top: 0px;
  551. }
  552. GBottomTabBar QToolButton
  553. { /* the scroll buttons are tool buttons */
  554. background: lightgrey;
  555. }
  556. CommentPromptView QPushButton[objectName=btnClose]
  557. {
  558. border-image:url(:GMainWindow/Images/loginClosehover.png);
  559. }
  560. CommentPromptView QPushButton[objectName=btnClose]:hover:pressed
  561. {
  562. border-image:url(:GMainWindow/Images/loginClosehover.png);
  563. }
  564. CommentPromptView QPushButton[objectName=btnClose]:hover:!pressed
  565. {
  566. border-image:url(:GMainWindow/Images/loginClose.png);
  567. }
  568. VIPPurchasePromptView QPushButton[objectName=btnClose]
  569. {
  570. border-image:url(:GMainWindow/Images/loginClosehover.png);
  571. }
  572. VIPPurchasePromptView QPushButton[objectName=btnClose]:hover:pressed
  573. {
  574. border-image:url(:GMainWindow/Images/loginClosehover.png);
  575. }
  576. VIPPurchasePromptView QPushButton[objectName=btnClose]:hover:!pressed
  577. {
  578. border-image:url(:GMainWindow/Images/loginClose.png);
  579. }
  580. /*暾턍묏야으*/
  581. QPushButton#cloudToolBarSideButton
  582. {
  583. background-color: rgb(218, 218, 218);
  584. border: 0px;
  585. }
  586. QPushButton#cloudToolBarSideButton::hover,
  587. QPushButton#cloudToolBarSideButton::pressed
  588. {
  589. /*border: 1px solid rgb(124, 164, 249);*/
  590. background-color: rgb(200, 200, 200);
  591. }
  592. QToolBar#cloudTbComment
  593. {
  594. background-color: rgb(238, 238, 238);
  595. }
  596. QToolBar#cloudTbComment QToolButton
  597. {
  598. border: none;
  599. border-radius: 0px;
  600. }
  601. QToolBar#cloudTbComment QToolButton:hover
  602. {
  603. background-color: rgb(210, 210, 210);
  604. }
  605. QToolBar#cloudTbComment QToolButton:pressed
  606. {
  607. padding-left: 6px;
  608. padding-top: 6px;
  609. }
  610. /*와륩瓊刻*/
  611. GHelpPromptDialog
  612. {
  613. background-color: white;
  614. }
  615. GHelpPromptDialog QPushButton#btnHelp,
  616. GHelpPromptDialog QPushButton#btnVIP
  617. {
  618. background-color: transparent;
  619. border: 1px solid rgb(1, 175, 255);
  620. border-radius: 4px;
  621. color: rgb(1, 175, 255);
  622. font-family: "microsoft yahei";
  623. font-size: 10pt;
  624. }
  625. GHelpPromptDialog QPushButton#btnHelp:hover,
  626. GHelpPromptDialog QPushButton#btnVIP:hover
  627. {
  628. color: #0185bf;
  629. border: 1px solid #0185bf;
  630. }
  631. GHelpPromptDialog QPushButton#btnClose
  632. {
  633. border-image:url(:GMainWindow/Images/close.png);
  634. }
  635. GHelpPromptDialog QPushButton#btnClose:hover:pressed
  636. {
  637. border-image:url(:GMainWindow/Images/close.png);
  638. }
  639. GHelpPromptDialog QPushButton#btnClose:hover:!pressed
  640. {
  641. border-image:url(:GMainWindow/Images/loginClose.png);
  642. }