* { font-family: "BigBlueTermPlusNerdFontMono", "monospace"; font-size: 20pt; color: "#00cc00"; background-color: "#000200"; border: 0px solid "#000200"; selection-background-color: "#00cc00"; selection-color: "#000200"; } QStatusBar { font-size: 12pt; color: "#000200"; background-color: "#00cc00"; } QLabel#msg_label { font-size: 12pt; color: "#000200"; background-color: "#00cc00"; } QLabel#info_label { font-size: 12pt; color: "#000200"; background-color: "#00cc00"; } QLabel#avatar_label { background-color: "#00cc00"; } /* main window */ QWidget { } QGroupBox { text-decoration: underline "#00cc00"; font-size: 17pt; border: 4px solid ; border-radius: 0px; margin-top: 1ex; /* leave space at the top for the title */ } QGroupBox::title { subcontrol-origin: margin; subcontrol-position: top left; border-radius: 0px; padding: 0 2px; } QLabel { } QSpinBox { padding-right: 15px; /* make room for the arrows */ border: none; } QSpinBox::up-button { color: "#000200"; background-color: "#00cc00"; subcontrol-origin: border; subcontrol-position: top right; /* position at the top right corner */ width: 16px; border: none; subcontrol-origin: border; } QSpinBox::up-arrow { image: url(:/resources/arrow_up.png); width: 7px; height: 7px; } QSpinBox::up-arrow:pressed { image: url(:/resources/arrow_up_pressed.png); width: 7px; height: 7px; } QSpinBox::up-button:pressed { color: "#00cc00"; background-color: "#000200"; } QSpinBox::down-button { color: "#000200"; background-color: "#00cc00"; subcontrol-origin: border; subcontrol-position: bottom right; /* position at bottom right corner */ width: 16px; border: none; } QSpinBox::down-button:pressed { color: "#00cc00"; background-color: "#000200"; } QSpinBox::down-arrow { image: url(:/resources/arrow_down.png); width: 7px; height: 7px; } QSpinBox::down-arrow:pressed { image: url(:/resources/arrow_down_pressed.png); width: 7px; height: 7px; } QTableView { border: 0px; selection-background-color: transparent; selection-color: black; outline: none; } QTableView::item { border: none; padding: 4px; } QHeaderView::section { color: "#00cc00"; background-color: "#000200"; border: none; } QTableView QTableCornerButton::section { background-color: "#000200"; border: none; } QPushButton { color: "#000200"; background-color: "#00cc00"; border-radius: 0px; padding: 1px; } QPushButton:pressed { color: "#00cc00"; background-color: "#000200";} QPushButton:flat { border: none; /* no border for a flat push button */ } QPushButton:default { border-color: "#00cc00"; } QMenuBar { background-color: "#00cc00"; spacing: 3px; /* spacing between menu bar items */ } QMenuBar::item { padding: 1px 4px; background: transparent; } QCheckBox { spacing: 5px; } QCheckBox::indicator { width: 13px; height: 13px; border: 2px solid "#00cc00"; } QCheckBox::indicator:unchecked { } QCheckBox::indicator:checked { background: "#00cc00"; } QTabWidget::tab-bar { alignment: center; border: 0px; } QTabBar::tab:selected { color: "#000200"; background-color: "#00cc00"; border: 0px; padding: 2px; } QTabBar::tab:!selected { border: 0px; padding: 2px; } QSlider::groove:horizontal { height: 10px; /* the groove expands to the size of the slider by default. by giving it a height, it has a fixed size */ background: "#00cc00"; margin: 50px 0; } QSlider::handle:horizontal { background: "#00cc00"; width: 20px; margin: -50px 0; /* handle is placed by default on the contents rect of the groove. Expand outside the groove */ border-radius: 3px; } QScrollBar:horizontal { border: 4px solid "#00cc00"; } QScrollBar::handle:horizontal { height: 16px; background-color: "#00cc00"; } QScrollBar::add-line:horizontal { border: 4px solid "#00cc00"; } QScrollBar::sub-line:horizontal { border: 4px solid "#00cc00"; } QScrollBar:vertical { border: 4px solid "#00cc00"; } QScrollBar::handle:vertical { width: 16px; background-color: "#00cc00"; } QScrollBar::add-line:vertical { border: 4px solid "#00cc00"; } QScrollBar::sub-line:vertical { border: 4px solid "#00cc00"; } /* Local Variables: */ /* mode: css */ /* End: */