QTfrontend/res/css/easter.css
author Wuzzy <Wuzzy2@mail.ru>
Fri, 11 Jan 2019 01:44:04 +0100
changeset 14551 1c623169a44d
parent 13631 946b21a1fbf6
child 14559 da2094316dd7
permissions -rw-r--r--
Frontend: Increase padding of small push buttons
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
     1
/******************************************************************************
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
     2
 *
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
     3
 * CSS definition of Qt frontend appearance. Easter mode.
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
     4
 *
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
     5
 ******************************************************************************
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
     6
 *
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
     7
 * see https://doc.qt.io/qt-5/style-reference.html
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
     8
 *
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
     9
 ******************************************************************************
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
    10
 *
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
    11
 * This file can be stored at different locations, but it will be read only
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
    12
 * once, based on first file found in this order:
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
    13
 *
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
    14
 *    <userdir>/Data/css/easter.css
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
    15
 *    <datadir>/css/easter.css
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
    16
 *    <internal default style-sheet> (:/res/css/easter.css)
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
    17
 *
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
    18
 ******************************************************************************
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
    19
 *
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
    20
 * This file is based off qt.css with minimal changes. The altered parts are
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
    21
 * marked with “CUSTOM”.
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
    22
 *
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
    23
 ******************************************************************************/
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
    24
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
    25
#infoButton
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
    26
{
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
    27
border: transparent;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
    28
background: transparent;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
    29
}
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
    30
HWForm,QDialog {
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
    31
background-image: url(":/res/BackgroundEaster.png"); /* CUSTOM */
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
    32
background-position: bottom center;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
    33
background-repeat: repeat-x;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
    34
background-color: #141250;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
    35
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
    36
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
    37
* {
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
    38
color: #ffcc00;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
    39
selection-background-color: #ffcc00;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
    40
selection-color: #00351d;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
    41
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
    42
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
    43
a { color:#c8c8ff; }
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
    44
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
    45
QLineEdit, QListWidget, QListView, QTableView, QTableWidget, QTextBrowser, QSpinBox, QComboBox,
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
    46
QComboBox QAbstractItemView, QPlainTextEdit, QMenu::item, #labelLikeLineEdit {
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
    47
background-color: rgba(13, 5, 68, 70%);
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
    48
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
    49
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
    50
VertScrArea, QGraphicsView {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
    51
border-style: solid; border-width: 2px; border-color: #cca300; border-radius: 3px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
    52
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
    53
#gameStatsView {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
    54
border-color: #332816;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
    55
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
    56
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
    57
QSplitter::handle {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
    58
background-image: url(":/res/splitter.png");
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
    59
background-clip: content;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
    60
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
    61
QSplitter::handle:horizontal {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
    62
width: 7px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
    63
background-repeat: repeat-y;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
    64
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
    65
QSplitter::handle:vertical {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
    66
height: 7px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
    67
background-repeat: repeat-x;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
    68
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
    69
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
    70
QComboBox::separator {
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
    71
border: solid; border-width: 3px; border-color: #ffcc00;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
    72
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
    73
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
    74
QPushButton, QListWidget, QListView, QTableView, QTableWidget, QLineEdit,
7447
01111960a48d uploading to youtube, it works, but user interface is still incomplete
Stepan777 <stepik-777@mail.ru>
parents: 6579
diff changeset
    75
QTextBrowser, QSpinBox, QToolBox, QComboBox, QPlainTextEdit,
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
    76
QComboBox QAbstractItemView, IconedGroupBox,
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
    77
.QGroupBox, #gameStackContainer, TeamSelWidget, SelWeaponWidget,
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
    78
QTabWidget::pane, QTabBar::tab, #mapPreview, #labelLikeLineEdit {
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
    79
border: solid;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
    80
border-width: 3px;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
    81
border-color: #ffcc00;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
    82
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
    83
7900
e5e7678e4b2f Fix white background in players list on halloween, christmas and easter
unc0rr
parents: 7447
diff changeset
    84
QPushButton:hover, QLineEdit:hover, QListWidget:hover, QListView:hover,
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
    85
QSpinBox:hover, QToolBox:hover, QComboBox:hover {
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
    86
border-color: yellow;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
    87
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
    88
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
    89
TeamShowWidget QPushButton {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
    90
icon-size: 48px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
    91
text-align: left;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
    92
background-color: #0d0544;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
    93
color: orange;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
    94
font: bold;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
    95
border-width: 2px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
    96
margin: 6px 0px 6px 0px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
    97
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
    98
TeamShowWidget QPushButton:disabled {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
    99
color: #a0a0a0;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   100
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   101
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   102
QToolButton {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   103
background-color: #11084A;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   104
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   105
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   106
QToolButton:hover {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   107
background-color: #150A61;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   108
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   109
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   110
QToolButton:pressed {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   111
background-color: #100744;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   112
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   113
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   114
QLineEdit, QListWidget, QListView, QTableView, QTableWidget, QTextBrowser,
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   115
QSpinBox, QToolBox, QPlainTextEdit, QToolButton, #mapPreview, #labelLikeLineEdit {
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   116
border-radius: 10px;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   117
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   118
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   119
#mapPreview {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   120
background-color: #0d0544;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   121
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   122
#mapPreview:disabled{
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   123
border-color: #a0a0a0;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   124
background-color: #0d0544;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   125
color: #ffffff;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   126
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   127
7900
e5e7678e4b2f Fix white background in players list on halloween, christmas and easter
unc0rr
parents: 7447
diff changeset
   128
QLineEdit, QLabel, QHeaderView, QListWidget, QListView, QTableView,
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   129
QTableWidget, QSpinBox, QToolBox::tab, QComboBox, QComboBox QAbstractItemView,
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   130
IconedGroupBox, .QGroupBox, #gameStackContainer, TeamSelWidget,
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   131
SelWeaponWidget, QCheckBox, QRadioButton, QPushButton, QPlainTextEdit,
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   132
#mapName {
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   133
font: bold 13px;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   134
}
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   135
.QLabel{
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   136
background-color: transparent;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   137
}
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   138
SelWeaponWidget QTabWidget::pane, SelWeaponWidget QTabBar::tab:selected {
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   139
background-position: bottom center;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   140
background-repeat: repeat-x;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   141
background-color: #000000;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   142
}
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   143
.QGroupBox, #gameStackContainer, TeamSelWidget, SelWeaponWidget {
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   144
background-position: bottom center;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   145
background-repeat: repeat-x;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   146
border-radius: 16px;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   147
background-color: rgba(13, 5, 68, 70%);
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   148
padding: 6px;
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   149
margin-top: 4px;
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   150
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   151
/*  Experimenting with PaintOnScreen and border-radius on IconedGroupBox children didn't work out well
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   152
IconedGroupBox QComboBox, IconedGroupBox QPushButton, IconedGroupBox QLineEdit,
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   153
IconedGroupBox QSpinBox {
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   154
border-radius: 0;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   155
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   156
IconedGroupBox, IconedGroupBox *, QTabWidget::pane, QTabBar::tab:selected, QToolBox::tab QWidget{" */
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   157
IconedGroupBox, QTabWidget::pane, QTabBar::tab:selected, QToolBox::tab QWidget{
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   158
background-color: #130f2c;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   159
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   160
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   161
QTabWidget::pane {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   162
border-radius: 8px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   163
border-top-left-radius: 0px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   164
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   165
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   166
GameCFGWidget {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   167
border: none;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   168
}
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   169
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   170
QPushButton {
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   171
border-radius: 8px;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   172
background-origin: margin;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   173
background-position: top left;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   174
background-color: rgba(18, 42, 5, 70%);
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   175
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   176
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   177
QPushButton:pressed, QToolButton:pressed {
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   178
border-color: white;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   179
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   180
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   181
QPushButton:focus {
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   182
outline: none;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   183
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   184
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   185
QHeaderView {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   186
background-color: #00351d;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   187
border: solid;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   188
border-bottom-width: 3px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   189
border-top-width: 0px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   190
border-left-width: 0px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   191
border-right-width: 0px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   192
border-color: #ffcc00;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   193
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   194
QHeaderView::section {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   195
border-left-width: 1px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   196
border-right-width: 1px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   197
border-top-width: 0;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   198
border-bottom-width: 0px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   199
border-color: #001d10;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   200
border-style: solid;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   201
background-color: #00351d;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   202
padding: 4px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   203
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   204
QHeaderView::section:pressed {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   205
background-color: #00250d;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   206
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   207
QHeaderView::up-arrow {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   208
image: url(":/res/sort_up.png");
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   209
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   210
QHeaderView::down-arrow{
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   211
image: url(":/res/sort_down.png");
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   212
}
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   213
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   214
QTableView, QTableWidget {
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   215
alternate-background-color: #2f213a;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   216
gridline-color: transparent;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   217
}
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   218
QTabWidget::pane { top: -2px; }
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   219
QTabBar::tab {
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   220
border-radius: 0;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   221
border-top-left-radius: 6px;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   222
border-top-right-radius: 6px;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   223
padding: 3px;
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   224
background-color: #00351d;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   225
color: #ffcc00;
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   226
}
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   227
QTabBar::tab:selected {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   228
border-bottom-color: #0d0544;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   229
border-bottom-width: 0;
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   230
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   231
QSpinBox::up-button{
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   232
background: transparent;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   233
width: 16px;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   234
height: 10px;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   235
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   236
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   237
QSpinBox::up-arrow {
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   238
image: url(":/res/spin_up.png");
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   239
}
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   240
QSpinBox::up-arrow:disabled {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   241
image: url(":/res/spin_up_disabled.png");
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   242
}
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   243
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   244
QSpinBox::down-arrow {
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   245
image: url(":/res/spin_down.png");
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   246
}
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   247
QSpinBox::down-arrow:disabled {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   248
image: url(":/res/spin_down_disabled.png");
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   249
}
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   250
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   251
QSpinBox::down-button {
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   252
background: transparent;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   253
width: 16px;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   254
height: 10px;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   255
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   256
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   257
QComboBox {
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   258
border-radius: 10px;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   259
padding: 3px;
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   260
height: 18px;
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   261
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   262
QComboBox:pressed{
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   263
border-color: white;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   264
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   265
QComboBox::drop-down{
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   266
border: transparent;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   267
width: 25px;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   268
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   269
QComboBox::down-arrow {
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   270
image: url(":/res/dropdown.png");
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   271
}
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   272
QComboBox::down-arrow:disabled {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   273
image: url(":/res/dropdown_disabled.png");
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   274
}
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   275
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   276
VertScrArea {
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   277
background-position: bottom center;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   278
background-repeat: repeat-x;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   279
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   280
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   281
IconedGroupBox {
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   282
border-radius: 16px;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   283
padding: 2px;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   284
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   285
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   286
QGroupBox::title{
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   287
subcontrol-origin: margin;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   288
subcontrol-position: top left;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   289
text-align: left;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   290
left: 15px;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   291
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   292
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   293
QCheckBox::indicator:checked{
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   294
image: url(":/res/checked.png");
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   295
}
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   296
QCheckBox::indicator:checked:hover{
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   297
image: url(":/res/checkedHover.png");
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   298
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   299
QCheckBox::indicator:checked:pressed{
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   300
image: url(":/res/checkedPressed.png");
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   301
}
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   302
QCheckBox::indicator:unchecked{
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   303
image: url(":/res/unchecked.png");
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   304
}
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   305
QCheckBox::indicator:unchecked:hover{
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   306
image: url(":/res/uncheckedHover.png");
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   307
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   308
QCheckBox::indicator:unchecked:pressed{
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   309
image: url(":/res/uncheckedPressed.png");
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   310
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   311
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   312
QRadioButton::indicator:checked{
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   313
image: url(":/res/radioButtonChecked.png");
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   314
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   315
QRadioButton::indicator:checked:hover{
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   316
image: url(":/res/radioButtonCheckedHover.png");
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   317
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   318
QRadioButton::indicator:checked:pressed{
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   319
image: url(":/res/radioButtonCheckedPressed.png");
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   320
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   321
QRadioButton::indicator:unchecked{
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   322
image: url(":/res/radioButtonUnchecked.png");
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   323
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   324
QRadioButton::indicator:unchecked:hover{
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   325
image: url(":/res/radioButtonUncheckedHover.png");
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   326
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   327
QRadioButton::indicator:unchecked:pressed{
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   328
image: url(":/res/radioButtonUncheckedPressed.png");
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   329
}
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   330
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   331
.QWidget{
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   332
background: transparent;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   333
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   334
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   335
QTabWidget::pane {
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   336
border-top-width: 2px;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   337
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   338
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   339
QMenu{
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   340
background-color: #ffcc00;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   341
margin: 3px;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   342
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   343
QMenu::item {
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   344
background-color: #0d0544;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   345
border: 1px solid transparent;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   346
font: bold;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   347
padding: 2px 25px 2px 20px;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   348
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   349
QMenu::item:selected {
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   350
background-color: #2d2564;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   351
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   352
QMenu::indicator {
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   353
width: 16px;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   354
height: 16px;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   355
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   356
QMenu::indicator:non-exclusive:checked{
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   357
image: url(":/res/checked.png");
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   358
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   359
QMenu::indicator:non-exclusive:unchecked{
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   360
image: url(":/res/unchecked.png");
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   361
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   362
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   363
QToolTip{
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   364
background-color: #0d0544;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   365
border: 1px solid #ffcc00;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   366
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   367
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   368
:disabled{
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   369
color: #a0a0a0;
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   370
border-color: #a0a0a0;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   371
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   372
QListWidget:item:selected:disabled, QListView:item:selected:disabled{
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   373
color: rgba(13, 5, 68, 70%);
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   374
background-color: #a0a0a0;
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   375
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   376
SquareLabel, ItemNum {
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   377
background-color: #000000;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   378
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   379
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   380
QSlider::groove::horizontal {
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   381
height: 2px;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   382
margin: 2px 0px;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   383
background-color: #ffcc00;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   384
}
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   385
QSlider::groove::horizontal:disabled {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   386
background-color: #a0a0a0;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   387
}
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   388
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   389
QSlider::handle::horizontal {
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   390
border: 0px;
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   391
margin: -8px 0px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   392
background-color: #ffcc00;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   393
width: 12px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   394
height: 6px;
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   395
border-radius: 3px;
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   396
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   397
QSlider::handle::horizontal:disabled {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   398
background-color: #a0a0a0;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   399
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   400
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   401
HatButton, ThemeButton {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   402
text-align: left;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   403
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   404
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   405
#hatList, #hatList:hover, #themeList, #themeList:hover {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   406
border-color: #F6CB1C;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   407
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   408
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   409
#hatList QScrollBar, #themeList QScrollBar {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   410
background-color: #130F2A;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   411
border-top-right-radius: 10px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   412
border-bottom-right-radius: 10px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   413
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   414
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   415
#hatList, #themeList {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   416
border-color: #F6CB1C;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   417
border-width: 3px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   418
border-style: solid;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   419
border-radius: 10px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   420
border-top-left-radius: 0px;
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   421
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   422
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   423
#hatList::item, #themeList::item {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   424
background-color: #11084A;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   425
padding: 4px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   426
border-radius: 10px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   427
color: #ffcc00 !important;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   428
font: 8px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   429
border-width: 2px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   430
border-color: #11084A;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   431
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   432
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   433
#hatList::item:hover, #themeList::item:hover {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   434
background-color: #150A61;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   435
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   436
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   437
#hatList::item:selected, #themeList::item:selected {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   438
background-color: #150A61;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   439
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   440
14551
1c623169a44d Frontend: Increase padding of small push buttons
Wuzzy <Wuzzy2@mail.ru>
parents: 13631
diff changeset
   441
QPushButton {
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   442
padding: 3px 5px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   443
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   444
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   445
#gameCfgWidgetTabs {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   446
border-radius: 16px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   447
border-top-left-radius: 0px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   448
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   449
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   450
TeamSelWidget, #gameStackContainer, #GBoxOptions {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   451
border-radius: 10px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   452
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   453
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   454
PageMultiplayer TeamSelWidget {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   455
min-height: 500px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   456
}