style.css 5.7 KB

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