QTfrontend/res/css/christmas.css
changeset 9665 bfd62e380327
parent 9663 1fa74f92555d
child 13631 946b21a1fbf6
equal deleted inserted replaced
9664:1e528c58e41d 9665:bfd62e380327
    31 }
    31 }
    32 
    32 
    33 a { color:#c8c8ff; }
    33 a { color:#c8c8ff; }
    34 
    34 
    35 QLineEdit, QListWidget, QListView, QTableView, QTextBrowser, QSpinBox, QComboBox,
    35 QLineEdit, QListWidget, QListView, QTableView, QTextBrowser, QSpinBox, QComboBox,
    36 QComboBox QAbstractItemView, QPlainTextEdit, QMenu::item {
    36 QComboBox QAbstractItemView, QPlainTextEdit, QMenu::item, #labelLikeLineEdit {
    37 background-color: rgba(13, 5, 68, 70%);
    37 background-color: rgba(13, 5, 68, 70%);
    38 }
    38 }
    39 
    39 
    40 QComboBox::separator {
    40 QComboBox::separator {
    41 border: solid; border-width: 3px; border-color: #ffcc00;
    41 border: solid; border-width: 3px; border-color: #ffcc00;
    42 }
    42 }
    43 
    43 
    44 QPushButton, QListWidget, QListView, QTableView, QLineEdit, QHeaderView,
    44 QPushButton, QListWidget, QListView, QTableView, QLineEdit, QHeaderView,
    45 QTextBrowser, QSpinBox, QToolBox, QComboBox, QPlainTextEdit,
    45 QTextBrowser, QSpinBox, QToolBox, QComboBox, QPlainTextEdit,
    46 QComboBox QAbstractItemView, IconedGroupBox,
    46 QComboBox QAbstractItemView, IconedGroupBox,
    47 .QGroupBox, GameCFGWidget, TeamSelWidget, SelWeaponWidget,
    47 .QGroupBox, #gameStackContainer, TeamSelWidget, SelWeaponWidget,
    48 QTabWidget::pane, QTabBar::tab {
    48 QTabWidget::pane, QTabBar::tab, #mapPreview, #labelLikeLineEdit {
    49 border: solid;
    49 border: solid;
    50 border-width: 3px;
    50 border-width: 3px;
    51 border-color: #ffcc00;
    51 border-color: #ffcc00;
    52 }
    52 }
    53 
    53 
    54 QPushButton:hover, QLineEdit:hover, QListWidget:hover, QListView:hover,
    54 QPushButton:hover, QLineEdit:hover, QListWidget:hover, QListView:hover,
    55 QSpinBox:hover, QToolBox:hover, QComboBox:hover {
    55 QSpinBox:hover, QToolBox:hover, QComboBox:hover {
    56 border-color: yellow;
    56 border-color: yellow;
    57 }
    57 }
    58 
    58 
    59 QLineEdit, QListWidget, QListView,QTableView, QTextBrowser,
    59 QToolButton {
    60 QSpinBox, QToolBox, QPlainTextEdit {
    60 background-color: #11084A;
    61 border-radius: 10px;
    61 }
       
    62 
       
    63 QToolButton:hover {
       
    64 background-color: #150A61;
       
    65 }
       
    66 
       
    67 QToolButton:pressed {
       
    68 background-color: #100744;
       
    69 }
       
    70 
       
    71 QLineEdit, QListWidget, QListView, QTableView, QTextBrowser,
       
    72 QSpinBox, QToolBox, QPlainTextEdit, QToolButton, #mapPreview, #labelLikeLineEdit {
       
    73 border-radius: 10px;
       
    74 }
       
    75 
       
    76 #mapPreview {
       
    77 background-color: #0d0544;
    62 }
    78 }
    63 
    79 
    64 QLineEdit, QLabel, QHeaderView, QListWidget, QListView, QTableView,
    80 QLineEdit, QLabel, QHeaderView, QListWidget, QListView, QTableView,
    65 QSpinBox, QToolBox::tab, QComboBox, QComboBox QAbstractItemView,
    81 QSpinBox, QToolBox::tab, QComboBox, QComboBox QAbstractItemView,
    66 IconedGroupBox, .QGroupBox, GameCFGWidget, TeamSelWidget,
    82 IconedGroupBox, .QGroupBox, #gameStackContainer, TeamSelWidget,
    67 SelWeaponWidget, QCheckBox, QRadioButton, QPushButton, QPlainTextEdit {
    83 SelWeaponWidget, QCheckBox, QRadioButton, QPushButton, QPlainTextEdit {
    68 font: bold 13px;
    84 font: bold 13px;
    69 }
    85 }
    70 SelWeaponWidget QTabWidget::pane, SelWeaponWidget QTabBar::tab:selected {
    86 SelWeaponWidget QTabWidget::pane, SelWeaponWidget QTabBar::tab:selected {
    71 background-position: bottom center;
    87 background-position: bottom center;
    72 background-repeat: repeat-x;
    88 background-repeat: repeat-x;
    73 background-color: #000000;
    89 background-color: #000000;
    74 }
    90 }
    75 .QGroupBox,GameCFGWidget,TeamSelWidget,SelWeaponWidget {
    91 .QGroupBox, #gameStackContainer, TeamSelWidget, SelWeaponWidget {
    76 background-position: bottom center;
    92 background-position: bottom center;
    77 background-repeat: repeat-x;
    93 background-repeat: repeat-x;
    78 border-radius: 16px;
    94 border-radius: 16px;
    79 background-color: rgba(13, 5, 68, 70%);
    95 background-color: rgba(13, 5, 68, 70%);
    80 padding: 6px;
    96 padding: 6px;
    87 IconedGroupBox, IconedGroupBox *, QTabWidget::pane, QTabBar::tab:selected, QToolBox::tab QWidget{" */
   103 IconedGroupBox, IconedGroupBox *, QTabWidget::pane, QTabBar::tab:selected, QToolBox::tab QWidget{" */
    88 IconedGroupBox, QTabWidget::pane, QTabBar::tab:selected, QToolBox::tab QWidget{
   104 IconedGroupBox, QTabWidget::pane, QTabBar::tab:selected, QToolBox::tab QWidget{
    89 background-color: #130f2c;
   105 background-color: #130f2c;
    90 }
   106 }
    91 
   107 
       
   108 QTabWidget::pane {
       
   109 border-radius: 8px;
       
   110 border-top-left-radius: 0px;
       
   111 }
       
   112 
       
   113 QLineEdit:disabled, QSpinBox:disabled {
       
   114 border-color: gray;
       
   115 }
       
   116 
       
   117 GameCFGWidget {
       
   118 border: none;
       
   119 }
    92 
   120 
    93 QPushButton {
   121 QPushButton {
    94 border-radius: 8px;
   122 border-radius: 8px;
    95 background-origin: margin;
   123 background-origin: margin;
    96 background-position: top left;
   124 background-position: top left;
    97 background-color: rgba(18, 42, 5, 70%);
   125 background-color: rgba(18, 42, 5, 70%);
    98 }
   126 }
    99 
   127 
   100 QPushButton:pressed{
   128 QPushButton:pressed, QToolButton:pressed {
   101 border-color: white;
   129 border-color: white;
   102 }
   130 }
   103 
   131 
   104 QPushButton:focus {
   132 QPushButton:focus {
   105 outline: none;
   133 outline: none;
   106 }
   134 }
   107 
       
   108 
   135 
   109 QHeaderView {
   136 QHeaderView {
   110 border-radius: 0;
   137 border-radius: 0;
   111 border-width: 0;
   138 border-width: 0;
   112 border-bottom-width: 3px;
   139 border-bottom-width: 3px;
   114 }
   141 }
   115 QTableView {
   142 QTableView {
   116 alternate-background-color: #2f213a;
   143 alternate-background-color: #2f213a;
   117 gridline-color: transparent;
   144 gridline-color: transparent;
   118 }
   145 }
   119 
   146 QTabWidget::pane { top: -2px; }
   120 QTabBar::tab {
   147 QTabBar::tab {
   121 border-bottom-width: 0;
       
   122 border-radius: 0;
   148 border-radius: 0;
   123 border-top-left-radius: 6px;
   149 border-top-left-radius: 6px;
   124 border-top-right-radius: 6px;
   150 border-top-right-radius: 6px;
   125 padding: 3px;
   151 padding: 3px;
   126 }
   152 background-color: #00351d;
   127 QTabBar::tab:!selected {
   153 color: #ffcc00;
   128 color: #0d0544;
   154 }
   129 background-color: #ffcc00;
   155 QTabBar::tab:selected {
       
   156 border-bottom-color: #0d0544;
       
   157 border-bottom-width: 0;
   130 }
   158 }
   131 QSpinBox::up-button{
   159 QSpinBox::up-button{
   132 background: transparent;
   160 background: transparent;
   133 width: 16px;
   161 width: 16px;
   134 height: 10px;
   162 height: 10px;
   149 }
   177 }
   150 
   178 
   151 QComboBox {
   179 QComboBox {
   152 border-radius: 10px;
   180 border-radius: 10px;
   153 padding: 3px;
   181 padding: 3px;
       
   182 height: 18px;
   154 }
   183 }
   155 QComboBox:pressed{
   184 QComboBox:pressed{
   156 border-color: white;
   185 border-color: white;
   157 }
   186 }
   158 QComboBox::drop-down{
   187 QComboBox::drop-down{
   238 background-color: #ffcc00;
   267 background-color: #ffcc00;
   239 }
   268 }
   240 
   269 
   241 QSlider::handle::horizontal {
   270 QSlider::handle::horizontal {
   242 border: 0px;
   271 border: 0px;
   243 margin: -2px 0px;
   272 margin: -8px 0px;
       
   273 background-color: #ffcc00;
       
   274 width: 12px;
       
   275 height: 6px;
   244 border-radius: 3px;
   276 border-radius: 3px;
   245 background-color: #ffcc00;
   277 }
   246 width: 8px;
   278 
       
   279 HatButton, ThemeButton {
       
   280 text-align: left;
       
   281 }
       
   282 
       
   283 #hatList, #hatList:hover, #themeList, #themeList:hover {
       
   284 border-color: #F6CB1C;
       
   285 }
       
   286 
       
   287 #hatList QScrollBar, #themeList QScrollBar {
       
   288 background-color: #130F2A;
       
   289 border-top-right-radius: 10px;
       
   290 border-bottom-right-radius: 10px;
       
   291 }
       
   292 
       
   293 #hatList, #themeList {
       
   294 border-color: #F6CB1C;
       
   295 border-width: 3px;
       
   296 border-style: solid;
       
   297 border-radius: 10px;
       
   298 border-top-left-radius: 0px;
       
   299 }
       
   300 
       
   301 #hatList::item, #themeList::item {
       
   302 background-color: #11084A;
       
   303 padding: 4px;
       
   304 border-radius: 10px;
       
   305 color: #ffcc00 !important;
       
   306 font: 8px;
       
   307 border-width: 2px;
       
   308 border-color: #11084A;
       
   309 }
       
   310 
       
   311 #hatList::item:hover, #themeList::item:hover {
       
   312 background-color: #150A61;
       
   313 }
       
   314 
       
   315 #hatList::item:selected, #themeList::item:selected {
       
   316 background-color: #150A61;
       
   317 }
       
   318 
       
   319 QDialogButtonBox QPushButton {
       
   320 padding: 3px 5px;
       
   321 }
       
   322 
       
   323 #gameCfgWidgetTabs {
       
   324 border-radius: 16px;
       
   325 border-top-left-radius: 0px;
       
   326 }
       
   327 
       
   328 TeamSelWidget, #gameStackContainer, #GBoxOptions {
       
   329 border-radius: 10px;
   247 }
   330 }
   248 
   331 
   249 PageMultiplayer TeamSelWidget {
   332 PageMultiplayer TeamSelWidget {
   250 min-height: 500px;
   333 min-height: 500px;
   251 }
   334 }
   252