QTfrontend/res/css/easter.css
author S.D.
Tue, 27 Sep 2022 14:59:03 +0300
changeset 15878 fc3cb23fd26f
parent 15503 ebc33ffb1cbd
permissions -rw-r--r--
Allow to see rooms of incompatible versions in the lobby For the new clients the room version is shown in a separate column. There is also a hack for previous versions clients: the room vesion specifier is prepended to the room names for rooms of incompatible versions, and the server shows 'incompatible version' error if the client tries to join them.
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
QLineEdit, QListWidget, QListView, QTableView, QTableWidget, QTextBrowser,
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   111
QSpinBox, QToolBox, QPlainTextEdit, QToolButton, #mapPreview, #labelLikeLineEdit {
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   112
border-radius: 10px;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   113
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   114
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   115
#mapPreview {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   116
background-color: #0d0544;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   117
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   118
#mapPreview:disabled{
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   119
border-color: #a0a0a0;
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
color: #ffffff;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   122
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   123
7900
e5e7678e4b2f Fix white background in players list on halloween, christmas and easter
unc0rr
parents: 7447
diff changeset
   124
QLineEdit, QLabel, QHeaderView, QListWidget, QListView, QTableView,
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   125
QTableWidget, QSpinBox, QToolBox::tab, QComboBox, QComboBox QAbstractItemView,
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   126
IconedGroupBox, .QGroupBox, #gameStackContainer, TeamSelWidget,
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   127
SelWeaponWidget, QCheckBox, QRadioButton, QPushButton, QPlainTextEdit,
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   128
#mapName {
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   129
font: bold 13px;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   130
}
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   131
.QLabel{
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   132
background-color: transparent;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   133
}
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   134
SelWeaponWidget QTabWidget::pane, SelWeaponWidget QTabBar::tab:selected {
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   135
background-position: bottom center;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   136
background-repeat: repeat-x;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   137
background-color: #000000;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   138
}
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   139
.QGroupBox, #gameStackContainer, TeamSelWidget, SelWeaponWidget {
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   140
background-position: bottom center;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   141
background-repeat: repeat-x;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   142
border-radius: 16px;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   143
background-color: rgba(13, 5, 68, 70%);
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   144
padding: 6px;
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   145
margin-top: 4px;
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   146
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   147
/*  Experimenting with PaintOnScreen and border-radius on IconedGroupBox children didn't work out well
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   148
IconedGroupBox QComboBox, IconedGroupBox QPushButton, IconedGroupBox QLineEdit,
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   149
IconedGroupBox QSpinBox {
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   150
border-radius: 0;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   151
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   152
IconedGroupBox, IconedGroupBox *, QTabWidget::pane, QTabBar::tab:selected, QToolBox::tab QWidget{" */
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   153
IconedGroupBox, QTabWidget::pane, QTabBar::tab:selected, QToolBox::tab QWidget{
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   154
background-color: #130f2c;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   155
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   156
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   157
QTabWidget::pane {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   158
border-radius: 8px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   159
border-top-left-radius: 0px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   160
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   161
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   162
GameCFGWidget {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   163
border: none;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   164
}
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   165
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   166
QPushButton {
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   167
border-radius: 8px;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   168
background-origin: margin;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   169
background-position: top left;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   170
background-color: rgba(18, 42, 5, 70%);
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   171
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   172
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   173
QPushButton:pressed, QToolButton:pressed {
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   174
border-color: white;
15000
d597a851f5d8 Frontend: Highlight button when pressed
Wuzzy <Wuzzy2@mail.ru>
parents: 14884
diff changeset
   175
background-color: #344b1e;
d597a851f5d8 Frontend: Highlight button when pressed
Wuzzy <Wuzzy2@mail.ru>
parents: 14884
diff changeset
   176
color: white;
d597a851f5d8 Frontend: Highlight button when pressed
Wuzzy <Wuzzy2@mail.ru>
parents: 14884
diff changeset
   177
}
d597a851f5d8 Frontend: Highlight button when pressed
Wuzzy <Wuzzy2@mail.ru>
parents: 14884
diff changeset
   178
TeamShowWidget QPushButton:pressed {
d597a851f5d8 Frontend: Highlight button when pressed
Wuzzy <Wuzzy2@mail.ru>
parents: 14884
diff changeset
   179
background-color: #362c7a;
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   180
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   181
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   182
QPushButton:focus {
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   183
outline: none;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   184
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   185
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   186
QHeaderView {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   187
background-color: #00351d;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   188
border: solid;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   189
border-bottom-width: 3px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   190
border-top-width: 0px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   191
border-left-width: 0px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   192
border-right-width: 0px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   193
border-color: #ffcc00;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   194
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   195
QHeaderView::section {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   196
border-left-width: 1px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   197
border-right-width: 1px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   198
border-top-width: 0;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   199
border-bottom-width: 0px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   200
border-color: #001d10;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   201
border-style: solid;
14884
1f0e8a144bad Re-style QHeaderView colors
Wuzzy <Wuzzy2@mail.ru>
parents: 14882
diff changeset
   202
background-color: #005F35;
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   203
padding: 4px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   204
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   205
QHeaderView::section:pressed {
14884
1f0e8a144bad Re-style QHeaderView colors
Wuzzy <Wuzzy2@mail.ru>
parents: 14882
diff changeset
   206
background-color: #005A33;
1f0e8a144bad Re-style QHeaderView colors
Wuzzy <Wuzzy2@mail.ru>
parents: 14882
diff changeset
   207
border-color: #FFFFFF;
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   208
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   209
QHeaderView::up-arrow {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   210
image: url(":/res/sort_up.png");
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   211
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   212
QHeaderView::down-arrow{
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   213
image: url(":/res/sort_down.png");
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   214
}
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   215
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   216
QTableView, QTableWidget {
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   217
alternate-background-color: #2f213a;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   218
gridline-color: transparent;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   219
}
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   220
QTabWidget::pane { top: -2px; }
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   221
QTabBar::tab {
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   222
border-radius: 0;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   223
border-top-left-radius: 6px;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   224
border-top-right-radius: 6px;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   225
padding: 3px;
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   226
background-color: #00351d;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   227
color: #ffcc00;
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   228
}
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   229
QTabBar::tab:selected {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   230
border-bottom-color: #0d0544;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   231
border-bottom-width: 0;
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   232
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   233
QSpinBox::up-button{
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   234
background: transparent;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   235
width: 16px;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   236
height: 10px;
14857
38eadfc525ce Frontend: Slightly increase size+padding for QLineEdit, QSpinBox
Wuzzy <Wuzzy2@mail.ru>
parents: 14855
diff changeset
   237
padding-top: 1px;
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   238
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   239
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   240
QSpinBox::up-arrow {
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   241
image: url(":/res/spin_up.png");
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   242
}
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   243
QSpinBox::up-arrow:disabled {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   244
image: url(":/res/spin_up_disabled.png");
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   245
}
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   246
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   247
QSpinBox::down-arrow {
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   248
image: url(":/res/spin_down.png");
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   249
}
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   250
QSpinBox::down-arrow:disabled {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   251
image: url(":/res/spin_down_disabled.png");
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   252
}
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   253
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   254
QSpinBox::down-button {
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   255
background: transparent;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   256
width: 16px;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   257
height: 10px;
14857
38eadfc525ce Frontend: Slightly increase size+padding for QLineEdit, QSpinBox
Wuzzy <Wuzzy2@mail.ru>
parents: 14855
diff changeset
   258
padding-top: 1px;
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   259
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   260
14857
38eadfc525ce Frontend: Slightly increase size+padding for QLineEdit, QSpinBox
Wuzzy <Wuzzy2@mail.ru>
parents: 14855
diff changeset
   261
QSpinBox, QLineEdit {
38eadfc525ce Frontend: Slightly increase size+padding for QLineEdit, QSpinBox
Wuzzy <Wuzzy2@mail.ru>
parents: 14855
diff changeset
   262
padding: 3px;
38eadfc525ce Frontend: Slightly increase size+padding for QLineEdit, QSpinBox
Wuzzy <Wuzzy2@mail.ru>
parents: 14855
diff changeset
   263
min-height: 18px;
38eadfc525ce Frontend: Slightly increase size+padding for QLineEdit, QSpinBox
Wuzzy <Wuzzy2@mail.ru>
parents: 14855
diff changeset
   264
}
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   265
QComboBox {
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   266
border-radius: 10px;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   267
padding: 3px;
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   268
height: 18px;
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   269
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   270
QComboBox:pressed{
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   271
border-color: white;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   272
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   273
QComboBox::drop-down{
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   274
border: transparent;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   275
width: 25px;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   276
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   277
QComboBox::down-arrow {
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   278
image: url(":/res/dropdown.png");
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   279
}
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   280
QComboBox::down-arrow:disabled {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   281
image: url(":/res/dropdown_disabled.png");
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   282
}
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   283
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   284
VertScrArea {
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   285
background-position: bottom center;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   286
background-repeat: repeat-x;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   287
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   288
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   289
IconedGroupBox {
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   290
border-radius: 16px;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   291
padding: 2px;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   292
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   293
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   294
QGroupBox::title{
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   295
subcontrol-origin: margin;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   296
subcontrol-position: top left;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   297
text-align: left;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   298
left: 15px;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   299
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   300
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   301
QCheckBox::indicator:checked{
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   302
image: url(":/res/checked.png");
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   303
}
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   304
QCheckBox::indicator:checked:hover{
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   305
image: url(":/res/checkedHover.png");
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   306
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   307
QCheckBox::indicator:checked:pressed{
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   308
image: url(":/res/checkedPressed.png");
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   309
}
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   310
QCheckBox::indicator:unchecked{
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   311
image: url(":/res/unchecked.png");
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   312
}
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   313
QCheckBox::indicator:unchecked:hover{
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   314
image: url(":/res/uncheckedHover.png");
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   315
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   316
QCheckBox::indicator:unchecked:pressed{
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   317
image: url(":/res/uncheckedPressed.png");
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   318
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   319
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   320
QRadioButton::indicator:checked{
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   321
image: url(":/res/radioButtonChecked.png");
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   322
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   323
QRadioButton::indicator:checked:hover{
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   324
image: url(":/res/radioButtonCheckedHover.png");
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   325
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   326
QRadioButton::indicator:checked:pressed{
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   327
image: url(":/res/radioButtonCheckedPressed.png");
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   328
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   329
QRadioButton::indicator:unchecked{
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   330
image: url(":/res/radioButtonUnchecked.png");
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   331
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   332
QRadioButton::indicator:unchecked:hover{
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   333
image: url(":/res/radioButtonUncheckedHover.png");
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   334
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   335
QRadioButton::indicator:unchecked:pressed{
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   336
image: url(":/res/radioButtonUncheckedPressed.png");
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   337
}
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   338
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   339
.QWidget{
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   340
background: transparent;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   341
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   342
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   343
QTabWidget::pane {
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   344
border-top-width: 2px;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   345
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   346
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   347
QMenu{
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   348
background-color: #ffcc00;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   349
margin: 3px;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   350
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   351
QMenu::item {
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   352
background-color: #0d0544;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   353
border: 1px solid transparent;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   354
font: bold;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   355
padding: 2px 25px 2px 20px;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   356
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   357
QMenu::item:selected {
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   358
background-color: #2d2564;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   359
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   360
QMenu::indicator {
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   361
width: 16px;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   362
height: 16px;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   363
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   364
QMenu::indicator:non-exclusive:checked{
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   365
image: url(":/res/checked.png");
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   366
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   367
QMenu::indicator:non-exclusive:unchecked{
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   368
image: url(":/res/unchecked.png");
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   369
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   370
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   371
QToolTip{
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   372
background-color: #0d0544;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   373
border: 1px solid #ffcc00;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   374
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   375
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   376
:disabled{
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   377
color: #a0a0a0;
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   378
border-color: #a0a0a0;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   379
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   380
QListWidget:item:selected:disabled, QListView:item:selected:disabled{
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   381
color: rgba(13, 5, 68, 70%);
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   382
background-color: #a0a0a0;
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   383
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   384
SquareLabel, ItemNum {
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   385
background-color: #000000;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   386
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   387
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   388
QSlider::groove::horizontal {
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   389
height: 2px;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   390
margin: 2px 0px;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   391
background-color: #ffcc00;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   392
}
15503
ebc33ffb1cbd Change color of hovered and pressed slider
Wuzzy <Wuzzy2@mail.ru>
parents: 15415
diff changeset
   393
QSlider::handle::horizontal:hover {
ebc33ffb1cbd Change color of hovered and pressed slider
Wuzzy <Wuzzy2@mail.ru>
parents: 15415
diff changeset
   394
background-color: yellow;
ebc33ffb1cbd Change color of hovered and pressed slider
Wuzzy <Wuzzy2@mail.ru>
parents: 15415
diff changeset
   395
}
ebc33ffb1cbd Change color of hovered and pressed slider
Wuzzy <Wuzzy2@mail.ru>
parents: 15415
diff changeset
   396
QSlider::handle::horizontal:pressed {
ebc33ffb1cbd Change color of hovered and pressed slider
Wuzzy <Wuzzy2@mail.ru>
parents: 15415
diff changeset
   397
background-color: white;
ebc33ffb1cbd Change color of hovered and pressed slider
Wuzzy <Wuzzy2@mail.ru>
parents: 15415
diff changeset
   398
}
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   399
QSlider::groove::horizontal:disabled {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   400
background-color: #a0a0a0;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   401
}
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   402
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   403
QSlider::handle::horizontal {
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   404
border: 0px;
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   405
margin: -8px 0px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   406
background-color: #ffcc00;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   407
width: 12px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   408
height: 6px;
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   409
border-radius: 3px;
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   410
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   411
QSlider::handle::horizontal:disabled {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   412
background-color: #a0a0a0;
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
HatButton, ThemeButton {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   416
text-align: left;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   417
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   418
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   419
#hatList, #hatList:hover, #themeList, #themeList:hover {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   420
border-color: #F6CB1C;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   421
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   422
14855
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   423
QScrollBar:vertical {
14882
d99ad8ac75d6 Frontend style: Improve scroll bar coloring
Wuzzy <Wuzzy2@mail.ru>
parents: 14881
diff changeset
   424
border: none;
14855
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   425
color: #FFD902;
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   426
background: #00321c;
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   427
width: 15px;
14882
d99ad8ac75d6 Frontend style: Improve scroll bar coloring
Wuzzy <Wuzzy2@mail.ru>
parents: 14881
diff changeset
   428
margin: 17px 0 17px 0;
14855
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   429
}
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   430
QScrollBar:horizontal {
14882
d99ad8ac75d6 Frontend style: Improve scroll bar coloring
Wuzzy <Wuzzy2@mail.ru>
parents: 14881
diff changeset
   431
border: none;
14855
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   432
color: #FFD902;
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   433
background: #00321c;
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   434
height: 15px;
14882
d99ad8ac75d6 Frontend style: Improve scroll bar coloring
Wuzzy <Wuzzy2@mail.ru>
parents: 14881
diff changeset
   435
margin: 0 17px 0 17px;
14855
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   436
}
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   437
QScrollBar::handle:vertical {
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   438
background: #00321c;
14882
d99ad8ac75d6 Frontend style: Improve scroll bar coloring
Wuzzy <Wuzzy2@mail.ru>
parents: 14881
diff changeset
   439
border: 1px solid #005F35;
14881
272cd0142a90 Frontend: Rounded scroll bar corners
Wuzzy <Wuzzy2@mail.ru>
parents: 14880
diff changeset
   440
border-radius: 2px;
14855
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   441
min-height: 20px;
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   442
}
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   443
QScrollBar::handle:horizontal {
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   444
background: #00321c;
14882
d99ad8ac75d6 Frontend style: Improve scroll bar coloring
Wuzzy <Wuzzy2@mail.ru>
parents: 14881
diff changeset
   445
border: 1px solid #005F35;
14881
272cd0142a90 Frontend: Rounded scroll bar corners
Wuzzy <Wuzzy2@mail.ru>
parents: 14880
diff changeset
   446
border-radius: 2px;
14855
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   447
min-width: 20px;
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   448
}
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   449
QScrollBar::handle:pressed {
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   450
background: #005a33;
14882
d99ad8ac75d6 Frontend style: Improve scroll bar coloring
Wuzzy <Wuzzy2@mail.ru>
parents: 14881
diff changeset
   451
border-color: #FFFFFF;
14855
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   452
}
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   453
QScrollBar::add-line, QScrollBar::sub-line {
14882
d99ad8ac75d6 Frontend style: Improve scroll bar coloring
Wuzzy <Wuzzy2@mail.ru>
parents: 14881
diff changeset
   454
border: 1px solid #005F35;
14881
272cd0142a90 Frontend: Rounded scroll bar corners
Wuzzy <Wuzzy2@mail.ru>
parents: 14880
diff changeset
   455
border-radius: 2px;
14855
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   456
background: #00321c;
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   457
subcontrol-origin: margin;
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   458
}
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   459
QScrollBar::add-line:vertical {
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   460
height: 15px;
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   461
subcontrol-position: bottom;
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   462
}
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   463
QScrollBar::sub-line:vertical {
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   464
height: 15px;
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   465
subcontrol-position: top;
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   466
}
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   467
QScrollBar::add-line:horizontal {
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   468
width: 15px;
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   469
subcontrol-position: right;
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   470
}
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   471
QScrollBar::sub-line:horizontal {
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   472
width: 15px;
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   473
subcontrol-position: left;
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   474
}
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   475
QScrollBar::add-line:pressed, QScrollBar::sub-line:pressed {
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   476
background: #005a33;
14882
d99ad8ac75d6 Frontend style: Improve scroll bar coloring
Wuzzy <Wuzzy2@mail.ru>
parents: 14881
diff changeset
   477
border-color: #FFFFFF;
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   478
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   479
14855
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   480
QScrollBar::up-arrow {
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   481
background-image: url(":/res/scroll_up.png");
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   482
}
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   483
QScrollBar::down-arrow {
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   484
background-image: url(":/res/scroll_down.png");
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   485
}
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   486
QScrollBar::left-arrow {
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   487
background-image: url(":/res/scroll_left.png");
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   488
}
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   489
QScrollBar::right-arrow {
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   490
background-image: url(":/res/scroll_right.png");
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   491
}
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   492
QScrollBar::add-page, QScrollBar::sub-page {
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   493
background: #00190F;
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   494
}
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   495
QScrollBar::add-page:pressed, QScrollBar::sub-page:pressed {
14882
d99ad8ac75d6 Frontend style: Improve scroll bar coloring
Wuzzy <Wuzzy2@mail.ru>
parents: 14881
diff changeset
   496
background: #008751;
14855
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14562
diff changeset
   497
}
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   498
#hatList, #themeList {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   499
border-color: #F6CB1C;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   500
border-width: 3px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   501
border-style: solid;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   502
border-radius: 10px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   503
border-top-left-radius: 0px;
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   504
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   505
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   506
#hatList::item, #themeList::item {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   507
background-color: #11084A;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   508
padding: 4px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   509
border-radius: 10px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   510
color: #ffcc00 !important;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   511
font: 8px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   512
border-width: 2px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   513
border-color: #11084A;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   514
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   515
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   516
#hatList::item:hover, #themeList::item:hover {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   517
background-color: #150A61;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   518
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   519
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   520
#hatList::item:selected, #themeList::item:selected {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   521
background-color: #150A61;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   522
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   523
14562
af22a14c6a23 Frontend: Tweak button padding once more
Wuzzy <Wuzzy2@mail.ru>
parents: 14559
diff changeset
   524
.QPushButton, .QPushButtonWithSound {
13631
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   525
padding: 3px 5px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   526
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   527
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   528
#gameCfgWidgetTabs {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   529
border-radius: 16px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   530
border-top-left-radius: 0px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   531
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   532
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   533
TeamSelWidget, #gameStackContainer, #GBoxOptions {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   534
border-radius: 10px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   535
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   536
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   537
PageMultiplayer TeamSelWidget {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   538
min-height: 500px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   539
}
14880
175c96e60279 Frontend: Add explicit style for QProgressBar
Wuzzy <Wuzzy2@mail.ru>
parents: 14857
diff changeset
   540
175c96e60279 Frontend: Add explicit style for QProgressBar
Wuzzy <Wuzzy2@mail.ru>
parents: 14857
diff changeset
   541
QProgressBar {
175c96e60279 Frontend: Add explicit style for QProgressBar
Wuzzy <Wuzzy2@mail.ru>
parents: 14857
diff changeset
   542
border: 3px solid #FFCC00;
175c96e60279 Frontend: Add explicit style for QProgressBar
Wuzzy <Wuzzy2@mail.ru>
parents: 14857
diff changeset
   543
background-color: #150A61;
175c96e60279 Frontend: Add explicit style for QProgressBar
Wuzzy <Wuzzy2@mail.ru>
parents: 14857
diff changeset
   544
border-radius: 5px;
175c96e60279 Frontend: Add explicit style for QProgressBar
Wuzzy <Wuzzy2@mail.ru>
parents: 14857
diff changeset
   545
text-align: center;
175c96e60279 Frontend: Add explicit style for QProgressBar
Wuzzy <Wuzzy2@mail.ru>
parents: 14857
diff changeset
   546
color: #FFFFFF;
175c96e60279 Frontend: Add explicit style for QProgressBar
Wuzzy <Wuzzy2@mail.ru>
parents: 14857
diff changeset
   547
}
175c96e60279 Frontend: Add explicit style for QProgressBar
Wuzzy <Wuzzy2@mail.ru>
parents: 14857
diff changeset
   548
QProgressBar::chunk {
175c96e60279 Frontend: Add explicit style for QProgressBar
Wuzzy <Wuzzy2@mail.ru>
parents: 14857
diff changeset
   549
background-color: #FF9B00;
175c96e60279 Frontend: Add explicit style for QProgressBar
Wuzzy <Wuzzy2@mail.ru>
parents: 14857
diff changeset
   550
margin: 2px;
175c96e60279 Frontend: Add explicit style for QProgressBar
Wuzzy <Wuzzy2@mail.ru>
parents: 14857
diff changeset
   551
}
15249
441bdf1e6026 Fix broken stylesheet in keybinder widget
Wuzzy <Wuzzy2@mail.ru>
parents: 15000
diff changeset
   552
#keyBinderScrollArea {
441bdf1e6026 Fix broken stylesheet in keybinder widget
Wuzzy <Wuzzy2@mail.ru>
parents: 15000
diff changeset
   553
background: #130F2A;
441bdf1e6026 Fix broken stylesheet in keybinder widget
Wuzzy <Wuzzy2@mail.ru>
parents: 15000
diff changeset
   554
}
15254
ebb86ed1b785 Move chat box stylesheets to CSS files
Wuzzy <Wuzzy2@mail.ru>
parents: 15249
diff changeset
   555
#chatContainer {
ebb86ed1b785 Move chat box stylesheets to CSS files
Wuzzy <Wuzzy2@mail.ru>
parents: 15249
diff changeset
   556
border-width: 0px;
ebb86ed1b785 Move chat box stylesheets to CSS files
Wuzzy <Wuzzy2@mail.ru>
parents: 15249
diff changeset
   557
background-color: #ffcc00;
ebb86ed1b785 Move chat box stylesheets to CSS files
Wuzzy <Wuzzy2@mail.ru>
parents: 15249
diff changeset
   558
border-radius: 10px;
ebb86ed1b785 Move chat box stylesheets to CSS files
Wuzzy <Wuzzy2@mail.ru>
parents: 15249
diff changeset
   559
}
ebb86ed1b785 Move chat box stylesheets to CSS files
Wuzzy <Wuzzy2@mail.ru>
parents: 15249
diff changeset
   560
#chatText {
ebb86ed1b785 Move chat box stylesheets to CSS files
Wuzzy <Wuzzy2@mail.ru>
parents: 15249
diff changeset
   561
background-color: rgb(23, 11, 54);
ebb86ed1b785 Move chat box stylesheets to CSS files
Wuzzy <Wuzzy2@mail.ru>
parents: 15249
diff changeset
   562
border-width: 0px;
ebb86ed1b785 Move chat box stylesheets to CSS files
Wuzzy <Wuzzy2@mail.ru>
parents: 15249
diff changeset
   563
}
15257
752b44ffa707 Pagetraining: Move style sheet to CSS files
Wuzzy <Wuzzy2@mail.ru>
parents: 15254
diff changeset
   564
#trainingList {
752b44ffa707 Pagetraining: Move style sheet to CSS files
Wuzzy <Wuzzy2@mail.ru>
parents: 15254
diff changeset
   565
border-style: none;
752b44ffa707 Pagetraining: Move style sheet to CSS files
Wuzzy <Wuzzy2@mail.ru>
parents: 15254
diff changeset
   566
padding-top: 6px;
752b44ffa707 Pagetraining: Move style sheet to CSS files
Wuzzy <Wuzzy2@mail.ru>
parents: 15254
diff changeset
   567
}
752b44ffa707 Pagetraining: Move style sheet to CSS files
Wuzzy <Wuzzy2@mail.ru>
parents: 15254
diff changeset
   568
#trainingList::item
752b44ffa707 Pagetraining: Move style sheet to CSS files
Wuzzy <Wuzzy2@mail.ru>
parents: 15254
diff changeset
   569
{
752b44ffa707 Pagetraining: Move style sheet to CSS files
Wuzzy <Wuzzy2@mail.ru>
parents: 15254
diff changeset
   570
padding-top: 2px;
752b44ffa707 Pagetraining: Move style sheet to CSS files
Wuzzy <Wuzzy2@mail.ru>
parents: 15254
diff changeset
   571
padding-bottom: 2px;
752b44ffa707 Pagetraining: Move style sheet to CSS files
Wuzzy <Wuzzy2@mail.ru>
parents: 15254
diff changeset
   572
}
15415
78607b894e59 Disable "pressed in" effect of ToggleButtonWidget
Wuzzy <Wuzzy2@mail.ru>
parents: 15257
diff changeset
   573
ToggleButtonWidget
78607b894e59 Disable "pressed in" effect of ToggleButtonWidget
Wuzzy <Wuzzy2@mail.ru>
parents: 15257
diff changeset
   574
{
78607b894e59 Disable "pressed in" effect of ToggleButtonWidget
Wuzzy <Wuzzy2@mail.ru>
parents: 15257
diff changeset
   575
padding: 0px;
78607b894e59 Disable "pressed in" effect of ToggleButtonWidget
Wuzzy <Wuzzy2@mail.ru>
parents: 15257
diff changeset
   576
}