QTfrontend/res/css/birthday.css
branchphysfslayer
changeset 7928 88fde28bbda6
parent 7919 c7d258a4358e
child 9663 1fa74f92555d
equal deleted inserted replaced
7778:3331b30e4ef1 7928:88fde28bbda6
    19 
    19 
    20 HWForm,QDialog {
    20 HWForm,QDialog {
    21 background-image: url(":/res/BackgroundBirthday.png");
    21 background-image: url(":/res/BackgroundBirthday.png");
    22 background-position: bottom center;
    22 background-position: bottom center;
    23 background-repeat: repeat-x;
    23 background-repeat: repeat-x;
    24 background-color: #141250;
    24 background-color: #100308;
    25 }
    25 }
    26 
    26 
    27 * {
    27 * {
    28 color: #ffcc00;
    28 color: #ffcc00;
    29 selection-background-color: #ffcc00;
    29 selection-background-color: #ffcc00;
    30 selection-color: #00351d;
    30 selection-color: #00351d;
    31 }
    31 }
    32 
    32 
    33 a { color:#c8c8ff; }
    33 a { color:#c8c8ff; }
    34 
    34 
    35 QLineEdit, QListWidget, QTableView, QTextBrowser, QSpinBox, QComboBox,
    35 QLineEdit, QListWidget, QListView, QTableView, QTextBrowser, QSpinBox, QComboBox,
    36 QComboBox QAbstractItemView, QPlainTextEdit, QMenu::item {
    36 QComboBox QAbstractItemView, QPlainTextEdit, QMenu::item {
    37 background-color: rgba(13, 5, 68, 70%);
    37 background-color: rgba(20, 20, 20, 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, 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, GameCFGWidget, TeamSelWidget, SelWeaponWidget,
    48 QTabWidget::pane, QTabBar::tab {
    48 QTabWidget::pane, QTabBar::tab {
    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,
    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,QTableView, QTextBrowser,
    59 QLineEdit, QListWidget, QListView,QTableView, QTextBrowser,
    60 QSpinBox, QToolBox, QPlainTextEdit {
    60 QSpinBox, QToolBox, QPlainTextEdit {
    61 border-radius: 10px;
    61 border-radius: 10px;
    62 }
    62 }
    63 
    63 
    64 QLineEdit, QLabel, QHeaderView, QListWidget, QTableView,
    64 QLineEdit, QLabel, QHeaderView, QListWidget, QListView, QTableView,
    65 QSpinBox, QToolBox::tab, QComboBox, QComboBox QAbstractItemView,
    65 QSpinBox, QToolBox::tab, QComboBox, QComboBox QAbstractItemView,
    66 IconedGroupBox, .QGroupBox, GameCFGWidget, TeamSelWidget,
    66 IconedGroupBox, .QGroupBox, GameCFGWidget, TeamSelWidget,
    67 SelWeaponWidget, QCheckBox, QRadioButton, QPushButton, QPlainTextEdit {
    67 SelWeaponWidget, QCheckBox, QRadioButton, QPushButton, QPlainTextEdit {
    68 font: bold 13px;
    68 font: bold 13px;
    69 }
    69 }
    74 }
    74 }
    75 .QGroupBox,GameCFGWidget,TeamSelWidget,SelWeaponWidget {
    75 .QGroupBox,GameCFGWidget,TeamSelWidget,SelWeaponWidget {
    76 background-position: bottom center;
    76 background-position: bottom center;
    77 background-repeat: repeat-x;
    77 background-repeat: repeat-x;
    78 border-radius: 16px;
    78 border-radius: 16px;
    79 background-color: rgba(13, 5, 68, 70%);
    79 background-color: rgba(20, 20, 20, 70%);
    80 padding: 6px;
    80 padding: 6px;
    81 }
    81 }
    82 /*  Experimenting with PaintOnScreen and border-radius on IconedGroupBox children didn't work out well
    82 /*  Experimenting with PaintOnScreen and border-radius on IconedGroupBox children didn't work out well
    83 IconedGroupBox QComboBox, IconedGroupBox QPushButton, IconedGroupBox QLineEdit,
    83 IconedGroupBox QComboBox, IconedGroupBox QPushButton, IconedGroupBox QLineEdit,
    84 IconedGroupBox QSpinBox {
    84 IconedGroupBox QSpinBox {