QTfrontend/res/css/easter.css
author nemo
Tue, 30 Apr 2019 09:36:13 -0400
changeset 14864 8d65728c4ed0
parent 14862 38eadfc525ce
child 14885 175c96e60279
permissions -rw-r--r--
Backed out changeset 13589d529899 So, we only disabled this on the release branch in r29d614a5c9eb due to having discovered it JUST before release. We should fix it properly in default...
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
 *
13636
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
 *
13636
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
 *
13636
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
13636
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 {
13636
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
13636
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
13636
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
13636
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,
13636
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
13636
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
13636
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,
13636
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
}
13636
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
}
13636
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;
13636
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
13636
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
13636
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
13636
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
13636
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
}
13636
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;
13636
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
}
13636
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;
14862
38eadfc525ce Frontend: Slightly increase size+padding for QLineEdit, QSpinBox
Wuzzy <Wuzzy2@mail.ru>
parents: 14860
diff changeset
   235
padding-top: 1px;
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   236
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   237
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   238
QSpinBox::up-arrow {
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   239
image: url(":/res/spin_up.png");
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   240
}
13636
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   241
QSpinBox::up-arrow:disabled {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   242
image: url(":/res/spin_up_disabled.png");
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   243
}
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   244
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   245
QSpinBox::down-arrow {
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   246
image: url(":/res/spin_down.png");
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   247
}
13636
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   248
QSpinBox::down-arrow:disabled {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   249
image: url(":/res/spin_down_disabled.png");
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   250
}
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   251
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   252
QSpinBox::down-button {
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   253
background: transparent;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   254
width: 16px;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   255
height: 10px;
14862
38eadfc525ce Frontend: Slightly increase size+padding for QLineEdit, QSpinBox
Wuzzy <Wuzzy2@mail.ru>
parents: 14860
diff changeset
   256
padding-top: 1px;
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   257
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   258
14862
38eadfc525ce Frontend: Slightly increase size+padding for QLineEdit, QSpinBox
Wuzzy <Wuzzy2@mail.ru>
parents: 14860
diff changeset
   259
QSpinBox, QLineEdit {
38eadfc525ce Frontend: Slightly increase size+padding for QLineEdit, QSpinBox
Wuzzy <Wuzzy2@mail.ru>
parents: 14860
diff changeset
   260
padding: 3px;
38eadfc525ce Frontend: Slightly increase size+padding for QLineEdit, QSpinBox
Wuzzy <Wuzzy2@mail.ru>
parents: 14860
diff changeset
   261
min-height: 18px;
38eadfc525ce Frontend: Slightly increase size+padding for QLineEdit, QSpinBox
Wuzzy <Wuzzy2@mail.ru>
parents: 14860
diff changeset
   262
}
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   263
QComboBox {
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   264
border-radius: 10px;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   265
padding: 3px;
13636
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   266
height: 18px;
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   267
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   268
QComboBox:pressed{
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   269
border-color: white;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   270
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   271
QComboBox::drop-down{
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   272
border: transparent;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   273
width: 25px;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   274
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   275
QComboBox::down-arrow {
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   276
image: url(":/res/dropdown.png");
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   277
}
13636
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   278
QComboBox::down-arrow:disabled {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   279
image: url(":/res/dropdown_disabled.png");
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   280
}
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   281
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   282
VertScrArea {
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   283
background-position: bottom center;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   284
background-repeat: repeat-x;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   285
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   286
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   287
IconedGroupBox {
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   288
border-radius: 16px;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   289
padding: 2px;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   290
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   291
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   292
QGroupBox::title{
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   293
subcontrol-origin: margin;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   294
subcontrol-position: top left;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   295
text-align: left;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   296
left: 15px;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   297
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   298
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   299
QCheckBox::indicator:checked{
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   300
image: url(":/res/checked.png");
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   301
}
13636
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   302
QCheckBox::indicator:checked:hover{
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   303
image: url(":/res/checkedHover.png");
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   304
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   305
QCheckBox::indicator:checked:pressed{
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   306
image: url(":/res/checkedPressed.png");
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   307
}
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   308
QCheckBox::indicator:unchecked{
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   309
image: url(":/res/unchecked.png");
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   310
}
13636
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   311
QCheckBox::indicator:unchecked:hover{
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   312
image: url(":/res/uncheckedHover.png");
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   313
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   314
QCheckBox::indicator:unchecked:pressed{
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   315
image: url(":/res/uncheckedPressed.png");
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   316
}
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{
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   319
image: url(":/res/radioButtonChecked.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:checked:hover{
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   322
image: url(":/res/radioButtonCheckedHover.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:checked:pressed{
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   325
image: url(":/res/radioButtonCheckedPressed.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{
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   328
image: url(":/res/radioButtonUnchecked.png");
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   329
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   330
QRadioButton::indicator:unchecked:hover{
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   331
image: url(":/res/radioButtonUncheckedHover.png");
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   332
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   333
QRadioButton::indicator:unchecked:pressed{
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   334
image: url(":/res/radioButtonUncheckedPressed.png");
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   335
}
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   336
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   337
.QWidget{
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   338
background: transparent;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   339
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   340
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   341
QTabWidget::pane {
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   342
border-top-width: 2px;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   343
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   344
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   345
QMenu{
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   346
background-color: #ffcc00;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   347
margin: 3px;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   348
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   349
QMenu::item {
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   350
background-color: #0d0544;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   351
border: 1px solid transparent;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   352
font: bold;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   353
padding: 2px 25px 2px 20px;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   354
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   355
QMenu::item:selected {
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   356
background-color: #2d2564;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   357
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   358
QMenu::indicator {
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   359
width: 16px;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   360
height: 16px;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   361
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   362
QMenu::indicator:non-exclusive:checked{
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   363
image: url(":/res/checked.png");
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   364
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   365
QMenu::indicator:non-exclusive:unchecked{
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   366
image: url(":/res/unchecked.png");
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   367
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   368
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   369
QToolTip{
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   370
background-color: #0d0544;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   371
border: 1px solid #ffcc00;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   372
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   373
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   374
:disabled{
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   375
color: #a0a0a0;
13636
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   376
border-color: #a0a0a0;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   377
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   378
QListWidget:item:selected:disabled, QListView:item:selected:disabled{
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   379
color: rgba(13, 5, 68, 70%);
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   380
background-color: #a0a0a0;
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   381
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   382
SquareLabel, ItemNum {
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   383
background-color: #000000;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   384
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   385
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   386
QSlider::groove::horizontal {
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   387
height: 2px;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   388
margin: 2px 0px;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   389
background-color: #ffcc00;
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   390
}
13636
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   391
QSlider::groove::horizontal:disabled {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   392
background-color: #a0a0a0;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   393
}
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   394
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   395
QSlider::handle::horizontal {
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   396
border: 0px;
13636
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   397
margin: -8px 0px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   398
background-color: #ffcc00;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   399
width: 12px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   400
height: 6px;
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   401
border-radius: 3px;
13636
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   402
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   403
QSlider::handle::horizontal:disabled {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   404
background-color: #a0a0a0;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   405
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   406
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   407
HatButton, ThemeButton {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   408
text-align: left;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   409
}
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
#hatList, #hatList:hover, #themeList, #themeList:hover {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   412
border-color: #F6CB1C;
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
14860
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   415
QScrollBar:vertical {
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   416
border: 1px solid black;
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   417
color: #FFD902;
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   418
background: #00321c;
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   419
width: 15px;
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   420
margin: 16px 0 16px 0;
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   421
}
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   422
QScrollBar:horizontal {
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   423
border: 1px solid black;
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   424
color: #FFD902;
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   425
background: #00321c;
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   426
height: 15px;
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   427
margin: 0 16px 0 16px;
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   428
}
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   429
QScrollBar::handle:vertical {
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   430
background: #00321c;
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   431
border-top: 1px solid black;
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   432
border-bottom: 1px solid black;
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   433
border-left: none;
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   434
border-right: none;
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   435
min-height: 20px;
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   436
}
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   437
QScrollBar::handle:horizontal {
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   438
background: #00321c;
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   439
border-top: none;
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   440
border-bottom: none;
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   441
border-left: 1px solid black;
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   442
border-right: 1px solid black;
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   443
min-width: 20px;
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   444
}
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   445
QScrollBar::handle:pressed {
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   446
background: #005a33;
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   447
}
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   448
QScrollBar::add-line, QScrollBar::sub-line {
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   449
border: 1px solid black;
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   450
background: #00321c;
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   451
subcontrol-origin: margin;
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   452
}
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   453
QScrollBar::add-line:vertical {
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   454
height: 15px;
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   455
subcontrol-position: bottom;
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   456
}
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   457
QScrollBar::sub-line:vertical {
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   458
height: 15px;
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   459
subcontrol-position: top;
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   460
}
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   461
QScrollBar::add-line:horizontal {
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   462
width: 15px;
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   463
subcontrol-position: right;
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   464
}
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   465
QScrollBar::sub-line:horizontal {
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   466
width: 15px;
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   467
subcontrol-position: left;
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   468
}
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   469
QScrollBar::add-line:pressed, QScrollBar::sub-line:pressed {
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   470
background: #005a33;
13636
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   471
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   472
14860
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   473
QScrollBar::up-arrow {
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   474
background-image: url(":/res/scroll_up.png");
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   475
}
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   476
QScrollBar::down-arrow {
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   477
background-image: url(":/res/scroll_down.png");
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   478
}
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   479
QScrollBar::left-arrow {
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   480
background-image: url(":/res/scroll_left.png");
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   481
}
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   482
QScrollBar::right-arrow {
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   483
background-image: url(":/res/scroll_right.png");
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   484
}
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   485
QScrollBar::add-page, QScrollBar::sub-page {
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   486
background: #00190F;
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   487
}
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   488
QScrollBar::add-page:pressed, QScrollBar::sub-page:pressed {
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   489
background: #FFFCA1;
6d95d314ae8b Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents: 14567
diff changeset
   490
}
13636
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   491
#hatList, #themeList {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   492
border-color: #F6CB1C;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   493
border-width: 3px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   494
border-style: solid;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   495
border-radius: 10px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   496
border-top-left-radius: 0px;
6579
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   497
}
fc52f7c22c9b GCI task: season greetings
valnut
parents:
diff changeset
   498
13636
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   499
#hatList::item, #themeList::item {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   500
background-color: #11084A;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   501
padding: 4px;
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
color: #ffcc00 !important;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   504
font: 8px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   505
border-width: 2px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   506
border-color: #11084A;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   507
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   508
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   509
#hatList::item:hover, #themeList::item:hover {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   510
background-color: #150A61;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   511
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   512
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   513
#hatList::item:selected, #themeList::item:selected {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   514
background-color: #150A61;
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
14567
af22a14c6a23 Frontend: Tweak button padding once more
Wuzzy <Wuzzy2@mail.ru>
parents: 14564
diff changeset
   517
.QPushButton, .QPushButtonWithSound {
13636
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   518
padding: 3px 5px;
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
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   521
#gameCfgWidgetTabs {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   522
border-radius: 16px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   523
border-top-left-radius: 0px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   524
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   525
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   526
TeamSelWidget, #gameStackContainer, #GBoxOptions {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   527
border-radius: 10px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   528
}
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   529
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   530
PageMultiplayer TeamSelWidget {
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   531
min-height: 500px;
946b21a1fbf6 Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents: 7900
diff changeset
   532
}