Warning, /rolisteam/rolisteam/resources/stylesheet/client/darkorange/darkorange.qss is written in an unsupported language. File is not indexed.

0001 QToolTip
0002 {
0003      border: 1px solid black;
0004      background-color: #ffa02f;
0005      padding: 1px;
0006      border-radius: 3px;
0007      opacity: 100;
0008 }
0009 
0010 QWidget
0011 {
0012     color: #b1b1b1;
0013     background-color: #323232;
0014 }
0015 
0016 QWidget:item:hover
0017 {
0018     background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #ffa02f, stop: 1 #ca0619);
0019     color: #000000;
0020 }
0021 
0022 QWidget:item:selected
0023 {
0024     background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #ffa02f, stop: 1 #d7801a);
0025 }
0026 
0027 QMenuBar::item
0028 {
0029     background: transparent;
0030 }
0031 
0032 QMenuBar::item:selected
0033 {
0034     background: transparent;
0035     border: 1px solid #ffaa00;
0036 }
0037 
0038 QMenuBar::item:pressed
0039 {
0040     background: #444;
0041     border: 1px solid #000;
0042     background-color: QLinearGradient(
0043         x1:0, y1:0,
0044         x2:0, y2:1,
0045         stop:1 #212121,
0046         stop:0.4 #343434/*,
0047         stop:0.2 #343434,
0048         stop:0.1 #ffaa00*/
0049     );
0050     margin-bottom:-1px;
0051     padding-bottom:1px;
0052 }
0053 
0054 QMenu
0055 {
0056     border: 1px solid #000;
0057 }
0058 
0059 QMenu::item
0060 {
0061     padding: 2px 20px 2px 20px;
0062 }
0063 
0064 QMenu::item:selected
0065 {
0066     color: #000000;
0067 }
0068 
0069 QWidget:disabled
0070 {
0071     color: #404040;
0072     background-color: #323232;
0073 }
0074 
0075 QAbstractItemView
0076 {
0077     background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #4d4d4d, stop: 0.1 #646464, stop: 1 #5d5d5d);
0078 }
0079 
0080 QWidget:focus
0081 {
0082     border: 2px solid QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #ffa02f, stop: 1 #d7801a);
0083 }
0084 
0085 QLineEdit
0086 {
0087     background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #4d4d4d, stop: 0 #646464, stop: 1 #5d5d5d);
0088     padding: 1px;
0089     border-style: solid;
0090     border: 1px solid #1e1e1e;
0091     border-radius: 5;
0092 }
0093 
0094 QPushButton
0095 {
0096     color: #b1b1b1;
0097     background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #565656, stop: 0.1 #525252, stop: 0.5 #4e4e4e, stop: 0.9 #4a4a4a, stop: 1 #464646);
0098     border-width: 1px;
0099     border-color: #1e1e1e;
0100     border-style: solid;
0101     border-radius: 6;
0102     padding: 3px;
0103     font-size: 12px;
0104     padding-left: 5px;
0105     padding-right: 5px;
0106 }
0107 
0108 QPushButton:pressed
0109 {
0110     background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #2d2d2d, stop: 0.1 #2b2b2b, stop: 0.5 #292929, stop: 0.9 #282828, stop: 1 #252525);
0111 }
0112 
0113 QComboBox
0114 {
0115     selection-background-color: #ffaa00;
0116     background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #565656, stop: 0.1 #525252, stop: 0.5 #4e4e4e, stop: 0.9 #4a4a4a, stop: 1 #464646);
0117     border-style: solid;
0118     border: 1px solid #1e1e1e;
0119     border-radius: 5;
0120 }
0121 
0122 QComboBox:hover,QPushButton:hover
0123 {
0124     border: 2px solid QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #ffa02f, stop: 1 #d7801a);
0125 }
0126 
0127 
0128 QComboBox:on
0129 {
0130     padding-top: 3px;
0131     padding-left: 4px;
0132     background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #2d2d2d, stop: 0.1 #2b2b2b, stop: 0.5 #292929, stop: 0.9 #282828, stop: 1 #252525);
0133     selection-background-color: #ffaa00;
0134 }
0135 
0136 QComboBox QAbstractItemView
0137 {
0138     border: 2px solid darkgray;
0139     selection-background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #ffa02f, stop: 1 #d7801a);
0140 }
0141 
0142 QComboBox::drop-down
0143 {
0144      subcontrol-origin: padding;
0145      subcontrol-position: top right;
0146      width: 15px;
0147 
0148      border-left-width: 0px;
0149      border-left-color: darkgray;
0150      border-left-style: solid; /* just a single line */
0151      border-top-right-radius: 3px; /* same radius as the QComboBox */
0152      border-bottom-right-radius: 3px;
0153  }
0154 
0155 QComboBox::down-arrow
0156 {
0157      image: url(:/stylesheet/resources/stylesheet/down_arrow.png);
0158 }
0159 
0160 QGroupBox:focus
0161 {
0162 border: 2px solid QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #ffa02f, stop: 1 #d7801a);
0163 }
0164 
0165 QTextEdit:focus
0166 {
0167     border: 2px solid QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #ffa02f, stop: 1 #d7801a);
0168 }
0169 
0170 QScrollBar:horizontal {
0171      border: 1px solid #222222;
0172      background: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0.0 #121212, stop: 0.2 #282828, stop: 1 #484848);
0173      height: 7px;
0174      margin: 0px 16px 0 16px;
0175 }
0176 
0177 QScrollBar::handle:horizontal
0178 {
0179       background: QLinearGradient( x1: 0, y1: 0, x2: 1, y2: 0, stop: 0 #ffa02f, stop: 0.5 #d7801a, stop: 1 #ffa02f);
0180       min-height: 20px;
0181       border-radius: 2px;
0182 }
0183 
0184 QScrollBar::add-line:horizontal {
0185       border: 1px solid #1b1b19;
0186       border-radius: 2px;
0187       background: QLinearGradient( x1: 0, y1: 0, x2: 1, y2: 0, stop: 0 #ffa02f, stop: 1 #d7801a);
0188       width: 14px;
0189       subcontrol-position: right;
0190       subcontrol-origin: margin;
0191 }
0192 
0193 QScrollBar::sub-line:horizontal {
0194       border: 1px solid #1b1b19;
0195       border-radius: 2px;
0196       background: QLinearGradient( x1: 0, y1: 0, x2: 1, y2: 0, stop: 0 #ffa02f, stop: 1 #d7801a);
0197       width: 14px;
0198      subcontrol-position: left;
0199      subcontrol-origin: margin;
0200 }
0201 
0202 QScrollBar::right-arrow:horizontal, QScrollBar::left-arrow:horizontal
0203 {
0204       border: 1px solid black;
0205       width: 1px;
0206       height: 1px;
0207       background: white;
0208 }
0209 
0210 QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal
0211 {
0212       background: none;
0213 }
0214 
0215 QScrollBar:vertical
0216 {
0217       background: QLinearGradient( x1: 0, y1: 0, x2: 1, y2: 0, stop: 0.0 #121212, stop: 0.2 #282828, stop: 1 #484848);
0218       width: 7px;
0219       margin: 16px 0 16px 0;
0220       border: 1px solid #222222;
0221 }
0222 
0223 QScrollBar::handle:vertical
0224 {
0225       background: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #ffa02f, stop: 0.5 #d7801a, stop: 1 #ffa02f);
0226       min-height: 20px;
0227       border-radius: 2px;
0228 }
0229 
0230 QScrollBar::add-line:vertical
0231 {
0232       border: 1px solid #1b1b19;
0233       border-radius: 2px;
0234       background: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #ffa02f, stop: 1 #d7801a);
0235       height: 14px;
0236       subcontrol-position: bottom;
0237       subcontrol-origin: margin;
0238 }
0239 
0240 QScrollBar::sub-line:vertical
0241 {
0242       border: 1px solid #1b1b19;
0243       border-radius: 2px;
0244       background: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #d7801a, stop: 1 #ffa02f);
0245       height: 14px;
0246       subcontrol-position: top;
0247       subcontrol-origin: margin;
0248 }
0249 
0250 QScrollBar::up-arrow:vertical, QScrollBar::down-arrow:vertical
0251 {
0252       border: 1px solid black;
0253       width: 1px;
0254       height: 1px;
0255       background: white;
0256 }
0257 
0258 
0259 QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical
0260 {
0261       background: none;
0262 }
0263 
0264 QTextEdit
0265 {
0266     background-color: #242424;
0267 }
0268 
0269 QPlainTextEdit
0270 {
0271     background-color: #242424;
0272 }
0273 
0274 QHeaderView::section
0275 {
0276     background-color: QLinearGradient(x1:0, y1:0, x2:0, y2:1, stop:0 #616161, stop: 0.5 #505050, stop: 0.6 #434343, stop:1 #656565);
0277     color: white;
0278     padding-left: 4px;
0279     border: 1px solid #6c6c6c;
0280 }
0281 
0282 QCheckBox:disabled
0283 {
0284 color: #414141;
0285 }
0286 
0287 QDockWidget::title
0288 {
0289     text-align: center;
0290     spacing: 3px; /* spacing between items in the tool bar */
0291     background-color: QLinearGradient(x1:0, y1:0, x2:0, y2:1, stop:0 #323232, stop: 0.5 #242424, stop:1 #323232);
0292 }
0293 
0294 QDockWidget::close-button, QDockWidget::float-button
0295 {
0296     text-align: center;
0297     spacing: 1px; /* spacing between items in the tool bar */
0298     background-color: QLinearGradient(x1:0, y1:0, x2:0, y2:1, stop:0 #323232, stop: 0.5 #242424, stop:1 #323232);
0299 }
0300 
0301 QDockWidget::close-button:hover, QDockWidget::float-button:hover
0302 {
0303     background: #242424;
0304 }
0305 
0306 QDockWidget::close-button:pressed, QDockWidget::float-button:pressed
0307 {
0308     padding: 1px -1px -1px 1px;
0309 }
0310 
0311 QMainWindow::separator
0312 {
0313     background-color: QLinearGradient(x1:0, y1:0, x2:0, y2:1, stop:0 #161616, stop: 0.5 #151515, stop: 0.6 #212121, stop:1 #343434);
0314     color: white;
0315     padding-left: 4px;
0316     border: 1px solid #4c4c4c;
0317     spacing: 3px; /* spacing between items in the tool bar */
0318 }
0319 
0320 QMainWindow::separator:hover
0321 {
0322 
0323     background-color: QLinearGradient(x1:0, y1:0, x2:0, y2:1, stop:0 #d7801a, stop:0.5 #b56c17 stop:1 #ffa02f);
0324     color: white;
0325     padding-left: 4px;
0326     border: 1px solid #6c6c6c;
0327     spacing: 3px; /* spacing between items in the tool bar */
0328 }
0329 
0330 QToolBar::handle
0331 {
0332      spacing: 3px; /* spacing between items in the tool bar */
0333      background: url(:/stylesheet/resources/stylesheet/images/handle.png);
0334 }
0335 
0336 QMenu::separator
0337 {
0338     height: 2px;
0339     background-color: QLinearGradient(x1:0, y1:0, x2:0, y2:1, stop:0 #161616, stop: 0.5 #151515, stop: 0.6 #212121, stop:1 #343434);
0340     color: white;
0341     padding-left: 4px;
0342     margin-left: 10px;
0343     margin-right: 5px;
0344 }
0345 
0346 QProgressBar
0347 {
0348     border: 2px solid grey;
0349     border-radius: 5px;
0350     text-align: center;
0351 }
0352 
0353 QProgressBar::chunk
0354 {
0355     background-color: #d7801a;
0356     width: 2.15px;
0357     margin: 0.5px;
0358 }
0359 
0360 QTabBar::tab {
0361     color: #b1b1b1;
0362     border: 1px solid #444;
0363     border-bottom-style: none;
0364     background-color: #323232;
0365     padding-left: 10px;
0366     padding-right: 10px;
0367     padding-top: 3px;
0368     padding-bottom: 2px;
0369     margin-right: -1px;
0370 }
0371 
0372 QTabWidget::pane {
0373     border: 1px solid #444;
0374     top: 1px;
0375 }
0376 
0377 QTabBar::tab:last
0378 {
0379     margin-right: 0; /* the last selected tab has nothing to overlap with on the right */
0380     border-top-right-radius: 3px;
0381 }
0382 
0383 QTabBar::tab:first:!selected
0384 {
0385  margin-left: 0px; /* the last selected tab has nothing to overlap with on the right */
0386 
0387 
0388     border-top-left-radius: 3px;
0389 }
0390 
0391 QTabBar::tab:!selected
0392 {
0393     color: #b1b1b1;
0394     border-bottom-style: solid;
0395     margin-top: 3px;
0396     background-color: QLinearGradient(x1:0, y1:0, x2:0, y2:1, stop:1 #212121, stop:.4 #343434);
0397 }
0398 
0399 QTabBar::tab:selected
0400 {
0401     border-top-left-radius: 3px;
0402     border-top-right-radius: 3px;
0403     margin-bottom: 0px;
0404 }
0405 
0406 QTabBar::tab:!selected:hover
0407 {
0408     /*border-top: 2px solid #ffaa00;
0409     padding-bottom: 3px;*/
0410     border-top-left-radius: 3px;
0411     border-top-right-radius: 3px;
0412     background-color: QLinearGradient(x1:0, y1:0, x2:0, y2:1, stop:1 #212121, stop:0.4 #343434, stop:0.2 #343434, stop:0.1 #ffaa00);
0413 }
0414 
0415 QRadioButton::indicator:checked, QRadioButton::indicator:unchecked{
0416     color: #b1b1b1;
0417     background-color: #323232;
0418     border: 1px solid #b1b1b1;
0419     border-radius: 6px;
0420 }
0421 
0422 QRadioButton::indicator:checked
0423 {
0424     background-color: qradialgradient(
0425         cx: 0.5, cy: 0.5,
0426         fx: 0.5, fy: 0.5,
0427         radius: 1.0,
0428         stop: 0.25 #ffaa00,
0429         stop: 0.3 #323232
0430     );
0431 }
0432 
0433 QCheckBox::indicator{
0434     color: #b1b1b1;
0435     background-color: #323232;
0436     border: 1px solid #b1b1b1;
0437     width: 9px;
0438     height: 9px;
0439 }
0440 
0441 QRadioButton::indicator
0442 {
0443     border-radius: 6px;
0444 }
0445 
0446 QRadioButton::indicator:hover, QCheckBox::indicator:hover
0447 {
0448     border: 1px solid #ffaa00;
0449 }
0450 
0451 QCheckBox::indicator:checked
0452 {
0453     image:url(:/stylesheet/resources/stylesheet/images/checkbox.png);
0454 }
0455 
0456 QCheckBox::indicator:disabled, QRadioButton::indicator:disabled
0457 {
0458     border: 1px solid #444;
0459 }