style.css 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  1. QMainWindow {
  2. background-color: transparent;
  3. background-image: url(:/res/styles/vintage/bg.png);
  4. min-width:800px;
  5. min-height:582px;
  6. }
  7. QLabel, QCheckBox {
  8. color: #FFF;
  9. font: 8px "Arial";
  10. }
  11. QGroupBox{
  12. border:none;
  13. font: 11px "TrebushetMS";
  14. font-weight:bold;
  15. }
  16. QGroupBox::title {
  17. color: #F7B754;
  18. }
  19. QTextBrowser {
  20. border:none;
  21. }
  22. QPushButton {
  23. border-image: url(:/res/styles/vintage/button2.png) 0 0 0 0 stretch stretch;
  24. color: #EFE1AF;/*#F8E600*/
  25. font: 12px "Segoe Print";
  26. padding:5px;
  27. }
  28. QPushButton:hover { color: #F9EA20; }
  29. QPushButton:pressed { background-color: transparent; }
  30. QPushButton:hover:!pressed{ border: 1px solid red; }
  31. QPushButton#enterButton { border-image: url(:/res/styles/vintage/enter.png) 0 0 0 0 stretch stretch; }
  32. QPushButton#enterButton:hover { border-image: url(:/res/styles/vintage/enter_hover.png) 0 0 0 0 stretch stretch; }
  33. QLabel#titleLabel {
  34. color: #ECE7C4; /*#FBB540*/
  35. font: 14px "Segoe Scripx";
  36. font-weight:bold;
  37. }
  38. QLabel#hintLabel{
  39. color: #FBB540;
  40. font: 11px "TrebushetMS";
  41. font-weight:bold;
  42. }
  43. QLabel#hintLabel, QLabel#news1Title, QLabel#news2Title, QLabel#news3Title , QLabel#news4Title{
  44. color: #F7B754;
  45. font: 11px "TrebushetMS";
  46. font-weight:bold;
  47. text-decoration:none;
  48. }
  49. QLabel#news1Image, QLabel#news2Image, QLabel#news3Image , QLabel#news4Image{
  50. border-image: url(:/res/styles/vintage/plane.png);
  51. padding:3px;
  52. }
  53. QLabel#exthintLabel{
  54. color: rgb(255, 255, 255);
  55. font: 8px "Arial";
  56. }
  57. QLabel#textsTitle, QLabel#imagesTitle, QLabel#soundsTitle, QLabel#loadscreensTitle, QLabel#fontsTitle, QLabel#videosTitle{
  58. color: #F7B754;
  59. font: 11px "TrebushetMS";
  60. font-weight:bold;
  61. }
  62. QLabel#textsStatus, QLabel#imagesStatus, QLabel#soundsStatus, QLabel#loadscreensStatus, QLabel#fontsStatus, QLabel#videosStatus{
  63. color: #FFF;
  64. font: 10px "TrebushetMS";
  65. }
  66. QPushButton#lotropathButton{
  67. font: 10px "MS Shell Dlg 2";
  68. color: rgb(255, 255, 255);
  69. border-image: url(:/res/styles/vintage/folder.png);
  70. }
  71. QLabel#mainboxImage{ border-image: url(:/res/styles/vintage/gandalf.png); }
  72. QLabel#opxboxImage{ border-image: url(:/res/styles/vintage/boromir.png); }
  73. QLabel#newsboxImage{ border-image: url(:/res/styles/vintage/saruman.png); }
  74. QLabel#helpboxImage{ border-image: url(:/res/styles/vintage/elrond.png); }
  75. QLabel#aboutboxImage{ border-image: url(:/res/styles/vintage/eowin.png); }
  76. QTextBrowser {
  77. background:transparent;
  78. color:#FFF;
  79. font: 10px "TrebushetMS";
  80. }
  81. QLabel#programmers, QLabel#designers, QLabel#translators, QLabel#helpers, QLabel#moderators{
  82. color: #F7B754;
  83. font: 11px "TrebushetMS";
  84. font-weight:bold;
  85. }
  86. QLabel#skinLabel{
  87. color: #F7B754;
  88. font: 11px "TrebushetMS";
  89. font-weight:bold;
  90. }
  91. QPushButton#minimizeButton { border-image: url(:/res/styles/vintage/minimize.png) 0 0 0 0 stretch stretch; }
  92. QPushButton#closeButton { border-image: url(:/res/styles/vintage/close.png) 0 0 0 0 stretch stretch; }
  93. /*QMessageBox {
  94. background:transparent;
  95. border-image: url(:/res/styles/vintage/message.png);
  96. color: #F7B754;
  97. font: 11px "TrebushetMS";
  98. }
  99. QMessageBox QLabel {
  100. color: #FFF;font: 9px "TrebushetMS";
  101. background-color:rgba(0,0,0,0.4);
  102. padding:7px;
  103. margin-top:30px;
  104. }
  105. QMessageBox QPushButton {
  106. border-image: url(:/res/styles/vintage/msgbutton.png);
  107. min-width:50px;
  108. max-height:24px;
  109. }*/
  110. QGroupBox#dialogbox{
  111. background:rgba(0,0,0,0.4);
  112. }
  113. QGroupBox#dialog{
  114. border-image: url(:/res/styles/vintage/start_window.png);
  115. }
  116. QGroupBox QLabel#dialogHeader{
  117. border-image: url(:/res/styles/vintage/window_header_brown.png);
  118. padding-left:7px;
  119. color: #F2DA84;
  120. font: 11px "TrebushetMS";
  121. font-weight:bold;
  122. margin-left:5px;
  123. margin-right:5px;
  124. margin-top:3px;
  125. }
  126. QGroupBox QLabel#dialogImage{ margin:3px; }
  127. QGroupBox QLabel#dialogInfo{
  128. margin:7px;
  129. padding:7px;
  130. font: 10px "TrebushetMS";
  131. color:#333;
  132. /*background-color:rgba(0,0,0,0.3)*/
  133. }
  134. QPushButton#okButton, QPushButton#cancelButton { margin-top:7px; }
  135. QLabel#Arkenstone, QLabel#Belegaer, QLabel#Brandywine, QLabel#Crickhollow, QLabel#Evernight, QLabel#Gladden, QLabel#Gwaihir,
  136. QLabel#Lamannia, QLabel#Landroval, QLabel#Laurelin, QLabel#Sirannon, QLabel#Bullroarer, QLabel#Crickhollow {
  137. border-image: url(:/res/styles/vintage/plane2.png);
  138. background-color: #555555; /*#8A0808 #173B0B*/
  139. }
  140. QPushButton#couponButton{
  141. font: 14px "MS Shell Dlg 2";
  142. color: #FFFFE6;
  143. border-image: none;
  144. background:transparent;
  145. font-weight:bold;
  146. }
  147. QPushButton#couponButton:hover{ border:none; }
  148. QLabel#couponTitle{ color: #FFFFE6;font-weight:bold;}
  149. QLabel#lotropathLabel{ border:#BFBFBF solid 1px;border-width: 1px; background-color:rgba(19,0,0,0.25); padding-left:2px; }
  150. QLabel#footRed{ color: red;font-weight:bold;}
  151. QLabel#footYellow{ color: #FFDC20;font-weight:bold;}
  152. QLabel#loader{ background:transparent;}
  153. QPushButton#enButton{ border-image: url(:/res/styles/vintage/flag_en.png) 0 0 0 0 stretch stretch;}
  154. QPushButton#deButton{ border-image: url(:/res/styles/vintage/flag_de.png) 0 0 0 0 stretch stretch;}
  155. QPushButton#frButton{ border-image: url(:/res/styles/vintage/flag_fr.png) 0 0 0 0 stretch stretch;}
  156. QPushButton#enButton:disabled, QPushButton#deButton:disabled, QPushButton#frButton:disabled{border-width: 1px; background-color: rgba(255,255,255,0.4);}
  157. QComboBox, QListView::item:selected{
  158. color:#FFFFFF;
  159. background-color:rgba(0,0,0,0.1);
  160. padding:1px;
  161. subcontrol-origin: padding;
  162. }
  163. QComboBox::drop-down{border-width:1px;}
  164. QComboBox::down-arrow{border-image:url(:/res/styles/vintage/downarrow.png);}
  165. QComboBox QAbstractItemView::item{ padding:5px; }
  166. QPushButton#goCancel{ border-image: url(:/res/styles/vintage/gocancel.png) 0 0 0 0 stretch stretch;}
  167. QPushButton#goLocal{ border-image: url(:/res/styles/vintage/gorur.png) 0 0 0 0 stretch stretch;}
  168. QPushButton#goEnButton{ border-image: url(:/res/styles/vintage/goenr.png) 0 0 0 0 stretch stretch;}
  169. QPushButton#goDeButton{ border-image: url(:/res/styles/vintage/goder.png) 0 0 0 0 stretch stretch;}
  170. QPushButton#goFrButton{ border-image: url(:/res/styles/vintage/gofrr.png) 0 0 0 0 stretch stretch;}
  171. QGroupBox#startbox{
  172. background:rgba(0,0,0,0.4);
  173. }
  174. QGroupBox#startframe{
  175. background:rgba(0,0,0,0.4);
  176. border-image: url(:/res/styles/vintage/start_window.png) 0 0 0 0 stretch stretch;
  177. }
  178. QGroupBox#startframe QLabel#goTitle{
  179. /*border-image: url(:/res/styles/vintage/header.png);*/
  180. color: #4B2708;
  181. font: 11px "TrebushetMS";
  182. font-weight:bold;
  183. }
  184. QGroupBox#startframe QLabel#goHeader{
  185. border-image: url(:/res/styles/vintage/window_header_brown.png) 0 0 0 0 stretch stretch;
  186. padding-left:7px;
  187. color: #F2DA84;
  188. font: 11px "TrebushetMS";
  189. font-weight:bold;
  190. margin-left:5px;
  191. margin-right:5px;
  192. margin-top:3px;
  193. }
  194. QLabel#goHint{ color:#4B2708; }