|
@@ -0,0 +1,248 @@
|
|
|
+QMainWindow {
|
|
|
+ background-color: transparent;
|
|
|
+ background-image: url(:/res/styles/vintage/bg.png);
|
|
|
+ min-width:800px;
|
|
|
+ min-height:582px;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+QLabel, QCheckBox {
|
|
|
+ color: #FFF;
|
|
|
+ font: 8pt "Arial";
|
|
|
+}
|
|
|
+
|
|
|
+QGroupBox{
|
|
|
+ border:none;
|
|
|
+ font: 11pt "TrebushetMS";
|
|
|
+ font-weight:bold;
|
|
|
+}
|
|
|
+
|
|
|
+QGroupBox::title {
|
|
|
+ color: #F7B754;
|
|
|
+}
|
|
|
+
|
|
|
+QTextBrowser {
|
|
|
+ border:none;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+QPushButton {
|
|
|
+ border-image: url(:/res/styles/vintage/button2.png) 0 0 0 0 stretch stretch;
|
|
|
+ color: #EFE1AF;/*#F8E600*/
|
|
|
+ font: 12pt "Segoe Print";
|
|
|
+ padding:5px;
|
|
|
+}
|
|
|
+
|
|
|
+QPushButton:hover { color: #F9EA20; }
|
|
|
+QPushButton:pressed { background-color: transparent; }
|
|
|
+QPushButton:hover:!pressed{ border: 1px solid red; }
|
|
|
+
|
|
|
+QPushButton#enterButton { border-image: url(:/res/styles/vintage/enter.png) 0 0 0 0 stretch stretch; }
|
|
|
+QPushButton#enterButton:hover { border-image: url(:/res/styles/vintage/enter_hover.png) 0 0 0 0 stretch stretch; }
|
|
|
+
|
|
|
+QLabel#titleLabel {
|
|
|
+ color: #ECE7C4; /*#FBB540*/
|
|
|
+ font: 14pt "Segoe Script";
|
|
|
+ font-weight:bold;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+QLabel#hintLabel{
|
|
|
+ color: #FBB540;
|
|
|
+ font: 11pt "TrebushetMS";
|
|
|
+ font-weight:bold;
|
|
|
+}
|
|
|
+
|
|
|
+QLabel#hintLabel, QLabel#news1Title, QLabel#news2Title, QLabel#news3Title , QLabel#news4Title{
|
|
|
+ color: #F7B754;
|
|
|
+ font: 11pt "TrebushetMS";
|
|
|
+ font-weight:bold;
|
|
|
+ text-decoration:none;
|
|
|
+}
|
|
|
+
|
|
|
+QLabel#news1Image, QLabel#news2Image, QLabel#news3Image , QLabel#news4Image{
|
|
|
+ border-image: url(:/res/styles/vintage/plane.png);
|
|
|
+ padding:3px;
|
|
|
+}
|
|
|
+
|
|
|
+ QLabel#exthintLabel{
|
|
|
+ color: rgb(255, 255, 255);
|
|
|
+ font: 8pt "Arial";
|
|
|
+ }
|
|
|
+
|
|
|
+ QLabel#textsTitle, QLabel#imagesTitle, QLabel#soundsTitle, QLabel#loadscreensTitle, QLabel#fontsTitle, QLabel#videosTitle{
|
|
|
+ color: #F7B754;
|
|
|
+ font: 11pt "TrebushetMS";
|
|
|
+ font-weight:bold;
|
|
|
+ }
|
|
|
+
|
|
|
+QLabel#textsStatus, QLabel#imagesStatus, QLabel#soundsStatus, QLabel#loadscreensStatus, QLabel#fontsStatus, QLabel#videosStatus{
|
|
|
+ color: #FFF;
|
|
|
+ font: 10pt "TrebushetMS";
|
|
|
+}
|
|
|
+
|
|
|
+QPushButton#lotropathButton{
|
|
|
+ font: 10pt "MS Shell Dlg 2";
|
|
|
+ color: rgb(255, 255, 255);
|
|
|
+ border-image: url(:/res/styles/vintage/folder.png);
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+QLabel#mainboxImage{ border-image: url(:/res/styles/vintage/gandalf.png); }
|
|
|
+QLabel#optboxImage{ border-image: url(:/res/styles/vintage/boromir.png); }
|
|
|
+QLabel#newsboxImage{ border-image: url(:/res/styles/vintage/saruman.png); }
|
|
|
+QLabel#helpboxImage{ border-image: url(:/res/styles/vintage/elrond.png); }
|
|
|
+QLabel#aboutboxImage{ border-image: url(:/res/styles/vintage/eowin.png); }
|
|
|
+
|
|
|
+
|
|
|
+QTextBrowser {
|
|
|
+ background:transparent;
|
|
|
+ color:#FFF;
|
|
|
+ font: 10pt "TrebushetMS";
|
|
|
+}
|
|
|
+
|
|
|
+ QLabel#programmers, QLabel#designers, QLabel#translators, QLabel#helpers, QLabel#moderators{
|
|
|
+ color: #F7B754;
|
|
|
+ font: 11pt "TrebushetMS";
|
|
|
+ font-weight:bold;
|
|
|
+ }
|
|
|
+
|
|
|
+QLabel#skinLabel{
|
|
|
+ color: #F7B754;
|
|
|
+ font: 11pt "TrebushetMS";
|
|
|
+ font-weight:bold;
|
|
|
+}
|
|
|
+
|
|
|
+QPushButton#minimizeButton { border-image: url(:/res/styles/vintage/minimize.png) 0 0 0 0 stretch stretch; }
|
|
|
+QPushButton#closeButton { border-image: url(:/res/styles/vintage/close.png) 0 0 0 0 stretch stretch; }
|
|
|
+
|
|
|
+/*QMessageBox {
|
|
|
+ background:transparent;
|
|
|
+ border-image: url(:/res/styles/vintage/message.png);
|
|
|
+ color: #F7B754;
|
|
|
+ font: 11pt "TrebushetMS";
|
|
|
+
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+QMessageBox QLabel {
|
|
|
+ color: #FFF;font: 9pt "TrebushetMS";
|
|
|
+ background-color:rgba(0,0,0,0.4);
|
|
|
+ padding:7px;
|
|
|
+ margin-top:30px;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+QMessageBox QPushButton {
|
|
|
+ border-image: url(:/res/styles/vintage/msgbutton.png);
|
|
|
+ min-width:50px;
|
|
|
+ max-height:24px;
|
|
|
+}*/
|
|
|
+
|
|
|
+QGroupBox#dialogbox{
|
|
|
+ background:rgba(0,0,0,0.4);
|
|
|
+}
|
|
|
+
|
|
|
+QGroupBox#dialog{
|
|
|
+ border-image: url(:/res/styles/vintage/start_window.png);
|
|
|
+}
|
|
|
+
|
|
|
+QGroupBox QLabel#dialogHeader{
|
|
|
+ border-image: url(:/res/styles/vintage/window_header_brown.png);
|
|
|
+ padding-left:7px;
|
|
|
+ color: #F2DA84;
|
|
|
+ font: 11pt "TrebushetMS";
|
|
|
+ font-weight:bold;
|
|
|
+ margin-left:5px;
|
|
|
+ margin-right:5px;
|
|
|
+ margin-top:3px;
|
|
|
+}
|
|
|
+
|
|
|
+QGroupBox QLabel#dialogImage{ margin:3px; }
|
|
|
+
|
|
|
+QGroupBox QLabel#dialogInfo{
|
|
|
+ margin:7px;
|
|
|
+ padding:7px;
|
|
|
+ font: 10pt "TrebushetMS";
|
|
|
+ color:#333;
|
|
|
+ /*background-color:rgba(0,0,0,0.3)*/
|
|
|
+}
|
|
|
+
|
|
|
+QPushButton#okButton, QPushButton#cancelButton { margin-top:7px; }
|
|
|
+
|
|
|
+QLabel#Arkenstone, QLabel#Belegaer, QLabel#Brandywine, QLabel#Crickhollow, QLabel#Evernight, QLabel#Gladden, QLabel#Gwaihir,
|
|
|
+QLabel#Lamannia, QLabel#Landroval, QLabel#Laurelin, QLabel#Sirannon, QLabel#Bullroarer, QLabel#Crickhollow {
|
|
|
+ border-image: url(:/res/styles/vintage/plane2.png);
|
|
|
+ background-color: #555555; /*#8A0808 #173B0B*/
|
|
|
+}
|
|
|
+
|
|
|
+QPushButton#couponButton{
|
|
|
+ font: 14pt "MS Shell Dlg 2";
|
|
|
+ color: #FFFFE6;
|
|
|
+ border-image: none;
|
|
|
+ background:transparent;
|
|
|
+ font-weight:bold;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+QPushButton#couponButton:hover{ border:none; }
|
|
|
+
|
|
|
+QLabel#couponTitle{ color: #FFFFE6;font-weight:bold;}
|
|
|
+QLabel#lotropathLabel{ border:#BFBFBF solid 1px;border-width: 1px; background-color:rgba(19,0,0,0.25); padding-left:2px; }
|
|
|
+QLabel#footRed{ color: red;font-weight:bold;}
|
|
|
+QLabel#footYellow{ color: #FFDC20;font-weight:bold;}
|
|
|
+QLabel#loader{ background:transparent;}
|
|
|
+
|
|
|
+QPushButton#enButton{ border-image: url(:/res/styles/vintage/flag_en.png) 0 0 0 0 stretch stretch;}
|
|
|
+QPushButton#deButton{ border-image: url(:/res/styles/vintage/flag_de.png) 0 0 0 0 stretch stretch;}
|
|
|
+QPushButton#frButton{ border-image: url(:/res/styles/vintage/flag_fr.png) 0 0 0 0 stretch stretch;}
|
|
|
+QPushButton#enButton:disabled, QPushButton#deButton:disabled, QPushButton#frButton:disabled{border-width: 1px; background-color: rgba(255,255,255,0.4);}
|
|
|
+
|
|
|
+
|
|
|
+QComboBox, QListView::item:selected{
|
|
|
+ color:#FFFFFF;
|
|
|
+ background-color:rgba(0,0,0,0.1);
|
|
|
+ padding:1px;
|
|
|
+ subcontrol-origin: padding;
|
|
|
+}
|
|
|
+
|
|
|
+QComboBox::drop-down{border-width:1px;}
|
|
|
+QComboBox::down-arrow{border-image:url(:/res/styles/vintage/downarrow.png);}
|
|
|
+QComboBox QAbstractItemView::item{ padding:5px; }
|
|
|
+
|
|
|
+QPushButton#goCancel{ border-image: url(:/res/styles/vintage/gocancel.png) 0 0 0 0 stretch stretch;}
|
|
|
+QPushButton#goLocal{ border-image: url(:/res/styles/vintage/gorur.png) 0 0 0 0 stretch stretch;}
|
|
|
+QPushButton#goEnButton{ border-image: url(:/res/styles/vintage/goenr.png) 0 0 0 0 stretch stretch;}
|
|
|
+QPushButton#goDeButton{ border-image: url(:/res/styles/vintage/goder.png) 0 0 0 0 stretch stretch;}
|
|
|
+QPushButton#goFrButton{ border-image: url(:/res/styles/vintage/gofrr.png) 0 0 0 0 stretch stretch;}
|
|
|
+
|
|
|
+QGroupBox#startbox{
|
|
|
+ background:rgba(0,0,0,0.4);
|
|
|
+}
|
|
|
+
|
|
|
+QGroupBox#startframe{
|
|
|
+ background:rgba(0,0,0,0.4);
|
|
|
+ border-image: url(:/res/styles/vintage/start_window.png) 0 0 0 0 stretch stretch;
|
|
|
+}
|
|
|
+
|
|
|
+QGroupBox#startframe QLabel#goTitle{
|
|
|
+ /*border-image: url(:/res/styles/vintage/header.png);*/
|
|
|
+ color: #4B2708;
|
|
|
+ font: 11pt "TrebushetMS";
|
|
|
+ font-weight:bold;
|
|
|
+}
|
|
|
+
|
|
|
+QGroupBox#startframe QLabel#goHeader{
|
|
|
+ border-image: url(:/res/styles/vintage/window_header_brown.png) 0 0 0 0 stretch stretch;
|
|
|
+ padding-left:7px;
|
|
|
+ color: #F2DA84;
|
|
|
+ font: 11pt "TrebushetMS";
|
|
|
+ font-weight:bold;
|
|
|
+ margin-left:5px;
|
|
|
+ margin-right:5px;
|
|
|
+ margin-top:3px;
|
|
|
+}
|
|
|
+
|
|
|
+QLabel#goHint{ color:#4B2708; }
|
|
|
+
|
|
|
+
|