QTfrontend/res/css/qt.css
changeset 13231 6193503c4727
parent 13228 d23742ccf92b
child 13251 edb2f654f8f6
equal deleted inserted replaced
13230:d5a029299407 13231:6193503c4727
    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, QListView, QTableView, QTextBrowser, QSpinBox, QComboBox,
    35 QLineEdit, QListWidget, QListView, QTableView, QTableWidget, QTextBrowser, QSpinBox, QComboBox,
    36 QComboBox QAbstractItemView, QPlainTextEdit, QMenu::item, #labelLikeLineEdit {
    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 VertScrArea, QGraphicsView {
       
    41 border-style: solid; border-width: 2px; border-color: #cca300; border-radius: 3px;
       
    42 }
       
    43 #gameStatsView {
       
    44 border-color: #332816;
       
    45 }
       
    46 
       
    47 QSplitter::handle {
       
    48 background-image: url(":/res/splitter.png");
       
    49 background-clip: content;
       
    50 }
       
    51 QSplitter::handle:horizontal {
       
    52 width: 7px;
       
    53 background-repeat: repeat-y;
       
    54 }
       
    55 QSplitter::handle:vertical {
       
    56 height: 7px;
       
    57 background-repeat: repeat-x;
       
    58 }
       
    59 
    40 QComboBox::separator {
    60 QComboBox::separator {
    41 border: solid; border-width: 3px; border-color: #ffcc00;
    61 border: solid; border-width: 3px; border-color: #ffcc00;
    42 }
    62 }
    43 
    63 
    44 QPushButton, QListWidget, QListView, QTableView, QLineEdit, QHeaderView,
    64 QPushButton, QListWidget, QListView, QTableView, QTableWidget, QLineEdit,
    45 QTextBrowser, QSpinBox, QToolBox, QComboBox, QPlainTextEdit,
    65 QTextBrowser, QSpinBox, QToolBox, QComboBox, QPlainTextEdit,
    46 QComboBox QAbstractItemView, IconedGroupBox,
    66 QComboBox QAbstractItemView, IconedGroupBox,
    47 .QGroupBox, #gameStackContainer, TeamSelWidget, SelWeaponWidget,
    67 .QGroupBox, #gameStackContainer, TeamSelWidget, SelWeaponWidget,
    48 QTabWidget::pane, QTabBar::tab, #mapPreview, #labelLikeLineEdit {
    68 QTabWidget::pane, QTabBar::tab, #mapPreview, #labelLikeLineEdit {
    49 border: solid;
    69 border: solid;
    79 
    99 
    80 QToolButton:pressed {
   100 QToolButton:pressed {
    81 background-color: #100744;
   101 background-color: #100744;
    82 }
   102 }
    83 
   103 
    84 QLineEdit, QListWidget, QListView, QTableView, QTextBrowser,
   104 QLineEdit, QListWidget, QListView, QTableView, QTableWidget, QTextBrowser,
    85 QSpinBox, QToolBox, QPlainTextEdit, QToolButton, #mapPreview, #labelLikeLineEdit {
   105 QSpinBox, QToolBox, QPlainTextEdit, QToolButton, #mapPreview, #labelLikeLineEdit {
    86 border-radius: 10px;
   106 border-radius: 10px;
    87 }
   107 }
    88 
   108 
    89 #mapPreview {
   109 #mapPreview {
    94 background-color: #0d0544;
   114 background-color: #0d0544;
    95 color: #ffffff;
   115 color: #ffffff;
    96 }
   116 }
    97 
   117 
    98 QLineEdit, QLabel, QHeaderView, QListWidget, QListView, QTableView,
   118 QLineEdit, QLabel, QHeaderView, QListWidget, QListView, QTableView,
    99 QSpinBox, QToolBox::tab, QComboBox, QComboBox QAbstractItemView,
   119 QTableWidget, QSpinBox, QToolBox::tab, QComboBox, QComboBox QAbstractItemView,
   100 IconedGroupBox, .QGroupBox, #gameStackContainer, TeamSelWidget,
   120 IconedGroupBox, .QGroupBox, #gameStackContainer, TeamSelWidget,
   101 SelWeaponWidget, QCheckBox, QRadioButton, QPushButton, QPlainTextEdit {
   121 SelWeaponWidget, QCheckBox, QRadioButton, QPushButton, QPlainTextEdit {
   102 font: bold 13px;
   122 font: bold 13px;
   103 }
   123 }
   104 SelWeaponWidget QTabWidget::pane, SelWeaponWidget QTabBar::tab:selected {
   124 SelWeaponWidget QTabWidget::pane, SelWeaponWidget QTabBar::tab:selected {
   147 QPushButton:focus {
   167 QPushButton:focus {
   148 outline: none;
   168 outline: none;
   149 }
   169 }
   150 
   170 
   151 QHeaderView {
   171 QHeaderView {
   152 border-radius: 0;
   172 background-color: #00351d;
   153 border-width: 0;
   173 border: solid;
   154 border-bottom-width: 3px;
   174 border-bottom-width: 3px;
       
   175 border-top-width: 0px;
       
   176 border-left-width: 0px;
       
   177 border-right-width: 0px;
       
   178 border-color: #ffcc00;
       
   179 }
       
   180 QHeaderView::section {
       
   181 border-left-width: 1px;
       
   182 border-right-width: 1px;
       
   183 border-top-width: 0;
       
   184 border-bottom-width: 0px;
       
   185 border-color: #001d10;
       
   186 border-style: solid;
   155 background-color: #00351d;
   187 background-color: #00351d;
   156 }
   188 padding: 4px;
   157 QTableView {
   189 }
       
   190 QHeaderView::section:pressed {
       
   191 background-color: #00250d;
       
   192 }
       
   193 QHeaderView::up-arrow {
       
   194 image: url(":/res/sort_up.png");
       
   195 }
       
   196 QHeaderView::down-arrow{
       
   197 image: url(":/res/sort_down.png");
       
   198 }
       
   199 
       
   200 QTableView, QTableWidget {
   158 alternate-background-color: #2f213a;
   201 alternate-background-color: #2f213a;
   159 gridline-color: transparent;
   202 gridline-color: transparent;
   160 }
   203 }
   161 QTabWidget::pane { top: -2px; }
   204 QTabWidget::pane { top: -2px; }
   162 QTabBar::tab {
   205 QTabBar::tab {