QTfrontend/res/css/birthday.css
branch0.9.18
changeset 7903 e0d21677b00f
parent 7900 e5e7678e4b2f
child 7919 c7d258a4358e
equal deleted inserted replaced
7902:a82b1bf2eca1 7903:e0d21677b00f
    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: black;
    25 }
    25 }
    26 
    26 
    27 * {
    27 * {
    28 color: #ffcc00;
    28 color: #ffcc00;
    29 selection-background-color: #ffcc00;
    29 selection-background-color: #ffcc00;
    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 {
    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 }
    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 {