diff --git a/stylesheets/1809 Dark Mode.qss b/stylesheets/1809 Dark Mode.qss deleted file mode 100644 index 75fc2a9..0000000 --- a/stylesheets/1809 Dark Mode.qss +++ /dev/null @@ -1,285 +0,0 @@ -* { - background: transparent; - color: #DEDEDE; - font-size: 12px; - border: 0; } - *:disabled { - color: #636363; } - -QAbstractScrollArea { - background: #202020; - border: 1px solid #2B2B2B; - alternate-background-color: #202020; } - QAbstractScrollArea::item { - min-height: 22px; } - QAbstractScrollArea::item:hover { - background: #4D4D4D; - color: #FFF; } - QAbstractScrollArea::item:selected { - background: #777; } - -QScrollBar:horizontal { - margin: 0 17px; } - -QScrollBar:vertical { - margin: 17px 0; } - -QScrollBar::add-line { - background: #171717; - subcontrol-origin: margin; } - QScrollBar::add-line:horizontal { - width: 17px; - image: url("./1809 Dark Mode/Arrows/Right.svg"); - subcontrol-position: right; } - QScrollBar::add-line:vertical { - height: 17px; - image: url("./1809 Dark Mode/Arrows/Down.svg"); - subcontrol-position: bottom; } - QScrollBar::add-line:hover { - background: #373737; } - -QScrollBar::sub-line { - background: #171717; - subcontrol-origin: margin; } - QScrollBar::sub-line:horizontal { - width: 17px; - image: url("./1809 Dark Mode/Arrows/Left.svg"); - subcontrol-position: left; } - QScrollBar::sub-line:vertical { - height: 17px; - image: url("./1809 Dark Mode/Arrows/Up.svg"); - subcontrol-position: top; } - QScrollBar::sub-line:hover { - background: #373737; } - -QScrollBar::add-page, QScrollBar::sub-page { - background: #171717; } - -QScrollBar::handle { - background: #4D4D4D; - margin: 1px; } - QScrollBar::handle:hover { - background: #7A7A7A; } - -QTreeView::branch:open:has-children { - image: url("./1809 Dark Mode/Arrows/Down.svg"); } - -QTreeView::branch:closed:has-children { - image: url("./1809 Dark Mode/Arrows/Right.svg"); } - -QCheckBox::indicator, QRadioButton::indicator, QTreeView::indicator { - background: #000; - border: 1px solid #898989; } - QCheckBox::indicator:checked, QRadioButton::indicator:checked, QTreeView::indicator:checked { - image: url("./1809 Dark Mode/check.svg"); } - QCheckBox::indicator:hover, QRadioButton::indicator:hover, QTreeView::indicator:hover { - border: 1px solid #797979; } - -QToolBar { - qproperty-movable: true; } - QToolBar::handle, QToolBar::separator { - width: 2px; - height: 2px; - background: #2B2B2B; } - QToolBar QToolButton { - margin: 4px; } - QToolBar QToolButton:hover { - background: #4D4D4D; } - -QHeaderView { - margin: -2px; } - QHeaderView::section { - height: 22px; - background: #202020; - color: #FFF; - padding: 0 4px; - border: 0; - border-right: 1px solid #636363; } - QHeaderView::section:last { - margin-right: -2px; } - QHeaderView::section:hover { - background: #434343; } - QHeaderView::down-arrow { - padding-right: 10px; - image: url("./1809 Dark Mode/Arrows/Down.svg"); - subcontrol-position: center right; } - QHeaderView::up-arrow { - padding-right: 10px; - image: url("./1809 Dark Mode/Arrows/Up.svg"); - subcontrol-position: center right; } - -QComboBox, QLineEdit { - min-height: 20px; - background: #191919; - color: #FFF; - padding-left: 5px; - border: 1px solid #535353; - margin: 6px 0; } - QComboBox::drop-down, QLineEdit::drop-down { - width: 20px; - subcontrol-origin: padding; - subcontrol-position: top right; - border: 0; } - QComboBox::down-arrow, QLineEdit::down-arrow { - image: url("./1809 Dark Mode/Arrows/Down.svg"); } - QComboBox:disabled, QLineEdit:disabled { - color: #636363; } - -QTabWidget::pane { - background: #202020; - border: 1px solid #2B2B2B; } - -QTabWidget QAbstractItemView { - background: #2B2B2B; - alternate-background-color: #2B2B2B; - border: 1px solid #222121; } - -QTabWidget QHeaderView::section { - background: #2B2B2B; } - -QTabBar::tab { - height: 24px; - background: #191919; - color: #FFF; - padding: 0 10px; - border: 1px solid transparent; - margin-bottom: -1px; } - QTabBar::tab:disabled { - color: #636363; } - QTabBar::tab:hover { - background: #4D4D4D; } - QTabBar::tab:selected { - background: #0078D7; - color: #FFF; - padding: 0 10px; } - -QMenu { - background: #2B2B2B; - color: #FFF; - padding: 2px; - border: 1px solid #A0A0A0; } - QMenu:separator { - height: 1px; - background: #808080; - margin: 0 10px; } - QMenu::item { - min-height: 22px; - padding: 2px 20px; } - QMenu::item:selected { - background: #414141; } - QMenu::icon { - padding-right: 20px; } - QMenu::right-arrow { - image: url("./1809 Dark Mode/Arrows/Right.svg"); - padding-right: 10px; } - QMenu QPushButton { - height: 24px; - background: #2B2B2B; - color: #FFF; - text-align: left; - padding-left: 20px; } - QMenu QPushButton::menu-indicator { - padding-right: 10px; - subcontrol-origin: padding; - subcontrol-position: center right; } - QMenu QCheckBox { - height: 24px; - background: #2B2B2B; - color: #FFF; } - QMenu QCheckBox:hover { - background: #4D4D4D; - color: #FFF; } - -QMenuBar { - min-height: 24px; - background: #000; } - QMenuBar::item { - padding: 0 10px; } - QMenuBar::item:selected { - background: #4D4D4D; - color: #FFF; } - -QStatusBar { - background: #333; } - QStatusBar::item { - padding: 0 15px; } - -QGroupBox { - padding-top: 21px; } - QGroupBox::title { - padding-top: 10px; } - -QProgressBar { - background: transparent; - color: #FFF; - text-align: center; - border: 1px solid #535353; } - QProgressBar::chunk { - background: #06B025; } - -QPushButton { - color: #FFF; - min-height: 22px; - padding: 0 10px; } - QPushButton:hover { - background: #4D4D4D; - color: #FFF; - border: 0; } - QPushButton::menu-indicator { - image: url("./1809 Dark Mode/Arrows/Down.svg"); } - -QToolButton { - padding: 4px; } - QToolButton:hover { - background: #4D4D4D; - color: #FFF; - border: 0; } - QToolButton::menu-indicator { - image: url("./1809 Dark Mode/Arrows/Down.svg"); } - -QToolTip { - background: #202020; - border: 1px solid #2B2B2B; } - -QTableCornerButton::section { - background: #202020; - border: 0; - border-right: 1px solid #535353; } - -QSpinBox, QDoubleSpinBox { - background: #191919; - border: 1px solid #535353; } - -QMainWindow, QDialog { - background: #191919; } - -QSplitter { - min-width: 8px; } - -LinkLabel { - qproperty-linkColor: #0078D7; } - -#startButton { - background: #2B2B2B; - padding: 4px 0; } - #startButton:hover { - background: #4D4D4D; } - -#linkButton { - background: #2B2B2B; } - #linkButton:hover { - background: #4D4D4D; } - -#executablesListBox { - margin-right: 8px; } - -#notes, #comments { - background: #2B2B2B; - border: 1px solid #222121; } - -#iconLabel { - image: url(./Paper/mo2.svg); - qproperty-pixmap: none; } - -#displayCategoriesBtn { - min-width: 12px; } diff --git a/stylesheets/1809 Dark Mode/Arrows/down.svg b/stylesheets/1809 Dark Mode/Arrows/down.svg deleted file mode 100644 index f761402..0000000 --- a/stylesheets/1809 Dark Mode/Arrows/down.svg +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/1809 Dark Mode/Arrows/left.svg b/stylesheets/1809 Dark Mode/Arrows/left.svg deleted file mode 100644 index d9ecf4c..0000000 --- a/stylesheets/1809 Dark Mode/Arrows/left.svg +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/1809 Dark Mode/Arrows/right.svg b/stylesheets/1809 Dark Mode/Arrows/right.svg deleted file mode 100644 index d8647c5..0000000 --- a/stylesheets/1809 Dark Mode/Arrows/right.svg +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/1809 Dark Mode/Arrows/up.svg b/stylesheets/1809 Dark Mode/Arrows/up.svg deleted file mode 100644 index f2fd723..0000000 --- a/stylesheets/1809 Dark Mode/Arrows/up.svg +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/1809 Dark Mode/check.svg b/stylesheets/1809 Dark Mode/check.svg deleted file mode 100644 index 879b9f4..0000000 --- a/stylesheets/1809 Dark Mode/check.svg +++ /dev/null @@ -1,141 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/stylesheets/Night Eyes.qss b/stylesheets/Night Eyes.qss deleted file mode 100644 index f5e37a1..0000000 --- a/stylesheets/Night Eyes.qss +++ /dev/null @@ -1,702 +0,0 @@ -/* Night Eyes theme v1.2.0 for Mod Organizer 2 by Ciathyza */ -/* https://github.com/ciathyza/mo2-themes */ - -/* Main Window ---------------------------------------------------------------- */ - -QWidget -{ - background: #181818; - color: #AAAAAA; -} - -QWidget:disabled -{ - background: #181818; - color: #808080; -} - -QMainWindow::separator -{ - border: 0px; -} - -QAbstractItemView -{ - background: #141414; - alternate-background-color: #141414; - show-decoration-selected: 1; - selection-background-color: #001133; - selection-color: #0099EE; -} - -QAbstractItemView::item:hover -{ - color: #FFFFFF; -} - -QAbstractItemView::item:selected -{ - background: #001133; - color: #0099EE; -} - -QAbstractScrollArea::corner -{ - background: #141414; - border: 2px solid #181818; - border-bottom-right-radius: 6px; - margin: 0px -2px -2px 0px; -} - -LinkLabel -{ - qproperty-linkColor: #3399FF; -} - - -/* Toolbar -------------------------------------------------------------------- */ - -QToolBar -{ - background: #181818; - border: 1px solid #181818; -} - -QToolBar::separator -{ - background: #181818; -} - -QToolButton -{ - padding: 4px 1px; - border-radius: 2px; - margin: 4px 1px 0px 1px; -} - -QToolButton:hover -{ - background: #282828; -} - -QToolButton:pressed -{ - background: #181818; -} - -QToolButton::menu-indicator -{ - width: 8px; -} - - -/* Left Pane & File Trees ----------------------------------------------------- */ - -QTreeView -{ - border-radius: 6px; -} - -QTreeView::branch:hover -{ - background: #181818; - color: #FFFFFF; -} - -QTreeView::branch:selected -{ - background: #001133; - color: #0099EE; -} - -QTreeView::item:selected -{ - background: #001133; - color: #0099EE; -} - -QTreeView::branch:has-children:!has-siblings:closed, -QTreeView::branch:closed:has-children:has-siblings -{ - image: url(:/stylesheet/branch-closed.png); - border: 0px; -} - -QTreeView::branch:open:has-children:!has-siblings, -QTreeView::branch:open:has-children:has-siblings -{ - image: url(:/stylesheet/branch-open.png); - border: 0px; -} - -QListView -{ - border-radius: 6px; -} - -QListView::item:hover -{ - background: #242424; - color: #FFCC88; -} - -QListView::item:selected -{ - background: #001133; - color: #0099EE; -} - -QTextEdit -{ - background: #141414; - border-radius: 6px; -} - -QWebView -{ - background: #141414; - border-radius: 6px; -} - - -/* Group Boxes ---------------------------------------------------------------- */ - -QGroupBox -{ - padding: 24px 4px; - border: 2px solid #141414; - border-radius: 10px; -} - -QGroupBox::title -{ - subcontrol-origin: padding; - subcontrol-position: top left; - padding: 8px; -} - - -/* Search Boxes --------------------------------------------------------------- */ - -QLineEdit -{ - background: #141414; - min-height: 14px; - padding: 2px; - border: 2px solid #141414; - border-radius: 6px; - margin-top: 3px; -} - -QLineEdit:hover -{ - border: 2px solid #242424; -} - - -/* Most Dropdowns ------------------------------------------------------------- */ - -QComboBox -{ - background: #141414; - min-height: 20px; - padding-left: 5px; - border: 2px solid #141414; - border-radius: 6px; - margin: 3px 0px 1px 0px; -} - -QComboBox:hover -{ - border: 2px solid #242424; -} - -QComboBox:on -{ - background: #181818; - color: #FFCC88; - border: 2px solid #181818; -} - -QComboBox::drop-down -{ - width: 20px; - subcontrol-origin: padding; - subcontrol-position: top right; - border: none; -} - -QComboBox QAbstractItemView -{ - border: 0px; -} - -QComboBox::down-arrow -{ - image: url(:/stylesheet/combobox-down.png); -} - - -/* Most Buttons --------------------------------------------------------------- */ - -QPushButton -{ - background: #141414; - color: #FFCC88; - min-height: 18px; - padding: 2px 12px; - border-radius: 6px; -} - -QPushButton:hover -{ - background: #242424; - color: #FFCC88; -} - -QPushButton:pressed -{ - background: #181818; - color: #FFCC88; -} - -QPushButton:checked -{ - background: #181818; - color: #FFCC88; - margin: 4px; -} - - -/* Scroll Bars ---------------------------------------------------------------- */ - -/* Horizontal */ - -QScrollBar:horizontal -{ - background: #141414; - height: 16px; - border: 2px solid #181818; - margin: 0px 23px -2px 23px; -} - -QScrollBar::handle:horizontal -{ - background: #222222; - min-width: 32px; - border-radius: 6px; - margin: 2px; -} - -QScrollBar::add-line:horizontal -{ - background: #141414; - width: 23px; - subcontrol-position: right; - subcontrol-origin: margin; - border: 2px solid #181818; - margin: 0px -2px -2px 0px; -} - -QScrollBar::sub-line:horizontal -{ - background: #141414; - width: 23px; - subcontrol-position: left; - subcontrol-origin: margin; - border: 2px solid #181818; - border-bottom-left-radius: 6px; - margin: 0px 0px -2px -2px; -} - -/* Vertical */ - -QScrollBar:vertical -{ - background: #141414; - width: 16px; - border: 2px solid #181818; - margin: 23px -2px 23px 0px; -} - -QScrollBar::handle:vertical -{ - background: #222222; - min-height: 32px; - border-radius: 6px; - margin: 2px; -} - -QScrollBar::add-line:vertical -{ - background: #141414; - height: 23px; - subcontrol-position: bottom; - subcontrol-origin: margin; - border: 2px solid #181818; - border-bottom-right-radius: 6px; - margin: 0px -2px -2px 0px; -} - -QScrollBar::sub-line:vertical -{ - background: #141414; - height: 23px; - subcontrol-position: top; - subcontrol-origin: margin; - border: 2px solid #181818; - border-top-right-radius: 6px; - margin: -2px -2px 0px 0px; -} - -/* Combined */ - -QScrollBar::handle:horizontal:hover, -QScrollBar::handle:vertical:hover, -QScrollBar::add-line:horizontal:hover, -QScrollBar::sub-line:horizontal:hover, -QScrollBar::add-line:vertical:hover, -QScrollBar::sub-line:vertical:hover -{ - background: #242424; -} - -QScrollBar::handle:horizontal:pressed, -QScrollBar::handle:vertical:pressed, -QScrollBar::add-line:horizontal:pressed, -QScrollBar::sub-line:horizontal:pressed, -QScrollBar::add-line:vertical:pressed, -QScrollBar::sub-line:vertical:pressed -{ - background: #181818; -} - -QScrollBar::add-page:horizontal, -QScrollBar::sub-page:horizontal, -QScrollBar::add-page:vertical, -QScrollBar::sub-page:vertical -{ - background: transparent; -} - -QScrollBar::up-arrow:vertical, -QScrollBar::right-arrow:horizontal, -QScrollBar::down-arrow:vertical, -QScrollBar::left-arrow:horizontal -{ - height: 1px; - width: 1px; - border: 1px solid #181818; -} - - -/* Header Rows ---------------------------------------------------------------- */ - -QHeaderView -{ - background: #181818; -} - -/* Table View Tab Headers */ -QHeaderView::section -{ - background: #141414; - color: #D3D3D3; - height: 22px; - padding: 0px 5px; - border: 0px; - border-bottom: 2px solid #181818; - border-right: 2px solid #181818; -} - -QHeaderView::section:first -{ - border-top-left-radius: 6px; -} - -QHeaderView::section:last -{ - border-right: 0px; - border-top-right-radius: 6px; -} - -QHeaderView::section:hover -{ - background: #242424; - color: #FFCC88; -} - -QHeaderView::down-arrow -{ - padding-right: 4px; - height: 10px; - width: 10px; -} - - -/* Context Menus, Toolbar Dropdowns, & Tooltips ------------------------------- */ - -QMenuBar -{ - background: #181818; - border: 1px solid #181818; -} - -QMenuBar::item:selected -{ - background: #242424; - color: #FFCC88; -} - -QMenu -{ - background: #141414; - selection-color: #FFCC88; - border: 0px; -} - -QMenu::item -{ - background: #141414; - selection-background-color: #242424; - padding: 4px 20px; -} - -QMenu::item:selected -{ - background: #242424; - color: #FFCC88; -} - -QMenu::item:disabled -{ - background: #242424; - color: #808080; -} - -QMenu::separator -{ - background: #181818; - height: 2px; -} - -QMenu::icon -{ - margin: 1px; -} - -QToolTip -{ - background: #181818; - color: #FFCC88; - padding: 1px; - border: 0px; -} - -QStatusBar::item {border: None;} - - -/* Progress Bars (Downloads) -------------------------------------------------- */ - -QProgressBar -{ - background: #141414; - text-align: center; - border: 0px; - border-radius: 6px; - margin: 0px 10px; -} - -QProgressBar::chunk -{ - background: #242424; - border-top-left-radius: 6px; - border-bottom-left-radius: 6px; -} - - -/* Right Pane and Tab Bars ---------------------------------------------------- */ - -QTabWidget::pane -{ - top: 1px; - padding: 2px 2px 10px 2px; - border: 2px solid #141414; - border-radius: 10px; -} - -QTabWidget::tab-bar -{ - alignment: center; -} - -QTabBar::tab -{ - background: #141414; - color: #141414; - padding: 4px 1em; - border: 1px solid #181818; - border-top: 0px; - border-bottom: 0px; -} - -QTabBar::tab:!selected -{ - background: #141414; - color: #D3D3D3; -} - -QTabBar::tab:disabled -{ - background: #181818; - color: #808080; -} - -QTabBar::tab:selected -{ - background: #181818; - color: #FFCC88; - -} - -QTabBar::tab:!selected:hover -{ - background: #242424; - color: #FFCC88; -} - -QTabBar::tab:first -{ - border-top-left-radius: 10px; - border-bottom-left-radius: 10px; -} - -QTabBar::tab:last -{ - border-top-right-radius: 10px; - border-bottom-right-radius: 10px; -} - -QTabBar QToolButton -{ - background: #242424; - padding: 1px; - border-radius: 6px; - margin: 1px; -} - -QTabBar QToolButton:disabled -{ - background: transparent; -} - - -/* Sliders (Configurator) ----------------------------------------------------- */ - -/* QSlider::groove:horizontal -{ - background: #FFCC88; - height: 1px; - border: 1px solid #FFCC88; -} - -QSlider::handle:horizontal -{ - background: #242424; - width: 10px; - border: 2px solid #242424; - border-radius: 6px; - margin: -10px 0px; -} - -QSlider::handle:horizontal:hover -{ - background: #181818; - border: 2px solid #181818; -} */ - - -/* Tables (Configure Mod Categories) ------------------------------------------ */ - -QTableView -{ - gridline-color: #181818; - border: 0px; -} - -QListWidget::item#executablesListBox -{ - /* fixes the black text problem on the Modify Executables window */ - color: #D3D3D3; -} - - -/* Downloads tab -------------------------------------------------------------- */ - -QWidget#downloadTab QAbstractScrollArea -{ - /* background of the entire downloads tab */ - background: #141414; -} - -DownloadListView QFrame -{ - /* an entry on the Downloads tab */ - background: #181818; -} - -DownloadListView QFrame#frame -{ - /* outer box of an entry on the Downloads tab */ - border: 2px solid #141414; -} - -DownloadListView QLabel#installLabel -{ - color: none; -} - -DownloadListView QFrame:clicked -{ - background: #242424; -} - -/* compact downloads view */ - -DownloadListView[downloadView=standard]::item -{ - padding: 16px; -} - -DownloadListView[downloadView=compact]::item -{ - padding: 4px; -} - -DownloadListView::item:hover -{ - padding: 0px; -} - -DownloadListView::item:selected -{ - padding: 0px; -} - -QProgressBar -{ - border: 2px solid grey; - border-radius: 5px; - text-align: center; - margin: 0px; -} - -QAbstractItemView[filtered=true] -{ - border: 2px solid #f00 !important; -} - -QLineEdit[valid-filter=false] -{ - background-color: #661111 !important; -} diff --git a/stylesheets/Paper Automata.qss b/stylesheets/Paper Automata.qss deleted file mode 100644 index 191023b..0000000 --- a/stylesheets/Paper Automata.qss +++ /dev/null @@ -1,650 +0,0 @@ -/* Version 3.2 by 6788 */ -QWidget { - background: transparent; - font-size: 13px; - color: #4E4B42; - border: 0; } - QWidget:disabled { - color: #808080; } - -QMainWindow, QDialog { - background: url("./Paper/Automata/background.svg"); } - -QAbstractItemView { - background: #DAD4BB; - alternate-background-color: #DAD4BB; - show-decoration-selected: 1; - selection-background-color: #4E4B42; - selection-color: #CDC8B0; } - QAbstractItemView::item { - min-height: 24px; } - QAbstractItemView::branch:hover, QAbstractItemView::item:hover { - background: #B4AF9A; } - QAbstractItemView::branch:selected, QAbstractItemView::item:selected { - background: #4E4B42; - color: #CDC8B0; } - -QTreeView::branch:closed:has-children:has-siblings, QTreeView::branch:closed:has-children:!has-siblings, QListView::branch:closed:has-children:has-siblings, QListView::branch:closed:has-children:!has-siblings { - image: url("./Paper/Automata/collapsed.svg") center no-repeat; } - -QTreeView::branch:open:has-children:has-siblings, QTreeView::branch:open:has-children:!has-siblings, QListView::branch:open:has-children:has-siblings, QListView::branch:open:has-children:!has-siblings { - image: url("./Paper/Automata/expanded.svg") center no-repeat; } - -QHeaderView::up-arrow, QHeaderView::down-arrow { - padding-right: 4px; - height: 10px; - width: 10px; } - -QHeaderView::up-arrow { - image: url("./Paper/Automata/Arrows/up.svg"); } - -QHeaderView::down-arrow { - image: url("./Paper/Automata/Arrows/down.svg"); } - -QHeaderView::section { - background: #B4AF9A; - padding: 0 5px; - border: 0; - border-bottom: 2px solid #CDC8B0; - border-right: 2px solid #CDC8B0; } - QHeaderView::section:last { - border-right: 0; } - QHeaderView::section:hover { - background: #DAD4BB; } - -QScrollBar { - background: #DAD4BB; - border: 2px solid #CDC8B0; } - QScrollBar:horizontal { - height: 20px; - margin: 0 23px -2px 23px; } - QScrollBar:vertical { - width: 20px; - margin: 23px -2px 23px 0; } - QScrollBar::handle { - background: #B4AF9A; - margin: 2px; } - QScrollBar::handle:horizontal { - min-width: 32px; } - QScrollBar::handle:vertical { - min-height: 32px; } - QScrollBar::handle:hover, QScrollBar::handle:pressed { - background: #4E4B42; } - QScrollBar::add-line { - subcontrol-origin: margin; - background: #DAD4BB; - border: 2px solid #CDC8B0; - margin: 0 -2px -2px 0; } - QScrollBar::add-line:horizontal { - image: url("./Paper/Automata/Arrows/right.svg"); - width: 23px; - subcontrol-position: right; } - QScrollBar::add-line:vertical { - image: url("./Paper/Automata/Arrows/down.svg"); - height: 23px; - subcontrol-position: bottom; } - QScrollBar::add-line:hover, QScrollBar::add-line:pressed { - background: #B4AF9A; } - QScrollBar::sub-line { - subcontrol-origin: margin; - background: #DAD4BB; } - QScrollBar::sub-line:horizontal { - image: url("./Paper/Automata/Arrows/left.svg"); - width: 23px; - subcontrol-position: left; - border: 2px solid #CDC8B0; - margin: 0 0 -2px -2px; } - QScrollBar::sub-line:vertical { - image: url("./Paper/Automata/Arrows/up.svg"); - height: 23px; - subcontrol-position: top; - border: 2px solid #CDC8B0; - margin: -2px -2px 0 0; } - QScrollBar::sub-line:hover, QScrollBar::sub-line:pressed { - background: #B4AF9A; } - QScrollBar::add-page:horizontal, QScrollBar::add-page:vertical, QScrollBar::sub-page:horizontal, QScrollBar::sub-page:vertical { - background: transparent; } - -QPushButton, QToolButton { - background: #B4AF9A; - color: #4E4B42; - min-height: 22px; - padding: 2px 12px; - margin: 2px 0; } - QPushButton::menu-indicator, QToolButton::menu-indicator { - image: url("./Paper/Automata/Arrows/down.svg"); - padding: 2px; - margin: 2px; } - QPushButton:hover, QPushButton:pressed, QToolButton:hover, QToolButton:pressed { - background: #DAD4BB; } - -QPushButton:disabled { - background: transparent; - border: 2px solid #DAD4BB; } - -QPushButton::menu-indicator { - subcontrol-position: right center; } - -QMenu { - background: #DAD4BB; - border: 2px solid #CDC8B0; } - QMenu QPushButton { - padding: 2px 24px; - text-align: left; } - QMenu QCheckBox, QMenu QRadioButton { - background: #DAD4BB; - padding: 5px; } - QMenu QCheckBox:hover, QMenu QRadioButton:hover { - background: #4E4B42; - color: #CDC8B0; } - QMenu::separator { - height: 2px; - background: #CDC8B0; } - QMenu::icon { - padding-left: 20px; } - QMenu::right-arrow { - image: url("./Paper/Automata/Arrows/right.svg"); - padding-right: 5px; } - QMenu::item { - background: #DAD4BB; - padding: 5px 24px; } - QMenu::item:disabled { - background: #CDC8B0; - color: #808080; } - QMenu::item:selected { - background: #4E4B42; - color: #CDC8B0; } - -QToolBar { - background: transparent; - border-bottom: 2px solid #4E4B42; - margin-left: 12px; - margin-right: 12px; } - QToolBar::handle { - height: 0; - border: 1px solid #DAD4BB; } - QToolBar:menu-indicator { - image: url("./Paper/Automata/Arrows/down.svg"); - margin: 4px; } - -#toolBar { - qproperty-movable: true; } - #toolBar QToolButton { - background: transparent; - padding: 4px 6px; - border: 2px solid transparent; - margin: 4px 4px 0 4px; } - #toolBar QToolButton:hover, #toolBar QToolButton:pressed { - background: #B4AF9A; - border-bottom: 2px solid #4E4B42; } - -QLineEdit { - background: #DAD4BB; - min-height: 22px; - padding-left: 5px; - border: 2px solid #DAD4BB; } - QLineEdit:hover { - background: #B4AF9A; - border: 2px solid #B4AF9A; } - -QComboBox { - background: #DAD4BB; - min-height: 22px; - padding-left: 5px; - border: 2px solid #DAD4BB; - margin: 4px 0; } - QComboBox QAbstractItemView { - background: #DAD4BB; - border: 2px solid #CDC8B0; } - QComboBox:hover { - background: #B4AF9A; - border: 2px solid #B4AF9A; } - QComboBox:on { - background: #4E4B42; - color: #CDC8B0; - border: 2px solid #4E4B42; } - QComboBox::drop-down { - width: 20px; - subcontrol-origin: padding; - subcontrol-position: top right; - border: none; } - QComboBox::down-arrow { - image: url("./Paper/Automata/Arrows/down.svg"); } - -QGroupBox { - padding: 24px 4px; - border: none; } - QGroupBox::title { - background: transparent; - subcontrol-origin: padding; - subcontrol-position: top left; - padding: 8px; } - -QProgressBar { - background: #CDC8B0; - color: #4E4B42; - text-align: center; - padding: 2px; - border: 2px solid #4E4B42; - margin: 0 10px; } - QProgressBar::chunk { - background: #CD664D; } - QProgressBar[downloadView=standard] { - background: transparent; - margin: 11px 0; } - QProgressBar[downloadView=compact] { - background: transparent; } - -QTabWidget::pane { - bottom: 4px; - border-top: 2px solid #4E4B42; - margin-right: -10px; } - -QTabWidget::tab-bar { - alignment: center; } - -QTabBar QToolButton { - background: #B4AF9A; - padding: 1px; - margin: 1px; } - QTabBar QToolButton:disabled { - background: transparent; } - -QTabBar::tab { - background: #B4AF9A; - padding: 4px 14px; - border: 2px solid #B4AF9A; - margin: 3px 1px; } - QTabBar::tab:disabled { - background: #CDC8B0; - border: 2px solid transparent; } - QTabBar::tab:hover { - background: #DAD4BB; - border: 2px solid #DAD4BB; } - QTabBar::tab:selected { - background: #4E4B42; - color: #CDC8B0; - border: 2px solid #4E4B42; } - -QDockWidget { - background: transparent; - titlebar-close-icon: url("./Paper/Automata/cross.svg"); - titlebar-normal-icon: url("./Paper/Automata/Arrows/Large/up.svg"); - border: 0; - padding: 0 10px; } - QDockWidget::close-button, QDockWidget::float-button { - padding: 2px; - border: 0; } - QDockWidget::close-button:hover, QDockWidget::float-button:hover { - background: #B4AF9A; } - -QStatusBar { - background: #B4AF9A; - color: #4E4B42; } - QStatusBar QLabel { - background: transparent; } - QStatusBar::item { - border: 0; } - -QTableView { - gridline-color: #CDC8B0; - border: 0; } - QTableView QTableCornerButton::section { - background: #DAD4BB; - border: 0; - border-right: 2px solid #CDC8B0; - border-bottom: 2px solid #CDC8B0; } - -QueryOverwriteDialog QTextBrowser { - background: #CDC8B0; } - -QueryOverwriteDialog QPushButton { - margin-left: 8px; } - -#tabText QToolButton, #tabIni QToolButton { - height: 12px; - background: #DAD4BB; } - #tabText QToolButton:disabled, #tabIni QToolButton:disabled { - background: 0; - border: 2px solid #DAD4BB; } - #tabText QToolButton:hover, #tabIni QToolButton:hover { - background: #B4AF9A; - color: #CDC8B0; } - -#tabText QLineEdit, #tabIni QLineEdit { - margin-top: 5px; } - #tabText QLineEdit:hover, #tabIni QLineEdit:hover { - border: 2px solid #DAD4BB; } - -#actionChange_Game { - icon: url("./Paper/Automata/Toolbar/instances.svg"); - qproperty-icon: url("./Paper/Automata/Toolbar/instances.svg"); } - -#actionInstallMod { - icon: url("./Paper/Automata/Toolbar/archives.svg"); - qproperty-icon: url("./Paper/Automata/Toolbar/archives.svg"); } - -#actionModPage { - icon: url("./Paper/Automata/Toolbar/globe.svg"); - qproperty-icon: url("./Paper/Automata/Toolbar/globe.svg"); } - -#actionNexus { - icon: url("./Paper/Automata/Toolbar/nexus.svg"); - qproperty-icon: url("./Paper/Automata/Toolbar/nexus.svg"); } - -#actionAdd_Profile { - icon: url("./Paper/Automata/Toolbar/profiles.svg"); - qproperty-icon: url("./Paper/Automata/Toolbar/profiles.svg"); } - -#action_Refresh { - icon: url("./Paper/Automata/Toolbar/refresh.svg"); - qproperty-icon: url("./Paper/Automata/Toolbar/refresh.svg"); } - -#action_Refresh { - icon: url("./Paper/Automata/Toolbar/refresh.svg"); - qproperty-icon: url("./Paper/Automata/Toolbar/refresh.svg"); } - -#actionModify_Executables { - icon: url("./Paper/Automata/Toolbar/executables.svg"); - qproperty-icon: url("./Paper/Automata/Toolbar/executables.svg"); } - -#actionTool { - icon: url("./Paper/Automata/Toolbar/tools.svg"); - qproperty-icon: url("./Paper/Automata/Toolbar/tools.svg"); } - -#actionSettings { - icon: url("./Paper/Automata/Toolbar/settings.svg"); - qproperty-icon: url("./Paper/Automata/Toolbar/settings.svg"); } - -#actionEndorseMO { - icon: url("./Paper/Automata/Toolbar/endorse.svg"); - qproperty-icon: url("./Paper/Automata/Toolbar/endorse.svg"); } - -#actionProblems, #actionNotifications { - icon: url("./Paper/Automata/Toolbar/problems.svg"); - qproperty-icon: url("./Paper/Automata/Toolbar/problems.svg"); } - -#actionUpdate { - icon: url("./Paper/Automata/Toolbar/update.svg"); - qproperty-icon: url("./Paper/Automata/Toolbar/update.svg"); } - -#actionHelp { - icon: url("./Paper/Automata/Toolbar/help.svg"); - qproperty-icon: url("./Paper/Automata/Toolbar/help.svg"); } - -#listOptionsBtn { - icon: url("./Paper/Automata/dots.svg"); - qproperty-icon: url("./Paper/Automata/dots.svg"); - padding-left: 2px; } - -#openFolderMenu { - icon: url("./Paper/Automata/folder.svg"); - qproperty-icon: url("./Paper/Automata/folder.svg"); - padding-left: 4px; } - -#restoreModsButton, #restoreButton { - icon: url("./Paper/Automata/restore.svg"); - qproperty-icon: url("./Paper/Automata/restore.svg"); } - -#saveModsButton, #saveButton { - icon: url("./Paper/Automata/backup.svg"); - qproperty-icon: url("./Paper/Automata/backup.svg"); } - -#clearFiltersButton { - icon: url("./Paper/Automata/cross.svg"); - qproperty-icon: url("./Paper/Automata/cross.svg"); } - -#bossButton { - icon: url("./Paper/Automata/sort.svg"); - qproperty-icon: url("./Paper/Automata/sort.svg"); } - -#refreshButton, #btnRefreshData, -#dataTabRefresh, #btnRefreshDownloads { - icon: url("./Paper/Automata/refresh.svg"); - qproperty-icon: url("./Paper/Automata/refresh.svg"); } - -#clearCacheButton, #revokeNexusAuthButton, -#nexusDisconnect { - icon: url("./Paper/Automata/cross.svg"); - qproperty-icon: url("./Paper/Automata/cross.svg"); } - -#deactivateESP { - icon: url("./Paper/Automata/minus.svg"); - qproperty-icon: url("./Paper/Automata/minus.svg"); - background: #DAD4BB; } - #deactivateESP:hover { - background: #4E4B42; } - -#activateESP { - icon: url("./Paper/Automata/plus.svg"); - qproperty-icon: url("./Paper/Automata/plus.svg"); - background: #DAD4BB; } - #activateESP:hover { - background: #4E4B42; } - -#startButton { - background: #4E4B42; - color: #CDC8B0; - icon: url("./Paper/Automata/run.svg"); - qproperty-icon: url("./Paper/Automata/run.svg"); - icon-size: 30px; - padding: 6px; } - #startButton:hover { - background: #B4AF9A; - color: #4E4B42; } - -#executablesListBox { - padding: 4px; - margin-right: 8px; } - #executablesListBox::item { - color: #4E4B42; } - -#linkButton { - icon: url("./Paper/Automata/shortcut.svg"); - qproperty-icon: url("./Paper/Automata/shortcut.svg"); } - -#refresh { - icon: url("./Paper/Automata/refresh.svg"); - qproperty-icon: url("./Paper/Automata/refresh.svg"); } - -#visitNexus { - icon: url("./Paper/Automata/nexus.svg"); - qproperty-icon: url("./Paper/Automata/nexus.svg"); } - -#track { - icon: url("./Paper/Automata/pin.svg"); - qproperty-icon: url("./Paper/Automata/pin.svg"); } - -#endorse { - icon: url("./Paper/Automata/heart.svg"); - qproperty-icon: url("./Paper/Automata/heart.svg"); } - -QAbstractScrollArea::corner { - background: #DAD4BB; - border: 2px solid #CDC8B0; - margin: 0 -2px -2px 0; } - -QMenuBar::item:selected { - background: #4E4B42; - color: #CDC8B0; } - -QTextEdit { - background: #DAD4BB; } - -QSplitter { - width: 6px; } - -QTreeView::indicator, QCheckBox::indicator, QGroupBox::indicator, QRadioButton::indicator { - width: 12px; - height: 12px; } - QTreeView::indicator:disabled, QCheckBox::indicator:disabled, QGroupBox::indicator:disabled, QRadioButton::indicator:disabled { - background: none; - border: 2px solid #B4AF9A; } - QTreeView::indicator:unchecked, QCheckBox::indicator:unchecked, QGroupBox::indicator:unchecked, QRadioButton::indicator:unchecked { - border: 2px solid #4E4B42; } - QTreeView::indicator:unchecked:hover, QCheckBox::indicator:unchecked:hover, QGroupBox::indicator:unchecked:hover, QRadioButton::indicator:unchecked:hover { - background: #B4AF9A; } - QTreeView::indicator:unchecked:selected, QCheckBox::indicator:unchecked:selected, QGroupBox::indicator:unchecked:selected, QRadioButton::indicator:unchecked:selected { - border: 2px solid #DAD4BB; } - QTreeView::indicator:checked, QCheckBox::indicator:checked, QGroupBox::indicator:checked, QRadioButton::indicator:checked { - background: #CD664D; - border: 2px solid #CD664D; } - -QRadioButton::indicator:checked { - image: url("./Paper/Automata/Checkboxes/Radio Buttons/radio.svg"); - width: 14px; - height: 14px; } - QRadioButton::indicator:checked:hover { - image: url("./Paper/Automata/Checkboxes/Radio Buttons/hover.svg"); } - -QSpinBox, QDoubleSpinBox { - min-height: 24px; - min-width: 60px; - background: #DAD4BB; - padding: 0 2px; - border: 2px solid #CDC8B0; - margin: 0 -4px; } - QSpinBox::up-button, QDoubleSpinBox::up-button { - min-height: 28px; - min-width: 20px; - subcontrol-position: center right; - border: 2px solid #CDC8B0; } - QSpinBox::up-button:hover, QDoubleSpinBox::up-button:hover { - background: #B4AF9A; } - QSpinBox::down-button, QDoubleSpinBox::down-button { - min-height: 28px; - min-width: 20px; - subcontrol-position: center left; - border: 2px solid #CDC8B0; } - QSpinBox::down-button:hover, QDoubleSpinBox::down-button:hover { - background: #B4AF9A; } - QSpinBox::up-arrow, QDoubleSpinBox::up-arrow { - image: url("./Paper/Automata/Arrows/up.svg"); } - QSpinBox::down-arrow, QDoubleSpinBox::down-arrow { - image: url("./Paper/Automata/Arrows/down.svg"); } - -QSlider::groove { - height: 0; - border: 1px solid #B4AF9A; } - -QSlider::handle { - background: #DAD4BB; - border: 2px solid #B4AF9A; - margin: -10px; } - QSlider::handle:hover { - background: #B4AF9A; } - -#InstanceManagerDialog #createNew, #InstanceManagerDialog #deleteInstance, #InstanceManagerDialog #switchToInstance { - icon-size: 14px; } - -#InstanceManagerDialog #createNew { - icon: url("./Paper/Automata/plus.svg"); - qproperty-icon: url("./Paper/Automata/plus.svg"); } - -#InstanceManagerDialog #deleteInstance { - icon: url("./Paper/Automata/cross.svg"); - qproperty-icon: url("./Paper/Automata/cross.svg"); } - -#InstanceManagerDialog #switchToInstance { - icon: url("./Paper/Automata/Checkboxes/Checked/hover.svg"); - qproperty-icon: url("./Paper/Automata/Checkboxes/Checked/hover.svg"); } - -#EditExecutablesDialog QToolButton { - background: transparent; - padding: 4px 8px; - margin: 8px 0 8px 8px; } - #EditExecutablesDialog QToolButton:hover { - background: #B4AF9A; } - -#EditExecutablesDialog #add { - icon: url("./Paper/Automata/plus.svg"); - qproperty-icon: url("./Paper/Automata/plus.svg"); } - -#EditExecutablesDialog #remove { - icon: url("./Paper/Automata/minus.svg"); - qproperty-icon: url("./Paper/Automata/minus.svg"); } - -#EditExecutablesDialog #up { - icon: url("./Paper/Automata/Arrows/Large/up.svg"); - qproperty-icon: url("./Paper/Automata/Arrows/Large/up.svg"); } - -#EditExecutablesDialog #down { - icon: url("./Paper/Automata/Arrows/Large/down.svg"); - qproperty-icon: url("./Paper/Automata/Arrows/Large/down.svg"); } - -#EditExecutablesDialog #reset { - icon: url("./Paper/Automata/cross.svg"); - qproperty-icon: url("./Paper/Automata/cross.svg"); } - -#downloadTab QAbstractScrollArea, -DownloadListWidget QFrame, -DownloadListWidgetCompact, -DownloadListWidgetCompact QLabel { - background: #DAD4BB; } - -DownloadListWidget#frame { - border: none; } - -#installLabel { - color: none; } - -DownloadListWidget[downloadView=standard]::item { - min-height: 48px; - margin: -16px 0; } - -DownloadListWidget[downloadView=compact]::item { - min-height: 24px; - margin: -4px 0; } - -QLCDNumber { - background: #DAD4BB; - color: #4E4B42; } - QLCDNumber #activeModslabel, QLCDNumber #activePluginsLabel { - padding-left: 6px; } - -QPlainTextEdit#output { - background: #DAD4BB; - padding-left: 10px; } - -QToolTip { - background: #DAD4BB; - color: #4E4B42; - border: 2px solid #CDC8B0; } - -ModListView, PluginListView { - margin: 2px 0; } - -LinkLabel { - qproperty-linkColor: #CD664D; } - -#stepsStack QWidget { - border: none; } - -#stepsStack QGroupBox { - border: 2px solid #DAD4BB; } - -#espFilterEdit { - margin-top: 4px; } - -#dataTabFilter, #downloadFilterEdit { - margin-top: 6px; } - -#bossButton { - margin-bottom: 4px; } - -#btnRefreshDownloads, #dataTabRefresh { - margin-bottom: 6px; } - -#displayCategoriesBtn { - min-width: 12px; } - -QTreeWidget#filters, #categoriesList { - min-width: 240px; } - -#categoriesGroup { - padding: 23px 0 0 0; - border: 0; } - -#iconLabel { - image: url("./Paper/Automata/logo.svg"); - qproperty-pixmap: none; } diff --git a/stylesheets/Paper Black Mono.qss b/stylesheets/Paper Black Mono.qss deleted file mode 100644 index 8602c70..0000000 --- a/stylesheets/Paper Black Mono.qss +++ /dev/null @@ -1,634 +0,0 @@ -/* Version 3.2 by 6788 */ -QWidget { - background: #000; - font-size: 13px; - color: #D3D3D3; - border: 0; } - -QAbstractItemView { - alternate-background-color: #000; - show-decoration-selected: 1; - selection-background-color: #3D3D3D; - selection-color: #FFF; } - QAbstractItemView::item { - min-height: 24px; } - QAbstractItemView::branch:hover, QAbstractItemView::item:hover { - background: #5C5C5C; } - QAbstractItemView::branch:selected, QAbstractItemView::item:selected { - background: #3D3D3D; } - -QTreeView, QListView { - border-top: 2px solid #3D3D3D; - border-bottom: 2px solid #3D3D3D; } - QTreeView::branch:closed:has-children:has-siblings, QTreeView::branch:closed:has-children:!has-siblings, QListView::branch:closed:has-children:has-siblings, QListView::branch:closed:has-children:!has-siblings { - image: url("./Paper/Dark/Arrows/right.svg"); } - QTreeView::branch:open:has-children:has-siblings, QTreeView::branch:open:has-children:!has-siblings, QListView::branch:open:has-children:has-siblings, QListView::branch:open:has-children:!has-siblings { - image: url("./Paper/Dark/Arrows/down.svg"); } - -QHeaderView::up-arrow, QHeaderView::down-arrow { - padding-right: 4px; - height: 10px; - width: 10px; } - -QHeaderView::up-arrow { - image: url("./Paper/Dark/Arrows/up.svg"); } - -QHeaderView::down-arrow { - image: url("./Paper/Dark/Arrows/down.svg"); } - -QHeaderView::section { - background: #000; - padding: 0 5px; - border: 0; - border-bottom: 2px solid #3D3D3D; } - QHeaderView::section:hover { - background: #5C5C5C; } - -QScrollBar:horizontal { - height: 20px; - margin: 0 25px -2px 25px; } - -QScrollBar:vertical { - width: 20px; - margin: 27px -2px 25px 0; } - -QScrollBar::handle { - background: #5C5C5C; - border-radius: 8px; - margin: 2px; } - QScrollBar::handle:horizontal { - min-width: 32px; } - QScrollBar::handle:vertical { - min-height: 32px; } - QScrollBar::handle:hover, QScrollBar::handle:pressed { - background: #3D3D3D; } - -QScrollBar::add-line { - subcontrol-origin: margin; - border: 2px solid #000; - margin: 0 -2px -2px 0; } - QScrollBar::add-line:horizontal { - image: url("./Paper/Dark/Arrows/right.svg"); - width: 23px; - subcontrol-position: right; } - QScrollBar::add-line:vertical { - image: url("./Paper/Dark/Arrows/down.svg"); - height: 23px; - subcontrol-position: bottom; - border-top: 2px solid #3D3D3D; } - QScrollBar::add-line:hover, QScrollBar::add-line:pressed { - background: #5C5C5C; } - -QScrollBar::sub-line { - subcontrol-origin: margin; } - QScrollBar::sub-line:horizontal { - image: url("./Paper/Dark/Arrows/left.svg"); - width: 23px; - subcontrol-position: left; - border: 2px solid #000; - margin: 0 0 -2px -2px; } - QScrollBar::sub-line:vertical { - image: url("./Paper/Dark/Arrows/up.svg"); - height: 25px; - subcontrol-position: top; - border: 2px solid #000; - border-bottom: 2px solid #3D3D3D; - margin: -2px -2px 0 0; } - QScrollBar::sub-line:hover, QScrollBar::sub-line:pressed { - background: #5C5C5C; } - -QScrollBar::add-page, QScrollBar::sub-page { - background: transparent; } - -QPushButton, QToolButton { - color: #D3D3D3; - min-height: 16px; - padding: 2px 12px; - border: 2px solid #3D3D3D; - border-radius: 10px; - margin: 2px 0; } - QPushButton::menu-indicator, QToolButton::menu-indicator { - image: url("./Paper/Dark/Arrows/down.svg"); - padding: 2px; - margin: 4px; } - QPushButton:hover, QPushButton:pressed, QPushButton:disabled, QToolButton:hover, QToolButton:pressed, QToolButton:disabled { - background: #5C5C5C; } - -QPushButton::menu-indicator { - subcontrol-position: right center; } - -QMenu { - border: 2px solid #3D3D3D; - border-radius: 10px; } - QMenu QPushButton { - min-height: 22px; - padding: 2px 24px; - text-align: left; - border: 0; - border-radius: 0; } - QMenu QCheckBox, QMenu QRadioButton { - padding: 2px 6px; } - QMenu QCheckBox:hover, QMenu QRadioButton:hover { - background: #3D3D3D; - color: #FFF; - border-radius: 6px; } - QMenu::separator { - height: 2px; - background: #3D3D3D; } - QMenu::icon { - padding-left: 20px; } - QMenu::right-arrow { - image: url("./Paper/Dark/Arrows/right.svg"); - padding-right: 5px; } - QMenu::item { - background: transparent; - padding: 5px 20px; } - QMenu::item:disabled { - background: #000; - color: #808080; } - QMenu::item:selected { - background: #5C5C5C; } - -QToolBar { - background: #000; - border-bottom: 2px solid #3D3D3D; - qproperty-movable: true; } - QToolBar::handle { - width: 2px; - height: 2px; - background: #000; } - QToolBar::separator { - background: #000; - margin: 6px 8px; } - QToolBar:menu-indicator { - image: url("./Paper/Dark/Arrows/down.svg"); - margin: 4px; } - QToolBar QWidget { - background: transparent; } - QToolBar QToolButton { - padding: 4px; - border-radius: 10px; - border: 0; - margin: 6px; } - QToolBar QToolButton:hover, QToolBar QToolButton:pressed { - background: #5C5C5C; } - QToolBar QToolButton:menu-indicator { - margin: -4px; - subcontrol-position: center bottom; } - QToolBar QToolButton:disabled { - background: transparent; } - -QLineEdit, QComboBox { - min-height: 20px; - padding-left: 6px; - border: 2px solid #3D3D3D; - border-radius: 10px; } - QLineEdit:hover, QLineEdit:disabled, QComboBox:hover, QComboBox:disabled { - background: #5C5C5C; } - -QComboBox { - margin: 4px 0; } - QComboBox QAbstractItemView { - border: 2px solid #3D3D3D; - border-radius: 10px; } - QComboBox:on { - background: #3D3D3D; - color: #FFF; } - QComboBox::drop-down { - width: 20px; - subcontrol-origin: padding; - subcontrol-position: top right; - border: none; } - QComboBox::down-arrow { - image: url("./Paper/Dark/Arrows/down.svg"); } - -QGroupBox { - padding: 24px 4px; - border-radius: 10px; } - QGroupBox::title { - background: transparent; - padding: 8px; - subcontrol-origin: padding; - subcontrol-position: top left; } - -QProgressBar { - background: #000; - color: #FFF; - text-align: center; - padding: 2px; - border: 2px solid #3D3D3D; - border-radius: 10px; - margin: 0 10px; } - QProgressBar::chunk { - background: #3D3D3D; - border-top-left-radius: 6px; - border-bottom-left-radius: 6px; } - QProgressBar[downloadView=standard] { - background: transparent; - margin: 11px 0; } - QProgressBar[downloadView=compact] { - background: transparent; } - QProgressBar[downloadView=standard]::chunk, QProgressBar[downloadView=compact]::chunk { - border-right: 2px solid #000; } - -QTabWidget::pane { - border-top: 2px solid #3D3D3D; - border-radius: 10px; - margin-right: -10px; } - -QTabWidget::tab-bar { - alignment: center; } - -QTabBar QToolButton { - background: #5C5C5C; - padding: 1px; - border-radius: 6px; - margin: 1px; } - QTabBar QToolButton:disabled { - background: transparent; } - -QTabBar::tab { - padding: 4px 14px; - border: 2px solid #000; - border-top-left-radius: 8px; - border-top-right-radius: 8px; - margin: 3px 1px -2px 0; } - QTabBar::tab:hover { - background: #5C5C5C; - color: #D3D3D3; } - QTabBar::tab:selected { - border: 2px solid #3D3D3D; } - -QDockWidget { - background: transparent; - titlebar-close-icon: url("./Paper/Dark/cross.svg"); - titlebar-normal-icon: url("./Paper/Dark/Arrows/Large/up.svg"); - border: 0; - padding: 0 10px; } - QDockWidget::close-button, QDockWidget::float-button { - background: #000; - padding: 2px; - border: 0; } - QDockWidget::close-button:hover, QDockWidget::float-button:hover { - background: #5C5C5C; - border-radius: 6px; } - -QTableView { - gridline-color: #000; - border: 0; } - QTableView QTableCornerButton::section { - background: #000; - border: 0; - border-bottom: 2px solid #3D3D3D; } - -QueryOverwriteDialog QTextBrowser { - background: #000; } - -QueryOverwriteDialog QPushButton { - margin-left: 8px; } - -#tabText QToolButton, #tabIni QToolButton { - height: 12px; - border-radius: 6px; } - #tabText QToolButton:disabled, #tabIni QToolButton:disabled { - background: 0; - border: 2px solid #000; } - #tabText QToolButton:hover, #tabIni QToolButton:hover { - background: #5C5C5C; - color: #FFF; } - -#tabText QLineEdit, #tabIni QLineEdit { - margin-top: 5px; } - #tabText QLineEdit:hover, #tabIni QLineEdit:hover { - border: 2px solid #000; } - -#actionChange_Game { - icon: url("./Paper/Dark/Toolbar/instances.svg"); - qproperty-icon: url("./Paper/Dark/Toolbar/instances.svg"); } - -#actionInstallMod { - icon: url("./Paper/Dark/Toolbar/archives.svg"); - qproperty-icon: url("./Paper/Dark/Toolbar/archives.svg"); } - -#actionModPage { - icon: url("./Paper/Dark/Toolbar/globe.svg"); - qproperty-icon: url("./Paper/Dark/Toolbar/globe.svg"); } - -#actionNexus { - icon: url("./Paper/Dark/Toolbar/nexus.svg"); - qproperty-icon: url("./Paper/Dark/Toolbar/nexus.svg"); } - -#actionAdd_Profile { - icon: url("./Paper/Dark/Toolbar/profiles.svg"); - qproperty-icon: url("./Paper/Dark/Toolbar/profiles.svg"); } - -#action_Refresh { - icon: url("./Paper/Dark/Toolbar/refresh.svg"); - qproperty-icon: url("./Paper/Dark/Toolbar/refresh.svg"); } - -#action_Refresh { - icon: url("./Paper/Dark/Toolbar/refresh.svg"); - qproperty-icon: url("./Paper/Dark/Toolbar/refresh.svg"); } - -#actionModify_Executables { - icon: url("./Paper/Dark/Toolbar/executables.svg"); - qproperty-icon: url("./Paper/Dark/Toolbar/executables.svg"); } - -#actionTool { - icon: url("./Paper/Dark/Toolbar/tools.svg"); - qproperty-icon: url("./Paper/Dark/Toolbar/tools.svg"); } - -#actionSettings { - icon: url("./Paper/Dark/Toolbar/settings.svg"); - qproperty-icon: url("./Paper/Dark/Toolbar/settings.svg"); } - -#actionEndorseMO { - icon: url("./Paper/Dark/Toolbar/endorse.svg"); - qproperty-icon: url("./Paper/Dark/Toolbar/endorse.svg"); } - -#actionProblems, #actionNotifications { - icon: url("./Paper/Dark/Toolbar/problems.svg"); - qproperty-icon: url("./Paper/Dark/Toolbar/problems.svg"); } - -#actionUpdate { - icon: url("./Paper/Dark/Toolbar/update.svg"); - qproperty-icon: url("./Paper/Dark/Toolbar/update.svg"); } - -#actionHelp { - icon: url("./Paper/Dark/Toolbar/help.svg"); - qproperty-icon: url("./Paper/Dark/Toolbar/help.svg"); } - -#listOptionsBtn { - padding-left: 2px; - icon: url("./Paper/Dark/dots.svg"); - qproperty-icon: url("./Paper/Dark/dots.svg"); } - -#openFolderMenu { - padding-left: 4px; - icon: url("./Paper/Dark/folder.svg"); - qproperty-icon: url("./Paper/Dark/folder.svg"); - icon-size: 14px; } - -#restoreModsButton, #restoreButton { - icon: url("./Paper/Dark/restore.svg"); - qproperty-icon: url("./Paper/Dark/restore.svg"); - icon-size: 14px; } - -#saveModsButton, #saveButton { - icon: url("./Paper/Dark/backup.svg"); - qproperty-icon: url("./Paper/Dark/backup.svg"); - icon-size: 14px; } - -#clearFiltersButton { - icon: url("./Paper/Mono/Black/cross.svg"); - qproperty-icon: url("./Paper/Mono/Black/cross.svg"); } - -#bossButton { - icon: url("./Paper/Dark/sort.svg"); - qproperty-icon: url("./Paper/Dark/sort.svg"); - icon-size: 14px; } - -#refreshButton, #btnRefreshData, -#dataTabRefresh, #btnRefreshDownloads { - icon: url("./Paper/Dark/refresh.svg"); - qproperty-icon: url("./Paper/Dark/refresh.svg"); - icon-size: 14px; } - -#clearCacheButton, #revokeNexusAuthButton, -#nexusDisconnect { - icon: url("./Paper/Dark/cross.svg"); - qproperty-icon: url("./Paper/Dark/cross.svg"); - icon-size: 14px; } - -#deactivateESP { - icon: url("./Paper/Dark/minus.svg"); - qproperty-icon: url("./Paper/Dark/minus.svg"); } - #deactivateESP:hover { - background: #5C5C5C; } - -#activateESP { - icon: url("./Paper/Dark/plus.svg"); - qproperty-icon: url("./Paper/Dark/plus.svg"); } - #activateESP:hover { - background: #5C5C5C; } - -#startButton { - icon: url("./Paper/Mono/Black/run.svg"); - qproperty-icon: url("./Paper/Mono/Black/run.svg"); - padding: 6px; - border-radius: 0; - border-top-left-radius: 10px; - border-top-right-radius: 10px; } - -#executablesListBox { - padding: 4px; - border-radius: 10px; - margin-right: 8px; } - -#linkButton { - icon: url("./Paper/Dark/shortcut.svg"); - qproperty-icon: url("./Paper/Dark/shortcut.svg"); - icon-size: 14px; - border-radius: 0; - border-bottom-left-radius: 10px; - border-bottom-right-radius: 10px; } - -#refresh { - icon: url("./Paper/Dark/refresh.svg"); - qproperty-icon: url("./Paper/Dark/refresh.svg"); } - -#visitNexus { - icon: url("./Paper/Dark/nexus.svg"); - qproperty-icon: url("./Paper/Dark/nexus.svg"); } - -#track { - icon: url("./Paper/Dark/pin.svg"); - qproperty-icon: url("./Paper/Dark/pin.svg"); } - -#endorse { - icon: url("./Paper/Dark/heart.svg"); - qproperty-icon: url("./Paper/Dark/heart.svg"); - qproperty-iconSize: 14px; } - -QAbstractScrollArea::corner { - border: 0; - border-bottom: 2px solid #3D3D3D; - margin: 0 -2px -2px 0; } - -QMenuBar::item:selected { - background: #3D3D3D; - color: #FFF; } - -QTextEdit { - border-top: 2px solid #3D3D3D; - border-bottom: 2px solid #3D3D3D; } - -QSplitter { - height: 2px; - width: 2px; } - QSplitter::handle { - background: #3D3D3D; - margin: 0 10px; } - -QTreeView::indicator, QCheckBox::indicator, QGroupBox::indicator, QRadioButton::indicator { - width: 14px; - height: 14px; } - QTreeView::indicator:unchecked, QCheckBox::indicator:unchecked, QGroupBox::indicator:unchecked, QRadioButton::indicator:unchecked { - image: url("./Paper/Dark/Checkboxes/Unchecked/unchecked.svg"); } - QTreeView::indicator:unchecked:hover, QCheckBox::indicator:unchecked:hover, QGroupBox::indicator:unchecked:hover, QRadioButton::indicator:unchecked:hover { - image: url("./Paper/Mono/Black/Checkboxes/Unchecked/hover.svg"); } - QTreeView::indicator:unchecked:selected, QCheckBox::indicator:unchecked:selected, QGroupBox::indicator:unchecked:selected, QRadioButton::indicator:unchecked:selected { - image: url("./Paper/Dark/Checkboxes/Unchecked/selected.svg"); } - QTreeView::indicator:checked, QCheckBox::indicator:checked, QGroupBox::indicator:checked, QRadioButton::indicator:checked { - image: url("./Paper/Mono/Black/Checkboxes/Checked/check.svg"); } - QTreeView::indicator:checked:selected, QCheckBox::indicator:checked:selected, QGroupBox::indicator:checked:selected, QRadioButton::indicator:checked:selected { - image: url("./Paper/Dark/Checkboxes/Checked/selected.svg"); } - QTreeView::indicator:disabled, QCheckBox::indicator:disabled, QGroupBox::indicator:disabled, QRadioButton::indicator:disabled { - image: url("./Paper/Dark/Checkboxes/disabled.svg"); } - -QRadioButton::indicator:checked { - image: url("./Paper/Mono/Black/Checkboxes/Radio Buttons/radio.svg"); - width: 14px; - height: 14px; } - QRadioButton::indicator:checked:hover { - image: url("./Paper/Mono/Black/Checkboxes/Radio Buttons/hover.svg"); } - -QSpinBox, QDoubleSpinBox { - min-height: 20px; - min-width: 60px; - padding: 0 2px; - border: 2px solid #3D3D3D; - border-radius: 10px; } - QSpinBox::up-button, QDoubleSpinBox::up-button { - min-height: 20px; - min-width: 20px; - subcontrol-position: center right; - border-left: 2px solid #3D3D3D; - border-top-right-radius: 10px; - border-bottom-right-radius: 10px; } - QSpinBox::up-button:hover, QDoubleSpinBox::up-button:hover { - background: #5C5C5C; } - QSpinBox::down-button, QDoubleSpinBox::down-button { - min-height: 20px; - min-width: 20px; - subcontrol-position: center left; - border-right: 2px solid #3D3D3D; - border-top-left-radius: 10px; - border-bottom-left-radius: 10px; } - QSpinBox::down-button:hover, QDoubleSpinBox::down-button:hover { - background: #5C5C5C; } - QSpinBox::up-arrow, QDoubleSpinBox::up-arrow { - image: url("./Paper/Dark/Arrows/up.svg"); } - QSpinBox::down-arrow, QDoubleSpinBox::down-arrow { - image: url("./Paper/Dark/Arrows/down.svg"); } - -QSlider::groove { - height: 0; - border: 1px solid #5C5C5C; } - -QSlider::handle { - border: 2px solid #5C5C5C; - border-radius: 6px; - margin: -10px; } - QSlider::handle:hover { - background: #5C5C5C; } - -#InstanceManagerDialog #createNew, #InstanceManagerDialog #deleteInstance, #InstanceManagerDialog #switchToInstance { - icon-size: 14px; } - -#InstanceManagerDialog #createNew { - icon: url("./Paper/Dark/plus.svg"); - qproperty-icon: url("./Paper/Dark/plus.svg"); } - -#InstanceManagerDialog #deleteInstance { - icon: url("./Paper/Dark/cross.svg"); - qproperty-icon: url("./Paper/Dark/cross.svg"); } - -#InstanceManagerDialog #switchToInstance { - icon: url("./Paper/Mono/Black/Checkboxes/Checked/check.svg"); - qproperty-icon: url("./Paper/Mono/Black/Checkboxes/Checked/check.svg"); } - -#EditExecutablesDialog QToolButton { - padding: 4px 8px; - margin: 8px 0 8px 8px; } - #EditExecutablesDialog QToolButton:hover { - background: #5C5C5C; } - -#EditExecutablesDialog #add { - icon: url("./Paper/Dark/plus.svg"); - qproperty-icon: url("./Paper/Dark/plus.svg"); } - -#EditExecutablesDialog #remove { - icon: url("./Paper/Dark/minus.svg"); - qproperty-icon: url("./Paper/Dark/minus.svg"); } - -#EditExecutablesDialog #up { - icon: url("./Paper/Dark/Arrows/Large/up.svg"); - qproperty-icon: url("./Paper/Dark/Arrows/Large/up.svg"); } - -#EditExecutablesDialog #down { - icon: url("./Paper/Dark/Arrows/Large/down.svg"); - qproperty-icon: url("./Paper/Dark/Arrows/Large/down.svg"); } - -#EditExecutablesDialog #reset { - icon: url("./Paper/Dark/cross.svg"); - qproperty-icon: url("./Paper/Dark/cross.svg"); } - -QLCDNumber { - color: #D3D3D3; - border-radius: 6px; } - QLCDNumber #activeModslabel, QLCDNumber #activePluginsLabel { - padding-left: 6px; } - -QPlainTextEdit#output { - padding-left: 10px; - border-radius: 6px; } - -QToolTip { - background: #000; - color: #D3D3D3; - border: 2px solid #3D3D3D; - border-radius: 10px; } - -ModListView, PluginListView { - margin: 2px 0; } - -LinkLabel { - qproperty-linkColor: #D3D3D3; } - -#stepsStack QWidget { - border: none; } - -#stepsStack QGroupBox { - border: 2px solid #000; - border-radius: 10px; } - -#espFilterEdit { - margin-top: 4px; } - -#dataTabFilter, #downloadFilterEdit { - margin-top: 6px; } - -#bossButton { - margin-bottom: 4px; } - -#btnRefreshDownloads, #dataTabRefresh { - margin-bottom: 6px; } - -#displayCategoriesBtn { - min-width: 12px; } - -QTreeWidget#filters, #categoriesList { - min-width: 240px; } - -#categoriesGroup { - padding: 23px 0 0 0; - border: 0; } - -#colorTable { - border-top: 2px solid #3D3D3D; - border-bottom: 2px solid #3D3D3D; } - -#iconLabel { - image: url("./Paper/Dark/logo.svg"); - qproperty-pixmap: none; } diff --git a/stylesheets/Paper Dark.qss b/stylesheets/Paper Dark.qss deleted file mode 100644 index cbcf369..0000000 --- a/stylesheets/Paper Dark.qss +++ /dev/null @@ -1,666 +0,0 @@ -/* Version 7.2 by 6788 */ -* { - background: #242424; - font-size: 13px; - color: #D3D3D3; - border: 0; } - *:disabled { - color: #808080; } - -QAbstractItemView { - background: #141414; - alternate-background-color: #1C1C1C; - show-decoration-selected: 1; - border-radius: 6px; } - QAbstractItemView::item { - min-height: 24px; } - QAbstractItemView::branch:hover, QAbstractItemView::item:hover { - background: #3D3D3D; } - QAbstractItemView::branch:selected, QAbstractItemView::item:selected { - background: #006868; - color: #FFF; } - -QTreeView, QListView { - border-radius: 6px; } - QTreeView::branch:closed:has-children, QListView::branch:closed:has-children { - image: url("./Paper/Dark/Arrows/right.svg"); } - QTreeView::branch:open:has-children, QListView::branch:open:has-children { - image: url("./Paper/Dark/Arrows/down.svg"); } - -QHeaderView::up-arrow, QHeaderView::down-arrow { - height: 10px; - width: 10px; - padding-right: 4px; } - -QHeaderView::up-arrow { - image: url("./Paper/Dark/Arrows/up.svg"); } - -QHeaderView::down-arrow { - image: url("./Paper/Dark/Arrows/down.svg"); } - -QHeaderView::section { - background: #141414; - padding: 0 5px; - border: 0; - border-bottom: 2px solid #242424; - border-right: 2px solid #242424; } - QHeaderView::section:first { - border-top-left-radius: 6px; } - QHeaderView::section:last { - border-right: 0; - border-top-right-radius: 6px; } - QHeaderView::section:hover { - background: #3D3D3D; } - -QScrollBar { - background: #141414; - border: 2px solid #242424; } - QScrollBar:horizontal { - height: 20px; - margin: 0 23px -2px 23px; } - QScrollBar:vertical { - width: 20px; - margin: 23px -2px 23px 0; } - QScrollBar::handle { - background: #3D3D3D; - border-radius: 6px; - margin: 2px; } - QScrollBar::handle:horizontal { - min-width: 32px; } - QScrollBar::handle:vertical { - min-height: 32px; } - QScrollBar::handle:hover, QScrollBar::handle:pressed { - background: #006868; } - QScrollBar::add-line { - subcontrol-origin: margin; - background: #141414; - border: 2px solid #242424; - margin: 0 -2px -2px 0; } - QScrollBar::add-line:horizontal { - image: url("./Paper/Dark/Arrows/right.svg"); - width: 23px; - subcontrol-position: right; } - QScrollBar::add-line:vertical { - image: url("./Paper/Dark/Arrows/down.svg"); - height: 23px; - subcontrol-position: bottom; - border-bottom-right-radius: 6px; } - QScrollBar::add-line:hover, QScrollBar::add-line:pressed { - background: #006868; } - QScrollBar::sub-line { - subcontrol-origin: margin; - background: #141414; } - QScrollBar::sub-line:horizontal { - image: url("./Paper/Dark/Arrows/left.svg"); - width: 23px; - subcontrol-position: left; - border: 2px solid #242424; - border-bottom-left-radius: 6px; - margin: 0 0 -2px -2px; } - QScrollBar::sub-line:vertical { - image: url("./Paper/Dark/Arrows/up.svg"); - height: 23px; - subcontrol-position: top; - border: 2px solid #242424; - border-top-right-radius: 6px; - margin: -2px -2px 0 0; } - QScrollBar::sub-line:hover, QScrollBar::sub-line:pressed { - background: #006868; } - QScrollBar::add-page, QScrollBar::sub-page { - background: transparent; } - -QPushButton, QToolButton { - background: #141414; - color: #D3D3D3; - min-height: 22px; - padding: 2px 12px; - border-radius: 6px; - margin: 2px 0; } - QPushButton::menu-indicator, QToolButton::menu-indicator { - image: url("./Paper/Dark/Arrows/down.svg"); - padding: 2px; - margin: 4px; } - QPushButton:hover, QPushButton:pressed, QToolButton:hover, QToolButton:pressed { - background: #3D3D3D; } - QPushButton:disabled, QToolButton:disabled { - background: transparent; } - -QPushButton:disabled { - background: none; - border: 2px solid #141414; } - -QPushButton::menu-indicator { - subcontrol-position: right center; } - -QToolButton:menu-indicator { - margin: 2px; } - -QMenu { - background: transparent; - border: 2px solid #242424; - border-radius: 6px; } - QMenu QPushButton { - padding: 2px 24px; - text-align: left; - border-radius: 0; } - QMenu QPushButton:hover { - border-radius: 6px; } - QMenu QCheckBox, QMenu QRadioButton { - background: #141414; - padding: 5px; } - QMenu QCheckBox:hover, QMenu QRadioButton:hover { - background: #006868; - color: #FFF; - border-radius: 6px; } - QMenu::separator { - height: 2px; - background: #242424; } - QMenu::icon { - padding-left: 20px; } - QMenu::right-arrow { - image: url("./Paper/Dark/Arrows/right.svg"); - padding-right: 5px; } - QMenu::item { - background: #141414; - padding: 5px 24px; } - QMenu::item:disabled { - background: #242424; - color: #808080; } - QMenu::item:selected { - background: #006868; - color: #FFF; - border-radius: 6px; } - -QToolBar { - background: #242424; - border: 1px solid #242424; - qproperty-movable: true; } - QToolBar::handle { - height: 0; - border: 1px solid #141414; } - QToolBar::separator { - background: #242424; - margin: 6px 8px; } - QToolBar:menu-indicator { - image: url("./Paper/Dark/Arrows/down.svg"); - margin: 4px; } - QToolBar QToolButton { - background: transparent; - padding: 6px; - border-radius: 10px; - margin: 4px 4px 0 4px; } - QToolBar QToolButton:hover, QToolBar QToolButton:pressed { - background: #3D3D3D; } - -QLineEdit { - background: #141414; - min-height: 22px; - padding-left: 5px; - border: 2px solid #141414; - border-radius: 6px; } - QLineEdit:hover { - border: 2px solid #006868; } - -QComboBox { - background: #141414; - min-height: 22px; - padding-left: 5px; - border: 2px solid #141414; - border-radius: 6px; - margin: 4px 0; } - QComboBox QAbstractItemView { - background: #141414; - border: 2px solid #242424; - border-radius: 6px; } - QComboBox:hover { - border: 2px solid #006868; } - QComboBox:on { - background: #006868; - color: #FFF; - border: 2px solid #006868; } - QComboBox::drop-down { - width: 20px; - subcontrol-origin: padding; - subcontrol-position: top right; - border: none; } - QComboBox::down-arrow { - image: url("./Paper/Dark/Arrows/down.svg"); } - -QGroupBox { - padding: 24px 4px; - border: 2px solid #141414; - border-radius: 10px; } - QGroupBox::title { - background: transparent; - subcontrol-origin: padding; - subcontrol-position: top left; - padding: 8px; } - -QProgressBar { - background: #141414; - color: #FFF; - text-align: center; - border: 2px solid #242424; - border-radius: 6px; - margin: 0 10px; } - QProgressBar::chunk { - background: #006868; - border-top-left-radius: 6px; - border-bottom-left-radius: 6px; } - QProgressBar[downloadView=standard] { - background: transparent; - margin: 11px 0; } - QProgressBar[downloadView=compact] { - background: transparent; } - QProgressBar[downloadView=standard]::chunk, QProgressBar[downloadView=compact]::chunk { - border-right: 2px solid #242424; } - -QTabWidget::pane { - bottom: 4px; - border-radius: 10px; - margin-right: -10px; } - -QTabWidget::tab-bar { - alignment: center; } - -QTabBar { - background: #141414; - border-radius: 10px; } - QTabBar QToolButton { - background: #3D3D3D; - padding: 1px; - border-radius: 6px; - margin: 1px; } - QTabBar QToolButton:disabled { - background: transparent; } - QTabBar::tab { - background: #141414; - padding: 2px 14px; - border: 2px solid #141414; - border-radius: 10px; - margin: 2px; } - QTabBar::tab:disabled { - background: #242424; - border: 2px solid transparent; } - QTabBar::tab:first { - border-top-left-radius: 10px; - border-bottom-left-radius: 10px; } - QTabBar::tab:last { - border-top-right-radius: 10px; - border-bottom-right-radius: 10px; } - QTabBar::tab:hover { - background: #3D3D3D; - border: 2px solid #3D3D3D; } - QTabBar::tab:selected { - background: #006868; - color: #FFF; - border: 2px solid #006868; } - -QDockWidget { - background: transparent; - padding: 0 10px; - border: 0; - titlebar-close-icon: url("./Paper/Dark/cross.svg"); - titlebar-normal-icon: url("./Paper/Dark/Arrows/Large/up.svg"); } - QDockWidget::close-button, QDockWidget::float-button { - background: #242424; - padding: 2px; - border: 0; } - QDockWidget::close-button:hover, QDockWidget::float-button:hover { - background: #3D3D3D; - border-radius: 6px; } - -QStatusBar { - background: #3D3D3D; } - QStatusBar QWidget { - background: #3D3D3D; } - QStatusBar::item { - border: 0; } - -QTableView { - gridline-color: #242424; - border: 0; } - QTableView QTableCornerButton::section { - background: #141414; - border: 0; - border-right: 2px solid #242424; - border-bottom: 2px solid #242424; } - -#tabText QToolButton, #tabIni QToolButton { - height: 12px; - background: #141414; - border-radius: 6px; } - #tabText QToolButton:disabled, #tabIni QToolButton:disabled { - background: 0; - border: 2px solid #141414; } - #tabText QToolButton:hover, #tabIni QToolButton:hover { - background: #3D3D3D; } - -#tabText QLineEdit, #tabText QLineEdit, #tabIni QLineEdit, #tabIni QLineEdit { - margin-top: 5px; } - #tabText QLineEdit:hover, #tabText QLineEdit:hover, #tabIni QLineEdit:hover, #tabIni QLineEdit:hover { - border: 2px solid #141414; } - -#actionChange_Game { - icon: url("./Paper/Dark/Toolbar/instances.svg"); - qproperty-icon: url("./Paper/Dark/Toolbar/instances.svg"); } - -#actionInstallMod { - icon: url("./Paper/Dark/Toolbar/archives.svg"); - qproperty-icon: url("./Paper/Dark/Toolbar/archives.svg"); } - -#actionModPage { - icon: url("./Paper/Dark/Toolbar/globe.svg"); - qproperty-icon: url("./Paper/Dark/Toolbar/globe.svg"); } - -#actionNexus { - icon: url("./Paper/Dark/Toolbar/nexus.svg"); - qproperty-icon: url("./Paper/Dark/Toolbar/nexus.svg"); } - -#actionAdd_Profile { - icon: url("./Paper/Dark/Toolbar/profiles.svg"); - qproperty-icon: url("./Paper/Dark/Toolbar/profiles.svg"); } - -#action_Refresh { - icon: url("./Paper/Dark/Toolbar/refresh.svg"); - qproperty-icon: url("./Paper/Dark/Toolbar/refresh.svg"); } - -#actionModify_Executables { - icon: url("./Paper/Dark/Toolbar/executables.svg"); - qproperty-icon: url("./Paper/Dark/Toolbar/executables.svg"); } - -#actionTool { - icon: url("./Paper/Dark/Toolbar/tools.svg"); - qproperty-icon: url("./Paper/Dark/Toolbar/tools.svg"); } - -#actionSettings { - icon: url("./Paper/Dark/Toolbar/settings.svg"); - qproperty-icon: url("./Paper/Dark/Toolbar/settings.svg"); } - -#actionEndorseMO { - icon: url("./Paper/Dark/Toolbar/endorse.svg"); - qproperty-icon: url("./Paper/Dark/Toolbar/endorse.svg"); } - -#actionNotifications { - icon: url("./Paper/Dark/Toolbar/problems.svg"); - qproperty-icon: url("./Paper/Dark/Toolbar/problems.svg"); } - -#actionUpdate { - icon: url("./Paper/Dark/Toolbar/update.svg"); - qproperty-icon: url("./Paper/Dark/Toolbar/update.svg"); } - -#actionHelp { - icon: url("./Paper/Dark/Toolbar/help.svg"); - qproperty-icon: url("./Paper/Dark/Toolbar/help.svg"); } - -#listOptionsBtn { - padding-left: 2px; - icon: url("./Paper/Dark/dots.svg"); - qproperty-icon: url("./Paper/Dark/dots.svg"); } - -#openFolderMenu { - padding-left: 4px; - icon: url("./Paper/Dark/folder.svg"); - qproperty-icon: url("./Paper/Dark/folder.svg"); - icon-size: 14px; } - -#restoreModsButton, #restoreButton { - icon: url("./Paper/Dark/restore.svg"); - qproperty-icon: url("./Paper/Dark/restore.svg"); - icon-size: 14px; } - -#saveModsButton, #saveButton { - icon: url("./Paper/Dark/backup.svg"); - qproperty-icon: url("./Paper/Dark/backup.svg"); - icon-size: 14px; } - -#clearFiltersButton { - icon: url("./Paper/Dark/cross.svg"); - qproperty-icon: url("./Paper/Dark/cross.svg"); } - -#bossButton { - icon: url("./Paper/Dark/sort.svg"); - qproperty-icon: url("./Paper/Dark/sort.svg"); - icon-size: 14px; } - -#refreshButton, #btnRefreshData, -#dataTabRefresh, #btnRefreshDownloads { - icon: url("./Paper/Dark/refresh.svg"); - qproperty-icon: url("./Paper/Dark/refresh.svg"); - icon-size: 14px; } - -#clearCacheButton, #revokeNexusAuthButton, -#nexusDisconnect { - icon: url("./Paper/Dark/cross.svg"); - qproperty-icon: url("./Paper/Dark/cross.svg"); - icon-size: 14px; } - -#deactivateESP { - icon: url("./Paper/Dark/minus.svg"); - qproperty-icon: url("./Paper/Dark/minus.svg"); } - -#activateESP { - icon: url("./Paper/Dark/plus.svg"); - qproperty-icon: url("./Paper/Dark/plus.svg"); } - -#startButton { - background: #006868; - color: #FFF; - padding: 6px; - border-radius: 0; - border-top-left-radius: 10px; - border-top-right-radius: 10px; - icon: url("./Paper/Dark/run.svg"); - qproperty-icon: url("./Paper/Dark/run.svg"); } - #startButton:hover { - background: #3D3D3D; } - -#linkButton { - border-radius: 0; - border-bottom-left-radius: 10px; - border-bottom-right-radius: 10px; - icon: url("./Paper/Dark/shortcut.svg"); - qproperty-icon: url("./Paper/Dark/shortcut.svg"); - icon-size: 14px; } - -#executablesListBox { - padding: 4px; - border-radius: 10px; - margin-right: 8px; } - -#refresh { - icon: url("./Paper/Dark/refresh.svg"); - qproperty-icon: url("./Paper/Dark/refresh.svg"); } - -#visitNexus { - icon: url("./Paper/Dark/nexus.svg"); - qproperty-icon: url("./Paper/Dark/nexus.svg"); } - -#track { - icon: url("./Paper/Dark/pin.svg"); - qproperty-icon: url("./Paper/Dark/pin.svg"); } - -#endorse { - icon: url("./Paper/Dark/heart.svg"); - qproperty-icon: url("./Paper/Dark/heart.svg"); - icon-size: 14px; } - -QAbstractScrollArea::corner { - background: #141414; - border: 2px solid #242424; - border-bottom-right-radius: 6px; - margin: 0 -2px -2px 0; } - -QMenuBar::item:selected { - background: #006868; - color: #FFF; } - -QTextEdit { - background: #141414; - border-radius: 6px; } - -QSplitter { - width: 6px; } - -QTreeView::indicator, QCheckBox::indicator, QGroupBox::indicator, QRadioButton::indicator { - width: 14px; - height: 14px; } - QTreeView::indicator:disabled, QCheckBox::indicator:disabled, QGroupBox::indicator:disabled, QRadioButton::indicator:disabled { - image: url("./Paper/Dark/Checkboxes/disabled.svg"); } - QTreeView::indicator:unchecked, QCheckBox::indicator:unchecked, QGroupBox::indicator:unchecked, QRadioButton::indicator:unchecked { - image: url("./Paper/Dark/Checkboxes/Unchecked/unchecked.svg"); } - QTreeView::indicator:unchecked:hover, QCheckBox::indicator:unchecked:hover, QGroupBox::indicator:unchecked:hover, QRadioButton::indicator:unchecked:hover { - image: url("./Paper/Dark/Checkboxes/Unchecked/hover.svg"); } - QTreeView::indicator:checked, QCheckBox::indicator:checked, QGroupBox::indicator:checked, QRadioButton::indicator:checked { - image: url("./Paper/Dark/Checkboxes/Checked/check.svg"); } - QTreeView::indicator:checked:selected, QCheckBox::indicator:checked:selected, QGroupBox::indicator:checked:selected, QRadioButton::indicator:checked:selected { - image: url("./Paper/Dark/Checkboxes/Checked/selected.svg"); } - -QRadioButton::indicator:checked { - width: 14px; - height: 14px; - image: url("./Paper/Dark/Checkboxes/Radio Buttons/radio.svg"); } - QRadioButton::indicator:checked:hover { - image: url("./Paper/Dark/Checkboxes/Radio Buttons/hover.svg"); } - -QSpinBox, QDoubleSpinBox { - min-height: 24px; - min-width: 60px; - background: #141414; - padding: 0 2px; - border: 2px solid #242424; - border-radius: 6px; - margin: 0 -4px; } - QSpinBox::up-button, QSpinBox::down-button, QDoubleSpinBox::up-button, QDoubleSpinBox::down-button { - min-height: 28px; - min-width: 20px; - border: 2px solid #242424; } - QSpinBox::up-button:hover, QSpinBox::down-button:hover, QDoubleSpinBox::up-button:hover, QDoubleSpinBox::down-button:hover { - background: #3D3D3D; } - QSpinBox::up-button, QDoubleSpinBox::up-button { - subcontrol-position: center right; - border-top-right-radius: 6px; - border-bottom-right-radius: 6px; } - QSpinBox::down-button, QDoubleSpinBox::down-button { - subcontrol-position: center left; - border-top-left-radius: 6px; - border-bottom-left-radius: 6px; } - QSpinBox::up-arrow, QDoubleSpinBox::up-arrow { - image: url("./Paper/Dark/Arrows/up.svg"); } - QSpinBox::down-arrow, QDoubleSpinBox::down-arrow { - image: url("./Paper/Dark/Arrows/down.svg"); } - -QSlider::groove { - height: 0; - border: 1px solid #3D3D3D; } - -QSlider::handle { - background: #141414; - border: 2px solid #3D3D3D; - border-radius: 6px; - margin: -10px; } - QSlider::handle:hover { - background: #3D3D3D; } - -#InstanceManagerDialog #createNew, #InstanceManagerDialog #deleteInstance, #InstanceManagerDialog #switchToInstance { - icon-size: 14px; } - -#InstanceManagerDialog #createNew { - icon: url("./Paper/Dark/plus.svg"); - qproperty-icon: url("./Paper/Dark/plus.svg"); } - -#InstanceManagerDialog #deleteInstance { - icon: url("./Paper/Dark/cross.svg"); - qproperty-icon: url("./Paper/Dark/cross.svg"); } - -#InstanceManagerDialog #switchToInstance { - icon: url("./Paper/Dark/Checkboxes/Checked/hover.svg"); - qproperty-icon: url("./Paper/Dark/Checkboxes/Checked/hover.svg"); } - -#EditExecutablesDialog QToolButton { - padding: 4px 8px; - margin: 8px 0 8px 8px; } - #EditExecutablesDialog QToolButton:hover { - background: #3D3D3D; } - -#EditExecutablesDialog #add { - icon: url("./Paper/Dark/plus.svg"); - qproperty-icon: url("./Paper/Dark/plus.svg"); } - -#EditExecutablesDialog #remove { - icon: url("./Paper/Dark/minus.svg"); - qproperty-icon: url("./Paper/Dark/minus.svg"); } - -#EditExecutablesDialog #up { - icon: url("./Paper/Dark/Arrows/Large/up.svg"); - qproperty-icon: url("./Paper/Dark/Arrows/Large/up.svg"); } - -#EditExecutablesDialog #down { - icon: url("./Paper/Dark/Arrows/Large/down.svg"); - qproperty-icon: url("./Paper/Dark/Arrows/Large/down.svg"); } - -#EditExecutablesDialog #reset { - icon: url("./Paper/Dark/cross.svg"); - qproperty-icon: url("./Paper/Dark/cross.svg"); } - -QueryOverwriteDialog QTextBrowser { - background: #242424; } - -QueryOverwriteDialog QPushButton { - margin-left: 8px; } - -QLCDNumber { - background: #141414; - color: #006868; - border-radius: 6px; } - QLCDNumber #activeModslabel, QLCDNumber #activePluginsLabel { - padding-left: 6px; } - -QPlainTextEdit#output { - background: #141414; - padding-left: 10px; - border-radius: 6px; } - -QToolTip { - background: #141414; - color: #D3D3D3; - border: 2px solid #242424; - border-radius: 6px; } - -ModListView, PluginListView { - margin: 2px 0; } - -LinkLabel { - qproperty-linkColor: #006868; } - -#stepsStack QWidget { - border: none; } - -#stepsStack QGroupBox { - border: 2px solid #141414; - border-radius: 10px; } - -#espFilterEdit { - margin-top: 4px; } - -#dataTabFilter, #downloadFilterEdit { - margin-top: 6px; } - -#bossButton { - margin-bottom: 4px; } - -#btnRefreshDownloads, #dataTabRefresh { - margin-bottom: 6px; } - -#displayCategoriesBtn { - min-width: 12px; } - -#categoriesGroup { - padding-top: 23px; - border: 0; } - #categoriesGroup QAbstractScrollArea { - min-width: 240px; } - -#iconLabel { - image: url("./Paper/Dark/logo.svg"); - qproperty-pixmap: none; } diff --git a/stylesheets/Paper Light.qss b/stylesheets/Paper Light.qss deleted file mode 100644 index df6b330..0000000 --- a/stylesheets/Paper Light.qss +++ /dev/null @@ -1,666 +0,0 @@ -/* Version 7.2 by 6788 */ -* { - background: #E8E8E8; - font-size: 13px; - color: #000; - border: 0; } - *:disabled { - color: #808080; } - -QAbstractItemView { - background: #FFF; - alternate-background-color: #F6F6F6; - show-decoration-selected: 1; - border-radius: 6px; } - QAbstractItemView::item { - min-height: 24px; } - QAbstractItemView::branch:hover, QAbstractItemView::item:hover { - background: #C2C2C2; } - QAbstractItemView::branch:selected, QAbstractItemView::item:selected { - background: #008484; - color: #FFF; } - -QTreeView, QListView { - border-radius: 6px; } - QTreeView::branch:closed:has-children, QListView::branch:closed:has-children { - image: url("./Paper/Light/Arrows/right.svg"); } - QTreeView::branch:open:has-children, QListView::branch:open:has-children { - image: url("./Paper/Light/Arrows/down.svg"); } - -QHeaderView::up-arrow, QHeaderView::down-arrow { - height: 10px; - width: 10px; - padding-right: 4px; } - -QHeaderView::up-arrow { - image: url("./Paper/Light/Arrows/up.svg"); } - -QHeaderView::down-arrow { - image: url("./Paper/Light/Arrows/down.svg"); } - -QHeaderView::section { - background: #FFF; - padding: 0 5px; - border: 0; - border-bottom: 2px solid #E8E8E8; - border-right: 2px solid #E8E8E8; } - QHeaderView::section:first { - border-top-left-radius: 6px; } - QHeaderView::section:last { - border-right: 0; - border-top-right-radius: 6px; } - QHeaderView::section:hover { - background: #C2C2C2; } - -QScrollBar { - background: #FFF; - border: 2px solid #E8E8E8; } - QScrollBar:horizontal { - height: 20px; - margin: 0 23px -2px 23px; } - QScrollBar:vertical { - width: 20px; - margin: 23px -2px 23px 0; } - QScrollBar::handle { - background: #C2C2C2; - border-radius: 6px; - margin: 2px; } - QScrollBar::handle:horizontal { - min-width: 32px; } - QScrollBar::handle:vertical { - min-height: 32px; } - QScrollBar::handle:hover, QScrollBar::handle:pressed { - background: #008484; } - QScrollBar::add-line { - subcontrol-origin: margin; - background: #FFF; - border: 2px solid #E8E8E8; - margin: 0 -2px -2px 0; } - QScrollBar::add-line:horizontal { - image: url("./Paper/Light/Arrows/right.svg"); - width: 23px; - subcontrol-position: right; } - QScrollBar::add-line:vertical { - image: url("./Paper/Light/Arrows/down.svg"); - height: 23px; - subcontrol-position: bottom; - border-bottom-right-radius: 6px; } - QScrollBar::add-line:hover, QScrollBar::add-line:pressed { - background: #008484; } - QScrollBar::sub-line { - subcontrol-origin: margin; - background: #FFF; } - QScrollBar::sub-line:horizontal { - image: url("./Paper/Light/Arrows/left.svg"); - width: 23px; - subcontrol-position: left; - border: 2px solid #E8E8E8; - border-bottom-left-radius: 6px; - margin: 0 0 -2px -2px; } - QScrollBar::sub-line:vertical { - image: url("./Paper/Light/Arrows/up.svg"); - height: 23px; - subcontrol-position: top; - border: 2px solid #E8E8E8; - border-top-right-radius: 6px; - margin: -2px -2px 0 0; } - QScrollBar::sub-line:hover, QScrollBar::sub-line:pressed { - background: #008484; } - QScrollBar::add-page, QScrollBar::sub-page { - background: transparent; } - -QPushButton, QToolButton { - background: #FFF; - color: #000; - min-height: 22px; - padding: 2px 12px; - border-radius: 6px; - margin: 2px 0; } - QPushButton::menu-indicator, QToolButton::menu-indicator { - image: url("./Paper/Light/Arrows/down.svg"); - padding: 2px; - margin: 4px; } - QPushButton:hover, QPushButton:pressed, QToolButton:hover, QToolButton:pressed { - background: #C2C2C2; } - QPushButton:disabled, QToolButton:disabled { - background: transparent; } - -QPushButton:disabled { - background: none; - border: 2px solid #FFF; } - -QPushButton::menu-indicator { - subcontrol-position: right center; } - -QToolButton:menu-indicator { - margin: 2px; } - -QMenu { - background: transparent; - border: 2px solid #E8E8E8; - border-radius: 6px; } - QMenu QPushButton { - padding: 2px 24px; - text-align: left; - border-radius: 0; } - QMenu QPushButton:hover { - border-radius: 6px; } - QMenu QCheckBox, QMenu QRadioButton { - background: #FFF; - padding: 5px; } - QMenu QCheckBox:hover, QMenu QRadioButton:hover { - background: #008484; - color: #FFF; - border-radius: 6px; } - QMenu::separator { - height: 2px; - background: #E8E8E8; } - QMenu::icon { - padding-left: 20px; } - QMenu::right-arrow { - image: url("./Paper/Light/Arrows/right.svg"); - padding-right: 5px; } - QMenu::item { - background: #FFF; - padding: 5px 24px; } - QMenu::item:disabled { - background: #E8E8E8; - color: #808080; } - QMenu::item:selected { - background: #008484; - color: #FFF; - border-radius: 6px; } - -QToolBar { - background: #E8E8E8; - border: 1px solid #E8E8E8; - qproperty-movable: true; } - QToolBar::handle { - height: 0; - border: 1px solid #FFF; } - QToolBar::separator { - background: #E8E8E8; - margin: 6px 8px; } - QToolBar:menu-indicator { - image: url("./Paper/Light/Arrows/down.svg"); - margin: 4px; } - QToolBar QToolButton { - background: transparent; - padding: 6px; - border-radius: 10px; - margin: 4px 4px 0 4px; } - QToolBar QToolButton:hover, QToolBar QToolButton:pressed { - background: #C2C2C2; } - -QLineEdit { - background: #FFF; - min-height: 22px; - padding-left: 5px; - border: 2px solid #FFF; - border-radius: 6px; } - QLineEdit:hover { - border: 2px solid #008484; } - -QComboBox { - background: #FFF; - min-height: 22px; - padding-left: 5px; - border: 2px solid #FFF; - border-radius: 6px; - margin: 4px 0; } - QComboBox QAbstractItemView { - background: #FFF; - border: 2px solid #E8E8E8; - border-radius: 6px; } - QComboBox:hover { - border: 2px solid #008484; } - QComboBox:on { - background: #008484; - color: #FFF; - border: 2px solid #008484; } - QComboBox::drop-down { - width: 20px; - subcontrol-origin: padding; - subcontrol-position: top right; - border: none; } - QComboBox::down-arrow { - image: url("./Paper/Light/Arrows/down.svg"); } - -QGroupBox { - padding: 24px 4px; - border: 2px solid #FFF; - border-radius: 10px; } - QGroupBox::title { - background: transparent; - subcontrol-origin: padding; - subcontrol-position: top left; - padding: 8px; } - -QProgressBar { - background: #FFF; - color: #FFF; - text-align: center; - border: 2px solid #E8E8E8; - border-radius: 6px; - margin: 0 10px; } - QProgressBar::chunk { - background: #008484; - border-top-left-radius: 6px; - border-bottom-left-radius: 6px; } - QProgressBar[downloadView=standard] { - background: transparent; - margin: 11px 0; } - QProgressBar[downloadView=compact] { - background: transparent; } - QProgressBar[downloadView=standard]::chunk, QProgressBar[downloadView=compact]::chunk { - border-right: 2px solid #E8E8E8; } - -QTabWidget::pane { - bottom: 4px; - border-radius: 10px; - margin-right: -10px; } - -QTabWidget::tab-bar { - alignment: center; } - -QTabBar { - background: #FFF; - border-radius: 10px; } - QTabBar QToolButton { - background: #C2C2C2; - padding: 1px; - border-radius: 6px; - margin: 1px; } - QTabBar QToolButton:disabled { - background: transparent; } - QTabBar::tab { - background: #FFF; - padding: 2px 14px; - border: 2px solid #FFF; - border-radius: 10px; - margin: 2px; } - QTabBar::tab:disabled { - background: #E8E8E8; - border: 2px solid transparent; } - QTabBar::tab:first { - border-top-left-radius: 10px; - border-bottom-left-radius: 10px; } - QTabBar::tab:last { - border-top-right-radius: 10px; - border-bottom-right-radius: 10px; } - QTabBar::tab:hover { - background: #C2C2C2; - border: 2px solid #C2C2C2; } - QTabBar::tab:selected { - background: #008484; - color: #FFF; - border: 2px solid #008484; } - -QDockWidget { - background: transparent; - padding: 0 10px; - border: 0; - titlebar-close-icon: url("./Paper/Light/cross.svg"); - titlebar-normal-icon: url("./Paper/Light/Arrows/Large/up.svg"); } - QDockWidget::close-button, QDockWidget::float-button { - background: #E8E8E8; - padding: 2px; - border: 0; } - QDockWidget::close-button:hover, QDockWidget::float-button:hover { - background: #C2C2C2; - border-radius: 6px; } - -QStatusBar { - background: #C2C2C2; } - QStatusBar QWidget { - background: #C2C2C2; } - QStatusBar::item { - border: 0; } - -QTableView { - gridline-color: #E8E8E8; - border: 0; } - QTableView QTableCornerButton::section { - background: #FFF; - border: 0; - border-right: 2px solid #E8E8E8; - border-bottom: 2px solid #E8E8E8; } - -#tabText QToolButton, #tabIni QToolButton { - height: 12px; - background: #FFF; - border-radius: 6px; } - #tabText QToolButton:disabled, #tabIni QToolButton:disabled { - background: 0; - border: 2px solid #FFF; } - #tabText QToolButton:hover, #tabIni QToolButton:hover { - background: #C2C2C2; } - -#tabText QLineEdit, #tabText QLineEdit, #tabIni QLineEdit, #tabIni QLineEdit { - margin-top: 5px; } - #tabText QLineEdit:hover, #tabText QLineEdit:hover, #tabIni QLineEdit:hover, #tabIni QLineEdit:hover { - border: 2px solid #FFF; } - -#actionChange_Game { - icon: url("./Paper/Light/Toolbar/instances.svg"); - qproperty-icon: url("./Paper/Light/Toolbar/instances.svg"); } - -#actionInstallMod { - icon: url("./Paper/Light/Toolbar/archives.svg"); - qproperty-icon: url("./Paper/Light/Toolbar/archives.svg"); } - -#actionModPage { - icon: url("./Paper/Light/Toolbar/globe.svg"); - qproperty-icon: url("./Paper/Light/Toolbar/globe.svg"); } - -#actionNexus { - icon: url("./Paper/Light/Toolbar/nexus.svg"); - qproperty-icon: url("./Paper/Light/Toolbar/nexus.svg"); } - -#actionAdd_Profile { - icon: url("./Paper/Light/Toolbar/profiles.svg"); - qproperty-icon: url("./Paper/Light/Toolbar/profiles.svg"); } - -#action_Refresh { - icon: url("./Paper/Light/Toolbar/refresh.svg"); - qproperty-icon: url("./Paper/Light/Toolbar/refresh.svg"); } - -#actionModify_Executables { - icon: url("./Paper/Light/Toolbar/executables.svg"); - qproperty-icon: url("./Paper/Light/Toolbar/executables.svg"); } - -#actionTool { - icon: url("./Paper/Light/Toolbar/tools.svg"); - qproperty-icon: url("./Paper/Light/Toolbar/tools.svg"); } - -#actionSettings { - icon: url("./Paper/Light/Toolbar/settings.svg"); - qproperty-icon: url("./Paper/Light/Toolbar/settings.svg"); } - -#actionEndorseMO { - icon: url("./Paper/Light/Toolbar/endorse.svg"); - qproperty-icon: url("./Paper/Light/Toolbar/endorse.svg"); } - -#actionNotifications { - icon: url("./Paper/Light/Toolbar/problems.svg"); - qproperty-icon: url("./Paper/Light/Toolbar/problems.svg"); } - -#actionUpdate { - icon: url("./Paper/Light/Toolbar/update.svg"); - qproperty-icon: url("./Paper/Light/Toolbar/update.svg"); } - -#actionHelp { - icon: url("./Paper/Light/Toolbar/help.svg"); - qproperty-icon: url("./Paper/Light/Toolbar/help.svg"); } - -#listOptionsBtn { - padding-left: 2px; - icon: url("./Paper/Light/dots.svg"); - qproperty-icon: url("./Paper/Light/dots.svg"); } - -#openFolderMenu { - padding-left: 4px; - icon: url("./Paper/Light/folder.svg"); - qproperty-icon: url("./Paper/Light/folder.svg"); - icon-size: 14px; } - -#restoreModsButton, #restoreButton { - icon: url("./Paper/Light/restore.svg"); - qproperty-icon: url("./Paper/Light/restore.svg"); - icon-size: 14px; } - -#saveModsButton, #saveButton { - icon: url("./Paper/Light/backup.svg"); - qproperty-icon: url("./Paper/Light/backup.svg"); - icon-size: 14px; } - -#clearFiltersButton { - icon: url("./Paper/Light/cross.svg"); - qproperty-icon: url("./Paper/Light/cross.svg"); } - -#bossButton { - icon: url("./Paper/Light/sort.svg"); - qproperty-icon: url("./Paper/Light/sort.svg"); - icon-size: 14px; } - -#refreshButton, #btnRefreshData, -#dataTabRefresh, #btnRefreshDownloads { - icon: url("./Paper/Light/refresh.svg"); - qproperty-icon: url("./Paper/Light/refresh.svg"); - icon-size: 14px; } - -#clearCacheButton, #revokeNexusAuthButton, -#nexusDisconnect { - icon: url("./Paper/Light/cross.svg"); - qproperty-icon: url("./Paper/Light/cross.svg"); - icon-size: 14px; } - -#deactivateESP { - icon: url("./Paper/Light/minus.svg"); - qproperty-icon: url("./Paper/Light/minus.svg"); } - -#activateESP { - icon: url("./Paper/Light/plus.svg"); - qproperty-icon: url("./Paper/Light/plus.svg"); } - -#startButton { - background: #008484; - color: #FFF; - padding: 6px; - border-radius: 0; - border-top-left-radius: 10px; - border-top-right-radius: 10px; - icon: url("./Paper/Light/run.svg"); - qproperty-icon: url("./Paper/Light/run.svg"); } - #startButton:hover { - background: #C2C2C2; } - -#linkButton { - border-radius: 0; - border-bottom-left-radius: 10px; - border-bottom-right-radius: 10px; - icon: url("./Paper/Light/shortcut.svg"); - qproperty-icon: url("./Paper/Light/shortcut.svg"); - icon-size: 14px; } - -#executablesListBox { - padding: 4px; - border-radius: 10px; - margin-right: 8px; } - -#refresh { - icon: url("./Paper/Light/refresh.svg"); - qproperty-icon: url("./Paper/Light/refresh.svg"); } - -#visitNexus { - icon: url("./Paper/Light/nexus.svg"); - qproperty-icon: url("./Paper/Light/nexus.svg"); } - -#track { - icon: url("./Paper/Light/pin.svg"); - qproperty-icon: url("./Paper/Light/pin.svg"); } - -#endorse { - icon: url("./Paper/Light/heart.svg"); - qproperty-icon: url("./Paper/Light/heart.svg"); - icon-size: 14px; } - -QAbstractScrollArea::corner { - background: #FFF; - border: 2px solid #E8E8E8; - border-bottom-right-radius: 6px; - margin: 0 -2px -2px 0; } - -QMenuBar::item:selected { - background: #008484; - color: #FFF; } - -QTextEdit { - background: #FFF; - border-radius: 6px; } - -QSplitter { - width: 6px; } - -QTreeView::indicator, QCheckBox::indicator, QGroupBox::indicator, QRadioButton::indicator { - width: 14px; - height: 14px; } - QTreeView::indicator:disabled, QCheckBox::indicator:disabled, QGroupBox::indicator:disabled, QRadioButton::indicator:disabled { - image: url("./Paper/Light/Checkboxes/disabled.svg"); } - QTreeView::indicator:unchecked, QCheckBox::indicator:unchecked, QGroupBox::indicator:unchecked, QRadioButton::indicator:unchecked { - image: url("./Paper/Light/Checkboxes/Unchecked/unchecked.svg"); } - QTreeView::indicator:unchecked:hover, QCheckBox::indicator:unchecked:hover, QGroupBox::indicator:unchecked:hover, QRadioButton::indicator:unchecked:hover { - image: url("./Paper/Light/Checkboxes/Unchecked/hover.svg"); } - QTreeView::indicator:checked, QCheckBox::indicator:checked, QGroupBox::indicator:checked, QRadioButton::indicator:checked { - image: url("./Paper/Light/Checkboxes/Checked/check.svg"); } - QTreeView::indicator:checked:selected, QCheckBox::indicator:checked:selected, QGroupBox::indicator:checked:selected, QRadioButton::indicator:checked:selected { - image: url("./Paper/Light/Checkboxes/Checked/selected.svg"); } - -QRadioButton::indicator:checked { - width: 14px; - height: 14px; - image: url("./Paper/Light/Checkboxes/Radio Buttons/radio.svg"); } - QRadioButton::indicator:checked:hover { - image: url("./Paper/Light/Checkboxes/Radio Buttons/hover.svg"); } - -QSpinBox, QDoubleSpinBox { - min-height: 24px; - min-width: 60px; - background: #FFF; - padding: 0 2px; - border: 2px solid #E8E8E8; - border-radius: 6px; - margin: 0 -4px; } - QSpinBox::up-button, QSpinBox::down-button, QDoubleSpinBox::up-button, QDoubleSpinBox::down-button { - min-height: 28px; - min-width: 20px; - border: 2px solid #E8E8E8; } - QSpinBox::up-button:hover, QSpinBox::down-button:hover, QDoubleSpinBox::up-button:hover, QDoubleSpinBox::down-button:hover { - background: #C2C2C2; } - QSpinBox::up-button, QDoubleSpinBox::up-button { - subcontrol-position: center right; - border-top-right-radius: 6px; - border-bottom-right-radius: 6px; } - QSpinBox::down-button, QDoubleSpinBox::down-button { - subcontrol-position: center left; - border-top-left-radius: 6px; - border-bottom-left-radius: 6px; } - QSpinBox::up-arrow, QDoubleSpinBox::up-arrow { - image: url("./Paper/Light/Arrows/up.svg"); } - QSpinBox::down-arrow, QDoubleSpinBox::down-arrow { - image: url("./Paper/Light/Arrows/down.svg"); } - -QSlider::groove { - height: 0; - border: 1px solid #C2C2C2; } - -QSlider::handle { - background: #FFF; - border: 2px solid #C2C2C2; - border-radius: 6px; - margin: -10px; } - QSlider::handle:hover { - background: #C2C2C2; } - -#InstanceManagerDialog #createNew, #InstanceManagerDialog #deleteInstance, #InstanceManagerDialog #switchToInstance { - icon-size: 14px; } - -#InstanceManagerDialog #createNew { - icon: url("./Paper/Light/plus.svg"); - qproperty-icon: url("./Paper/Light/plus.svg"); } - -#InstanceManagerDialog #deleteInstance { - icon: url("./Paper/Light/cross.svg"); - qproperty-icon: url("./Paper/Light/cross.svg"); } - -#InstanceManagerDialog #switchToInstance { - icon: url("./Paper/Light/Checkboxes/Checked/hover.svg"); - qproperty-icon: url("./Paper/Light/Checkboxes/Checked/hover.svg"); } - -#EditExecutablesDialog QToolButton { - padding: 4px 8px; - margin: 8px 0 8px 8px; } - #EditExecutablesDialog QToolButton:hover { - background: #C2C2C2; } - -#EditExecutablesDialog #add { - icon: url("./Paper/Light/plus.svg"); - qproperty-icon: url("./Paper/Light/plus.svg"); } - -#EditExecutablesDialog #remove { - icon: url("./Paper/Light/minus.svg"); - qproperty-icon: url("./Paper/Light/minus.svg"); } - -#EditExecutablesDialog #up { - icon: url("./Paper/Light/Arrows/Large/up.svg"); - qproperty-icon: url("./Paper/Light/Arrows/Large/up.svg"); } - -#EditExecutablesDialog #down { - icon: url("./Paper/Light/Arrows/Large/down.svg"); - qproperty-icon: url("./Paper/Light/Arrows/Large/down.svg"); } - -#EditExecutablesDialog #reset { - icon: url("./Paper/Light/cross.svg"); - qproperty-icon: url("./Paper/Light/cross.svg"); } - -QueryOverwriteDialog QTextBrowser { - background: #E8E8E8; } - -QueryOverwriteDialog QPushButton { - margin-left: 8px; } - -QLCDNumber { - background: #FFF; - color: #008484; - border-radius: 6px; } - QLCDNumber #activeModslabel, QLCDNumber #activePluginsLabel { - padding-left: 6px; } - -QPlainTextEdit#output { - background: #FFF; - padding-left: 10px; - border-radius: 6px; } - -QToolTip { - background: #FFF; - color: #000; - border: 2px solid #E8E8E8; - border-radius: 6px; } - -ModListView, PluginListView { - margin: 2px 0; } - -LinkLabel { - qproperty-linkColor: #008484; } - -#stepsStack QWidget { - border: none; } - -#stepsStack QGroupBox { - border: 2px solid #FFF; - border-radius: 10px; } - -#espFilterEdit { - margin-top: 4px; } - -#dataTabFilter, #downloadFilterEdit { - margin-top: 6px; } - -#bossButton { - margin-bottom: 4px; } - -#btnRefreshDownloads, #dataTabRefresh { - margin-bottom: 6px; } - -#displayCategoriesBtn { - min-width: 12px; } - -#categoriesGroup { - padding-top: 23px; - border: 0; } - #categoriesGroup QAbstractScrollArea { - min-width: 240px; } - -#iconLabel { - image: url("./Paper/Light/logo.svg"); - qproperty-pixmap: none; } diff --git a/stylesheets/Paper White Mono.qss b/stylesheets/Paper White Mono.qss deleted file mode 100644 index 7ac4782..0000000 --- a/stylesheets/Paper White Mono.qss +++ /dev/null @@ -1,634 +0,0 @@ -/* Version 3.2 by 6788 */ -QWidget { - background: #FFF; - font-size: 13px; - color: #000; - border: 0; } - -QAbstractItemView { - alternate-background-color: #FFF; - show-decoration-selected: 1; - selection-background-color: #000; - selection-color: #FFF; } - QAbstractItemView::item { - min-height: 24px; } - QAbstractItemView::branch:hover, QAbstractItemView::item:hover { - background: #C2C2C2; } - QAbstractItemView::branch:selected, QAbstractItemView::item:selected { - background: #000; } - -QTreeView, QListView { - border-top: 2px solid #000; - border-bottom: 2px solid #000; } - QTreeView::branch:closed:has-children:has-siblings, QTreeView::branch:closed:has-children:!has-siblings, QListView::branch:closed:has-children:has-siblings, QListView::branch:closed:has-children:!has-siblings { - image: url("./Paper/Light/Arrows/right.svg"); } - QTreeView::branch:open:has-children:has-siblings, QTreeView::branch:open:has-children:!has-siblings, QListView::branch:open:has-children:has-siblings, QListView::branch:open:has-children:!has-siblings { - image: url("./Paper/Light/Arrows/down.svg"); } - -QHeaderView::up-arrow, QHeaderView::down-arrow { - padding-right: 4px; - height: 10px; - width: 10px; } - -QHeaderView::up-arrow { - image: url("./Paper/Light/Arrows/up.svg"); } - -QHeaderView::down-arrow { - image: url("./Paper/Light/Arrows/down.svg"); } - -QHeaderView::section { - background: #FFF; - padding: 0 5px; - border: 0; - border-bottom: 2px solid #000; } - QHeaderView::section:hover { - background: #C2C2C2; } - -QScrollBar:horizontal { - height: 20px; - margin: 0 25px -2px 25px; } - -QScrollBar:vertical { - width: 20px; - margin: 27px -2px 25px 0; } - -QScrollBar::handle { - background: #C2C2C2; - border-radius: 8px; - margin: 2px; } - QScrollBar::handle:horizontal { - min-width: 32px; } - QScrollBar::handle:vertical { - min-height: 32px; } - QScrollBar::handle:hover, QScrollBar::handle:pressed { - background: #000; } - -QScrollBar::add-line { - subcontrol-origin: margin; - border: 2px solid #FFF; - margin: 0 -2px -2px 0; } - QScrollBar::add-line:horizontal { - image: url("./Paper/Light/Arrows/right.svg"); - width: 23px; - subcontrol-position: right; } - QScrollBar::add-line:vertical { - image: url("./Paper/Light/Arrows/down.svg"); - height: 23px; - subcontrol-position: bottom; - border-top: 2px solid #000; } - QScrollBar::add-line:hover, QScrollBar::add-line:pressed { - background: #C2C2C2; } - -QScrollBar::sub-line { - subcontrol-origin: margin; } - QScrollBar::sub-line:horizontal { - image: url("./Paper/Light/Arrows/left.svg"); - width: 23px; - subcontrol-position: left; - border: 2px solid #FFF; - margin: 0 0 -2px -2px; } - QScrollBar::sub-line:vertical { - image: url("./Paper/Light/Arrows/up.svg"); - height: 25px; - subcontrol-position: top; - border: 2px solid #FFF; - border-bottom: 2px solid #000; - margin: -2px -2px 0 0; } - QScrollBar::sub-line:hover, QScrollBar::sub-line:pressed { - background: #C2C2C2; } - -QScrollBar::add-page, QScrollBar::sub-page { - background: transparent; } - -QPushButton, QToolButton { - color: #000; - min-height: 16px; - padding: 2px 12px; - border: 2px solid #000; - border-radius: 10px; - margin: 2px 0; } - QPushButton::menu-indicator, QToolButton::menu-indicator { - image: url("./Paper/Light/Arrows/down.svg"); - padding: 2px; - margin: 4px; } - QPushButton:hover, QPushButton:pressed, QPushButton:disabled, QToolButton:hover, QToolButton:pressed, QToolButton:disabled { - background: #C2C2C2; } - -QPushButton::menu-indicator { - subcontrol-position: right center; } - -QMenu { - border: 2px solid #000; - border-radius: 10px; } - QMenu QPushButton { - min-height: 22px; - padding: 2px 24px; - text-align: left; - border: 0; - border-radius: 0; } - QMenu QCheckBox, QMenu QRadioButton { - padding: 2px 6px; } - QMenu QCheckBox:hover, QMenu QRadioButton:hover { - background: #000; - color: #FFF; - border-radius: 6px; } - QMenu::separator { - height: 2px; - background: #000; } - QMenu::icon { - padding-left: 20px; } - QMenu::right-arrow { - image: url("./Paper/Light/Arrows/right.svg"); - padding-right: 5px; } - QMenu::item { - background: transparent; - padding: 5px 20px; } - QMenu::item:disabled { - background: #FFF; - color: #808080; } - QMenu::item:selected { - background: #C2C2C2; } - -QToolBar { - background: #FFF; - border-bottom: 2px solid #000; - qproperty-movable: true; } - QToolBar::handle { - width: 2px; - height: 2px; - background: #FFF; } - QToolBar::separator { - background: #FFF; - margin: 6px 8px; } - QToolBar:menu-indicator { - image: url("./Paper/Light/Arrows/down.svg"); - margin: 4px; } - QToolBar QWidget { - background: transparent; } - QToolBar QToolButton { - padding: 4px; - border-radius: 10px; - border: 0; - margin: 6px; } - QToolBar QToolButton:hover, QToolBar QToolButton:pressed { - background: #C2C2C2; } - QToolBar QToolButton:menu-indicator { - margin: -4px; - subcontrol-position: center bottom; } - QToolBar QToolButton:disabled { - background: transparent; } - -QLineEdit, QComboBox { - min-height: 20px; - padding-left: 6px; - border: 2px solid #000; - border-radius: 10px; } - QLineEdit:hover, QLineEdit:disabled, QComboBox:hover, QComboBox:disabled { - background: #C2C2C2; } - -QComboBox { - margin: 4px 0; } - QComboBox QAbstractItemView { - border: 2px solid #000; - border-radius: 10px; } - QComboBox:on { - background: #000; - color: #FFF; } - QComboBox::drop-down { - width: 20px; - subcontrol-origin: padding; - subcontrol-position: top right; - border: none; } - QComboBox::down-arrow { - image: url("./Paper/Light/Arrows/down.svg"); } - -QGroupBox { - padding: 24px 4px; - border-radius: 10px; } - QGroupBox::title { - background: transparent; - padding: 8px; - subcontrol-origin: padding; - subcontrol-position: top left; } - -QProgressBar { - background: #FFF; - color: #FFF; - text-align: center; - padding: 2px; - border: 2px solid #000; - border-radius: 10px; - margin: 0 10px; } - QProgressBar::chunk { - background: #000; - border-top-left-radius: 6px; - border-bottom-left-radius: 6px; } - QProgressBar[downloadView=standard] { - background: transparent; - margin: 11px 0; } - QProgressBar[downloadView=compact] { - background: transparent; } - QProgressBar[downloadView=standard]::chunk, QProgressBar[downloadView=compact]::chunk { - border-right: 2px solid #FFF; } - -QTabWidget::pane { - border-top: 2px solid #000; - border-radius: 10px; - margin-right: -10px; } - -QTabWidget::tab-bar { - alignment: center; } - -QTabBar QToolButton { - background: #C2C2C2; - padding: 1px; - border-radius: 6px; - margin: 1px; } - QTabBar QToolButton:disabled { - background: transparent; } - -QTabBar::tab { - padding: 4px 14px; - border: 2px solid #FFF; - border-top-left-radius: 8px; - border-top-right-radius: 8px; - margin: 3px 1px -2px 0; } - QTabBar::tab:hover { - background: #C2C2C2; - color: #000; } - QTabBar::tab:selected { - border: 2px solid #000; } - -QDockWidget { - background: transparent; - titlebar-close-icon: url("./Paper/Light/cross.svg"); - titlebar-normal-icon: url("./Paper/Light/Arrows/Large/up.svg"); - border: 0; - padding: 0 10px; } - QDockWidget::close-button, QDockWidget::float-button { - background: #FFF; - padding: 2px; - border: 0; } - QDockWidget::close-button:hover, QDockWidget::float-button:hover { - background: #C2C2C2; - border-radius: 6px; } - -QTableView { - gridline-color: #FFF; - border: 0; } - QTableView QTableCornerButton::section { - background: #FFF; - border: 0; - border-bottom: 2px solid #000; } - -QueryOverwriteDialog QTextBrowser { - background: #FFF; } - -QueryOverwriteDialog QPushButton { - margin-left: 8px; } - -#tabText QToolButton, #tabIni QToolButton { - height: 12px; - border-radius: 6px; } - #tabText QToolButton:disabled, #tabIni QToolButton:disabled { - background: 0; - border: 2px solid #FFF; } - #tabText QToolButton:hover, #tabIni QToolButton:hover { - background: #C2C2C2; - color: #FFF; } - -#tabText QLineEdit, #tabIni QLineEdit { - margin-top: 5px; } - #tabText QLineEdit:hover, #tabIni QLineEdit:hover { - border: 2px solid #FFF; } - -#actionChange_Game { - icon: url("./Paper/Light/Toolbar/instances.svg"); - qproperty-icon: url("./Paper/Light/Toolbar/instances.svg"); } - -#actionInstallMod { - icon: url("./Paper/Light/Toolbar/archives.svg"); - qproperty-icon: url("./Paper/Light/Toolbar/archives.svg"); } - -#actionModPage { - icon: url("./Paper/Light/Toolbar/globe.svg"); - qproperty-icon: url("./Paper/Light/Toolbar/globe.svg"); } - -#actionNexus { - icon: url("./Paper/Light/Toolbar/nexus.svg"); - qproperty-icon: url("./Paper/Light/Toolbar/nexus.svg"); } - -#actionAdd_Profile { - icon: url("./Paper/Light/Toolbar/profiles.svg"); - qproperty-icon: url("./Paper/Light/Toolbar/profiles.svg"); } - -#action_Refresh { - icon: url("./Paper/Light/Toolbar/refresh.svg"); - qproperty-icon: url("./Paper/Light/Toolbar/refresh.svg"); } - -#action_Refresh { - icon: url("./Paper/Light/Toolbar/refresh.svg"); - qproperty-icon: url("./Paper/Light/Toolbar/refresh.svg"); } - -#actionModify_Executables { - icon: url("./Paper/Light/Toolbar/executables.svg"); - qproperty-icon: url("./Paper/Light/Toolbar/executables.svg"); } - -#actionTool { - icon: url("./Paper/Light/Toolbar/tools.svg"); - qproperty-icon: url("./Paper/Light/Toolbar/tools.svg"); } - -#actionSettings { - icon: url("./Paper/Light/Toolbar/settings.svg"); - qproperty-icon: url("./Paper/Light/Toolbar/settings.svg"); } - -#actionEndorseMO { - icon: url("./Paper/Light/Toolbar/endorse.svg"); - qproperty-icon: url("./Paper/Light/Toolbar/endorse.svg"); } - -#actionProblems, #actionNotifications { - icon: url("./Paper/Light/Toolbar/problems.svg"); - qproperty-icon: url("./Paper/Light/Toolbar/problems.svg"); } - -#actionUpdate { - icon: url("./Paper/Light/Toolbar/update.svg"); - qproperty-icon: url("./Paper/Light/Toolbar/update.svg"); } - -#actionHelp { - icon: url("./Paper/Light/Toolbar/help.svg"); - qproperty-icon: url("./Paper/Light/Toolbar/help.svg"); } - -#listOptionsBtn { - padding-left: 2px; - icon: url("./Paper/Light/dots.svg"); - qproperty-icon: url("./Paper/Light/dots.svg"); } - -#openFolderMenu { - padding-left: 4px; - icon: url("./Paper/Light/folder.svg"); - qproperty-icon: url("./Paper/Light/folder.svg"); - icon-size: 14px; } - -#restoreModsButton, #restoreButton { - icon: url("./Paper/Light/restore.svg"); - qproperty-icon: url("./Paper/Light/restore.svg"); - icon-size: 14px; } - -#saveModsButton, #saveButton { - icon: url("./Paper/Light/backup.svg"); - qproperty-icon: url("./Paper/Light/backup.svg"); - icon-size: 14px; } - -#clearFiltersButton { - icon: url("./Paper/Mono/White/cross.svg"); - qproperty-icon: url("./Paper/Mono/White/cross.svg"); } - -#bossButton { - icon: url("./Paper/Light/sort.svg"); - qproperty-icon: url("./Paper/Light/sort.svg"); - icon-size: 14px; } - -#refreshButton, #btnRefreshData, -#dataTabRefresh, #btnRefreshDownloads { - icon: url("./Paper/Light/refresh.svg"); - qproperty-icon: url("./Paper/Light/refresh.svg"); - icon-size: 14px; } - -#clearCacheButton, #revokeNexusAuthButton, -#nexusDisconnect { - icon: url("./Paper/Light/cross.svg"); - qproperty-icon: url("./Paper/Light/cross.svg"); - icon-size: 14px; } - -#deactivateESP { - icon: url("./Paper/Light/minus.svg"); - qproperty-icon: url("./Paper/Light/minus.svg"); } - #deactivateESP:hover { - background: #C2C2C2; } - -#activateESP { - icon: url("./Paper/Light/plus.svg"); - qproperty-icon: url("./Paper/Light/plus.svg"); } - #activateESP:hover { - background: #C2C2C2; } - -#startButton { - icon: url("./Paper/Mono/White/run.svg"); - qproperty-icon: url("./Paper/Mono/White/run.svg"); - padding: 6px; - border-radius: 0; - border-top-left-radius: 10px; - border-top-right-radius: 10px; } - -#executablesListBox { - padding: 4px; - border-radius: 10px; - margin-right: 8px; } - -#linkButton { - icon: url("./Paper/Light/shortcut.svg"); - qproperty-icon: url("./Paper/Light/shortcut.svg"); - icon-size: 14px; - border-radius: 0; - border-bottom-left-radius: 10px; - border-bottom-right-radius: 10px; } - -#refresh { - icon: url("./Paper/Light/refresh.svg"); - qproperty-icon: url("./Paper/Light/refresh.svg"); } - -#visitNexus { - icon: url("./Paper/Light/nexus.svg"); - qproperty-icon: url("./Paper/Light/nexus.svg"); } - -#track { - icon: url("./Paper/Light/pin.svg"); - qproperty-icon: url("./Paper/Light/pin.svg"); } - -#endorse { - icon: url("./Paper/Light/heart.svg"); - qproperty-icon: url("./Paper/Light/heart.svg"); - qproperty-iconSize: 14px; } - -QAbstractScrollArea::corner { - border: 0; - border-bottom: 2px solid #000; - margin: 0 -2px -2px 0; } - -QMenuBar::item:selected { - background: #000; - color: #FFF; } - -QTextEdit { - border-top: 2px solid #000; - border-bottom: 2px solid #000; } - -QSplitter { - height: 2px; - width: 2px; } - QSplitter::handle { - background: #000; - margin: 0 10px; } - -QTreeView::indicator, QCheckBox::indicator, QGroupBox::indicator, QRadioButton::indicator { - width: 14px; - height: 14px; } - QTreeView::indicator:unchecked, QCheckBox::indicator:unchecked, QGroupBox::indicator:unchecked, QRadioButton::indicator:unchecked { - image: url("./Paper/Light/Checkboxes/Unchecked/unchecked.svg"); } - QTreeView::indicator:unchecked:hover, QCheckBox::indicator:unchecked:hover, QGroupBox::indicator:unchecked:hover, QRadioButton::indicator:unchecked:hover { - image: url("./Paper/Mono/White/Checkboxes/Unchecked/hover.svg"); } - QTreeView::indicator:unchecked:selected, QCheckBox::indicator:unchecked:selected, QGroupBox::indicator:unchecked:selected, QRadioButton::indicator:unchecked:selected { - image: url("./Paper/Light/Checkboxes/Unchecked/selected.svg"); } - QTreeView::indicator:checked, QCheckBox::indicator:checked, QGroupBox::indicator:checked, QRadioButton::indicator:checked { - image: url("./Paper/Mono/White/Checkboxes/Checked/check.svg"); } - QTreeView::indicator:checked:selected, QCheckBox::indicator:checked:selected, QGroupBox::indicator:checked:selected, QRadioButton::indicator:checked:selected { - image: url("./Paper/Light/Checkboxes/Checked/selected.svg"); } - QTreeView::indicator:disabled, QCheckBox::indicator:disabled, QGroupBox::indicator:disabled, QRadioButton::indicator:disabled { - image: url("./Paper/Light/Checkboxes/disabled.svg"); } - -QRadioButton::indicator:checked { - image: url("./Paper/Mono/White/Checkboxes/Radio Buttons/radio.svg"); - width: 14px; - height: 14px; } - QRadioButton::indicator:checked:hover { - image: url("./Paper/Mono/White/Checkboxes/Radio Buttons/hover.svg"); } - -QSpinBox, QDoubleSpinBox { - min-height: 20px; - min-width: 60px; - padding: 0 2px; - border: 2px solid #000; - border-radius: 10px; } - QSpinBox::up-button, QDoubleSpinBox::up-button { - min-height: 20px; - min-width: 20px; - subcontrol-position: center right; - border-left: 2px solid #000; - border-top-right-radius: 10px; - border-bottom-right-radius: 10px; } - QSpinBox::up-button:hover, QDoubleSpinBox::up-button:hover { - background: #C2C2C2; } - QSpinBox::down-button, QDoubleSpinBox::down-button { - min-height: 20px; - min-width: 20px; - subcontrol-position: center left; - border-right: 2px solid #000; - border-top-left-radius: 10px; - border-bottom-left-radius: 10px; } - QSpinBox::down-button:hover, QDoubleSpinBox::down-button:hover { - background: #C2C2C2; } - QSpinBox::up-arrow, QDoubleSpinBox::up-arrow { - image: url("./Paper/Light/Arrows/up.svg"); } - QSpinBox::down-arrow, QDoubleSpinBox::down-arrow { - image: url("./Paper/Light/Arrows/down.svg"); } - -QSlider::groove { - height: 0; - border: 1px solid #C2C2C2; } - -QSlider::handle { - border: 2px solid #C2C2C2; - border-radius: 6px; - margin: -10px; } - QSlider::handle:hover { - background: #C2C2C2; } - -#InstanceManagerDialog #createNew, #InstanceManagerDialog #deleteInstance, #InstanceManagerDialog #switchToInstance { - icon-size: 14px; } - -#InstanceManagerDialog #createNew { - icon: url("./Paper/Light/plus.svg"); - qproperty-icon: url("./Paper/Light/plus.svg"); } - -#InstanceManagerDialog #deleteInstance { - icon: url("./Paper/Light/cross.svg"); - qproperty-icon: url("./Paper/Light/cross.svg"); } - -#InstanceManagerDialog #switchToInstance { - icon: url("./Paper/Mono/White/Checkboxes/Checked/check.svg"); - qproperty-icon: url("./Paper/Mono/White/Checkboxes/Checked/check.svg"); } - -#EditExecutablesDialog QToolButton { - padding: 4px 8px; - margin: 8px 0 8px 8px; } - #EditExecutablesDialog QToolButton:hover { - background: #C2C2C2; } - -#EditExecutablesDialog #add { - icon: url("./Paper/Light/plus.svg"); - qproperty-icon: url("./Paper/Light/plus.svg"); } - -#EditExecutablesDialog #remove { - icon: url("./Paper/Light/minus.svg"); - qproperty-icon: url("./Paper/Light/minus.svg"); } - -#EditExecutablesDialog #up { - icon: url("./Paper/Light/Arrows/Large/up.svg"); - qproperty-icon: url("./Paper/Light/Arrows/Large/up.svg"); } - -#EditExecutablesDialog #down { - icon: url("./Paper/Light/Arrows/Large/down.svg"); - qproperty-icon: url("./Paper/Light/Arrows/Large/down.svg"); } - -#EditExecutablesDialog #reset { - icon: url("./Paper/Light/cross.svg"); - qproperty-icon: url("./Paper/Light/cross.svg"); } - -QLCDNumber { - color: #000; - border-radius: 6px; } - QLCDNumber #activeModslabel, QLCDNumber #activePluginsLabel { - padding-left: 6px; } - -QPlainTextEdit#output { - padding-left: 10px; - border-radius: 6px; } - -QToolTip { - background: #FFF; - color: #000; - border: 2px solid #000; - border-radius: 10px; } - -ModListView, PluginListView { - margin: 2px 0; } - -LinkLabel { - qproperty-linkColor: #000; } - -#stepsStack QWidget { - border: none; } - -#stepsStack QGroupBox { - border: 2px solid #FFF; - border-radius: 10px; } - -#espFilterEdit { - margin-top: 4px; } - -#dataTabFilter, #downloadFilterEdit { - margin-top: 6px; } - -#bossButton { - margin-bottom: 4px; } - -#btnRefreshDownloads, #dataTabRefresh { - margin-bottom: 6px; } - -#displayCategoriesBtn { - min-width: 12px; } - -QTreeWidget#filters, #categoriesList { - min-width: 240px; } - -#categoriesGroup { - padding: 23px 0 0 0; - border: 0; } - -#colorTable { - border-top: 2px solid #000; - border-bottom: 2px solid #000; } - -#iconLabel { - image: url("./Paper/Light/logo.svg"); - qproperty-pixmap: none; } diff --git a/stylesheets/Paper/Automata/Arrows/Large/down.svg b/stylesheets/Paper/Automata/Arrows/Large/down.svg deleted file mode 100644 index b9bc971..0000000 --- a/stylesheets/Paper/Automata/Arrows/Large/down.svg +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Automata/Arrows/Large/up.svg b/stylesheets/Paper/Automata/Arrows/Large/up.svg deleted file mode 100644 index ae00b22..0000000 --- a/stylesheets/Paper/Automata/Arrows/Large/up.svg +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Automata/Arrows/down.svg b/stylesheets/Paper/Automata/Arrows/down.svg deleted file mode 100644 index 30f1383..0000000 --- a/stylesheets/Paper/Automata/Arrows/down.svg +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Automata/Arrows/left.svg b/stylesheets/Paper/Automata/Arrows/left.svg deleted file mode 100644 index 9709491..0000000 --- a/stylesheets/Paper/Automata/Arrows/left.svg +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Automata/Arrows/right.svg b/stylesheets/Paper/Automata/Arrows/right.svg deleted file mode 100644 index 5eaa99c..0000000 --- a/stylesheets/Paper/Automata/Arrows/right.svg +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Automata/Arrows/up.svg b/stylesheets/Paper/Automata/Arrows/up.svg deleted file mode 100644 index 5fa569f..0000000 --- a/stylesheets/Paper/Automata/Arrows/up.svg +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Automata/Toolbar/archives.svg b/stylesheets/Paper/Automata/Toolbar/archives.svg deleted file mode 100644 index c13182c..0000000 --- a/stylesheets/Paper/Automata/Toolbar/archives.svg +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Automata/Toolbar/endorse.svg b/stylesheets/Paper/Automata/Toolbar/endorse.svg deleted file mode 100644 index 2c8f914..0000000 --- a/stylesheets/Paper/Automata/Toolbar/endorse.svg +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/stylesheets/Paper/Automata/Toolbar/executables.svg b/stylesheets/Paper/Automata/Toolbar/executables.svg deleted file mode 100644 index 6c442f7..0000000 --- a/stylesheets/Paper/Automata/Toolbar/executables.svg +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Automata/Toolbar/globe.svg b/stylesheets/Paper/Automata/Toolbar/globe.svg deleted file mode 100644 index 5fde058..0000000 --- a/stylesheets/Paper/Automata/Toolbar/globe.svg +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/stylesheets/Paper/Automata/Toolbar/help.svg b/stylesheets/Paper/Automata/Toolbar/help.svg deleted file mode 100644 index 2cab393..0000000 --- a/stylesheets/Paper/Automata/Toolbar/help.svg +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/stylesheets/Paper/Automata/Toolbar/instances.svg b/stylesheets/Paper/Automata/Toolbar/instances.svg deleted file mode 100644 index 4b0cd70..0000000 --- a/stylesheets/Paper/Automata/Toolbar/instances.svg +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Automata/Toolbar/nexus.svg b/stylesheets/Paper/Automata/Toolbar/nexus.svg deleted file mode 100644 index 852f003..0000000 --- a/stylesheets/Paper/Automata/Toolbar/nexus.svg +++ /dev/null @@ -1,122 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/stylesheets/Paper/Automata/Toolbar/problems.svg b/stylesheets/Paper/Automata/Toolbar/problems.svg deleted file mode 100644 index f3fed97..0000000 --- a/stylesheets/Paper/Automata/Toolbar/problems.svg +++ /dev/null @@ -1,132 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/stylesheets/Paper/Automata/Toolbar/profiles.svg b/stylesheets/Paper/Automata/Toolbar/profiles.svg deleted file mode 100644 index 306c94f..0000000 --- a/stylesheets/Paper/Automata/Toolbar/profiles.svg +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/stylesheets/Paper/Automata/Toolbar/refresh.svg b/stylesheets/Paper/Automata/Toolbar/refresh.svg deleted file mode 100644 index 859394c..0000000 --- a/stylesheets/Paper/Automata/Toolbar/refresh.svg +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/stylesheets/Paper/Automata/Toolbar/settings.svg b/stylesheets/Paper/Automata/Toolbar/settings.svg deleted file mode 100644 index adc4ca7..0000000 --- a/stylesheets/Paper/Automata/Toolbar/settings.svg +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Automata/Toolbar/tools.svg b/stylesheets/Paper/Automata/Toolbar/tools.svg deleted file mode 100644 index 555472e..0000000 --- a/stylesheets/Paper/Automata/Toolbar/tools.svg +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/stylesheets/Paper/Automata/Toolbar/update.svg b/stylesheets/Paper/Automata/Toolbar/update.svg deleted file mode 100644 index 28bef27..0000000 --- a/stylesheets/Paper/Automata/Toolbar/update.svg +++ /dev/null @@ -1,141 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/stylesheets/Paper/Automata/background.svg b/stylesheets/Paper/Automata/background.svg deleted file mode 100644 index 76468b6..0000000 --- a/stylesheets/Paper/Automata/background.svg +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/stylesheets/Paper/Automata/backup.svg b/stylesheets/Paper/Automata/backup.svg deleted file mode 100644 index 1c55c45..0000000 --- a/stylesheets/Paper/Automata/backup.svg +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/stylesheets/Paper/Automata/collapsed.svg b/stylesheets/Paper/Automata/collapsed.svg deleted file mode 100644 index 614cca6..0000000 --- a/stylesheets/Paper/Automata/collapsed.svg +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Automata/cross.svg b/stylesheets/Paper/Automata/cross.svg deleted file mode 100644 index 450623c..0000000 --- a/stylesheets/Paper/Automata/cross.svg +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Automata/dots.svg b/stylesheets/Paper/Automata/dots.svg deleted file mode 100644 index 08d5139..0000000 --- a/stylesheets/Paper/Automata/dots.svg +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/stylesheets/Paper/Automata/expanded.svg b/stylesheets/Paper/Automata/expanded.svg deleted file mode 100644 index 19f776d..0000000 --- a/stylesheets/Paper/Automata/expanded.svg +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/stylesheets/Paper/Automata/folder.svg b/stylesheets/Paper/Automata/folder.svg deleted file mode 100644 index 4ac83f4..0000000 --- a/stylesheets/Paper/Automata/folder.svg +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Automata/heart.svg b/stylesheets/Paper/Automata/heart.svg deleted file mode 100644 index 396fab5..0000000 --- a/stylesheets/Paper/Automata/heart.svg +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/stylesheets/Paper/Automata/logo.svg b/stylesheets/Paper/Automata/logo.svg deleted file mode 100644 index c40a15e..0000000 --- a/stylesheets/Paper/Automata/logo.svg +++ /dev/null @@ -1,143 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - Mod Organizer 2 - - - diff --git a/stylesheets/Paper/Automata/minus.svg b/stylesheets/Paper/Automata/minus.svg deleted file mode 100644 index 274e864..0000000 --- a/stylesheets/Paper/Automata/minus.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Automata/nexus.svg b/stylesheets/Paper/Automata/nexus.svg deleted file mode 100644 index 7cdb6db..0000000 --- a/stylesheets/Paper/Automata/nexus.svg +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/stylesheets/Paper/Automata/pin.svg b/stylesheets/Paper/Automata/pin.svg deleted file mode 100644 index 3ce8e68..0000000 --- a/stylesheets/Paper/Automata/pin.svg +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/stylesheets/Paper/Automata/plus.svg b/stylesheets/Paper/Automata/plus.svg deleted file mode 100644 index 36733d9..0000000 --- a/stylesheets/Paper/Automata/plus.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Automata/refresh.svg b/stylesheets/Paper/Automata/refresh.svg deleted file mode 100644 index a148aa1..0000000 --- a/stylesheets/Paper/Automata/refresh.svg +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/stylesheets/Paper/Automata/restore.svg b/stylesheets/Paper/Automata/restore.svg deleted file mode 100644 index 820c960..0000000 --- a/stylesheets/Paper/Automata/restore.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/stylesheets/Paper/Automata/run.svg b/stylesheets/Paper/Automata/run.svg deleted file mode 100644 index e969e49..0000000 --- a/stylesheets/Paper/Automata/run.svg +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Automata/shortcut.svg b/stylesheets/Paper/Automata/shortcut.svg deleted file mode 100644 index 72b918e..0000000 --- a/stylesheets/Paper/Automata/shortcut.svg +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Automata/sort.svg b/stylesheets/Paper/Automata/sort.svg deleted file mode 100644 index 32c0836..0000000 --- a/stylesheets/Paper/Automata/sort.svg +++ /dev/null @@ -1,125 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff --git a/stylesheets/Paper/Dark/Arrows/Large/down.svg b/stylesheets/Paper/Dark/Arrows/Large/down.svg deleted file mode 100644 index d34e067..0000000 --- a/stylesheets/Paper/Dark/Arrows/Large/down.svg +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Dark/Arrows/Large/up.svg b/stylesheets/Paper/Dark/Arrows/Large/up.svg deleted file mode 100644 index e7ee939..0000000 --- a/stylesheets/Paper/Dark/Arrows/Large/up.svg +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Dark/Arrows/down.svg b/stylesheets/Paper/Dark/Arrows/down.svg deleted file mode 100644 index 21d34b8..0000000 --- a/stylesheets/Paper/Dark/Arrows/down.svg +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Dark/Arrows/left.svg b/stylesheets/Paper/Dark/Arrows/left.svg deleted file mode 100644 index b4aa878..0000000 --- a/stylesheets/Paper/Dark/Arrows/left.svg +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Dark/Arrows/right.svg b/stylesheets/Paper/Dark/Arrows/right.svg deleted file mode 100644 index 37c9c20..0000000 --- a/stylesheets/Paper/Dark/Arrows/right.svg +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Dark/Arrows/up.svg b/stylesheets/Paper/Dark/Arrows/up.svg deleted file mode 100644 index b5aed91..0000000 --- a/stylesheets/Paper/Dark/Arrows/up.svg +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Dark/Checkboxes/Checked/check.svg b/stylesheets/Paper/Dark/Checkboxes/Checked/check.svg deleted file mode 100644 index 2d11329..0000000 --- a/stylesheets/Paper/Dark/Checkboxes/Checked/check.svg +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Dark/Checkboxes/Checked/selected.svg b/stylesheets/Paper/Dark/Checkboxes/Checked/selected.svg deleted file mode 100644 index 90b924f..0000000 --- a/stylesheets/Paper/Dark/Checkboxes/Checked/selected.svg +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Dark/Checkboxes/Disabled.svg b/stylesheets/Paper/Dark/Checkboxes/Disabled.svg deleted file mode 100644 index befdeba..0000000 --- a/stylesheets/Paper/Dark/Checkboxes/Disabled.svg +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Dark/Checkboxes/Radio Buttons/hover.svg b/stylesheets/Paper/Dark/Checkboxes/Radio Buttons/hover.svg deleted file mode 100644 index ff2e778..0000000 --- a/stylesheets/Paper/Dark/Checkboxes/Radio Buttons/hover.svg +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/stylesheets/Paper/Dark/Checkboxes/Radio Buttons/radio.svg b/stylesheets/Paper/Dark/Checkboxes/Radio Buttons/radio.svg deleted file mode 100644 index 1bf3449..0000000 --- a/stylesheets/Paper/Dark/Checkboxes/Radio Buttons/radio.svg +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/stylesheets/Paper/Dark/Checkboxes/Unchecked/hover.svg b/stylesheets/Paper/Dark/Checkboxes/Unchecked/hover.svg deleted file mode 100644 index 4f5bbd0..0000000 --- a/stylesheets/Paper/Dark/Checkboxes/Unchecked/hover.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/stylesheets/Paper/Dark/Checkboxes/Unchecked/unchecked.svg b/stylesheets/Paper/Dark/Checkboxes/Unchecked/unchecked.svg deleted file mode 100644 index 41c91aa..0000000 --- a/stylesheets/Paper/Dark/Checkboxes/Unchecked/unchecked.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/stylesheets/Paper/Dark/Toolbar/archives.svg b/stylesheets/Paper/Dark/Toolbar/archives.svg deleted file mode 100644 index 32758c8..0000000 --- a/stylesheets/Paper/Dark/Toolbar/archives.svg +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Dark/Toolbar/endorse.svg b/stylesheets/Paper/Dark/Toolbar/endorse.svg deleted file mode 100644 index 3f68af0..0000000 --- a/stylesheets/Paper/Dark/Toolbar/endorse.svg +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/stylesheets/Paper/Dark/Toolbar/executables.svg b/stylesheets/Paper/Dark/Toolbar/executables.svg deleted file mode 100644 index c1b815c..0000000 --- a/stylesheets/Paper/Dark/Toolbar/executables.svg +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Dark/Toolbar/globe.svg b/stylesheets/Paper/Dark/Toolbar/globe.svg deleted file mode 100644 index cb2f440..0000000 --- a/stylesheets/Paper/Dark/Toolbar/globe.svg +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/stylesheets/Paper/Dark/Toolbar/help.svg b/stylesheets/Paper/Dark/Toolbar/help.svg deleted file mode 100644 index 7f0024d..0000000 --- a/stylesheets/Paper/Dark/Toolbar/help.svg +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/stylesheets/Paper/Dark/Toolbar/instances.svg b/stylesheets/Paper/Dark/Toolbar/instances.svg deleted file mode 100644 index c5e5848..0000000 --- a/stylesheets/Paper/Dark/Toolbar/instances.svg +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Dark/Toolbar/nexus.svg b/stylesheets/Paper/Dark/Toolbar/nexus.svg deleted file mode 100644 index 680fad6..0000000 --- a/stylesheets/Paper/Dark/Toolbar/nexus.svg +++ /dev/null @@ -1,121 +0,0 @@ - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/stylesheets/Paper/Dark/Toolbar/problems.svg b/stylesheets/Paper/Dark/Toolbar/problems.svg deleted file mode 100644 index 6cb095a..0000000 --- a/stylesheets/Paper/Dark/Toolbar/problems.svg +++ /dev/null @@ -1,132 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/stylesheets/Paper/Dark/Toolbar/profiles.svg b/stylesheets/Paper/Dark/Toolbar/profiles.svg deleted file mode 100644 index 3679449..0000000 --- a/stylesheets/Paper/Dark/Toolbar/profiles.svg +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/stylesheets/Paper/Dark/Toolbar/refresh.svg b/stylesheets/Paper/Dark/Toolbar/refresh.svg deleted file mode 100644 index 9710a37..0000000 --- a/stylesheets/Paper/Dark/Toolbar/refresh.svg +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/stylesheets/Paper/Dark/Toolbar/settings.svg b/stylesheets/Paper/Dark/Toolbar/settings.svg deleted file mode 100644 index c58bd3d..0000000 --- a/stylesheets/Paper/Dark/Toolbar/settings.svg +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Dark/Toolbar/tools.svg b/stylesheets/Paper/Dark/Toolbar/tools.svg deleted file mode 100644 index ac49240..0000000 --- a/stylesheets/Paper/Dark/Toolbar/tools.svg +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/stylesheets/Paper/Dark/Toolbar/update.svg b/stylesheets/Paper/Dark/Toolbar/update.svg deleted file mode 100644 index a6c272b..0000000 --- a/stylesheets/Paper/Dark/Toolbar/update.svg +++ /dev/null @@ -1,141 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/stylesheets/Paper/Dark/backup.svg b/stylesheets/Paper/Dark/backup.svg deleted file mode 100644 index f0010ea..0000000 --- a/stylesheets/Paper/Dark/backup.svg +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/stylesheets/Paper/Dark/cross.svg b/stylesheets/Paper/Dark/cross.svg deleted file mode 100644 index ac286c0..0000000 --- a/stylesheets/Paper/Dark/cross.svg +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Dark/dots.svg b/stylesheets/Paper/Dark/dots.svg deleted file mode 100644 index a746ec8..0000000 --- a/stylesheets/Paper/Dark/dots.svg +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/stylesheets/Paper/Dark/folder.svg b/stylesheets/Paper/Dark/folder.svg deleted file mode 100644 index 84cebc6..0000000 --- a/stylesheets/Paper/Dark/folder.svg +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Dark/heart.svg b/stylesheets/Paper/Dark/heart.svg deleted file mode 100644 index 5a4cc1f..0000000 --- a/stylesheets/Paper/Dark/heart.svg +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/stylesheets/Paper/Dark/logo.svg b/stylesheets/Paper/Dark/logo.svg deleted file mode 100644 index 6f41b2b..0000000 --- a/stylesheets/Paper/Dark/logo.svg +++ /dev/null @@ -1,144 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - Mod Organizer 2 - - - diff --git a/stylesheets/Paper/Dark/minus.svg b/stylesheets/Paper/Dark/minus.svg deleted file mode 100644 index 71507ce..0000000 --- a/stylesheets/Paper/Dark/minus.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Dark/nexus.svg b/stylesheets/Paper/Dark/nexus.svg deleted file mode 100644 index 853bb3b..0000000 --- a/stylesheets/Paper/Dark/nexus.svg +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/stylesheets/Paper/Dark/pin.svg b/stylesheets/Paper/Dark/pin.svg deleted file mode 100644 index 67b6592..0000000 --- a/stylesheets/Paper/Dark/pin.svg +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/stylesheets/Paper/Dark/plus.svg b/stylesheets/Paper/Dark/plus.svg deleted file mode 100644 index 612ae17..0000000 --- a/stylesheets/Paper/Dark/plus.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Dark/refresh.svg b/stylesheets/Paper/Dark/refresh.svg deleted file mode 100644 index a81507d..0000000 --- a/stylesheets/Paper/Dark/refresh.svg +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/stylesheets/Paper/Dark/restore.svg b/stylesheets/Paper/Dark/restore.svg deleted file mode 100644 index 87481b2..0000000 --- a/stylesheets/Paper/Dark/restore.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/stylesheets/Paper/Dark/run.svg b/stylesheets/Paper/Dark/run.svg deleted file mode 100644 index 008b2cc..0000000 --- a/stylesheets/Paper/Dark/run.svg +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Dark/shortcut.svg b/stylesheets/Paper/Dark/shortcut.svg deleted file mode 100644 index 27a3497..0000000 --- a/stylesheets/Paper/Dark/shortcut.svg +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Dark/sort.svg b/stylesheets/Paper/Dark/sort.svg deleted file mode 100644 index 372bc1c..0000000 --- a/stylesheets/Paper/Dark/sort.svg +++ /dev/null @@ -1,122 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff --git a/stylesheets/Paper/Light/Arrows/Large/down.svg b/stylesheets/Paper/Light/Arrows/Large/down.svg deleted file mode 100644 index 00c06e7..0000000 --- a/stylesheets/Paper/Light/Arrows/Large/down.svg +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Light/Arrows/Large/up.svg b/stylesheets/Paper/Light/Arrows/Large/up.svg deleted file mode 100644 index e6569c0..0000000 --- a/stylesheets/Paper/Light/Arrows/Large/up.svg +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Light/Arrows/down.svg b/stylesheets/Paper/Light/Arrows/down.svg deleted file mode 100644 index 106b64a..0000000 --- a/stylesheets/Paper/Light/Arrows/down.svg +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Light/Arrows/left.svg b/stylesheets/Paper/Light/Arrows/left.svg deleted file mode 100644 index 063012e..0000000 --- a/stylesheets/Paper/Light/Arrows/left.svg +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Light/Arrows/right.svg b/stylesheets/Paper/Light/Arrows/right.svg deleted file mode 100644 index 21d222e..0000000 --- a/stylesheets/Paper/Light/Arrows/right.svg +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Light/Arrows/up.svg b/stylesheets/Paper/Light/Arrows/up.svg deleted file mode 100644 index 967f318..0000000 --- a/stylesheets/Paper/Light/Arrows/up.svg +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Light/Checkboxes/Checked/check.svg b/stylesheets/Paper/Light/Checkboxes/Checked/check.svg deleted file mode 100644 index 7070175..0000000 --- a/stylesheets/Paper/Light/Checkboxes/Checked/check.svg +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Light/Checkboxes/Checked/hover.svg b/stylesheets/Paper/Light/Checkboxes/Checked/hover.svg deleted file mode 100644 index c566a38..0000000 --- a/stylesheets/Paper/Light/Checkboxes/Checked/hover.svg +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Light/Checkboxes/Checked/selected.svg b/stylesheets/Paper/Light/Checkboxes/Checked/selected.svg deleted file mode 100644 index d3f7893..0000000 --- a/stylesheets/Paper/Light/Checkboxes/Checked/selected.svg +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Light/Checkboxes/Radio Buttons/hover.svg b/stylesheets/Paper/Light/Checkboxes/Radio Buttons/hover.svg deleted file mode 100644 index 29a2751..0000000 --- a/stylesheets/Paper/Light/Checkboxes/Radio Buttons/hover.svg +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/stylesheets/Paper/Light/Checkboxes/Radio Buttons/radio.svg b/stylesheets/Paper/Light/Checkboxes/Radio Buttons/radio.svg deleted file mode 100644 index 5559039..0000000 --- a/stylesheets/Paper/Light/Checkboxes/Radio Buttons/radio.svg +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/stylesheets/Paper/Light/Checkboxes/Unchecked/hover.svg b/stylesheets/Paper/Light/Checkboxes/Unchecked/hover.svg deleted file mode 100644 index 7e3683d..0000000 --- a/stylesheets/Paper/Light/Checkboxes/Unchecked/hover.svg +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Light/Checkboxes/Unchecked/selected.svg b/stylesheets/Paper/Light/Checkboxes/Unchecked/selected.svg deleted file mode 100644 index ae3c96b..0000000 --- a/stylesheets/Paper/Light/Checkboxes/Unchecked/selected.svg +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Light/Checkboxes/Unchecked/unchecked.svg b/stylesheets/Paper/Light/Checkboxes/Unchecked/unchecked.svg deleted file mode 100644 index 9e1f8b0..0000000 --- a/stylesheets/Paper/Light/Checkboxes/Unchecked/unchecked.svg +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Light/Checkboxes/disabled.svg b/stylesheets/Paper/Light/Checkboxes/disabled.svg deleted file mode 100644 index 1c9fd84..0000000 --- a/stylesheets/Paper/Light/Checkboxes/disabled.svg +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Light/Toolbar/archives.svg b/stylesheets/Paper/Light/Toolbar/archives.svg deleted file mode 100644 index cdc3d5a..0000000 --- a/stylesheets/Paper/Light/Toolbar/archives.svg +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Light/Toolbar/endorse.svg b/stylesheets/Paper/Light/Toolbar/endorse.svg deleted file mode 100644 index 909ad2b..0000000 --- a/stylesheets/Paper/Light/Toolbar/endorse.svg +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/stylesheets/Paper/Light/Toolbar/executables.svg b/stylesheets/Paper/Light/Toolbar/executables.svg deleted file mode 100644 index 64985f4..0000000 --- a/stylesheets/Paper/Light/Toolbar/executables.svg +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Light/Toolbar/globe.svg b/stylesheets/Paper/Light/Toolbar/globe.svg deleted file mode 100644 index d526776..0000000 --- a/stylesheets/Paper/Light/Toolbar/globe.svg +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/stylesheets/Paper/Light/Toolbar/help.svg b/stylesheets/Paper/Light/Toolbar/help.svg deleted file mode 100644 index 929cd6c..0000000 --- a/stylesheets/Paper/Light/Toolbar/help.svg +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/stylesheets/Paper/Light/Toolbar/instances.svg b/stylesheets/Paper/Light/Toolbar/instances.svg deleted file mode 100644 index 78361fe..0000000 --- a/stylesheets/Paper/Light/Toolbar/instances.svg +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Light/Toolbar/nexus.svg b/stylesheets/Paper/Light/Toolbar/nexus.svg deleted file mode 100644 index 1715b62..0000000 --- a/stylesheets/Paper/Light/Toolbar/nexus.svg +++ /dev/null @@ -1,122 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/stylesheets/Paper/Light/Toolbar/problems.svg b/stylesheets/Paper/Light/Toolbar/problems.svg deleted file mode 100644 index 9d398ee..0000000 --- a/stylesheets/Paper/Light/Toolbar/problems.svg +++ /dev/null @@ -1,132 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/stylesheets/Paper/Light/Toolbar/profiles.svg b/stylesheets/Paper/Light/Toolbar/profiles.svg deleted file mode 100644 index 5c07423..0000000 --- a/stylesheets/Paper/Light/Toolbar/profiles.svg +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/stylesheets/Paper/Light/Toolbar/refresh.svg b/stylesheets/Paper/Light/Toolbar/refresh.svg deleted file mode 100644 index c8dbb9f..0000000 --- a/stylesheets/Paper/Light/Toolbar/refresh.svg +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/stylesheets/Paper/Light/Toolbar/settings.svg b/stylesheets/Paper/Light/Toolbar/settings.svg deleted file mode 100644 index c0d8ed7..0000000 --- a/stylesheets/Paper/Light/Toolbar/settings.svg +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Light/Toolbar/tools.svg b/stylesheets/Paper/Light/Toolbar/tools.svg deleted file mode 100644 index aae91d3..0000000 --- a/stylesheets/Paper/Light/Toolbar/tools.svg +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/stylesheets/Paper/Light/Toolbar/update.svg b/stylesheets/Paper/Light/Toolbar/update.svg deleted file mode 100644 index 0d017fa..0000000 --- a/stylesheets/Paper/Light/Toolbar/update.svg +++ /dev/null @@ -1,141 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/stylesheets/Paper/Light/backup.svg b/stylesheets/Paper/Light/backup.svg deleted file mode 100644 index 37240d7..0000000 --- a/stylesheets/Paper/Light/backup.svg +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/stylesheets/Paper/Light/cross.svg b/stylesheets/Paper/Light/cross.svg deleted file mode 100644 index 399525b..0000000 --- a/stylesheets/Paper/Light/cross.svg +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Light/dots.svg b/stylesheets/Paper/Light/dots.svg deleted file mode 100644 index 02e6127..0000000 --- a/stylesheets/Paper/Light/dots.svg +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/stylesheets/Paper/Light/folder.svg b/stylesheets/Paper/Light/folder.svg deleted file mode 100644 index 888464f..0000000 --- a/stylesheets/Paper/Light/folder.svg +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Light/heart.svg b/stylesheets/Paper/Light/heart.svg deleted file mode 100644 index ffff0a5..0000000 --- a/stylesheets/Paper/Light/heart.svg +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/stylesheets/Paper/Light/logo.svg b/stylesheets/Paper/Light/logo.svg deleted file mode 100644 index c40a15e..0000000 --- a/stylesheets/Paper/Light/logo.svg +++ /dev/null @@ -1,143 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - Mod Organizer 2 - - - diff --git a/stylesheets/Paper/Light/minus.svg b/stylesheets/Paper/Light/minus.svg deleted file mode 100644 index 387d3fd..0000000 --- a/stylesheets/Paper/Light/minus.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Light/nexus.svg b/stylesheets/Paper/Light/nexus.svg deleted file mode 100644 index a6ef136..0000000 --- a/stylesheets/Paper/Light/nexus.svg +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/stylesheets/Paper/Light/pin.svg b/stylesheets/Paper/Light/pin.svg deleted file mode 100644 index e5e25c2..0000000 --- a/stylesheets/Paper/Light/pin.svg +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/stylesheets/Paper/Light/plus.svg b/stylesheets/Paper/Light/plus.svg deleted file mode 100644 index 913542c..0000000 --- a/stylesheets/Paper/Light/plus.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Light/refresh.svg b/stylesheets/Paper/Light/refresh.svg deleted file mode 100644 index 5a1ee10..0000000 --- a/stylesheets/Paper/Light/refresh.svg +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/stylesheets/Paper/Light/restore.svg b/stylesheets/Paper/Light/restore.svg deleted file mode 100644 index ec7c4e7..0000000 --- a/stylesheets/Paper/Light/restore.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/stylesheets/Paper/Light/run.svg b/stylesheets/Paper/Light/run.svg deleted file mode 100644 index 008b2cc..0000000 --- a/stylesheets/Paper/Light/run.svg +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Light/shortcut.svg b/stylesheets/Paper/Light/shortcut.svg deleted file mode 100644 index 45c9a74..0000000 --- a/stylesheets/Paper/Light/shortcut.svg +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Light/sort.svg b/stylesheets/Paper/Light/sort.svg deleted file mode 100644 index 94b5a4f..0000000 --- a/stylesheets/Paper/Light/sort.svg +++ /dev/null @@ -1,125 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff --git a/stylesheets/Paper/Mono/Black/Checkboxes/Checked/check.svg b/stylesheets/Paper/Mono/Black/Checkboxes/Checked/check.svg deleted file mode 100644 index 71d2706..0000000 --- a/stylesheets/Paper/Mono/Black/Checkboxes/Checked/check.svg +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Mono/Black/Checkboxes/Checked/hover.svg b/stylesheets/Paper/Mono/Black/Checkboxes/Checked/hover.svg deleted file mode 100644 index 3cb6a89..0000000 --- a/stylesheets/Paper/Mono/Black/Checkboxes/Checked/hover.svg +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Mono/Black/Checkboxes/Checked/selected.svg b/stylesheets/Paper/Mono/Black/Checkboxes/Checked/selected.svg deleted file mode 100644 index d8d8d56..0000000 --- a/stylesheets/Paper/Mono/Black/Checkboxes/Checked/selected.svg +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Mono/Black/Checkboxes/Unchecked/hover.svg b/stylesheets/Paper/Mono/Black/Checkboxes/Unchecked/hover.svg deleted file mode 100644 index 7b40f17..0000000 --- a/stylesheets/Paper/Mono/Black/Checkboxes/Unchecked/hover.svg +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Mono/Black/Checkboxes/Unchecked/selected.svg b/stylesheets/Paper/Mono/Black/Checkboxes/Unchecked/selected.svg deleted file mode 100644 index d0bd2f4..0000000 --- a/stylesheets/Paper/Mono/Black/Checkboxes/Unchecked/selected.svg +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Mono/Black/Checkboxes/Unchecked/unchecked.svg b/stylesheets/Paper/Mono/Black/Checkboxes/Unchecked/unchecked.svg deleted file mode 100644 index c003811..0000000 --- a/stylesheets/Paper/Mono/Black/Checkboxes/Unchecked/unchecked.svg +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Mono/Black/Checkboxes/disabled.svg b/stylesheets/Paper/Mono/Black/Checkboxes/disabled.svg deleted file mode 100644 index 1c9fd84..0000000 --- a/stylesheets/Paper/Mono/Black/Checkboxes/disabled.svg +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Mono/Black/run.svg b/stylesheets/Paper/Mono/Black/run.svg deleted file mode 100644 index 052194e..0000000 --- a/stylesheets/Paper/Mono/Black/run.svg +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Mono/White/Checkboxes/Checked/check.svg b/stylesheets/Paper/Mono/White/Checkboxes/Checked/check.svg deleted file mode 100644 index d552441..0000000 --- a/stylesheets/Paper/Mono/White/Checkboxes/Checked/check.svg +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Mono/White/Checkboxes/Checked/hover.svg b/stylesheets/Paper/Mono/White/Checkboxes/Checked/hover.svg deleted file mode 100644 index 70b0a09..0000000 --- a/stylesheets/Paper/Mono/White/Checkboxes/Checked/hover.svg +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/Mono/White/Checkboxes/Unchecked/hover.svg b/stylesheets/Paper/Mono/White/Checkboxes/Unchecked/hover.svg deleted file mode 100644 index d12c24e..0000000 --- a/stylesheets/Paper/Mono/White/Checkboxes/Unchecked/hover.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/stylesheets/Paper/Mono/White/run.svg b/stylesheets/Paper/Mono/White/run.svg deleted file mode 100644 index 799811d..0000000 --- a/stylesheets/Paper/Mono/White/run.svg +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/stylesheets/Paper/mo2.svg b/stylesheets/Paper/mo2.svg deleted file mode 100644 index 6f41b2b..0000000 --- a/stylesheets/Paper/mo2.svg +++ /dev/null @@ -1,144 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - Mod Organizer 2 - - - diff --git a/stylesheets/Parchment v1.1 by Bob.qss b/stylesheets/Parchment v1.1 by Bob.qss deleted file mode 100644 index 269869a..0000000 --- a/stylesheets/Parchment v1.1 by Bob.qss +++ /dev/null @@ -1,607 +0,0 @@ -/* v1.1 Parchment by Bob */ - - -/* Special Thanks */ - -/* Parchment is based on Paper Themes for Mod Organizer 2 by 6788 -https://www.nexusmods.com/skyrim/mods/64439 -https://6788-00.tumblr.com/ - -and - -************************************* - Skyrim -**************************************** - Author: chintsu_kun - Version: 1.1.2 - Licence: GNU General Public License v3.0 (https://www.gnu.org/licenses/gpl-3.0.en.html) - Url: http://www.nexusmods.com/skyrim/mods/73817/? - -**************************************** - -For the Checkbox Coding and for the Picture Files which I Edited in Paint 3D */ - -/* Main Window */ - -QWidget { - background: #DBD399; - color: #000000; -} - -QWidget:disabled { - background: #DBD399; - color: #baae94; -} - -QMainWindow::separator { - border: 0px; -} - -QAbstractItemView { - background: #F7F6CF; - alternate-background-color: #EFE9BA; - show-decoration-selected: 1; - selection-background-color: #0CA6FF; - selection-color: #F7F6CF; -} - -QAbstractItemView::item:hover { - background: #008F8F; - color: #F7F6CF; -} - -QAbstractItemView::item:selected { - background: #0CA6FF; - color: #F7F6CF; -} - -QAbstractScrollArea::corner { - background: #F7F6CF; - border: 2px solid #DBD399; - border-bottom-right-radius: 6px; - margin: 0px -2px -2px 0px; -} - -/* Toolbar */ - -QToolBar { - background: #DBD399; - border: 1px solid #DBD399; -} - -QToolBar::separator { - background: #DBD399; -} - -QToolButton { - background: #F7F6CF; - padding: 4px 6px; - border-radius: 6px; - margin: 4px 4px 0px 4px; -} - -QToolButton:hover { - background: #008F8F; -} - -QToolButton:pressed { - background: #0CA6FF; -} - -/* Left Pane & File Trees */ - -QTreeView { - border-radius: 6px; -} - -QTreeView::branch:hover { - background: #008F8F; - color: #F7F6CF; -} - -QTreeView::branch:selected { - background: #0CA6FF; - color: #F7F6CF; -} - -QTreeView::item:selected { - background: #0CA6FF; - color: #F7F6CF; -} - -QTreeView::branch:has-children:!has-siblings:closed, -QTreeView::branch:closed:has-children:has-siblings { - image: url(:/stylesheet/branch-closed.png); - border: 0px; -} - -QTreeView::branch:open:has-children:!has-siblings, -QTreeView::branch:open:has-children:has-siblings { - image: url(:/stylesheet/branch-open.png); - border: 0px; -} - -QListView { - border-radius: 6px; -} - -QListView::item:hover { - background: #008F8F; - color: #F7F6CF; -} - -QListView::item:selected { - background: #0CA6FF; - color: #F7F6CF; -} - -QTextEdit { - background: #F7F6CF; - border-radius: 6px; -} - -QWebView { - background: #F7F6CF; - border-radius: 6px; -} - -QAbstractItemView[filtered=true] { - border: 2px solid #f00 !important; -} - -/* Group Boxes */ - -QGroupBox { - padding: 24px 4px; - border: 2px solid #F7F6CF; - border-radius: 10px; -} - -QGroupBox::title { - subcontrol-origin: padding; - subcontrol-position: top left; - padding: 8px; -} - -/* Checkboxes and Radio buttons common #QCheckBox, #QRadioButton */ -/*common*/ -QGroupBox::indicator, -QTreeView::indicator, - -QCheckBox::indicator { - background-color: transparent; - border: none; - width: 14px; - height: 14px; -} - -QGroupBox::indicator:checked, QGroupBox::indicator:indeterminate, -QTreeView::indicator:checked, -QTreeView::indicator:indeterminate, -QCheckBox::indicator:checked, - -QCheckBox::indicator:indeterminate { - image: url(./Parchment/checkbox-checked.png); -} - -QGroupBox::indicator:checked:hover, QGroupBox::indicator:indeterminate:hover, -QTreeView::indicator:checked:hover, -QTreeView::indicator:indeterminate:hover, -QCheckBox::indicator:checked:hover, - -QCheckBox::indicator:indeterminate:hover { - image: url(./Parchment/checkbox-checked-hover.png); -} - - QGroupBox::indicator:checked:disabled, QGroupBox::indicator:indeterminate:disabled, - QTreeView::indicator:checked:disabled, - QTreeView::indicator:indeterminate:disabled, - QCheckBox::indicator:checked:disabled, - - QCheckBox::indicator:indeterminate:disabled { - image: url(./Parchment/checkbox-checked-disabled.png); -} - - QGroupBox::indicator:unchecked, - QTreeView::indicator:unchecked, - - QCheckBox::indicator:unchecked { - image: url(./Parchment/checkbox.png); -} - - QGroupBox::indicator:unchecked:hover, - QTreeView::indicator:unchecked:hover, - - QCheckBox::indicator:unchecked:hover { - image: url(./Parchment/checkbox-hover.png); -} - - QGroupBox::indicator:unchecked:disabled, - QTreeView::indicator:unchecked:disabled, - - QCheckBox::indicator:unchecked:disabled { - image: url(./Parchment/checkbox-disabled.png); -} - -/* Search Boxes */ - -QLineEdit { - background: #F7F6CF; - min-height: 14px; - padding: 2px; - border: 2px solid #F7F6CF; - border-radius: 6px; - margin-top: 3px; -} - -QLineEdit:hover { - border: 2px solid #008F8F; -} - -/* Most Dropdowns */ - -QComboBox { - background: #F7F6CF; - min-height: 20px; - padding-left: 5px; - border: 2px solid #F7F6CF; - border-radius: 6px; - margin: 3px 0px 1px 0px; -} - -QComboBox:hover { - border: 2px solid #008F8F; -} - -QComboBox:on { - background: #0CA6FF; - color: #F7F6CF; - border: 2px solid #0CA6FF; -} - -QComboBox::drop-down { - width: 20px; - subcontrol-origin: padding; - subcontrol-position: top right; - border: none; -} - -QComboBox QAbstractItemView { - border: 0px; -} - -QComboBox::down-arrow { - image: url(:/stylesheet/combobox-down.png); -} - -/* Most Buttons */ - -QPushButton { - background: #F7F6CF; - color: #000000; - min-height: 28px; - padding: 4px 22px; - border-radius: 9px; -} - -QPushButton:hover { - background: #008F8F; - color: #F7F6CF; -} - -QPushButton:pressed { - background: #0CA6FF; - color: #F7F6CF; -} - -QPushButton:checked { - background: #0CA6FF; - color: #0CA6FF; - margin: 4px; -} - -/* Scroll Bars */ - -/* Horizontal */ - -QScrollBar:horizontal { - background: #F7F6CF; - height: 20px; - border: 2px solid #DBD399; - margin: 0px 23px -2px 23px; -} - -QScrollBar::handle:horizontal { - background: #DBD399; - min-width: 32px; - border-radius: 6px; - margin: 2px; -} - -QScrollBar::add-line:horizontal { - background: #F7F6CF; - width: 23px; - subcontrol-position: right; - subcontrol-origin: margin; - border: 2px solid #DBD399; - margin: 0px -2px -2px 0px; -} - -QScrollBar::sub-line:horizontal { - background: #F7F6CF; - width: 23px; - subcontrol-position: left; - subcontrol-origin: margin; - border: 2px solid #DBD399; - border-bottom-left-radius: 6px; - margin: 0px 0px -2px -2px; -} - -/* Vertical */ - -QScrollBar:vertical { - background: #F7F6CF; - width: 20px; - border: 2px solid #DBD399; - margin: 23px -2px 23px 0px; -} - -QScrollBar::handle:vertical { - background: #DBD399; - min-height: 32px; - border-radius: 6px; - margin: 2px; -} - -QScrollBar::add-line:vertical { - background: #F7F6CF; - height: 23px; - subcontrol-position: bottom; - subcontrol-origin: margin; - border: 2px solid #DBD399; - border-bottom-right-radius: 6px; - margin: 0px -2px -2px 0px; -} - -QScrollBar::sub-line:vertical { - background: #F7F6CF; - height: 23px; - subcontrol-position: top; - subcontrol-origin: margin; - border: 2px solid #DBD399; - border-top-right-radius: 6px; - margin: -2px -2px 0px 0px; -} - -/* Combined */ - -QScrollBar::handle:horizontal:hover, -QScrollBar::handle:vertical:hover, -QScrollBar::add-line:horizontal:hover, -QScrollBar::sub-line:horizontal:hover, -QScrollBar::add-line:vertical:hover, -QScrollBar::sub-line:vertical:hover { - background: #008F8F; -} - -QScrollBar::handle:horizontal:pressed, -QScrollBar::handle:vertical:pressed, -QScrollBar::add-line:horizontal:pressed, -QScrollBar::sub-line:horizontal:pressed, -QScrollBar::add-line:vertical:pressed, -QScrollBar::sub-line:vertical:pressed { - background: #0CA6FF; -} - -QScrollBar::add-page:horizontal, -QScrollBar::sub-page:horizontal, -QScrollBar::add-page:vertical, -QScrollBar::sub-page:vertical { - background: transparent; -} - -QScrollBar::up-arrow:vertical, -QScrollBar::right-arrow:horizontal, -QScrollBar::down-arrow:vertical, -QScrollBar::left-arrow:horizontal { - height: 1px; - width: 1px; - border: 1px solid #DBD399; -} - -/* Header Rows */ - -QHeaderView { - background: #DBD399; -} - -QHeaderView::section { - background: #F7F6CF; - color: #000000; - height: 22px; - padding: 0px 5px; - border: 0px; - border-bottom: 2px solid #DBD399; - border-right: 2px solid #DBD399; -} - -QHeaderView::section:first { - border-top-left-radius: 6px; -} - -QHeaderView::section:last { - border-right: 0px; - border-top-right-radius: 6px; -} - -QHeaderView::section:hover { - background: #008F8F; - color: #F7F6CF; -} - -QHeaderView::down-arrow { - padding-right: 4px; - height: 10px; - width: 10px; -} - -/* Context Menus, Toolbar Dropdowns, & Tooltips */ - -QMenuBar { - background: #DBD399; - border: 1px solid #DBD399; -} - -QMenuBar::item:selected { - background: #008F8F; - color: #F7F6CF; -} - -QMenu { - background: #F7F6CF; - selection-color: #F7F6CF; - border: 0px; -} - -QMenu::item { - background: #F7F6CF; - selection-background-color: #008F8F; - padding: 4px 20px; -} - -QMenu::item:selected { - background: #008F8F; - color: #F7F6CF; -} - -QMenu::item:disabled { - background: #F7F6CF; - color: #444444; -} - -QMenu::separator { - background: #DBD399; - height: 2px; -} - -QMenu::icon { - margin: 1px; -} - -QToolTip { - background: #F7F6CF; - color: #000000; - padding: 1px; - border: 0px; -} - -QStatusBar::item {border: None;} - -/* Progress Bars (Downloads) */ - -QProgressBar { - background: #F7F6CF; - text-align: center; - border: 0px; - border-radius: 6px; - margin: 0px 10px; -} - -QProgressBar::chunk { - background: #008F8F; -} - -/* Right Pane and Tab Bars */ - -QTabWidget::pane { - top: 1px; - padding: 2px 2px 10px 2px; - border: 2px solid #F7F6CF; - border-radius: 10px; -} - -QTabWidget::tab-bar { - alignment: center; -} - -QTabBar::tab { - background: #F7F6CF; - color: #000000; - padding: 4px 1em; - border: 1px solid #DBD399; - border-top: 0px; - border-bottom: 0px; -} - -QTabBar::tab:!selected { - background: #F7F6CF; - color: #000000; -} - -QTabBar::tab:disabled { - background: #DBD399; - color: #444444; -} - -QTabBar::tab:selected { - color: #0CA6FF; - -} - -QTabBar::tab:!selected:hover { - background: #0CA6FF; - color: #F7F6CF; -} - -QTabBar::tab:first { - border-top-left-radius: 10px; - border-bottom-left-radius: 10px; -} - -QTabBar::tab:last { - border-top-right-radius: 10px; - border-bottom-right-radius: 10px; -} - -QTabBar QToolButton { - background: #008F8F; - padding: 1px; - border-radius: 6px; - margin: 1px; -} - -QTabBar QToolButton:disabled { - background: transparent; -} - -/* Sliders (Configurator) */ - -/* QSlider::groove:horizontal { - background: #F7F6CF; - height: 1px; - border: 1px solid #F7F6CF; -} - -QSlider::handle:horizontal { - background: #008F8F; - width: 10px; - border: 2px solid #008F8F; - border-radius: 6px; - margin: -10px 0px; -} - -QSlider::handle:horizontal:hover { - background: #0CA6FF; - border: 2px solid #0CA6FF; -} */ - -/* Tables (Configure Mod Categories) */ - -QTableView { - gridline-color: #DBD399; - border: 0px; -} - -QLineEdit[valid-filter=false] { - background-color: #661111 !important; -} diff --git a/stylesheets/Parchment/checkbox-alt-checked.png b/stylesheets/Parchment/checkbox-alt-checked.png deleted file mode 100644 index b2f3295..0000000 Binary files a/stylesheets/Parchment/checkbox-alt-checked.png and /dev/null differ diff --git a/stylesheets/Parchment/checkbox-alt-unchecked-hover.png b/stylesheets/Parchment/checkbox-alt-unchecked-hover.png deleted file mode 100644 index bf4cb02..0000000 Binary files a/stylesheets/Parchment/checkbox-alt-unchecked-hover.png and /dev/null differ diff --git a/stylesheets/Parchment/checkbox-alt-unchecked.png b/stylesheets/Parchment/checkbox-alt-unchecked.png deleted file mode 100644 index 35073ad..0000000 Binary files a/stylesheets/Parchment/checkbox-alt-unchecked.png and /dev/null differ diff --git a/stylesheets/Parchment/checkbox-checked-disabled.png b/stylesheets/Parchment/checkbox-checked-disabled.png deleted file mode 100644 index 21e7e05..0000000 Binary files a/stylesheets/Parchment/checkbox-checked-disabled.png and /dev/null differ diff --git a/stylesheets/Parchment/checkbox-checked-hover.png b/stylesheets/Parchment/checkbox-checked-hover.png deleted file mode 100644 index 6603a99..0000000 Binary files a/stylesheets/Parchment/checkbox-checked-hover.png and /dev/null differ diff --git a/stylesheets/Parchment/checkbox-checked.png b/stylesheets/Parchment/checkbox-checked.png deleted file mode 100644 index 0f09813..0000000 Binary files a/stylesheets/Parchment/checkbox-checked.png and /dev/null differ diff --git a/stylesheets/Parchment/checkbox-disabled.png b/stylesheets/Parchment/checkbox-disabled.png deleted file mode 100644 index d1d5a88..0000000 Binary files a/stylesheets/Parchment/checkbox-disabled.png and /dev/null differ diff --git a/stylesheets/Parchment/checkbox-hover.png b/stylesheets/Parchment/checkbox-hover.png deleted file mode 100644 index 92df6af..0000000 Binary files a/stylesheets/Parchment/checkbox-hover.png and /dev/null differ diff --git a/stylesheets/Parchment/checkbox.png b/stylesheets/Parchment/checkbox.png deleted file mode 100644 index e02aa21..0000000 Binary files a/stylesheets/Parchment/checkbox.png and /dev/null differ diff --git a/stylesheets/Transparent-Style-FO3-Trosski.qss b/stylesheets/Transparent-Style-FO3-Trosski.qss deleted file mode 100644 index e4648eb..0000000 --- a/stylesheets/Transparent-Style-FO3-Trosski.qss +++ /dev/null @@ -1,498 +0,0 @@ - -#centralWidget { - background-image: url(./Transparent-Style/Fallout3/Fallout3.png); -} - QDialog,Qmenu { -} - QWidget { - color: #1AFF80; - background-color: rgba(0, 0, 0, 10); - alternate-background-color: rgba(113, 113, 113, 50); -} - QAbstractItemView { - color: #1AFF80; - background-color: rgba(0, 0, 0, 10); - alternate-background-color: rgba(113, 113, 113, 50); - border: 2px solid rgba(26, 255, 128, 70); - selection-color: rgba(0, 0, 0, 100); - outline: none; -} - #ProblemsDialog, #TransferSavesDialog, #SettingsDialog, #ProblemsDialog, #ModInfoDialog, #TextViewer, #PyCfgDialog, #InstallDialog { - border-image:url(./Transparent-Style/Fallout3/Fallout3-settings.png); -} - #EditExecutablesDialog { - border-image: url(./Transparent-Style/Fallout3/Fallout3-settings.png); -} - #SimpleInstallDialog, #LockedDialog,QMenu { - background-image: url(./Transparent-Style/Fallout3/Fallout3-settings.png); - border: 1px solid rgba(26, 255, 128, 70); -} - #nameLabel { - background-color: rgba(0, 0, 0, 20); - border-top:1px solid rgba(26, 255, 128, 70); - border-bottom:1px solid rgba(26, 255, 128, 70); -} - #ProfilesDialog, #FomodInstallerDialog { - border-image: url(./Transparent-Style/Fallout3/Fallout3-settings.png); -} - #filesView { - border-image: url(./Transparent-Style/Fallout3/Fallout3-settings.png); -} -/* ******************************************** */ -/* Main Navigation Button Bar at top of window */ -/* ******************************************** */ - QToolBar { - border: none; -} - QToolBar::separator { - image: url(./Transparent-Style/Fallout3/Fallout3_icon.png); -} - QToolButton { - border:2px solid None; - border-radius: 6px; - margin: 3px; - padding-left: 8px; - padding-right: 8px; - padding-top: 0px; - padding-bottom: 2px; -} - QToolButton:hover { - border: 2px solid rgba(26, 255, 128, 100); - background-color: rgba(0, 0, 0, 70); -} - QToolButton:pressed { - background: rgba(26, 255, 128, 70); -} - QTabWidget::pane { - background-color: transparent; - border:transparent; -} - QTabWidget::tab-bar { - alignment: center; -} -/* **************************************** */ -/* Tabs on top of Treeview */ -/* **************************************** */ - QTabBar { - text-transform: uppercase; - max-height: 22px; - padding-bottom: 5px; -} - QTabBar::tab { - border: 2px solid rgba(26, 255, 128, 70); - border-bottom-style: none; - background-color: #000000; - padding-left: 20px; - padding-right: 20px; - padding-top: 3px; - padding-bottom: 0px; - margin-right: 1px; - border-top-left-radius: 4px; - border-top-right-radius: 4px; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; -} - QTabBar::tab:selected { - color: #ffffff; - background-color: #000000; -} - QTabBar::tab:!selected { - color: #1AFF80; - margin-top: 0px; -} - QTabBar::tab:disabled { - color: #1AFF80; - border-bottom-style: none; - margin-top: 0px; - background-color: #000000; -} - #deactivateESP,#activateESP { - border: 1px solid rgba(26, 255, 128, 70); - background: rgba(0, 0, 0, 100); -} - QToolButton::menu-indicator:pressed,QToolButton::menu-indicator:open { - border: 2px solid rgba(26, 255, 128, 70); - image: url(./Transparent-Style/Fallout3/arrow-right.png); -} - QTabBar QToolButton { - border:2px solid rgba(26, 255, 128, 70); - background-color: rgba(0, 0, 0, 100); - padding: 1px; - margin: 0; -} - QTabBar QToolButton::right-arrow { - image: url(./Transparent-Style/Fallout3/arrow-right.png); -} - QTabBar QToolButton::left-arrow { - image: url(./Transparent-Style/Fallout3/arrow-left.png); -} -/* **************************************** */ -/* Column names of TreeView */ -/* **************************************** */ - QTableView { - color:#1AFF80; - background-color: rgba(0, 0, 0, 100); -} - QHeaderView::section { - color: #1AFF80; - background-color: #000000; - border: 1px solid rgba(26, 255, 128, 70); - border-radius: 6px; - padding: 0px; - padding-left: 5px; - padding-right: 0px; -} - QHeaderView::section:hover { - background: rgba(0, 0, 0, 100); - border: 1px solid rgba(26, 255, 128, 70); - padding: 0px; -} - QHeaderView::up-arrow,QHeaderView::down-arrow { - subcontrol-origin: content; - subcontrol-position: center right; - width: 7px; - height: 7px; - margin-right: 7px; -} - QHeaderView::up-arrow { - image: url(./Transparent-Style/Fallout3/arrow-up.png); -} - QHeaderView::down-arrow { - image: url(./Transparent-Style/Fallout3/arrow-down.png); -} -/* **************************************** */ -/* Hover */ -/* **************************************** */ - QMenu:item:hover,QMenuBar:item:selected,QTreeView#espList::item:hover,QTreeWidget#categoriesList::item:hover,QListView::item:hover,QTreeWidget::item:hover { - color: #ffffff; - border-top: 2px solid rgba(26, 255, 128, 100); - border-bottom: 2px solid rgba(26, 255, 128, 100); - background-color: rgba(26, 255, 128, 50); -} - QAbstractItemView::item:hover { - color: #ffffff; - border-radius: 4px; - border-top: 2px solid rgba(26, 255, 128, 100); - border-bottom: 2px solid rgba(26, 255, 128, 100); - background-color: rgba(26, 255, 128, 50); - padding: 3px; -} - #deactivateESP:hover,#activateESP:hover,QPushButton:hover,QTableView:hover,QHeaderView::selected:hover,QTabBar::tab:!selected:hover,QComboBox:hover { - border: 3px solid rgba(26, 255, 128, 100); - padding: 1px; - text-align: center; -} -/* **************************************** */ -/* Context menus, toolbar dropdowns #QMenu */ -/* **************************************** */ - QMenu { - border-width: 2px; - border-style: solid; -} - QMenu::item { - padding: 6px 20px; -} - QMenu::item:selected { - color: #ffffff; - background-color: rgba(26, 255, 128, 70); - border-top: 2px solid rgba(26, 255, 128, 100); - border-bottom: 2px solid rgba(26, 255, 128, 100); -} - QMenu::right-arrow { - image: url(./Transparent-Style/Fallout3/arrow-right.png); - subcontrol-origin: padding; - subcontrol-position: center right; - padding-right: 0.5em; -} -/* ********************* */ -/* LCD Counter */ -/* ********************* */ - QLCDNumber { - Background: rgba(0, 0, 0, 100); - color: #1AFF80; - border: 2px solid rgba(26, 255, 128, 70); - border-radius: 1px; -} -/* ****************************************** */ -/* Launch application & Profile Drop down Box */ -/* ****************************************** */ - QComboBox { - background-color: rgba(26, 255, 128, 20); - border:2px solid rgba(26, 255, 128, 70); - height: 20px; - width: 300px; - padding: 3px; - padding-left:3px; - border-radius: 5px; -} - QComboBox::drop-down{ - subcontrol-origin: padding; - subcontrol-position: top right; - padding:4px; - border-radius: 5px; -} - QComboBox::down-arrow{ - image:url(./Transparent-Style/Fallout3/arrow-down.png); -} - QComboBox QAbstractItemView { - border-image: url(./Transparent-Style/Fallout3/Fallout3-small.png); - color: #ffffff; - selection-background-color: rgba(26, 255, 128, 100); - border-color: #1AFF80; - border-style: solid; - border-width: 0 2px 2px 2px; -} - QComboBox::item{ - border:3px; - padding: 3px; -} -/* **************************************************************** */ -/* Action Buttons */ -/* */ -/* Open list, Restore Backup, Create Backup, RUN, Shortcut Button */ -/* Sort, Load order backup, Load Order Restore */ -/* **************************************************************** */ - QPushButton { - color: #1AFF80; - background-color: rgba(0, 0, 0, 70); - border-width: 3px; - border-color: rgba(26, 255, 128, 70); - border-style: solid; - border-radius: 4px; - padding:5px; - padding-right: 10px; - padding-left: 5px; -} - QDialog QPushButton { - min-width: 3em; - min-height: 1em; - padding-left: 1em; - padding-right: 1em; -} - QPushButton::menu-indicator { - image: url(./Transparent-Style/Fallout3/arrow-down.png); - background: transparent; - subcontrol-origin: padding; - subcontrol-position: center right; - padding-right: 5%; -} - QPushButton:open { - background-color: rgba(10, 10, 10, 70); -} - QPushButton:!enabled { - border: 1px rgba(26, 255, 128, 70); - color: #ffffff; - background: rgba(0, 0, 0, 70); -} - QPushButton#displayCategoriesBtn { - min-width: 20px; -} -/* **************************************** */ -/* Scroll bar */ -/* **************************************** */ - QScrollBar { - height:20px; - width:20px; - background-color:transparent; -} - QScrollBar::handle { - border: 2px solid rgba(26, 255, 128, 70); - border-radius: 4px; -} - QScrollBar::handle:vertical { - margin: 1px 4px; - min-height:20px; - min-width: 10px; - background-color:rgba(26, 255, 128, 80); -} - QScrollBar::handle:vertical:hover { - background-color:rgba(26, 255, 128, 100); -} - QScrollBar::handle:horizontal { - min-height: 10px; - min-width: 20px; - margin: 4px 1px; - background-color:rgba(26, 255, 128, 80); -} - QScrollBar::handle:horizontal:hover { - background-color:rgba(26, 255, 128, 100); -} - QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical,QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal { - background-color: transparent; -} - QScrollBar::add-line:vertical,QScrollBar::sub-line:vertical,QScrollBar::add-line:horizontal,QScrollBar::sub-line:horizontal { - height:0; - width:0; -} -/* ******************************************************** */ -/* Main Tree View Inherated from QAbstractItemView */ -/* ******************************************************** */ - QTreeView { -} - QTreeView:item { - padding:4px; -} - QTreeView:item:selected { - color: #ffffff; - border: none; - outline: none; - border-radius: 4px; - border-top:2px solid rgba(26, 255, 128, 100); - border-bottom:2px solid rgba(26, 255, 128, 100); - background-color: rgba(26, 255, 128, 70); -} - QTreeView::branch:closed:has-children:has-siblings { - background:url(Transparent-Style/Fallout3/Fallout3-itemB-close.png) center center no-repeat; -} - QTreeView::branch:closed:has-children:!has-siblings { - background:url(Transparent-Style/Fallout3/Fallout3-itemB-close.png) center center no-repeat; -} - QTreeView::branch:open:has-children:has-siblings { - background:url(Transparent-Style/Fallout3/Fallout3-itemB-open.png) center center no-repeat; -} - QTreeView::branch:open:has-children:!has-siblings { - background:url(Transparent-Style/Fallout3/Fallout3-itemB-open.png) center center no-repeat; -} - - QAbstractItemView[filtered=true] { - border: 2px solid #f00 !important; -} - -/* **************************************************************** */ -/* Checkboxes and Radio buttons common #QCheckBox, #QRadioButton */ -/* common */ -/* **************************************************************** */ - QGroupBox::indicator,QTreeView::indicator,QCheckBox::indicator { - outline: none; - border: none; - width: 20px; - height: 20px; -} - QGroupBox::indicator:checked,QGroupBox::indicator:indeterminate,QTreeView::indicator:checked,QTreeView::indicator:indeterminate,QCheckBox::indicator:checked,QCheckBox::indicator:indeterminate { - image: url(./Transparent-Style/Fallout3/checkbox-checked.png); -} - QGroupBox::indicator:checked:hover,QGroupBox::indicator:indeterminate:hover,QTreeView::indicator:checked:hover,QTreeView::indicator:indeterminate:hover,QCheckBox::indicator:checked:hover,QCheckBox::indicator:indeterminate:hover { - image: url(./Transparent-Style/Fallout3/checkbox-hover.png); -} - QGroupBox::indicator:checked:disabled,QGroupBox::indicator:indeterminate:disabled,QTreeView::indicator:checked:disabled,QTreeView::indicator:indeterminate:disabled,QCheckBox::indicator:checked:disabled,QCheckBox::indicator:indeterminate:disabled { - image: url(./Transparent-Style/Fallout3/checkbox-checked-disabled.png); -} - QGroupBox::indicator:unchecked,QTreeView::indicator:unchecked,QCheckBox::indicator:unchecked { - image: url(./Transparent-Style/Fallout3/checkbox.png); -} - QGroupBox::indicator:unchecked:hover,QTreeView::indicator:unchecked:hover,QCheckBox::indicator:unchecked:hover { - image: url(./Transparent-Style/Fallout3/checkbox-checked-hover.png); -} - QGroupBox::indicator:unchecked:disabled,QTreeView::indicator:unchecked:disabled,QCheckBox::indicator:unchecked:disabled { - image: url(./Transparent-Style/Fallout3/checkbox-checked-disabled.png); -} - QTreeWidget#categoriesList::item:has-children { - background-image: url(./Transparent-Style/Fallout3/arrow-right.png); -} -/* ******************************** */ -/* Special styles */ -/* increase categories tab width */ -/* ******************************** */ - QTreeView#modList::item,QTreeWidget#categoriesTree::item,#tabConflicts QTreeWidget::item,QListView::item,QTreeView#espList::item,QTreeView#treeContent::item { - padding: .3em 0; -} - QTreeWidget#categoriesGroup,QTreeWidget#categoriesList { - min-width: 200px; -} - QTreeWidget#categoriesList::item { - background-position: center left; - background-repeat: no-repeat; - padding: 0.35em 4px; -} -/* ********************* */ -/* Display Radio Button */ -/* ********************* */ - QRadioButton::indicator { - width: 16px; - height: 16px; -} - QRadioButton::indicator::checked { - image: url(./Transparent-Style/Fallout3/radio-checked.png); -} - QRadioButton::indicator::checked:hover { - image: url(./Transparent-Style/Fallout3/radio-checked-hover.png); -} - QRadioButton::indicator::unchecked { - image: url(./Transparent-Style/Fallout3/radio.png); -} - QRadioButton::indicator::unchecked:hover { - image: url(./Transparent-Style/Fallout3/radio-hover.png); -} -/* **************************************** */ -/* Spinners #QSpinBox, #QDoubleSpinBox */ -/* **************************************** */ - QAbstractSpinBox { - min-height: 24px; -} - QAbstractSpinBox::up-button,QAbstractSpinBox::down-button { - border-style: solid; - border-width: 1px; - subcontrol-origin: padding; -} - QAbstractSpinBox::up-button:hover,QAbstractSpinBox::down-button:hover { - background-color: rgba(26, 255, 128, 70); -} - QAbstractSpinBox::up-button { - subcontrol-position: top right; -} - QAbstractSpinBox::down-button { - subcontrol-position: bottom right; -} - QAbstractSpinBox::up-arrow { - image: url(./Transparent-Style/Fallout3/arrow-up.png); -} - QAbstractSpinBox::down-arrow { - image: url(./Transparent-Style/Fallout3/arrow-down.png); -} -/* **************************************** */ -/* Tooltips #QToolTip, #SaveGameInfoWidget */ -/* **************************************** */ - QToolTip { - background-color:transparent; - color:#1AFF80; - padding:0px; - border-width:12px; - border-style:solid; - border-color:transparent; - border-image:url(./Transparent-Style/Fallout3/border-image.png) 27 repeat repeat; -} - SaveGameInfoWidget { - background-color: transparent; - color: #1AFF80; -} -QStatusBar::item { - border: None; -} -/* **************************** */ -/* Handles Web, Nexus info tab */ -/* **************************** */ - QWebView { - background-color: black; -} - QLineEdit { - background:#000; - border-width: 1px; - border-radius:5px; - margin: 0px; - padding-left:2px; - selection-background-color: rgba(26, 255, 128, 20); -} -LinkLabel { - qproperty-linkColor: #efefef; -} -QLineEdit[valid-filter=false] { - background-color: #661111 !important; -} -/* ********* */ -/* Font size */ -/* ********* */ - QLabel, QMenu, QPushButton, QTabBar, QTextEdit, QLineEdit, QComboBox, QAbstractItemView, QWebView, QComboBox:editable, QAbstractSpinBox, QGroupBox, QCheckBox, QRadioButton { - color: #1AFF80; - font-family: Source Sans Pro; - font-size: 12px; -} \ No newline at end of file diff --git a/stylesheets/Transparent-Style-FO4-Trosski.qss b/stylesheets/Transparent-Style-FO4-Trosski.qss deleted file mode 100644 index 89a436c..0000000 --- a/stylesheets/Transparent-Style-FO4-Trosski.qss +++ /dev/null @@ -1,502 +0,0 @@ - -#centralWidget { - background-image: url(./Transparent-Style/Fallout4/Fallout4.png); -} - QDialog,Qmenu { -} - QWidget { - color: #1AFF80; - background-color: rgba(0, 0, 0, 10); - alternate-background-color: rgba(113, 113, 113, 50); -} - QAbstractItemView { - color: #1AFF80; - background-color: rgba(0, 0, 0, 10); - alternate-background-color: rgba(113, 113, 113, 50); - border: 2px solid rgba(26, 255, 128, 70); - selection-color: rgba(0, 0, 0, 100); - outline: none; -} - #ProblemsDialog, #TransferSavesDialog, #SettingsDialog, #ProblemsDialog, #ModInfoDialog, #TextViewer, #PyCfgDialog, #InstallDialog { - border-image:url(./Transparent-Style/Fallout4/Fallout4-settings.png); -} - #EditExecutablesDialog { - border-image: url(./Transparent-Style/Fallout4/Fallout4-Executables.png); -} - #SimpleInstallDialog, #LockedDialog,QMenu { - background-image: url(./Transparent-Style/Fallout4/Fallout4-settings.png); - border: 1px solid rgba(26, 255, 128, 70); -} - #nameLabel { - background-color: rgba(0, 0, 0, 20); - border-top:1px solid rgba(26, 255, 128, 70); - border-bottom:1px solid rgba(26, 255, 128, 70); -} - #FomodInstallerDialog { - background-image: url(./Transparent-Style/Fallout4/Fallout4-Profiles); - border: 1px solid rgba(26, 255, 128, 70); -} - #ProfilesDialog { - border-image: url(./Transparent-Style/Fallout4/Fallout4-Profiles.png); -} - #filesView { - border-image: url(./Transparent-Style/Fallout4/Fallout4-Overwrite.png); -} -/* ******************************************** */ -/* Main Navigation Button Bar at top of window */ -/* ******************************************** */ - QToolBar { - border: none; -} - QToolBar::separator { - image: url(./Transparent-Style/Fallout4/Fallout4_icon.png); -} - QToolButton { - border:2px solid None; - border-radius: 6px; - margin: 3px; - padding-left: 8px; - padding-right: 8px; - padding-top: 0px; - padding-bottom: 2px; -} - QToolButton:hover { - border: 2px solid rgba(26, 255, 128, 100); - background-color: rgba(0, 0, 0, 70); -} - QToolButton:pressed { - background: rgba(26, 255, 128, 70); -} - QTabWidget::pane { - background-color: transparent; - border:transparent; -} - QTabWidget::tab-bar { - alignment: center; -} -/* **************************************** */ -/* Tabs on top of Treeview */ -/* **************************************** */ - QTabBar { - text-transform: uppercase; - max-height: 22px; - padding-bottom: 5px; -} - QTabBar::tab { - border: 2px solid rgba(26, 255, 128, 70); - border-bottom-style: none; - background-color: #000000; - padding-left: 20px; - padding-right: 20px; - padding-top: 3px; - padding-bottom: 0px; - margin-right: 1px; - border-top-left-radius: 4px; - border-top-right-radius: 4px; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; -} - QTabBar::tab:selected { - color: #ffffff; - background-color: #000000; -} - QTabBar::tab:!selected { - color: #1AFF80; - margin-top: 0px; -} - QTabBar::tab:disabled { - color: #1AFF80; - border-bottom-style: none; - margin-top: 0px; - background-color: #000000; -} - #deactivateESP,#activateESP { - border: 1px solid rgba(26, 255, 128, 70); - background: rgba(0, 0, 0, 100); -} - QToolButton::menu-indicator:pressed,QToolButton::menu-indicator:open { - border: 2px solid rgba(26, 255, 128, 70); - image: url(./Transparent-Style/Fallout4/arrow-right.png); -} - QTabBar QToolButton { - border:2px solid rgba(26, 255, 128, 70); - background-color: rgba(0, 0, 0, 100); - padding: 1px; - margin: 0; -} - QTabBar QToolButton::right-arrow { - image: url(./Transparent-Style/Fallout4/arrow-right.png); -} - QTabBar QToolButton::left-arrow { - image: url(./Transparent-Style/Fallout4/arrow-left.png); -} -/* **************************************** */ -/* Column names of TreeView */ -/* **************************************** */ - QTableView { - color:#1AFF80; - background-color: rgba(0, 0, 0, 100); -} - QHeaderView::section { - color: #1AFF80; - background-color: #000000; - border: 1px solid rgba(26, 255, 128, 70); - border-radius: 6px; - padding: 0px; - padding-left: 5px; - padding-right: 0px; -} - QHeaderView::section:hover { - background: rgba(0, 0, 0, 100); - border: 1px solid rgba(26, 255, 128, 70); - padding: 0px; -} - QHeaderView::up-arrow,QHeaderView::down-arrow { - subcontrol-origin: content; - subcontrol-position: center right; - width: 7px; - height: 7px; - margin-right: 7px; -} - QHeaderView::up-arrow { - image: url(./Transparent-Style/Fallout4/arrow-up.png); -} - QHeaderView::down-arrow { - image: url(./Transparent-Style/Fallout4/arrow-down.png); -} -/* **************************************** */ -/* Hover */ -/* **************************************** */ - QMenu:item:hover,QMenuBar:item:selected,QTreeView#espList::item:hover,QTreeWidget#categoriesList::item:hover,QListView::item:hover,QTreeWidget::item:hover { - color: #ffffff; - border-top: 2px solid rgba(26, 255, 128, 100); - border-bottom: 2px solid rgba(26, 255, 128, 100); - background-color: rgba(26, 255, 128, 50); -} - QAbstractItemView::item:hover { - color: #ffffff; - border-radius: 4px; - border-top: 2px solid rgba(26, 255, 128, 100); - border-bottom: 2px solid rgba(26, 255, 128, 100); - background-color: rgba(26, 255, 128, 50); - padding: 3px; -} - #deactivateESP:hover,#activateESP:hover,QPushButton:hover,QTableView:hover,QHeaderView::selected:hover,QTabBar::tab:!selected:hover,QComboBox:hover { - border: 3px solid rgba(26, 255, 128, 100); - padding: 1px; - text-align: center; -} -/* **************************************** */ -/* Context menus, toolbar dropdowns #QMenu */ -/* **************************************** */ - QMenu { - border-width: 2px; - border-style: solid; -} - QMenu::item { - padding: 6px 20px; -} - QMenu::item:selected { - color: #ffffff; - background-color: rgba(26, 255, 128, 70); - border-top: 2px solid rgba(26, 255, 128, 100); - border-bottom: 2px solid rgba(26, 255, 128, 100); -} - QMenu::right-arrow { - image: url(./Transparent-Style/Fallout4/arrow-right.png); - subcontrol-origin: padding; - subcontrol-position: center right; - padding-right: 0.5em; -} -/* ********************* */ -/* LCD Counter */ -/* ********************* */ - QLCDNumber { - Background: rgba(0, 0, 0, 100); - color: #1AFF80; - border: 2px solid rgba(26, 255, 128, 70); - border-radius: 1px; -} -/* ****************************************** */ -/* Launch application & Profile Drop down Box */ -/* ****************************************** */ - QComboBox { - background-color: rgba(26, 255, 128, 20); - border:2px solid rgba(26, 255, 128, 70); - height: 20px; - width: 300px; - padding: 3px; - padding-left:3px; - border-radius: 5px; -} - QComboBox::drop-down{ - subcontrol-origin: padding; - subcontrol-position: top right; - padding:4px; - border-radius: 5px; -} - QComboBox::down-arrow{ - image:url(./Transparent-Style/Fallout4/arrow-down.png); -} - QComboBox QAbstractItemView { - border-image: url(./Transparent-Style/Fallout4/Fallout4-small.png); - color: #ffffff; - selection-background-color: rgba(26, 255, 128, 100); - border-color: #1AFF80; - border-style: solid; - border-width: 0 2px 2px 2px; -} - QComboBox::item{ - border:3px; - padding: 3px; -} -/* **************************************************************** */ -/* Action Buttons */ -/* */ -/* Open list, Restore Backup, Create Backup, RUN, Shortcut Button */ -/* Sort, Load order backup, Load Order Restore */ -/* **************************************************************** */ - QPushButton { - color: #1AFF80; - background-color: rgba(0, 0, 0, 70); - border-width: 3px; - border-color: rgba(26, 255, 128, 70); - border-style: solid; - border-radius: 4px; - padding:5px; - padding-right: 10px; - padding-left: 5px; -} - QDialog QPushButton { - min-width: 3em; - min-height: 1em; - padding-left: 1em; - padding-right: 1em; -} - QPushButton::menu-indicator { - image: url(./Transparent-Style/Fallout4/arrow-down.png); - background: transparent; - subcontrol-origin: padding; - subcontrol-position: center right; - padding-right: 5%; -} - QPushButton:open { - background-color: rgba(10, 10, 10, 70); -} - QPushButton:!enabled { - border: 1px rgba(26, 255, 128, 70); - color: #ffffff; - background: rgba(0, 0, 0, 70); -} - QPushButton#displayCategoriesBtn { - min-width: 20px; -} -/* **************************************** */ -/* Scroll bar */ -/* **************************************** */ - QScrollBar { - height:20px; - width:20px; - background-color:transparent; -} - QScrollBar::handle { - border: 2px solid rgba(26, 255, 128, 70); - border-radius: 4px; -} - QScrollBar::handle:vertical { - margin: 1px 4px; - min-height:20px; - min-width: 10px; - background-color:rgba(26, 255, 128, 80); -} - QScrollBar::handle:vertical:hover { - background-color:rgba(26, 255, 128, 100); -} - QScrollBar::handle:horizontal { - min-height: 10px; - min-width: 20px; - margin: 4px 1px; - background-color:rgba(26, 255, 128, 80); -} - QScrollBar::handle:horizontal:hover { - background-color:rgba(26, 255, 128, 100); -} - QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical,QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal { - background-color: transparent; -} - QScrollBar::add-line:vertical,QScrollBar::sub-line:vertical,QScrollBar::add-line:horizontal,QScrollBar::sub-line:horizontal { - height:0; - width:0; -} -/* ******************************************************** */ -/* Main Tree View Inherated from QAbstractItemView */ -/* ******************************************************** */ - QTreeView { -} - QTreeView:item { - padding:4px; -} - QTreeView:item:selected { - color: #ffffff; - border: none; - outline: none; - border-radius: 4px; - border-top:2px solid rgba(26, 255, 128, 100); - border-bottom:2px solid rgba(26, 255, 128, 100); - background-color: rgba(26, 255, 128, 70); -} - QTreeView::branch:closed:has-children:has-siblings { - background:url(Transparent-Style/Fallout4/Fallout4-itemB-close.png) center center no-repeat; -} - QTreeView::branch:closed:has-children:!has-siblings { - background:url(Transparent-Style/Fallout4/Fallout4-itemB-close.png) center center no-repeat; -} - QTreeView::branch:open:has-children:has-siblings { - background:url(Transparent-Style/Fallout4/Fallout4-itemB-open.png) center center no-repeat; -} - QTreeView::branch:open:has-children:!has-siblings { - background:url(Transparent-Style/Fallout4/Fallout4-itemB-open.png) center center no-repeat; -} - - QAbstractItemView[filtered=true] { - border: 2px solid #f00 !important; -} - -/* **************************************************************** */ -/* Checkboxes and Radio buttons common #QCheckBox, #QRadioButton */ -/* common */ -/* **************************************************************** */ - QGroupBox::indicator,QTreeView::indicator,QCheckBox::indicator { - outline: none; - border: none; - width: 20px; - height: 20px; -} - QGroupBox::indicator:checked,QGroupBox::indicator:indeterminate,QTreeView::indicator:checked,QTreeView::indicator:indeterminate,QCheckBox::indicator:checked,QCheckBox::indicator:indeterminate { - image: url(./Transparent-Style/Fallout4/checkbox-checked.png); -} - QGroupBox::indicator:checked:hover,QGroupBox::indicator:indeterminate:hover,QTreeView::indicator:checked:hover,QTreeView::indicator:indeterminate:hover,QCheckBox::indicator:checked:hover,QCheckBox::indicator:indeterminate:hover { - image: url(./Transparent-Style/Fallout4/checkbox-hover.png); -} - QGroupBox::indicator:checked:disabled,QGroupBox::indicator:indeterminate:disabled,QTreeView::indicator:checked:disabled,QTreeView::indicator:indeterminate:disabled,QCheckBox::indicator:checked:disabled,QCheckBox::indicator:indeterminate:disabled { - image: url(./Transparent-Style/Fallout4/checkbox-checked-disabled.png); -} - QGroupBox::indicator:unchecked,QTreeView::indicator:unchecked,QCheckBox::indicator:unchecked { - image: url(./Transparent-Style/Fallout4/checkbox.png); -} - QGroupBox::indicator:unchecked:hover,QTreeView::indicator:unchecked:hover,QCheckBox::indicator:unchecked:hover { - image: url(./Transparent-Style/Fallout4/checkbox-checked-hover.png); -} - QGroupBox::indicator:unchecked:disabled,QTreeView::indicator:unchecked:disabled,QCheckBox::indicator:unchecked:disabled { - image: url(./Transparent-Style/Fallout4/checkbox-checked-disabled.png); -} - QTreeWidget#categoriesList::item:has-children { - background-image: url(./Transparent-Style/Fallout4/arrow-right.png); -} -/* ******************************** */ -/* Special styles */ -/* increase categories tab width */ -/* ******************************** */ - QTreeView#modList::item,QTreeWidget#categoriesTree::item,#tabConflicts QTreeWidget::item,QListView::item,QTreeView#espList::item,QTreeView#treeContent::item { - padding: .3em 0; -} - QTreeWidget#categoriesGroup,QTreeWidget#categoriesList { - min-width: 200px; -} - QTreeWidget#categoriesList::item { - background-position: center left; - background-repeat: no-repeat; - padding: 0.35em 4px; -} -/* ********************* */ -/* Display Radio Button */ -/* ********************* */ - QRadioButton::indicator { - width: 16px; - height: 16px; -} - QRadioButton::indicator::checked { - image: url(./Transparent-Style/Fallout4/radio-checked.png); -} - QRadioButton::indicator::checked:hover { - image: url(./Transparent-Style/Fallout4/radio-checked-hover.png); -} - QRadioButton::indicator::unchecked { - image: url(./Transparent-Style/Fallout4/radio.png); -} - QRadioButton::indicator::unchecked:hover { - image: url(./Transparent-Style/Fallout4/radio-hover.png); -} -/* **************************************** */ -/* Spinners #QSpinBox, #QDoubleSpinBox */ -/* **************************************** */ - QAbstractSpinBox { - min-height: 24px; -} - QAbstractSpinBox::up-button,QAbstractSpinBox::down-button { - border-style: solid; - border-width: 1px; - subcontrol-origin: padding; -} - QAbstractSpinBox::up-button:hover,QAbstractSpinBox::down-button:hover { - background-color: rgba(26, 255, 128, 70); -} - QAbstractSpinBox::up-button { - subcontrol-position: top right; -} - QAbstractSpinBox::down-button { - subcontrol-position: bottom right; -} - QAbstractSpinBox::up-arrow { - image: url(./Transparent-Style/Fallout4/arrow-up.png); -} - QAbstractSpinBox::down-arrow { - image: url(./Transparent-Style/Fallout4/arrow-down.png); -} -/* **************************************** */ -/* Tooltips #QToolTip, #SaveGameInfoWidget */ -/* **************************************** */ - QToolTip { - background-color:transparent; - color:#1AFF80; - padding:0px; - border-width:12px; - border-style:solid; - border-color:transparent; - border-image:url(./Transparent-Style/Fallout4/border-image.png) 27 repeat repeat; -} - SaveGameInfoWidget { - background-color: transparent; - color: #1AFF80; -} -QStatusBar::item { - border: None; -} -/* **************************** */ -/* Handles Web, Nexus info tab */ -/* **************************** */ - QWebView { - background-color: black; -} - QLineEdit { - background:#000; - border-width: 1px; - border-radius:5px; - margin: 0px; - padding-left:2px; - selection-background-color: rgba(26, 255, 128, 20); -} -LinkLabel { - qproperty-linkColor: #efefef; -} -QLineEdit[valid-filter=false] { - background-color: #661111 !important; -} -/* ********* */ -/* Font size */ -/* ********* */ - QLabel, QMenu, QPushButton, QTabBar, QTextEdit, QLineEdit, QComboBox, QAbstractItemView, QWebView, QComboBox:editable, QAbstractSpinBox, QGroupBox, QCheckBox, QRadioButton { - color: #1AFF80; - font-family: Source Sans Pro; - font-size: 12px; -} \ No newline at end of file diff --git a/stylesheets/Transparent-Style-Morrowind.qss b/stylesheets/Transparent-Style-Morrowind.qss deleted file mode 100644 index 1eba9d7..0000000 --- a/stylesheets/Transparent-Style-Morrowind.qss +++ /dev/null @@ -1,503 +0,0 @@ - -#centralWidget { - background-image: url(./Transparent-Style/Morrowind/Dunmer.png); -} - QDialog,Qmenu { -} - QWidget { - color: #9e9978; - background-color: rgba(0, 0, 0, 10); - alternate-background-color: rgba(80, 77, 61, 50); -} - QAbstractItemView { - color: #9e9978; - background-color: rgba(0, 0, 0, 10); - alternate-background-color: rgba(80, 77, 61, 50); - border: 2px inset #9e9978; - selection-color: #9e9978; - outline: none; -} - #ProblemsDialog,#TransferSavesDialog,#SettingsDialog,#ProblemsDialog, #ModInfoDialog,#TextViewer,#PyCfgDialog,#InstallDialog { - border-image:url(./Transparent-Style/Morrowind/Morrowind-overwrite.png); -} - #EditExecutablesDialog { - border-image: url(./Transparent-Style/Morrowind/Morrowind.png); -} - #SimpleInstallDialog,#LockedDialog,QMenu { - background-image: url(./Transparent-Style/Morrowind/Morrowind.png); - border: 1px inset #9e9978; -} - #nameLabel { - background-color: rgba(80, 77, 61, 20); - border-top:1px solid #504d3d; - border-bottom:1px solid #504d3d; -} - #ProfilesDialog,#FomodInstallerDialog { - border-image: url(./Transparent-Style/Morrowind/Morrowind.png); -} - #filesView { - border-image: url(./Transparent-Style/Morrowind/Morrowind-overwrite.png); -} -/* ******************************************** */ -/* Main Navigation Button Bar at top of window */ -/* ******************************************** */ - QToolBar { - border: none; -} - QToolBar::separator { - image: url(./Transparent-Style/Morrowind/morrowind_icon_by_slamiticon.png); -} - QToolButton { - border:2px ridge None; - border-radius: 6px; - margin: 3px; - padding-left: 8px; - padding-right: 8px; - padding-top: 0px; - padding-bottom: 2px; -} - QToolButton:hover { - border: 2px ridge #9e9978; - background-color: rgba(80, 77, 61, 100); -} - QToolButton:pressed { - background: #504d3d; -} - QTabWidget::pane { - background-color: transparent; - border:transparent; -} - QTabWidget::tab-bar { - alignment: center; -} -/* **************************************** */ -/* Tabs on top of Treeview */ -/* **************************************** */ - QTabBar { - text-transform: uppercase; - max-height: 22px; - padding-bottom: 5px; -} - QTabBar::tab { - border: 2px solid #9e9978; - border-bottom-style: none; - background-color: #000000; - padding-left: 20px; - padding-right: 20px; - padding-top: 3px; - padding-bottom: 0px; - margin-right: 1px; - border-top-left-radius: 4px; - border-top-right-radius: 4px; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; -} - QTabBar::tab:selected { - color: #ffffff; - background-color: #000000; -} - QTabBar::tab:!selected { - color: #9e9978; - margin-top: 0px; -} - QTabBar::tab:disabled { - color: #9e9978; - border-bottom-style: none; - margin-top: 0px; - background-color: #000000; -} - #deactivateESP,#activateESP { - border: 1px outset #504d3d; - background:QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #9e9978, stop: 1 #504d3d); -} - QToolButton::menu-indicator:pressed,QToolButton::menu-indicator:open { - border: 2px ridge #9e9978; - image: url(./Transparent-Style/Morrowind/arrow-right.png); -} - QTabBar QToolButton { - border:2px ridge #9e9978; - background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #9e9978, stop: 1 #504d3d); - padding: 1px; - margin: 0; -} - QTabBar QToolButton::right-arrow { - image: url(./Transparent-Style/Morrowind/arrow-right.png); -} - QTabBar QToolButton::left-arrow { - image: url(./Transparent-Style/Morrowind/arrow-left.png); -} -/* **************************************** */ -/* Column names of TreeView */ -/* **************************************** */ - QTableView { - color:#dddddd; - background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #9e9978, stop: 1 #504d3d); -} - QHeaderView::section { - color: #9e9978; - background-color: #000000; - border: 1px solid #9e9978; - border-radius: 6px; - padding: 0px; - padding-left: 5px; - padding-right: 0px; -} - QHeaderView::section:hover { - background: #504d3d; - border: 1px solid #9e9978; - padding: 0px; -} - QHeaderView::up-arrow,QHeaderView::down-arrow { - subcontrol-origin: content; - subcontrol-position: center right; - width: 7px; - height: 7px; - margin-right: 7px; -} - QHeaderView::up-arrow { - image: url(./Transparent-Style/Morrowind/arrow-up.png); -} - QHeaderView::down-arrow { - image: url(./Transparent-Style/Morrowind/arrow-down.png); -} -/* **************************************** */ -/* Hover */ -/* **************************************** */ - QMenu:item:hover,QMenuBar:item:selected,QTreeView#espList::item:hover,QTreeWidget#categoriesList::item:hover,QListView::item:hover,QTreeWidget::item:hover { - color: #9e9978; - border-top: 2px solid #9e9978; - border-bottom: 2px solid #9e9978; - background-color: rgba(80, 77, 61, 70); -} - QAbstractItemView::item:hover { - color: #9e9978; - border-radius: 4px; - border-top: 2px solid #9e9978; - border-bottom: 2px solid #9e9978; - background-color: rgba(80, 77, 61, 70); - padding: 3px; -} - #deactivateESP:hover,#activateESP:hover,QPushButton:hover,QTableView:hover,QHeaderView::selected:hover,QTabBar::tab:!selected:hover,QComboBox:hover { - border: 3px outset #9e9978; - padding: 1px; - text-align: center; -} -/* **************************************** */ -/* Context menus, toolbar dropdowns #QMenu */ -/* **************************************** */ - QMenu { - border-width: 2px; - border-style: outset; -} - QMenu::item { - padding: 6px 20px; -} - QMenu::item:selected { - color: #9e9978; - background-color: rgba(80, 77, 61, 50); - border-top: 2px solid #9e9978; - border-bottom: 2px solid #9e9978; -} - QMenu::right-arrow { - image: url(./Transparent-Style/Morrowind/arrow-right.png); - subcontrol-origin: padding; - subcontrol-position: center right; - padding-right: 0.5em; -} -/* ********************* */ -/* LCD Counter */ -/* ********************* */ - QLCDNumber { - Background: rgba(0, 0, 0, 100); - color: #9e9978; - border: 2px inset #9e9978; - border-radius: 1px; -} -/* ****************************************** */ -/* Launch application & Profile Drop down Box */ -/* ****************************************** */ - QComboBox { - background-color: rgba(80, 77, 61, 100); - border:2px outset #504d3d; - height: 20px; - width: 300px; - padding: 3px; - padding-left:3px; - border-radius: 5px; -} - QComboBox::drop-down{ - subcontrol-origin: padding; - subcontrol-position: top right; - padding:4px; - border-radius: 5px; -} - QComboBox::down-arrow{ - image:url(./Transparent-Style/Morrowind/arrow-down.png); -} - QComboBox QAbstractItemView { - background-image: url(./Transparent-Style/Morrowind/Dunmer.png); - color: #9e9978; - selection-background-color: rgba(80, 77, 61, 100); - border-color: #9e9978; - border-style: inset; - border-width: 0 2px 2px 2px; -} - QComboBox::item{ - border:3px; - padding: 3px; -} -/* **************************************************************** */ -/* Action Buttons */ -/* */ -/* Open list, Restore Backup, Create Backup, RUN, Shortcut Button */ -/* Sort, Load order backup, Load Order Restore */ -/* **************************************************************** */ - QPushButton { - color: #9e9978; - background-color: rgba(80, 77, 61, 70); - border-width: 3px; - border-color: rgba(80, 77, 61, 70); - border-style: outset; - border-radius: 4px; - padding:5px; - padding-right: 10px; - padding-left: 5px; -} - QDialog QPushButton { - min-width: 3em; - min-height: 1em; - padding-left: 1em; - padding-right: 1em; -} - QPushButton::menu-indicator { - image: url(./Transparent-Style/Morrowind/arrow-down.png); - background: transparent; - subcontrol-origin: padding; - subcontrol-position: center right; - padding-right: 5%; -} - QPushButton:open { - background-color: rgba(80, 77, 61, 100); -} - QPushButton:!enabled { - border: 1px #504d3d; - color: #dddddd; - background: #504d3d; -} - QPushButton#displayCategoriesBtn { - min-width: 20px; -} -/* **************************************** */ -/* Scroll bar */ -/* **************************************** */ - QScrollBar { - height:20px; - width:20px; - background-color:transparent; -} - QScrollBar::handle { - border: 2px outset #504d3d; - border-radius: 4px; -} - QScrollBar::handle:vertical { - margin: 1px 4px; - min-height:20px; - min-width: 10px; - background-color:qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop:0 #9e9978, stop:1 #504d3d); -} - QScrollBar::handle:vertical:hover { - background-color:qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop:0 #504d3d, stop:1 #9e9978); -} - QScrollBar::handle:horizontal { - min-height: 10px; - min-width: 20px; - margin: 4px 1px; - background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop:0 #9e9978, stop:1 #504d3d); -} - QScrollBar::handle:horizontal:hover { - background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop:0 #504d3d, stop:1 #9e9978); -} - QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical,QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal { - background-color: transparent; -} - QScrollBar::add-line:vertical,QScrollBar::sub-line:vertical,QScrollBar::add-line:horizontal,QScrollBar::sub-line:horizontal { - height:0; - width:0; -} -/* ******************************************************** */ -/* Main Tree View Inherated from QAbstractItemView */ -/* ******************************************************** */ - QTreeView { -} - QTreeView:item { - padding:4px; -} - QTreeView:item:selected { - color: #ffffff; - border: none; - outline: none; - border-radius: 4px; - border-top:1px solid #9e9978; - border-bottom:1px solid #9e9978; - background-color: rgba(80, 77, 61, 100); -} - QTreeView::branch:closed:has-children:has-siblings { - background:url(Transparent-Style/Morrowind/Morrowind-itemB-close.png) center center no-repeat; -} - QTreeView::branch:closed:has-children:!has-siblings { - background:url(Transparent-Style/Morrowind/Morrowind-itemB-close.png) center center no-repeat; -} - QTreeView::branch:open:has-children:has-siblings { - background:url(Transparent-Style/Morrowind/Morrowind-itemB-open.png) center center no-repeat; -} - QTreeView::branch:open:has-children:!has-siblings { - background:url(Transparent-Style/Morrowind/Morrowind-itemB-open.png) center center no-repeat; -} - - QAbstractItemView[filtered=true] { - border: 2px solid #f00 !important; -} - -/* **************************************************************** */ -/* Checkboxes and Radio buttons common #QCheckBox, #QRadioButton */ -/* common */ -/* **************************************************************** */ - QGroupBox::indicator,QTreeView::indicator,QCheckBox::indicator { - outline: none; - border: none; - width: 20px; - height: 20px; -} - QGroupBox::indicator:checked,QGroupBox::indicator:indeterminate,QTreeView::indicator:checked,QTreeView::indicator:indeterminate,QCheckBox::indicator:checked,QCheckBox::indicator:indeterminate { - image: url(./Transparent-Style/Morrowind/checkbox-checked.png); -} - QGroupBox::indicator:checked:hover,QGroupBox::indicator:indeterminate:hover,QTreeView::indicator:checked:hover,QTreeView::indicator:indeterminate:hover,QCheckBox::indicator:checked:hover,QCheckBox::indicator:indeterminate:hover { - image: url(./Transparent-Style/Morrowind/checkbox-hover.png); -} - QGroupBox::indicator:checked:disabled,QGroupBox::indicator:indeterminate:disabled,QTreeView::indicator:checked:disabled,QTreeView::indicator:indeterminate:disabled,QCheckBox::indicator:checked:disabled,QCheckBox::indicator:indeterminate:disabled { - image: url(./Transparent-Style/Morrowind/checkbox-checked-disabled.png); -} - QGroupBox::indicator:unchecked,QTreeView::indicator:unchecked,QCheckBox::indicator:unchecked { - image: url(./Transparent-Style/Morrowind/checkbox.png); -} - QGroupBox::indicator:unchecked:hover,QTreeView::indicator:unchecked:hover,QCheckBox::indicator:unchecked:hover { - image: url(./Transparent-Style/Morrowind/checkbox-checked-hover.png); -} - QGroupBox::indicator:unchecked:disabled,QTreeView::indicator:unchecked:disabled,QCheckBox::indicator:unchecked:disabled { - image: url(./Transparent-Style/Morrowind/checkbox-checked-disabled.png); -} - QTreeWidget#categoriesList::item:has-children { - background-image: url(./Transparent-Style/Morrowind/arrow-right.png); -} -/* ******************************** */ -/* Special styles */ -/* increase categories tab width */ -/* ******************************** */ - QTreeView#modList::item,QTreeWidget#categoriesTree::item,#tabConflicts QTreeWidget::item,QListView::item,QTreeView#espList::item,QTreeView#treeContent::item { - padding: .3em 0; -} - QTreeWidget#categoriesGroup,QTreeWidget#categoriesList { - min-width: 200px; -} - QTreeWidget#categoriesList::item { - background-position: center left; - background-repeat: no-repeat; - padding: 0.35em 4px; -} -/* ********************* */ -/* Display Radio Button */ -/* ********************* */ - QRadioButton::indicator { - width: 16px; - height: 16px; -} - QRadioButton::indicator::checked { - image: url(./Transparent-Style/Morrowind/radio-checked.png); -} - QRadioButton::indicator::checked:hover { - image: url(./Transparent-Style/Morrowind/radio-checked-hover.png); -} - QRadioButton::indicator::unchecked { - image: url(./Transparent-Style/Morrowind/radio.png); -} - QRadioButton::indicator::unchecked:hover { - image: url(./Transparent-Style/Morrowind/radio-hover.png); -} -/* **************************************** */ -/* Spinners #QSpinBox, #QDoubleSpinBox */ -/* **************************************** */ - QAbstractSpinBox { - min-height: 24px; -} - QAbstractSpinBox::up-button,QAbstractSpinBox::down-button { - border-style: solid; - border-width: 1px; - subcontrol-origin: padding; -} - QAbstractSpinBox::up-button:hover,QAbstractSpinBox::down-button:hover { - background-color: #504d3d; -} - QAbstractSpinBox::up-button { - subcontrol-position: top right; -} - QAbstractSpinBox::down-button { - subcontrol-position: bottom right; -} - QAbstractSpinBox::up-arrow { - image: url(./Transparent-Style/Morrowind/arrow-up.png); -} - QAbstractSpinBox::down-arrow { - image: url(./Transparent-Style/Morrowind/arrow-down.png); -} -/* **************************************** */ -/* Tooltips #QToolTip, #SaveGameInfoWidget */ -/* **************************************** */ - QToolTip { - background-color:transparent; - color:#9e9978; - padding:0px; - border-width:12px; - border-style:solid; - border-color:transparent; - border-image:url(./Transparent-Style/Morrowind/border-image.png) 27 repeat repeat; -} - SaveGameInfoWidget { - background-color: transparent; - color: #9e9978; -} -QStatusBar::item { - border: None; -} -/* **************************** */ -/* Handles Web, Nexus info tab */ -/* **************************** */ - QWebView { - background-color: black; -} - QLineEdit { - background:#000; - border-width: 1px; - border-radius:5px; - margin: 0px; - padding-left:2px; - selection-background-color: rgba(158, 153, 120, 30); -} -LinkLabel { - qproperty-linkColor: #a1912b; -} -QLineEdit[valid-filter=false] { - background-color: #661111 !important; -} -/* ********* */ -/* Font size */ -/* ********* */ - QMenu, QPushButton, QTabBar, QTextEdit, QLineEdit, QComboBox, QAbstractItemView, QWebView, QComboBox:editable, QAbstractSpinBox, QGroupBox, QCheckBox, QRadioButton { - color: #dddddd; - font-family: Source Sans Pro; - font-size: 12px; -} - QLabel { - color: #9e9978; - font-family: Source Sans Pro; - font-size: 12px; -} diff --git a/stylesheets/Transparent-Style-Skyrim-Trosski.qss b/stylesheets/Transparent-Style-Skyrim-Trosski.qss deleted file mode 100644 index df70615..0000000 --- a/stylesheets/Transparent-Style-Skyrim-Trosski.qss +++ /dev/null @@ -1,503 +0,0 @@ - -#centralWidget { - background-image: url(./Transparent-Style/SkyrimTP/Dragon.png); -} - QDialog,Qmenu { -} - QWidget { - color: #b0b0b0; - background-color: rgba(0, 0, 0, 10); - alternate-background-color: rgba(113, 113, 113, 50); -} - QAbstractItemView { - color: #b0b0b0; - background-color: rgba(0, 0, 0, 10); - alternate-background-color: rgba(113, 113, 113, 50); - border: 2px inset #b0b0b0; - selection-color: #b0b0b0; - outline: none; -} - #ProblemsDialog,#TransferSavesDialog,#SettingsDialog,#ProblemsDialog,#ModInfoDialog,#TextViewer,#PyCfgDialog,#InstallDialog { - border-image:url(./Transparent-Style/SkyrimTP/Dragon.png); -} - #EditExecutablesDialog { - border-image: url(./Transparent-Style/SkyrimTP/Dragon.png); -} - #SimpleInstallDialog,#LockedDialog,QMenu { - background-image: url(./Transparent-Style/SkyrimTP/Skyrim-settings.png); - border: 1px inset #b0b0b0; -} - #nameLabel { - background-color: rgba(113, 113, 113, 20); - border-top:1px solid #717171; - border-bottom:1px solid #717171; -} - #ProfilesDialog,#FomodInstallerDialog { - border-image: url(./Transparent-Style/SkyrimTP/Dragon.png); -} - #filesView { - background-image: url(./Transparent-Style/SkyrimTP/Dragon.png); -} -/* ******************************************** */ -/* Main Navigation Button Bar at top of window */ -/* ******************************************** */ - QToolBar { - border: none; -} - QToolBar::separator { - image: url(./Transparent-Style/SkyrimTP/Skyrim-Icon.png); -} - QToolButton { - border:2px ridge None; - border-radius: 6px; - margin: 3px; - padding-left: 8px; - padding-right: 8px; - padding-top: 0px; - padding-bottom: 2px; -} - QToolButton:hover { - border: 2px ridge #b0b0b0; - background-color: rgba(113, 113, 113, 100); -} - QToolButton:pressed { - background: #717171; -} - QTabWidget::pane { - background-color: transparent; - border:transparent; -} - QTabWidget::tab-bar { - alignment: center; -} -/* **************************************** */ -/* Tabs on top of Treeview */ -/* **************************************** */ - QTabBar { - text-transform: uppercase; - max-height: 22px; - padding-bottom: 5px; -} - QTabBar::tab { - border: 2px solid #b0b0b0; - border-bottom-style: none; - background-color: #000000; - padding-left: 20px; - padding-right: 20px; - padding-top: 3px; - padding-bottom: 0px; - margin-right: 1px; - border-top-left-radius: 4px; - border-top-right-radius: 4px; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; -} - QTabBar::tab:selected { - color: #ffffff; - background-color: #000000; -} - QTabBar::tab:!selected { - color: #b0b0b0; - margin-top: 0px; -} - QTabBar::tab:disabled { - color: #b0b0b0; - border-bottom-style: none; - margin-top: 0px; - background-color: #000000; -} - #deactivateESP,#activateESP { - border: 1px outset #717171; - background:QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #b0b0b0, stop: 1 #717171); -} - QToolButton::menu-indicator:pressed,QToolButton::menu-indicator:open { - border: 2px ridge #b0b0b0; - image: url(./Transparent-Style/SkyrimTP/arrow-right.png); -} - QTabBar QToolButton { - border:2px ridge #b0b0b0; - background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #b0b0b0, stop: 1 #717171); - padding: 1px; - margin: 0; -} - QTabBar QToolButton::right-arrow { - image: url(./Transparent-Style/SkyrimTP/arrow-right.png); -} - QTabBar QToolButton::left-arrow { - image: url(./Transparent-Style/SkyrimTP/arrow-left.png); -} -/* **************************************** */ -/* Column names of TreeView */ -/* **************************************** */ - QTableView { - color:#dddddd; - background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #b0b0b0, stop: 1 #717171); -} - QHeaderView::section { - color: #b0b0b0; - background-color: #000000; - border: 1px solid #b0b0b0; - border-radius: 6px; - padding: 0px; - padding-left: 5px; - padding-right: 0px; -} - QHeaderView::section:hover { - background: #717171; - border: 1px solid #b0b0b0; - padding: 0px; -} - QHeaderView::up-arrow,QHeaderView::down-arrow { - subcontrol-origin: content; - subcontrol-position: center right; - width: 7px; - height: 7px; - margin-right: 7px; -} - QHeaderView::up-arrow { - image: url(./Transparent-Style/SkyrimTP/arrow-up.png); -} - QHeaderView::down-arrow { - image: url(./Transparent-Style/SkyrimTP/arrow-down.png); -} -/* **************************************** */ -/* Hover */ -/* **************************************** */ - QMenu:item:hover,QMenuBar:item:selected,QTreeView#espList::item:hover,QTreeWidget#categoriesList::item:hover,QListView::item:hover,QTreeWidget::item:hover { - color: #b0b0b0; - border-top: 2px solid #b0b0b0; - border-bottom: 2px solid #b0b0b0; - background-color: rgba(113, 113, 113, 70); -} - QAbstractItemView::item:hover { - color: #b0b0b0; - border-radius: 4px; - border-top: 2px solid #b0b0b0; - border-bottom: 2px solid #b0b0b0; - background-color: rgba(113, 113, 113, 70); - padding: 3px; -} - #deactivateESP:hover,#activateESP:hover,QPushButton:hover,QTableView:hover,QHeaderView::selected:hover,QTabBar::tab:!selected:hover,QComboBox:hover { - border: 3px outset #b0b0b0; - padding: 1px; - text-align: center; -} -/* **************************************** */ -/* Context menus, toolbar dropdowns #QMenu */ -/* **************************************** */ - QMenu { - border-width: 2px; - border-style: outset; -} - QMenu::item { - padding: 6px 20px; -} - QMenu::item:selected { - color: #b0b0b0; - background-color: rgba(113, 113, 113, 50); - border-top: 2px solid #b0b0b0; - border-bottom: 2px solid #b0b0b0; -} - QMenu::right-arrow { - image: url(./Transparent-Style/SkyrimTP/arrow-right.png); - subcontrol-origin: padding; - subcontrol-position: center right; - padding-right: 0.5em; -} -/* ********************* */ -/* LCD Counter */ -/* ********************* */ - QLCDNumber { - Background: rgba(0, 0, 0, 100); - color: #b0b0b0; - border: 2px inset #b0b0b0; - border-radius: 1px; -} -/* ****************************************** */ -/* Launch application & Profile Drop down Box */ -/* ****************************************** */ - QComboBox { - background-color: rgba(113, 113, 113, 100); - border:2px outset #717171; - height: 20px; - width: 300px; - padding: 3px; - padding-left:3px; - border-radius: 5px; -} - QComboBox::drop-down{ - subcontrol-origin: padding; - subcontrol-position: top right; - padding:4px; - border-radius: 5px; -} - QComboBox::down-arrow{ - image:url(./Transparent-Style/SkyrimTP/arrow-down.png); -} - QComboBox QAbstractItemView { - background-image: url(./Transparent-Style/SkyrimTP/Skyrim-settings.png); - color: #b0b0b0; - selection-background-color: rgba(113, 113, 113, 100); - border-color: #b0b0b0; - border-style: inset; - border-width: 0 2px 2px 2px; -} - QComboBox::item{ - border:3px; - padding: 3px; -} -/* **************************************************************** */ -/* Action Buttons */ -/* */ -/* Open list, Restore Backup, Create Backup, RUN, Shortcut Button */ -/* Sort, Load order backup, Load Order Restore */ -/* **************************************************************** */ - QPushButton { - color: #b0b0b0; - background-color: rgba(113, 113, 113, 70); - border-width: 3px; - border-color: rgba(113, 113, 113, 70); - border-style: outset; - border-radius: 4px; - padding:5px; - padding-right: 10px; - padding-left: 5px; -} - QDialog QPushButton { - min-width: 3em; - min-height: 1em; - padding-left: 1em; - padding-right: 1em; -} - QPushButton::menu-indicator { - image: url(./Transparent-Style/SkyrimTP/arrow-down.png); - background: transparent; - subcontrol-origin: padding; - subcontrol-position: center right; - padding-right: 5%; -} - QPushButton:open { - background-color: rgba(113, 113, 113, 100); -} - QPushButton:!enabled { - border: 1px #717171; - color: #dddddd; - background: #717171; -} - QPushButton#displayCategoriesBtn { - min-width: 20px; -} -/* **************************************** */ -/* Scroll bar */ -/* **************************************** */ - QScrollBar { - height:20px; - width:20px; - background-color:transparent; -} - QScrollBar::handle { - border: 2px outset #717171; - border-radius: 4px; -} - QScrollBar::handle:vertical { - margin: 1px 4px; - min-height:20px; - min-width: 10px; - background-color:qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop:0 #b0b0b0, stop:1 #717171); -} - QScrollBar::handle:vertical:hover { - background-color:qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop:0 #717171, stop:1 #b0b0b0); -} - QScrollBar::handle:horizontal { - min-height: 10px; - min-width: 20px; - margin: 4px 1px; - background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop:0 #b0b0b0, stop:1 #717171); -} - QScrollBar::handle:horizontal:hover { - background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop:0 #717171, stop:1 #b0b0b0); -} - QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical,QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal { - background-color: transparent; -} - QScrollBar::add-line:vertical,QScrollBar::sub-line:vertical,QScrollBar::add-line:horizontal,QScrollBar::sub-line:horizontal { - height:0; - width:0; -} -/* ******************************************************** */ -/* Main Tree View Inherated from QAbstractItemView */ -/* ******************************************************** */ - QTreeView { -} - QTreeView:item { - padding:4px; -} - QTreeView:item:selected { - color: #ffffff; - border: none; - outline: none; - border-radius: 4px; - border-top:1px solid #b0b0b0; - border-bottom:1px solid #b0b0b0; - background-color: rgba(113, 113, 113, 100); -} - QTreeView::branch:closed:has-children:has-siblings { - background:url(Transparent-Style/SkyrimTP/Skyrim-itemB-close.png) center center no-repeat; -} - QTreeView::branch:closed:has-children:!has-siblings { - background:url(Transparent-Style/SkyrimTP/Skyrim-itemB-close.png) center center no-repeat; -} - QTreeView::branch:open:has-children:has-siblings { - background:url(Transparent-Style/SkyrimTP/Skyrim-itemB-open.png) center center no-repeat; -} - QTreeView::branch:open:has-children:!has-siblings { - background:url(Transparent-Style/SkyrimTP/Skyrim-itemB-open.png) center center no-repeat; -} - - QAbstractItemView[filtered=true] { - border: 2px solid #f00 !important; -} - -/* **************************************************************** */ -/* Checkboxes and Radio buttons common #QCheckBox, #QRadioButton */ -/* common */ -/* **************************************************************** */ - QGroupBox::indicator,QTreeView::indicator,QCheckBox::indicator { - outline: none; - border: none; - width: 20px; - height: 20px; -} - QGroupBox::indicator:checked,QGroupBox::indicator:indeterminate,QTreeView::indicator:checked,QTreeView::indicator:indeterminate,QCheckBox::indicator:checked,QCheckBox::indicator:indeterminate { - image: url(./Transparent-Style/SkyrimTP/checkbox-checked.png); -} - QGroupBox::indicator:checked:hover,QGroupBox::indicator:indeterminate:hover,QTreeView::indicator:checked:hover,QTreeView::indicator:indeterminate:hover,QCheckBox::indicator:checked:hover,QCheckBox::indicator:indeterminate:hover { - image: url(./Transparent-Style/SkyrimTP/checkbox-hover.png); -} - QGroupBox::indicator:checked:disabled,QGroupBox::indicator:indeterminate:disabled,QTreeView::indicator:checked:disabled,QTreeView::indicator:indeterminate:disabled,QCheckBox::indicator:checked:disabled,QCheckBox::indicator:indeterminate:disabled { - image: url(./Transparent-Style/SkyrimTP/checkbox-checked-disabled.png); -} - QGroupBox::indicator:unchecked,QTreeView::indicator:unchecked,QCheckBox::indicator:unchecked { - image: url(./Transparent-Style/SkyrimTP/checkbox.png); -} - QGroupBox::indicator:unchecked:hover,QTreeView::indicator:unchecked:hover,QCheckBox::indicator:unchecked:hover { - image: url(./Transparent-Style/SkyrimTP/checkbox-checked-hover.png); -} - QGroupBox::indicator:unchecked:disabled,QTreeView::indicator:unchecked:disabled,QCheckBox::indicator:unchecked:disabled { - image: url(./Transparent-Style/SkyrimTP/checkbox-checked-disabled.png); -} - QTreeWidget#categoriesList::item:has-children { - background-image: url(./Transparent-Style/SkyrimTP/arrow-right.png); -} -/* ******************************** */ -/* Special styles */ -/* increase categories tab width */ -/* ******************************** */ - QTreeView#modList::item,QTreeWidget#categoriesTree::item,#tabConflicts QTreeWidget::item,QListView::item,QTreeView#espList::item,QTreeView#treeContent::item { - padding: .3em 0; -} - QTreeWidget#categoriesGroup,QTreeWidget#categoriesList { - min-width: 200px; -} - QTreeWidget#categoriesList::item { - background-position: center left; - background-repeat: no-repeat; - padding: 0.35em 4px; -} -/* ********************* */ -/* Display Radio Button */ -/* ********************* */ - QRadioButton::indicator { - width: 16px; - height: 16px; -} - QRadioButton::indicator::checked { - image: url(./Transparent-Style/SkyrimTP/radio-checked.png); -} - QRadioButton::indicator::checked:hover { - image: url(./Transparent-Style/SkyrimTP/radio-checked-hover.png); -} - QRadioButton::indicator::unchecked { - image: url(./Transparent-Style/SkyrimTP/radio.png); -} - QRadioButton::indicator::unchecked:hover { - image: url(./Transparent-Style/SkyrimTP/radio-hover.png); -} -/* **************************************** */ -/* Spinners #QSpinBox, #QDoubleSpinBox */ -/* **************************************** */ - QAbstractSpinBox { - min-height: 24px; -} - QAbstractSpinBox::up-button,QAbstractSpinBox::down-button { - border-style: solid; - border-width: 1px; - subcontrol-origin: padding; -} - QAbstractSpinBox::up-button:hover,QAbstractSpinBox::down-button:hover { - background-color: #717171; -} - QAbstractSpinBox::up-button { - subcontrol-position: top right; -} - QAbstractSpinBox::down-button { - subcontrol-position: bottom right; -} - QAbstractSpinBox::up-arrow { - image: url(./Transparent-Style/SkyrimTP/arrow-up.png); -} - QAbstractSpinBox::down-arrow { - image: url(./Transparent-Style/SkyrimTP/arrow-down.png); -} -/* **************************************** */ -/* Tooltips #QToolTip, #SaveGameInfoWidget */ -/* **************************************** */ - QToolTip { - background-color:transparent; - color:#b0b0b0; - padding:0px; - border-width:12px; - border-style:solid; - border-color:transparent; - border-image:url(./Transparent-Style/SkyrimTP/border-image.png) 27 repeat repeat; -} - SaveGameInfoWidget { - background-color: transparent; - color: #b0b0b0; -} -QStatusBar::item { - border: None; -} -/* **************************** */ -/* Handles Web, Nexus info tab */ -/* **************************** */ - QWebView { - background-color: black; -} - QLineEdit { - background:#000; - border-width: 1px; - border-radius:5px; - margin: 0px; - padding-left:2px; - selection-background-color: rgba(158, 153, 120, 30); -} -LinkLabel { - qproperty-linkColor: #a1912b; -} -QLineEdit[valid-filter=false] { - background-color: #661111 !important; -} -/* ********* */ -/* Font size */ -/* ********* */ - QMenu, QPushButton, QTabBar, QTextEdit, QLineEdit, QComboBox, QAbstractItemView, QWebView, QComboBox:editable, QAbstractSpinBox, QGroupBox, QCheckBox, QRadioButton { - color: #dddddd; - font-family: Source Sans Pro; - font-size: 12px; -} - QLabel { - color: #b0b0b0; - font-family: Source Sans Pro; - font-size: 12px; -} diff --git a/stylesheets/Transparent-Style-Starfield-Trosski.qss b/stylesheets/Transparent-Style-Starfield-Trosski.qss deleted file mode 100644 index de60566..0000000 --- a/stylesheets/Transparent-Style-Starfield-Trosski.qss +++ /dev/null @@ -1,519 +0,0 @@ - - #centralWidget { - background-image:url(./Transparent-Style/Starfield/Starfield.png); -} - QDialog { -} - QWidget { - color: #b0b0b0; - background-color: rgba(0, 0, 0, 25); - alternate-background-color: rgba(113, 113, 113, 50); -} - QAbstractItemView { - color: #b0b0b0; - background-color: rgba(0, 0, 0, 25); - alternate-background-color: rgba(113, 113, 113, 50); - border: 2px inset #b0b0b0; - selection-color: #b0b0b0; - outline: none; -} - #ProblemsDialog,#TransferSavesDialog,#SettingsDialog,#ModInfoDialog,#TextViewer,#PyCfgDialog,#InstallDialog { - border-image:url(./Transparent-Style/Starfield/Starfield-settings.png); -} - #EditExecutablesDialog { - border-image: url(./Transparent-Style/Starfield/Starfield3.png); -} - #SimpleInstallDialog,#LockedDialog,QMenu { - background-image: url(./Transparent-Style/Starfield/Starfield-settings.png); - border: 1px inset #b0b0b0; -} - #nameLabel { - background-color: rgba(113, 113, 113, 20); - border-top:1px solid #717171; - border-bottom:1px solid #717171; -} - #ProfilesDialog,#FomodInstallerDialog { - border-image: url(./Transparent-Style/Starfield/Starfield3.png); -} - #filesView { - background-image: url(./Transparent-Style/Starfield/Starfield1.png); -} - -/* ******************************************** */ -/* Main Navigation Button Bar at top of window */ -/* ******************************************** */ - QToolBar { - border: none; -} - QToolBar::separator { - image: url(./Transparent-Style/Starfield/Starfield_Icon.png); - height:30px; - width:30px; -} - QToolButton { - border: 2px ridge none; - border-radius: 6px; - margin: 3px; - padding-left: 8px; - padding-right: 8px; - padding-top: 0px; - padding-bottom: 2px; -} - QToolButton:hover { - border: 2px ridge #b0b0b0; - background-color: rgba(113, 113, 113, 100); -} - QToolButton:pressed { - background: #717171; -} - QTabWidget::pane { - background-color: transparent; - border:transparent; -} - QTabWidget::tab-bar { - alignment: center; -} - -/* **************************************** */ -/* Tabs on top of Treeview */ -/* **************************************** */ - QTabBar { - text-transform: uppercase; - max-height: 22px; - padding-bottom: 5px; -} - QTabBar::tab { - border: 2px solid #b0b0b0; - border-bottom-style: none; - background-color: rgba(0, 0, 0, 100); - padding-left: 20px; - padding-right: 20px; - padding-top: 3px; - padding-bottom: 0px; - margin-right: 1px; - border-top-left-radius: 4px; - border-top-right-radius: 4px; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; -} - QTabBar::tab:selected { - color: #ffffff; - background-color: rgba(0, 0, 0, 100); - border-bottom-style: solid; -} - QTabBar::tab:!selected { - color: #b0b0b0; - margin-top: 0px; -} - QTabBar::tab:disabled { - color: #b0b0b0; - border-bottom-style: none; - margin-top: 0px; - background-color: #000000; -} - #deactivateESP,#activateESP { - border: 1px outset #717171; - background:QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #b0b0b0, stop: 1 #717171); -} - QToolButton::menu-indicator:pressed,QToolButton::menu-indicator:open { - border: 2px ridge #b0b0b0; - image: url(./Transparent-Style/Starfield/arrow-right.png); -} - QTabBar QToolButton { - border:2px ridge #b0b0b0; - background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #b0b0b0, stop: 1 #717171); - padding: 1px; - margin: 0; -} - QTabBar QToolButton::right-arrow { - image: url(./Transparent-Style/Starfield/arrow-right.png); -} - QTabBar QToolButton::left-arrow { - image: url(./Transparent-Style/Starfield/arrow-left.png); -} - -/* **************************************** */ -/* Column names of TreeView */ -/* **************************************** */ - QTableView { - color:#dddddd; - background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #b0b0b0, stop: 1 #717171); -} - QHeaderView::section { - color: #b0b0b0; - background-color: rgba(0, 0, 0, 80); - border: 1px solid #b0b0b0; - border-radius: 6px; - padding: 0px; - padding-left: 5px; - padding-right: 0px; -} - QHeaderView::section:hover { - background: #717171; - border: 1px solid #b0b0b0; - padding: 0px; -} - QHeaderView::up-arrow,QHeaderView::down-arrow { - subcontrol-origin: content; - subcontrol-position: center right; - width: 7px; - height: 7px; - margin-right: 7px; -} - QHeaderView::up-arrow { - image: url(./Transparent-Style/Starfield/arrow-up.png); -} - QHeaderView::down-arrow { - image: url(./Transparent-Style/Starfield/arrow-down.png); -} - -/* **************************************** */ -/* Hover */ -/* **************************************** */ - QMenu:item:hover,QMenuBar:item:selected,QTreeView#espList::item:hover,QTreeWidget#categoriesList::item:hover,QListView::item:hover,QTreeWidget::item:hover { - color: #b0b0b0; - border-top: 2px solid #b0b0b0; - border-bottom: 2px solid #b0b0b0; - background-color: rgba(113, 113, 113, 70); -} - QAbstractItemView::item:hover { - color: #b0b0b0; - border-radius: 4px; - border-top: 2px solid #b0b0b0; - border-bottom: 2px solid #b0b0b0; - background-color: rgba(113, 113, 113, 70); - padding: 3px; -} - #deactivateESP:hover,#activateESP:hover,QPushButton:hover,QTableView:hover,QHeaderView::selected:hover,QTabBar::tab:!selected:hover,QComboBox:hover { - border: 3px outset #b0b0b0; - padding: 1px; - text-align: center; -} - -/* **************************************** */ -/* Context menus, toolbar dropdowns #QMenu */ -/* **************************************** */ - QMenu { - border-width: 2px; - border-style: outset; -} - QMenu::item { - padding: 6px 20px; -} - QMenu::item:selected { - color: #b0b0b0; - background-color: rgba(113, 113, 113, 50); - border-top: 2px solid #b0b0b0; - border-bottom: 2px solid #b0b0b0; -} - QMenu::right-arrow { - image: url(./Transparent-Style/Starfield/arrow-right.png); - subcontrol-origin: padding; - subcontrol-position: center right; - padding-right: 0.5em; -} - -/* ********************* */ -/* LCD Counter */ -/* ********************* */ - QLCDNumber { - Background: rgba(0, 0, 0, 100); - color: #b0b0b0; - border: 2px inset #b0b0b0; - border-radius: 1px; -} - -/* ****************************************** */ -/* Launch application & Profile Drop down Box */ -/* ****************************************** */ - QComboBox { - background-color: rgba(113, 113, 113, 100); - border:2px outset #717171; - height: 20px; - width: 440px; - padding: 3px; - padding-left:3px; - border-radius: 5px; -} - QComboBox::drop-down{ - subcontrol-origin: padding; - subcontrol-position: top right; - padding:4px; - border-radius: 5px; -} - QComboBox::down-arrow{ - image:url(./Transparent-Style/Starfield/arrow-down.png); -} - QComboBox QAbstractItemView { - background-image: url(./Transparent-Style/Starfield/Starfield-settings.png); - color: #b0b0b0; - selection-background-color: rgba(113, 113, 113, 100); - border-color: #b0b0b0; - border-style: inset; - border-width: 0 2px 2px 2px; -} - QComboBox::item{ - border:3px; - padding: 3px; -} - -/* **************************************************************** */ -/* Action Buttons */ -/* */ -/* Open list, Restore Backup, Create Backup, RUN, Shortcut Button */ -/* Sort, Load order backup, Load Order Restore */ -/* **************************************************************** */ - QPushButton { - color: #b0b0b0; - background-color: rgba(113, 113, 113, 100); - border: 3px outset; - text-align: center; - border-width: 3px; - border-color: rgba(113, 113, 113, 100); - border-style: outset; - border-radius: 4px; - padding:1px; - padding-right: 10px; - padding-left: 5px; -} - QDialog QPushButton { - min-width: 3em; - min-height: 1em; - padding-left: 1em; - padding-right: 1em; -} - QPushButton::menu-indicator { - image: url(./Transparent-Style/Starfield/arrow-down.png); - background: transparent; - subcontrol-origin: padding; - subcontrol-position: center right; - padding-right: 5%; -} - QPushButton:open { - background-color: rgba(113, 113, 113, 100); -} - QPushButton:!enabled { - border: 1px #717171; - color: #dddddd; - background: #717171; -} - QPushButton#displayCategoriesBtn { - min-width: 20px; -} - -/* **************************************** */ -/* Scroll bar */ -/* **************************************** */ - QScrollBar { - height:20px; - width:20px; - background-color:transparent; -} - QScrollBar::handle { - border: 2px outset #717171; - border-radius: 4px; -} - QScrollBar::handle:vertical { - margin: 1px 4px; - min-height:20px; - min-width: 10px; - background-color:qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop:0 #b0b0b0, stop:1 #717171); -} - QScrollBar::handle:vertical:hover { - background-color:qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop:0 #717171, stop:1 #b0b0b0); -} - QScrollBar::handle:horizontal { - min-height: 10px; - min-width: 20px; - margin: 4px 1px; - background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop:0 #b0b0b0, stop:1 #717171); -} - QScrollBar::handle:horizontal:hover { - background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop:0 #717171, stop:1 #b0b0b0); -} - QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical,QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal { - background-color: transparent; -} - QScrollBar::add-line:vertical,QScrollBar::sub-line:vertical,QScrollBar::add-line:horizontal,QScrollBar::sub-line:horizontal { - height:0; - width:0; -} - -/* ******************************************************** */ -/* Main Tree View Inherated from QAbstractItemView */ -/* ******************************************************** */ - QTreeView { -} - QTreeView:item { - padding:4px; -} - QTreeView:item:selected { - color: #ffffff; - border: none; - outline: none; - border-radius: 4px; - border-top:1px solid #b0b0b0; - border-bottom:1px solid #b0b0b0; - background-color: rgba(113, 113, 113, 100); -} - QTreeView::branch:closed:has-children:has-siblings { - background:url(Transparent-Style/Starfield/Starfield-itemb-close.png) center center no-repeat; -} - QTreeView::branch:closed:has-children:!has-siblings { - background:url(Transparent-Style/Starfield/Starfield-itemb-close.png) center center no-repeat; -} - QTreeView::branch:open:has-children:has-siblings { - background:url(Transparent-Style/Starfield/Starfield-itemB-open.png) center center no-repeat; -} - QTreeView::branch:open:has-children:!has-siblings { - background:url(Transparent-Style/Starfield/Starfield-itemB-open.png) center center no-repeat; -} - QAbstractItemView[filtered=true] { - border: 2px solid #f00 !important; -} - -/* **************************************************************** */ -/* Checkboxes and Radio buttons common #QCheckBox, #QRadioButton */ -/* common */ -/* **************************************************************** */ - QGroupBox::indicator,QTreeView::indicator,QCheckBox::indicator { - outline: none; - border: none; - width: 20px; - height: 20px; -} - QGroupBox::indicator:checked,QGroupBox::indicator:indeterminate,QTreeView::indicator:checked,QTreeView::indicator:indeterminate,QCheckBox::indicator:checked,QCheckBox::indicator:indeterminate { - image: url(./Transparent-Style/Starfield/checkbox-checked.png); -} - QGroupBox::indicator:checked:hover,QGroupBox::indicator:indeterminate:hover,QTreeView::indicator:checked:hover,QTreeView::indicator:indeterminate:hover,QCheckBox::indicator:checked:hover,QCheckBox::indicator:indeterminate:hover { - image: url(./Transparent-Style/Starfield/checkbox-hover.png); -} - QGroupBox::indicator:checked:disabled,QGroupBox::indicator:indeterminate:disabled,QTreeView::indicator:checked:disabled,QTreeView::indicator:indeterminate:disabled,QCheckBox::indicator:checked:disabled,QCheckBox::indicator:indeterminate:disabled { - image: url(./Transparent-Style/Starfield/checkbox-checked-disabled.png); -} - QGroupBox::indicator:unchecked,QTreeView::indicator:unchecked,QCheckBox::indicator:unchecked { - image: url(./Transparent-Style/Starfield/checkbox.png); -} - QGroupBox::indicator:unchecked:hover,QTreeView::indicator:unchecked:hover,QCheckBox::indicator:unchecked:hover { - image: url(./Transparent-Style/Starfield/checkbox-checked-hover.png); -} - QGroupBox::indicator:unchecked:disabled,QTreeView::indicator:unchecked:disabled,QCheckBox::indicator:unchecked:disabled { - image: url(./Transparent-Style/Starfield/checkbox-checked-disabled.png); -} - QTreeWidget#categoriesList::item:has-children { - background-image: url(./Transparent-Style/Starfield/arrow-right.png); -} -/* ******************************** */ -/* Special styles */ -/* increase categories tab width */ -/* ******************************** */ - QTreeView#modList::item,QTreeWidget#categoriesTree::item,#tabConflicts QTreeWidget::item,QListView::item,QTreeView#espList::item,QTreeView#treeContent::item { - padding: .3em 0; -} - QTreeWidget#categoriesGroup,QTreeWidget#categoriesList { - min-width: 200px; -} - QTreeWidget#categoriesList::item { - background-position: center left; - background-repeat: no-repeat; - padding: 0.35em 4px; -} - QInfo { - background-color: transparent; -} -/* ********************* */ -/* Display Radio Button */ -/* ********************* */ - QRadioButton::indicator { - width: 16px; - height: 16px; -} - QRadioButton::indicator::checked { - image: url(./Transparent-Style/Starfield/radio-checked.png); -} - QRadioButton::indicator::checked:hover { - image: url(./Transparent-Style/Starfield/radio-checked-hover.png); -} - QRadioButton::indicator::unchecked { - image: url(./Transparent-Style/Starfield/radio.png); -} - QRadioButton::indicator::unchecked:hover { - image: url(./Transparent-Style/Starfield/radio-hover.png); -} -/* **************************************** */ -/* Spinners #QSpinBox, #QDoubleSpinBox */ -/* **************************************** */ - QAbstractSpinBox { - min-height: 24px; -} - QAbstractSpinBox::up-button,QAbstractSpinBox::down-button { - border-style: solid; - border-width: 1px; - subcontrol-origin: padding; -} - QAbstractSpinBox::up-button:hover,QAbstractSpinBox::down-button:hover { - background-color: #717171; -} - QAbstractSpinBox::up-button { - subcontrol-position: top right; -} - QAbstractSpinBox::down-button { - subcontrol-position: bottom right; -} - QAbstractSpinBox::up-arrow { - image: url(./Transparent-Style/Starfield/arrow-up.png); -} - QAbstractSpinBox::down-arrow { - image: url(./Transparent-Style/Starfield/arrow-down.png); -} -/* **************************************** */ -/* Tooltips #QToolTip, #SaveGameInfoWidget */ -/* **************************************** */ - QToolTip, SaveGameInfoWidget { - background-image: url(./Transparent-Style/Starfield/Starfield-settings.png); - color:#ffffff; - padding:2px; - border-width:2px; - border-style:solid; - border-color:transparent; - border-image:url(./Transparent-Style/Starfield/border-image.png) 27 repeat repeat; -} - QStatusBar::item { - background-color: transparent; -} -/* **************************** */ -/* Handles Web, Nexus info tab */ -/* **************************** */ - QWebView { - background-color: black; -} - QLineEdit:hover { - background-color: black; - border-width: 1px; - border-radius:5px; - margin: 0px; - padding-left:2px; - selection-background-color: rgba(255, 255, 255, 80); -} - QLineEdit { - background-color: rgba(0, 0, 0, 100); - border-width: 1px; - border-radius:5px; - margin: 0px; - padding-left:2px; - selection-background-color: rgba(255, 255, 255, 80); -} - LinkLabel { - qproperty-linkColor: #1ee5ff; -} -QLineEdit[valid-filter=false] { - background-color: #661111 !important; -} -/* ********* */ -/* Font size */ -/* ********* */ - QMenu, QTabBar, QTextEdit, QLineEdit, QComboBox, QAbstractItemView, QCheckBox, QWebView, QComboBox:editable, QAbstractSpinBox, QGroupBox, QRadioButton, QLabel, QPushButton { - color: #ffffff; - font-family: ISL_Andvari; - font-size: 11px; -} diff --git a/stylesheets/Transparent-Style/Fallout3/Fallout3-itemB-open.png b/stylesheets/Transparent-Style/Fallout3/Fallout3-itemB-open.png deleted file mode 100644 index cb29f36..0000000 Binary files a/stylesheets/Transparent-Style/Fallout3/Fallout3-itemB-open.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Fallout3/Fallout3-itemb-close.png b/stylesheets/Transparent-Style/Fallout3/Fallout3-itemb-close.png deleted file mode 100644 index 579f566..0000000 Binary files a/stylesheets/Transparent-Style/Fallout3/Fallout3-itemb-close.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Fallout3/Fallout3-settings.png b/stylesheets/Transparent-Style/Fallout3/Fallout3-settings.png deleted file mode 100644 index 49cc286..0000000 Binary files a/stylesheets/Transparent-Style/Fallout3/Fallout3-settings.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Fallout3/Fallout3-small.png b/stylesheets/Transparent-Style/Fallout3/Fallout3-small.png deleted file mode 100644 index 3ddda34..0000000 Binary files a/stylesheets/Transparent-Style/Fallout3/Fallout3-small.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Fallout3/Fallout3.png b/stylesheets/Transparent-Style/Fallout3/Fallout3.png deleted file mode 100644 index 601b9e1..0000000 Binary files a/stylesheets/Transparent-Style/Fallout3/Fallout3.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Fallout3/Fallout3_POG.png b/stylesheets/Transparent-Style/Fallout3/Fallout3_POG.png deleted file mode 100644 index 2a70940..0000000 Binary files a/stylesheets/Transparent-Style/Fallout3/Fallout3_POG.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Fallout3/Fallout3_icon.png b/stylesheets/Transparent-Style/Fallout3/Fallout3_icon.png deleted file mode 100644 index ac48245..0000000 Binary files a/stylesheets/Transparent-Style/Fallout3/Fallout3_icon.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Fallout3/arrow-down.png b/stylesheets/Transparent-Style/Fallout3/arrow-down.png deleted file mode 100644 index cce3003..0000000 Binary files a/stylesheets/Transparent-Style/Fallout3/arrow-down.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Fallout3/arrow-left.png b/stylesheets/Transparent-Style/Fallout3/arrow-left.png deleted file mode 100644 index b4a4a0c..0000000 Binary files a/stylesheets/Transparent-Style/Fallout3/arrow-left.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Fallout3/arrow-right.png b/stylesheets/Transparent-Style/Fallout3/arrow-right.png deleted file mode 100644 index a5a484f..0000000 Binary files a/stylesheets/Transparent-Style/Fallout3/arrow-right.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Fallout3/arrow-up.png b/stylesheets/Transparent-Style/Fallout3/arrow-up.png deleted file mode 100644 index 859c1f5..0000000 Binary files a/stylesheets/Transparent-Style/Fallout3/arrow-up.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Fallout3/border-image.png b/stylesheets/Transparent-Style/Fallout3/border-image.png deleted file mode 100644 index 1483396..0000000 Binary files a/stylesheets/Transparent-Style/Fallout3/border-image.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Fallout3/checkbox-checked-disabled.png b/stylesheets/Transparent-Style/Fallout3/checkbox-checked-disabled.png deleted file mode 100644 index ea7ac1e..0000000 Binary files a/stylesheets/Transparent-Style/Fallout3/checkbox-checked-disabled.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Fallout3/checkbox-checked-hover.png b/stylesheets/Transparent-Style/Fallout3/checkbox-checked-hover.png deleted file mode 100644 index fe57533..0000000 Binary files a/stylesheets/Transparent-Style/Fallout3/checkbox-checked-hover.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Fallout3/checkbox-checked.png b/stylesheets/Transparent-Style/Fallout3/checkbox-checked.png deleted file mode 100644 index 61dd533..0000000 Binary files a/stylesheets/Transparent-Style/Fallout3/checkbox-checked.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Fallout3/checkbox-hover.png b/stylesheets/Transparent-Style/Fallout3/checkbox-hover.png deleted file mode 100644 index 3692a6d..0000000 Binary files a/stylesheets/Transparent-Style/Fallout3/checkbox-hover.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Fallout3/checkbox.png b/stylesheets/Transparent-Style/Fallout3/checkbox.png deleted file mode 100644 index 66e57fb..0000000 Binary files a/stylesheets/Transparent-Style/Fallout3/checkbox.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Fallout3/radio-checked-hover.png b/stylesheets/Transparent-Style/Fallout3/radio-checked-hover.png deleted file mode 100644 index 97d393a..0000000 Binary files a/stylesheets/Transparent-Style/Fallout3/radio-checked-hover.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Fallout3/radio-checked.png b/stylesheets/Transparent-Style/Fallout3/radio-checked.png deleted file mode 100644 index c9f68f3..0000000 Binary files a/stylesheets/Transparent-Style/Fallout3/radio-checked.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Fallout3/radio-hover.png b/stylesheets/Transparent-Style/Fallout3/radio-hover.png deleted file mode 100644 index d9893f6..0000000 Binary files a/stylesheets/Transparent-Style/Fallout3/radio-hover.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Fallout3/radio.png b/stylesheets/Transparent-Style/Fallout3/radio.png deleted file mode 100644 index 7bb43e3..0000000 Binary files a/stylesheets/Transparent-Style/Fallout3/radio.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Fallout4/Fallout4-Executables.png b/stylesheets/Transparent-Style/Fallout4/Fallout4-Executables.png deleted file mode 100644 index 88d06a2..0000000 Binary files a/stylesheets/Transparent-Style/Fallout4/Fallout4-Executables.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Fallout4/Fallout4-Overwrite.png b/stylesheets/Transparent-Style/Fallout4/Fallout4-Overwrite.png deleted file mode 100644 index e025947..0000000 Binary files a/stylesheets/Transparent-Style/Fallout4/Fallout4-Overwrite.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Fallout4/Fallout4-Profiles.png b/stylesheets/Transparent-Style/Fallout4/Fallout4-Profiles.png deleted file mode 100644 index cd9a5ca..0000000 Binary files a/stylesheets/Transparent-Style/Fallout4/Fallout4-Profiles.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Fallout4/Fallout4-itemB-open.png b/stylesheets/Transparent-Style/Fallout4/Fallout4-itemB-open.png deleted file mode 100644 index cb29f36..0000000 Binary files a/stylesheets/Transparent-Style/Fallout4/Fallout4-itemB-open.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Fallout4/Fallout4-itemb-close.png b/stylesheets/Transparent-Style/Fallout4/Fallout4-itemb-close.png deleted file mode 100644 index 579f566..0000000 Binary files a/stylesheets/Transparent-Style/Fallout4/Fallout4-itemb-close.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Fallout4/Fallout4-settings.png b/stylesheets/Transparent-Style/Fallout4/Fallout4-settings.png deleted file mode 100644 index 096725a..0000000 Binary files a/stylesheets/Transparent-Style/Fallout4/Fallout4-settings.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Fallout4/Fallout4-small.png b/stylesheets/Transparent-Style/Fallout4/Fallout4-small.png deleted file mode 100644 index ed2f395..0000000 Binary files a/stylesheets/Transparent-Style/Fallout4/Fallout4-small.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Fallout4/Fallout4.png b/stylesheets/Transparent-Style/Fallout4/Fallout4.png deleted file mode 100644 index 596912e..0000000 Binary files a/stylesheets/Transparent-Style/Fallout4/Fallout4.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Fallout4/Fallout4_icon.png b/stylesheets/Transparent-Style/Fallout4/Fallout4_icon.png deleted file mode 100644 index b1274e5..0000000 Binary files a/stylesheets/Transparent-Style/Fallout4/Fallout4_icon.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Fallout4/arrow-down.png b/stylesheets/Transparent-Style/Fallout4/arrow-down.png deleted file mode 100644 index cce3003..0000000 Binary files a/stylesheets/Transparent-Style/Fallout4/arrow-down.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Fallout4/arrow-left.png b/stylesheets/Transparent-Style/Fallout4/arrow-left.png deleted file mode 100644 index b4a4a0c..0000000 Binary files a/stylesheets/Transparent-Style/Fallout4/arrow-left.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Fallout4/arrow-right.png b/stylesheets/Transparent-Style/Fallout4/arrow-right.png deleted file mode 100644 index a5a484f..0000000 Binary files a/stylesheets/Transparent-Style/Fallout4/arrow-right.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Fallout4/arrow-up.png b/stylesheets/Transparent-Style/Fallout4/arrow-up.png deleted file mode 100644 index 859c1f5..0000000 Binary files a/stylesheets/Transparent-Style/Fallout4/arrow-up.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Fallout4/border-image.png b/stylesheets/Transparent-Style/Fallout4/border-image.png deleted file mode 100644 index 1483396..0000000 Binary files a/stylesheets/Transparent-Style/Fallout4/border-image.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Fallout4/checkbox-checked-disabled.png b/stylesheets/Transparent-Style/Fallout4/checkbox-checked-disabled.png deleted file mode 100644 index 7856eaa..0000000 Binary files a/stylesheets/Transparent-Style/Fallout4/checkbox-checked-disabled.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Fallout4/checkbox-checked-hover.png b/stylesheets/Transparent-Style/Fallout4/checkbox-checked-hover.png deleted file mode 100644 index fe57533..0000000 Binary files a/stylesheets/Transparent-Style/Fallout4/checkbox-checked-hover.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Fallout4/checkbox-checked.png b/stylesheets/Transparent-Style/Fallout4/checkbox-checked.png deleted file mode 100644 index 61dd533..0000000 Binary files a/stylesheets/Transparent-Style/Fallout4/checkbox-checked.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Fallout4/checkbox-hover.png b/stylesheets/Transparent-Style/Fallout4/checkbox-hover.png deleted file mode 100644 index 3692a6d..0000000 Binary files a/stylesheets/Transparent-Style/Fallout4/checkbox-hover.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Fallout4/checkbox.png b/stylesheets/Transparent-Style/Fallout4/checkbox.png deleted file mode 100644 index 66e57fb..0000000 Binary files a/stylesheets/Transparent-Style/Fallout4/checkbox.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Fallout4/d9h8u7q-2cc20407-84ae-4367-967c-3b635db2d8af.png b/stylesheets/Transparent-Style/Fallout4/d9h8u7q-2cc20407-84ae-4367-967c-3b635db2d8af.png deleted file mode 100644 index 3f9a2f5..0000000 Binary files a/stylesheets/Transparent-Style/Fallout4/d9h8u7q-2cc20407-84ae-4367-967c-3b635db2d8af.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Fallout4/radio-checked-hover.png b/stylesheets/Transparent-Style/Fallout4/radio-checked-hover.png deleted file mode 100644 index 97d393a..0000000 Binary files a/stylesheets/Transparent-Style/Fallout4/radio-checked-hover.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Fallout4/radio-checked.png b/stylesheets/Transparent-Style/Fallout4/radio-checked.png deleted file mode 100644 index c9f68f3..0000000 Binary files a/stylesheets/Transparent-Style/Fallout4/radio-checked.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Fallout4/radio-hover.png b/stylesheets/Transparent-Style/Fallout4/radio-hover.png deleted file mode 100644 index d9893f6..0000000 Binary files a/stylesheets/Transparent-Style/Fallout4/radio-hover.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Fallout4/radio.png b/stylesheets/Transparent-Style/Fallout4/radio.png deleted file mode 100644 index 7bb43e3..0000000 Binary files a/stylesheets/Transparent-Style/Fallout4/radio.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Morrowind/Dunmer.jpg b/stylesheets/Transparent-Style/Morrowind/Dunmer.jpg deleted file mode 100644 index 5ae7dbc..0000000 Binary files a/stylesheets/Transparent-Style/Morrowind/Dunmer.jpg and /dev/null differ diff --git a/stylesheets/Transparent-Style/Morrowind/Dunmer.png b/stylesheets/Transparent-Style/Morrowind/Dunmer.png deleted file mode 100644 index 9239d54..0000000 Binary files a/stylesheets/Transparent-Style/Morrowind/Dunmer.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Morrowind/Morrowind-itemB-open.png b/stylesheets/Transparent-Style/Morrowind/Morrowind-itemB-open.png deleted file mode 100644 index a8603ed..0000000 Binary files a/stylesheets/Transparent-Style/Morrowind/Morrowind-itemB-open.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Morrowind/Morrowind-itemb-close.png b/stylesheets/Transparent-Style/Morrowind/Morrowind-itemb-close.png deleted file mode 100644 index 21a14d8..0000000 Binary files a/stylesheets/Transparent-Style/Morrowind/Morrowind-itemb-close.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Morrowind/Morrowind-overwrite.png b/stylesheets/Transparent-Style/Morrowind/Morrowind-overwrite.png deleted file mode 100644 index 6e138a8..0000000 Binary files a/stylesheets/Transparent-Style/Morrowind/Morrowind-overwrite.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Morrowind/Morrowind-settings.png b/stylesheets/Transparent-Style/Morrowind/Morrowind-settings.png deleted file mode 100644 index c528d9a..0000000 Binary files a/stylesheets/Transparent-Style/Morrowind/Morrowind-settings.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Morrowind/Morrowind.png b/stylesheets/Transparent-Style/Morrowind/Morrowind.png deleted file mode 100644 index abab529..0000000 Binary files a/stylesheets/Transparent-Style/Morrowind/Morrowind.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Morrowind/arrow-down.png b/stylesheets/Transparent-Style/Morrowind/arrow-down.png deleted file mode 100644 index 19b9f5d..0000000 Binary files a/stylesheets/Transparent-Style/Morrowind/arrow-down.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Morrowind/arrow-left.png b/stylesheets/Transparent-Style/Morrowind/arrow-left.png deleted file mode 100644 index b49915e..0000000 Binary files a/stylesheets/Transparent-Style/Morrowind/arrow-left.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Morrowind/arrow-right.png b/stylesheets/Transparent-Style/Morrowind/arrow-right.png deleted file mode 100644 index c2c2e0b..0000000 Binary files a/stylesheets/Transparent-Style/Morrowind/arrow-right.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Morrowind/arrow-up.png b/stylesheets/Transparent-Style/Morrowind/arrow-up.png deleted file mode 100644 index 95602ac..0000000 Binary files a/stylesheets/Transparent-Style/Morrowind/arrow-up.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Morrowind/border-image.png b/stylesheets/Transparent-Style/Morrowind/border-image.png deleted file mode 100644 index a857fe7..0000000 Binary files a/stylesheets/Transparent-Style/Morrowind/border-image.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Morrowind/checkbox-checked-disabled.png b/stylesheets/Transparent-Style/Morrowind/checkbox-checked-disabled.png deleted file mode 100644 index 3c3ab0e..0000000 Binary files a/stylesheets/Transparent-Style/Morrowind/checkbox-checked-disabled.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Morrowind/checkbox-checked-hover.png b/stylesheets/Transparent-Style/Morrowind/checkbox-checked-hover.png deleted file mode 100644 index f14bdd7..0000000 Binary files a/stylesheets/Transparent-Style/Morrowind/checkbox-checked-hover.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Morrowind/checkbox-checked.png b/stylesheets/Transparent-Style/Morrowind/checkbox-checked.png deleted file mode 100644 index 12d8878..0000000 Binary files a/stylesheets/Transparent-Style/Morrowind/checkbox-checked.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Morrowind/checkbox-hover.png b/stylesheets/Transparent-Style/Morrowind/checkbox-hover.png deleted file mode 100644 index c33aceb..0000000 Binary files a/stylesheets/Transparent-Style/Morrowind/checkbox-hover.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Morrowind/checkbox.png b/stylesheets/Transparent-Style/Morrowind/checkbox.png deleted file mode 100644 index 5f5a46c..0000000 Binary files a/stylesheets/Transparent-Style/Morrowind/checkbox.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Morrowind/morrowind-small.png b/stylesheets/Transparent-Style/Morrowind/morrowind-small.png deleted file mode 100644 index 9049bfc..0000000 Binary files a/stylesheets/Transparent-Style/Morrowind/morrowind-small.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Morrowind/morrowind_icon_by_slamiticon.png b/stylesheets/Transparent-Style/Morrowind/morrowind_icon_by_slamiticon.png deleted file mode 100644 index c1f0287..0000000 Binary files a/stylesheets/Transparent-Style/Morrowind/morrowind_icon_by_slamiticon.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Morrowind/radio-checked-hover.png b/stylesheets/Transparent-Style/Morrowind/radio-checked-hover.png deleted file mode 100644 index ab5859e..0000000 Binary files a/stylesheets/Transparent-Style/Morrowind/radio-checked-hover.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Morrowind/radio-checked.png b/stylesheets/Transparent-Style/Morrowind/radio-checked.png deleted file mode 100644 index 28caa43..0000000 Binary files a/stylesheets/Transparent-Style/Morrowind/radio-checked.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Morrowind/radio-hover.png b/stylesheets/Transparent-Style/Morrowind/radio-hover.png deleted file mode 100644 index 1986979..0000000 Binary files a/stylesheets/Transparent-Style/Morrowind/radio-hover.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Morrowind/radio.png b/stylesheets/Transparent-Style/Morrowind/radio.png deleted file mode 100644 index 282a5e2..0000000 Binary files a/stylesheets/Transparent-Style/Morrowind/radio.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/SkyrimTP/Dragon.png b/stylesheets/Transparent-Style/SkyrimTP/Dragon.png deleted file mode 100644 index a0747f7..0000000 Binary files a/stylesheets/Transparent-Style/SkyrimTP/Dragon.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/SkyrimTP/Skyrim-Icon.png b/stylesheets/Transparent-Style/SkyrimTP/Skyrim-Icon.png deleted file mode 100644 index 26bc039..0000000 Binary files a/stylesheets/Transparent-Style/SkyrimTP/Skyrim-Icon.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/SkyrimTP/Skyrim-itemB-open.png b/stylesheets/Transparent-Style/SkyrimTP/Skyrim-itemB-open.png deleted file mode 100644 index 9cc507f..0000000 Binary files a/stylesheets/Transparent-Style/SkyrimTP/Skyrim-itemB-open.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/SkyrimTP/Skyrim-itemb-close.png b/stylesheets/Transparent-Style/SkyrimTP/Skyrim-itemb-close.png deleted file mode 100644 index 70b5a8c..0000000 Binary files a/stylesheets/Transparent-Style/SkyrimTP/Skyrim-itemb-close.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/SkyrimTP/Skyrim-settings.png b/stylesheets/Transparent-Style/SkyrimTP/Skyrim-settings.png deleted file mode 100644 index b3505a3..0000000 Binary files a/stylesheets/Transparent-Style/SkyrimTP/Skyrim-settings.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/SkyrimTP/Skyrim-small.png b/stylesheets/Transparent-Style/SkyrimTP/Skyrim-small.png deleted file mode 100644 index dbf49a3..0000000 Binary files a/stylesheets/Transparent-Style/SkyrimTP/Skyrim-small.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/SkyrimTP/arrow-down.png b/stylesheets/Transparent-Style/SkyrimTP/arrow-down.png deleted file mode 100644 index 276fd46..0000000 Binary files a/stylesheets/Transparent-Style/SkyrimTP/arrow-down.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/SkyrimTP/arrow-left.png b/stylesheets/Transparent-Style/SkyrimTP/arrow-left.png deleted file mode 100644 index be70722..0000000 Binary files a/stylesheets/Transparent-Style/SkyrimTP/arrow-left.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/SkyrimTP/arrow-right.png b/stylesheets/Transparent-Style/SkyrimTP/arrow-right.png deleted file mode 100644 index a5840a4..0000000 Binary files a/stylesheets/Transparent-Style/SkyrimTP/arrow-right.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/SkyrimTP/arrow-up.png b/stylesheets/Transparent-Style/SkyrimTP/arrow-up.png deleted file mode 100644 index 1e5e3f9..0000000 Binary files a/stylesheets/Transparent-Style/SkyrimTP/arrow-up.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/SkyrimTP/border-image.png b/stylesheets/Transparent-Style/SkyrimTP/border-image.png deleted file mode 100644 index 01764cf..0000000 Binary files a/stylesheets/Transparent-Style/SkyrimTP/border-image.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/SkyrimTP/checkbox-checked-disabled.png b/stylesheets/Transparent-Style/SkyrimTP/checkbox-checked-disabled.png deleted file mode 100644 index 3c3ab0e..0000000 Binary files a/stylesheets/Transparent-Style/SkyrimTP/checkbox-checked-disabled.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/SkyrimTP/checkbox-checked-hover.png b/stylesheets/Transparent-Style/SkyrimTP/checkbox-checked-hover.png deleted file mode 100644 index 82f2472..0000000 Binary files a/stylesheets/Transparent-Style/SkyrimTP/checkbox-checked-hover.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/SkyrimTP/checkbox-checked.png b/stylesheets/Transparent-Style/SkyrimTP/checkbox-checked.png deleted file mode 100644 index e58fe28..0000000 Binary files a/stylesheets/Transparent-Style/SkyrimTP/checkbox-checked.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/SkyrimTP/checkbox-hover.png b/stylesheets/Transparent-Style/SkyrimTP/checkbox-hover.png deleted file mode 100644 index e60d40d..0000000 Binary files a/stylesheets/Transparent-Style/SkyrimTP/checkbox-hover.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/SkyrimTP/checkbox.png b/stylesheets/Transparent-Style/SkyrimTP/checkbox.png deleted file mode 100644 index 5a1d1cc..0000000 Binary files a/stylesheets/Transparent-Style/SkyrimTP/checkbox.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/SkyrimTP/radio-checked-hover.png b/stylesheets/Transparent-Style/SkyrimTP/radio-checked-hover.png deleted file mode 100644 index 9bef4ec..0000000 Binary files a/stylesheets/Transparent-Style/SkyrimTP/radio-checked-hover.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/SkyrimTP/radio-checked.png b/stylesheets/Transparent-Style/SkyrimTP/radio-checked.png deleted file mode 100644 index cfe60a0..0000000 Binary files a/stylesheets/Transparent-Style/SkyrimTP/radio-checked.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/SkyrimTP/radio-hover.png b/stylesheets/Transparent-Style/SkyrimTP/radio-hover.png deleted file mode 100644 index ab7210a..0000000 Binary files a/stylesheets/Transparent-Style/SkyrimTP/radio-hover.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/SkyrimTP/radio.png b/stylesheets/Transparent-Style/SkyrimTP/radio.png deleted file mode 100644 index 1fc050b..0000000 Binary files a/stylesheets/Transparent-Style/SkyrimTP/radio.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Starfield/Starfield Stylesheet.png b/stylesheets/Transparent-Style/Starfield/Starfield Stylesheet.png deleted file mode 100644 index 7ebaeb5..0000000 Binary files a/stylesheets/Transparent-Style/Starfield/Starfield Stylesheet.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Starfield/Starfield-itemB-open.png b/stylesheets/Transparent-Style/Starfield/Starfield-itemB-open.png deleted file mode 100644 index 9cc507f..0000000 Binary files a/stylesheets/Transparent-Style/Starfield/Starfield-itemB-open.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Starfield/Starfield-itemb-close.png b/stylesheets/Transparent-Style/Starfield/Starfield-itemb-close.png deleted file mode 100644 index 70b5a8c..0000000 Binary files a/stylesheets/Transparent-Style/Starfield/Starfield-itemb-close.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Starfield/Starfield-settings.png b/stylesheets/Transparent-Style/Starfield/Starfield-settings.png deleted file mode 100644 index e9719e1..0000000 Binary files a/stylesheets/Transparent-Style/Starfield/Starfield-settings.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Starfield/Starfield.png b/stylesheets/Transparent-Style/Starfield/Starfield.png deleted file mode 100644 index b0a0be1..0000000 Binary files a/stylesheets/Transparent-Style/Starfield/Starfield.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Starfield/Starfield1.png b/stylesheets/Transparent-Style/Starfield/Starfield1.png deleted file mode 100644 index e8f6fb2..0000000 Binary files a/stylesheets/Transparent-Style/Starfield/Starfield1.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Starfield/Starfield2.png b/stylesheets/Transparent-Style/Starfield/Starfield2.png deleted file mode 100644 index 23a330e..0000000 Binary files a/stylesheets/Transparent-Style/Starfield/Starfield2.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Starfield/Starfield3.png b/stylesheets/Transparent-Style/Starfield/Starfield3.png deleted file mode 100644 index 6c9f957..0000000 Binary files a/stylesheets/Transparent-Style/Starfield/Starfield3.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Starfield/Starfield4.png b/stylesheets/Transparent-Style/Starfield/Starfield4.png deleted file mode 100644 index 50e9716..0000000 Binary files a/stylesheets/Transparent-Style/Starfield/Starfield4.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Starfield/Starfield_Icon.png b/stylesheets/Transparent-Style/Starfield/Starfield_Icon.png deleted file mode 100644 index 61c9210..0000000 Binary files a/stylesheets/Transparent-Style/Starfield/Starfield_Icon.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Starfield/andvari.ttf b/stylesheets/Transparent-Style/Starfield/andvari.ttf deleted file mode 100644 index e064216..0000000 Binary files a/stylesheets/Transparent-Style/Starfield/andvari.ttf and /dev/null differ diff --git a/stylesheets/Transparent-Style/Starfield/arrow-down.png b/stylesheets/Transparent-Style/Starfield/arrow-down.png deleted file mode 100644 index 276fd46..0000000 Binary files a/stylesheets/Transparent-Style/Starfield/arrow-down.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Starfield/arrow-left.png b/stylesheets/Transparent-Style/Starfield/arrow-left.png deleted file mode 100644 index be70722..0000000 Binary files a/stylesheets/Transparent-Style/Starfield/arrow-left.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Starfield/arrow-right.png b/stylesheets/Transparent-Style/Starfield/arrow-right.png deleted file mode 100644 index a5840a4..0000000 Binary files a/stylesheets/Transparent-Style/Starfield/arrow-right.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Starfield/arrow-up.png b/stylesheets/Transparent-Style/Starfield/arrow-up.png deleted file mode 100644 index 1e5e3f9..0000000 Binary files a/stylesheets/Transparent-Style/Starfield/arrow-up.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Starfield/border-image.png b/stylesheets/Transparent-Style/Starfield/border-image.png deleted file mode 100644 index 81ca71f..0000000 Binary files a/stylesheets/Transparent-Style/Starfield/border-image.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Starfield/checkbox-checked-disabled.png b/stylesheets/Transparent-Style/Starfield/checkbox-checked-disabled.png deleted file mode 100644 index 761a789..0000000 Binary files a/stylesheets/Transparent-Style/Starfield/checkbox-checked-disabled.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Starfield/checkbox-checked-hover.png b/stylesheets/Transparent-Style/Starfield/checkbox-checked-hover.png deleted file mode 100644 index 7384bd9..0000000 Binary files a/stylesheets/Transparent-Style/Starfield/checkbox-checked-hover.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Starfield/checkbox-checked.png b/stylesheets/Transparent-Style/Starfield/checkbox-checked.png deleted file mode 100644 index cdad68f..0000000 Binary files a/stylesheets/Transparent-Style/Starfield/checkbox-checked.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Starfield/checkbox-hover.png b/stylesheets/Transparent-Style/Starfield/checkbox-hover.png deleted file mode 100644 index 71711e2..0000000 Binary files a/stylesheets/Transparent-Style/Starfield/checkbox-hover.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Starfield/checkbox.png b/stylesheets/Transparent-Style/Starfield/checkbox.png deleted file mode 100644 index 6149d0f..0000000 Binary files a/stylesheets/Transparent-Style/Starfield/checkbox.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Starfield/radio-checked-hover.png b/stylesheets/Transparent-Style/Starfield/radio-checked-hover.png deleted file mode 100644 index f9415dc..0000000 Binary files a/stylesheets/Transparent-Style/Starfield/radio-checked-hover.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Starfield/radio-checked.png b/stylesheets/Transparent-Style/Starfield/radio-checked.png deleted file mode 100644 index 5b6afcb..0000000 Binary files a/stylesheets/Transparent-Style/Starfield/radio-checked.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Starfield/radio-hover.png b/stylesheets/Transparent-Style/Starfield/radio-hover.png deleted file mode 100644 index 09f9382..0000000 Binary files a/stylesheets/Transparent-Style/Starfield/radio-hover.png and /dev/null differ diff --git a/stylesheets/Transparent-Style/Starfield/radio.png b/stylesheets/Transparent-Style/Starfield/radio.png deleted file mode 100644 index 083b975..0000000 Binary files a/stylesheets/Transparent-Style/Starfield/radio.png and /dev/null differ diff --git a/stylesheets/dark.qss b/stylesheets/dark.qss deleted file mode 100644 index e37e44b..0000000 --- a/stylesheets/dark.qss +++ /dev/null @@ -1,395 +0,0 @@ -QToolTip -{ - border: 1px solid black; - color: #D9E6EA; - background-color: #2F3031; - padding: 1px; - border-radius: 3px; - opacity: 255; -} - -QWidget -{ - color: #E9E6E4; - background-color: #2F3031; -} - -QWidget:disabled -{ - color: #757676; - background-color: #292A2B; -} - -QAbstractItemView -{ - background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #484F53, stop: 0.7 #656666, stop: 1 #484F53); -} - -QLineEdit -{ - background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #2D3330, stop: 0.9 #484F53, stop: 1 #2D3330); - padding: 1px; - border-style: solid; - border: 1px solid #1e1e1e; - border-radius: 5; -} - -QPushButton -{ - color: #D9E6EA; - background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #697670, stop: 1 #484F53); - border-width: 2px; - border-color: #1F2021; - border-style: solid; - border-radius: 6; - padding: 3px; - padding-left: 15px; - padding-right: 15px; -} - -QPushButton:pressed -{ - background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #484F53, stop: 1 #697670); -} - -QPushButton:checked -{ - border-width: 1px; - border-color: #3EA0CA; -} - -QComboBox -{ - selection-background-color: #D9E6EA; - background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #9AA6A4, stop: 1 #484F53); - border: 2px solid #1D2320; - height: 20px; - border-radius: 5px; -} - -QComboBox:hover,QPushButton:hover -{ - border: 2px solid #3EA0CA; -} - -QComboBox:on -{ - padding-top: 3px; - padding-left: 4px; - background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #697670, stop: 1 #484F53); - selection-background-color: #80B5C3; -} - -QComboBox::drop-down -{ - subcontrol-origin: padding; - subcontrol-position: top right; - width: 15px; - - border-left-width: 0px; - border-left-color: darkgray; - border-left-style: solid; - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; -} - -QComboBox::down-arrow -{ - image: url(:/stylesheet/combobox-down.png); -} - -QScrollBar:horizontal -{ - border: 1px solid #1F2021; - background: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0.0 #1D2320, stop: 0.2 #1F2021, stop: 1 #484F53); - height: 14px; - margin: 1px 16px 1px 16px; -} - -QScrollBar::handle:horizontal -{ - background: QLinearGradient( x1: 0, y1: 0, x2: 1, y2: 0, stop: 0 #3EA0CA, stop: 0.5 #427683, stop: 1 #3EA0CA); - min-height: 20px; - border-radius: 4px; -} - -QScrollBar::add-line:horizontal -{ - border: 1px solid #1b1b19; - border-radius: 2px; - background: QLinearGradient( x1: 0, y1: 0, x2: 1, y2: 0, stop: 0 #3EA0CA, stop: 1 #427683); - width: 14px; - subcontrol-position: right; - subcontrol-origin: margin; -} - -QScrollBar::sub-line:horizontal -{ - border: 1px solid #1b1b19; - border-radius: 2px; - background: QLinearGradient( x1: 0, y1: 0, x2: 1, y2: 0, stop: 0 #3EA0CA, stop: 1 #427683); - width: 14px; - subcontrol-position: left; - subcontrol-origin: margin; -} - -QScrollBar::right-arrow:horizontal, QScrollBar::left-arrow:horizontal -{ - border: 1px solid black; - width: 1px; - height: 1px; - background: white; -} - -QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal -{ - background: none; -} - -QScrollBar:vertical -{ - border: 1px solid #1F2021; - background: QLinearGradient( x1: 0, y1: 0, x2: 1, y2: 0, stop: 0.0 #1D2320, stop: 0.2 #1F2021, stop: 1 #484F53); - width: 14px; - margin: 16px 1px 16px 1px; -} - -QScrollBar::handle:vertical -{ - background: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #3EA0CA, stop: 0.5 #427683, stop: 1 #3EA0CA); - min-height: 20px; - border-radius: 4px; -} - -QScrollBar::add-line:vertical -{ - border: 1px solid #1b1b19; - border-radius: 2px; - background: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #3EA0CA, stop: 1 #427683); - height: 14px; - subcontrol-position: bottom; - subcontrol-origin: margin; -} - -QScrollBar::sub-line:vertical -{ - border: 1px solid #1b1b19; - border-radius: 2px; - background: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #3EA0CA, stop: 1 #427683); - height: 14px; - subcontrol-position: top; - subcontrol-origin: margin; -} - -QScrollBar::up-arrow:vertical, QScrollBar::down-arrow:vertical -{ - border: 1px solid black; - width: 1px; - height: 1px; - background: white; -} - -QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical -{ - background: none; -} - -QTextEdit -{ - background-color: #484F53; -} - -QPlainTextEdit -{ - background-color: #484F53; -} - -QWebView -{ - background-color: #484F53; -} - -QHeaderView::section -{ - background-color: QLinearGradient(x1:0, y1:0, x2:0, y2:1, stop:0 #484F53, stop:0.5 #757676, stop:1 #484F53); - color: white; - padding-left: 4px; - border: 1px solid #2D3330; - border-radius: 2px; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; -} - -QCheckBox:disabled -{ - color: #414141; -} - -QMenu::separator -{ - height: 2px; - background-color: #484F53; - color: white; - padding-left: 4px; - margin-left: 10px; - margin-right: 5px; -} - -QMenu::item -{ - padding: 2px 25px 2px 20px; - border: 1px solid transparent; -} - -QMenu::item:selected -{ - background-color: #3c4b54; - border-color: #3EA0CA; -} - -QMenuBar::item:selected { - background-color: #3c4b54; - border-color: #3EA0CA; -} - -QStatusBar::item {border: None;} - -QProgressBar -{ - border: 2px solid grey; - border-radius: 5px; - text-align: center; -} - -QProgressBar::chunk -{ - background-color: #427683; -} - -QTabBar::tab -{ - color: #E9E6E4; - border: 1px solid #444; - border-bottom-style: none; - background-color: QLinearGradient(x1:0, y1:0, x2:0, y2:1, stop:0.8 #1D2320, stop:0.2 #757676); - padding-left: 10px; - padding-right: 10px; - padding-top: 3px; - padding-bottom: 2px; - margin-right: -1px; - border-top-left-radius: 4px; - border-top-right-radius: 4px; -} - -QTabWidget::pane -{ - border: 1px solid #444; - top: 1px; -} - -QTabBar::tab:last -{ - margin-right: 0px; -} - -QTabBar::tab:first -{ - margin-left: 0px; -} - -QTabBar::tab:!selected -{ - color: #E9E6E4; - border-bottom-style: solid; - margin-top: 3px; - background-color: QLinearGradient(x1:0, y1:0, x2:0, y2:1, stop:0.8 #1D2320, stop:0.4 #484F53); -} - -QTabBar::tab:disabled -{ - color: #757676; - border-bottom-style: solid; - margin-top: 3px; - background-color: #484F53; -} -QTabBar::tab:selected -{ - border-top-left-radius: 3px; - border-top-right-radius: 3px; - margin-bottom: 0px; -} - -QTabBar::tab:!selected:hover -{ - border-top-left-radius: 6px; - border-top-right-radius: 6px; - 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 #3EA0CA); -} - -QToolButton -{ - border:2px ridge #757676; - border-radius: 6px; - margin: 3px; - padding-left: 8px; - padding-right: 8px; - padding-top: 0px; - padding-bottom: 2px; -} - -QToolButton:hover -{ - border: 2px ridge #757676; - background-color: #484F53; - border-radius: 6px; - margin: 3px; - padding-left: 8px; - padding-right: 8px; - padding-top: 0px; - padding-bottom: 2px; -} - -QTreeView, QListView - { - color: #E9E6E4; - background-color: #3F4041; - alternate-background-color: #2F3031; -} - -QAbstractItemView[filtered=true] { - border: 2px solid #f00 !important; -} - -QTreeView::branch:has-children:!has-siblings:closed, -QTreeView::branch:closed:has-children:has-siblings -{ - border-image: none; - image: url(:/stylesheet/branch-closed.png); -} - -QTreeView::branch:open:has-children:!has-siblings, -QTreeView::branch:open:has-children:has-siblings -{ - border-image: none; - image: url(:/stylesheet/branch-open.png); -} - -DownloadListView QLabel#installLabel { - color: none; -} - -DownloadListView[downloadView=standard]::item { - padding: 16px; -} - -DownloadListView[downloadView=compact]::item { - padding: 4px; -} - -LinkLabel { - qproperty-linkColor: #3399FF; -} - -QLineEdit[valid-filter=false] { - background-color: #661111 !important; -} diff --git a/stylesheets/dracula.qss b/stylesheets/dracula.qss deleted file mode 100644 index a3197f6..0000000 --- a/stylesheets/dracula.qss +++ /dev/null @@ -1,445 +0,0 @@ -/* - * Drop background color of most widgets - */ - -QWidget, QStackedWidget, -QScrollArea, QAbstractScrollArea { - background-color: #3c3f41; - color: #bbbbbb; - } - -QWidget:disabled { - color: #808080; -} - -QApplication, -QMainWindow, QFrame, QDockWidget, QDialog, QFileDialog, QMessageBox, -QRadioButton, -QGroupBox::title, -QMenuBar, QMenu, QMenu::item, -QComboBox QAbstractItemView, -QTreeView, QListWidget, QListView, QTableWidget, QTableView, -QTextEdit, QTextBrowser { - background-color: #3c3f41; -} - - -QLabel, QTabBar::tab, QMenuBar::item, -QCheckBox, QGroupBox { - background-color: transparent; - selection-color: #bbbbbb; -} - -LinkLabel { - qproperty-linkColor: #3399FF; -} - -/* - * GroupBox and CheckBox - */ -QGroupBox { - border-top: 1px solid #2d2d2d; - margin-top: 0.5em; -} -QGroupBox::title { - subcontrol-origin: margin; - subcontrol-position: top left; - padding: 0 3px; -} -QCheckBox::indicator, -QGroupBox::indicator { - width: 13px; - height: 13px; -} - -QCheckBox::indicator:indeterminate:hover, -QGroupBox::indicator:indeterminate:hover { - background-color: #2222bb; -} -QCheckBox::indicator:indeterminate:pressed, -QGroupBox::indicator:indeterminate:pressed { - background-color: #22bb22; -} - -QLineEdit, QAbstractSpinBox, QComboBox, QPushButton { - background-color: #45494a; - - background-origin: border; - border: 1px solid #646464; - color: #bbbbbb; - padding: 0.1em 0.5em 0.1em 0.5em; - selection-background-color: #4b6eaf; -} -:read-only { - background-color: transparent; - border: 1px solid #535353; - color: #999999; -} -:no-frame { - border-width: 0; -} - -/* - * PushButton - * - */ - -QPushButton { - outline: 0; -} -QPushButton { - background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #515658, stop: 1.0 #44494b); - border: 1px solid #5f6161; - border-radius: 2px; - margin: 1px; - padding: 0.2em 0.8em 0.2em 0.8em; -} -QPushButton:hover { - background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop:0 #64686b, stop:1 #494c4e); -} -QPushButton:pressed { - border-style: inset; -} -QPushButton:default { - background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #344a64, stop: 1.0 #263549); -} -QPushButton:disabled { - background-color: transparent; - color: #999999; -} -QPushButton:open { - background-color: #4b6eaf; -} -QPushButton::menu-indicator { - subcontrol-origin: padding; - subcontrol-position: bottom right; -} - -/* - * ComboBox - */ -QComboBox { - border-radius: 2px; - min-width: 3em; - padding: 0px 1px 2px 3px; -} -QComboBox:!editable { - background-color: rgba(255, 255, 255, 0.05); -} -QComboBox::drop-down { - border-left: 1px solid #646464; -} - -QComboBox::down-arrow -{ - image: url(:/stylesheet/combobox-down.png); -} - -QComboBox QAbstractItemView { - border: 1px solid red; - selection-background-color: #d2d2d2; - selection-color: #404040; - show-decoration-selected: 1; -} - - -/* - * TabWidget and TabBar - */ -QTabWidget::pane { - background-color: transparent; - border: 1px solid #323232; -} -QTabWidget::pane:top { - top: -1px; -} -QTabWidget::pane:right { - right: -1px; -} -QTabWidget::pane:bottom { - bottom: -1px; -} -QTabWidget::pane:left { - left: -1px; -} -QTabBar::tab { - border: 1px solid #292b2d; - padding: 0.2em 0.8em 0.2em 0.8em; -} -QTabBar::tab:top { - border-top-left-radius: 4px; - border-top-right-radius: 4px; -} -QTabBar::tab:right { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; -} -QTabBar::tab:bottom { - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; -} -QTabBar::tab:left { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; -} -QTabBar::tab:selected { - background-color: #41516d; -} -QTabBar::tab:top:selected { - border-bottom-color: #41516d; -} -QTabBar::tab:right:selected { - border-left-color: #41516d; -} -QTabBar::tab:bottom:selected { - border-top-color: #41516d; -} -QTabBar::tab:left:selected { - border-right-color: #41516d; -} -QTabBar::tab:top:!selected { - margin-top: 2px; -} -QTabBar::tab:right:!selected { - margin-right: 2px; -} -QTabBar::tab:bottom:!selected { - margin-bottom: 2px; -} -QTabBar::tab:left:!selected { - margin-left: 2px; -} - -/* - * Table - */ - -QTableWidget, -QTableView { - border: 1px solid #323232; - alternate-background-color: #414547; -} -QHeaderView::section { - background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop:0 #54585b, stop:1 #393c3e); - color: #bbbbbb; - padding: 1px 2px 1px 4px; - - border: 1px solid #323232; - border-top-width: 0; - border-left-color: #5e6163; - border-right-color: #2a2c2d; -} -QHeaderView::section:hover { - background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop:0 #64686b, stop:1 #494c4e); - border-bottom-color: #424242; -} -QHeaderView::section:first { - border-left-width: 0; -} -QHeaderView::section:last { - border-right-width: 0; -} - -/* - * Menu and MenuBar - */ -QMenuBar { - border-bottom: 2px solid qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop:0 #282828, stop:1 #555555); -} -QMenuBar::item:pressed { - background-color: #4b6eaf; -} -QMenuBar::item:selected:!pressed { - background-color: #585b5d; -} -QMenu { - border: 1px solid #2d2d2d; -} -QMenu::item:disabled { - color: #999999; -} -QMenu::item:selected { - background-color: #4b6eaf; -} -QMenu::icon { - border: 0px solid transparent; - background-color: transparent; -} -QMenu::icon:checked { - background-color: blue; - border: 1px inset red; - position: absolute; - top: 1px; - right: 1px; - bottom: 1px; - left: 1px; -} -QMenu::separator { - height: 2px; - background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop:0 #282a2b, stop:1 #45484b); - margin: 0 1px; -} - - -/* - * Scroll bar - */ -QScrollBar:vertical { - background-color: transparent; - margin: 0; - height: 1px; - width: 12px; -} -QScrollBar:horizontal { - background-color: transparent; - margin: 0; - height: 12px; - width: 1px; -} -QScrollBar::handle { - border: 1px solid #555555; - border-radius: 4px; - margin: 1px; -} -QScrollBar::handle:vertical { - background-color: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop:0 #5c5c5c, stop:1 #515151); - min-height: 20px; - min-width: 8px; -} -QScrollBar::handle:vertical:hover { - background-color: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop:0 #666666, stop:1 #5b5b5b); -} -QScrollBar::handle:horizontal { - background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop:0 #5c5c5c, stop:1 #515151); - min-height: 8px; - min-width: 20px; -} -QScrollBar::handle:horizontal:hover { - background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop:0 #666666, stop:1 #5b5b5b); -} -QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical, -QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal { - background-color: transparent; -} -QScrollBar::add-line:vertical, QScrollBar::sub-line:vertical, -QScrollBar::add-line:horizontal, QScrollBar::sub-line:horizontal { - height: 0; - width: 0; -} - - -/* - * QAbstractItemView modifications - */ -QAbstractItemView { - border: 1px solid #323232; - selection-color: #bbbbbb; - selection-background-color: #4b6eaf; - alternate-background-color: #414547; - show-decoration-selected: 1; - outline: 0; -} -QListWidgetItem, -QTreeWidgetItem { - background-color: red; - color: yellow; - border: 1px solid purple; -} -QAbstractItemView::text { - color: #bbbbbb; -} -QTreeView::branch:hover, -QAbstractItemView::item:hover { - background-color: rgba(255, 255, 255, 0.05); -} -QTreeView::branch:selected:active, -QAbstractItemView::item:selected { - background-color: #4b6eaf; -} - -QTreeView::branch:has-siblings:adjoins-item, -QTreeView::branch:has-siblings:!adjoins-item, -QTreeView::branch:!has-children:!has-siblings:adjoins-item { - border-image: none; -} -QTreeView::branch:has-children:!has-siblings:closed, -QTreeView::branch:closed:has-children:has-siblings { - border-image: none; - image: url(:/stylesheet/branch-closed.png); -} -QTreeView::branch:open:has-children:!has-siblings, -QTreeView::branch:open:has-children:has-siblings { - border-image: none; - image: url(:/stylesheet/branch-open.png); -} - -QAbstractItemView[filtered=true] { - border: 2px solid #f00 !important; -} - -/* - * Tool bar - */ - -QToolBar { - border-width: 0; -} - -/* - * ToolTip - */ - -QToolTip, QTipLabel { - border: 1px solid #9a9a66; - border-radius: 3px; - background: #5c5c42; - color: #bbbbbb; - margin: 0; - padding: 0; -} - -SaveGameInfoWidget { - background-color: qlineargradient(x1: 0, y1: 0.6, x2: 0, y2: 1, stop: 0 rgba(52,74,100,100%), stop: 1.0 rgba(38,53,73,10%)); -} - -/* - * Downloads - */ - - DownloadListView QLabel#installLabel { - color: none; -} - -DownloadListView[downloadView=standard]::item { - padding: 16px; -} - -DownloadListView[downloadView=compact]::item { - padding: 4px; -} - -DownloadListView::item:hover { - padding: 0px; -} - -DownloadListView::item:selected { - padding: 0px; -} - -QStatusBar::item {border: None;} - -QProgressBar -{ - border: 2px solid grey; - border-radius: 5px; - text-align: center; -} - -QProgressBar::chunk -{ - background-color: #427683; -} - -QLineEdit[valid-filter=false] { - background-color: #661111 !important; -} diff --git a/stylesheets/skyrim.qss b/stylesheets/skyrim.qss deleted file mode 100644 index 71b9360..0000000 --- a/stylesheets/skyrim.qss +++ /dev/null @@ -1,670 +0,0 @@ -/*!************************************* - Skyrim -**************************************** - Author: chintsu_kun - Version: 2.1.0 - Licence: GNU General Public License v3.0 (https://www.gnu.org/licenses/gpl-3.0.en.html) - Url: https://github.com/nikolay-borzov/modorganizer-themes -**************************************** -*/ -/* For some reason applying background-color or border fixes paddings properties */ -QListWidget::item { - border-width: 0; } - -/* Don't override install label on download widget. - MO2 assigns color depending on download state */ -#installLabel { - color: none; } - -/* Make `background-color` work for :hover, :focus and :pressed states */ -QToolButton { - border: none; } - -QWidget { - background-color: #000; - color: #F1F1F1; } - -* { - /* Remove outline */ - outline: 0; - /* Text highlight */ - selection-background-color: #000; - selection-color: white; } - -/* Disabled text */ -*:disabled, -QListView::item:disabled, -*::item:selected:disabled { - color: #656565; } - -/* Line heights */ -QListView::item, -QTreeWidget::item, -QTreeView::item { - padding: 0.3em 0; } - -/* Increase row height to fit inputs */ -#modList::item, -#settingsTree::item, -#pluginSettingsList::item, -#espList::item, -#savegameList::item { - min-height: 34px; - padding: 0; } - #modList::item QComboBox, - #modList::item QLineEdit, - #modList::item QComboBox:editable, - #modList::item QAbstractSpinBox, - #settingsTree::item QComboBox, - #settingsTree::item QLineEdit, - #settingsTree::item QComboBox:editable, - #settingsTree::item QAbstractSpinBox, - #pluginSettingsList::item QComboBox, - #pluginSettingsList::item QLineEdit, - #pluginSettingsList::item QComboBox:editable, - #pluginSettingsList::item QAbstractSpinBox, - #espList::item QComboBox, - #espList::item QLineEdit, - #espList::item QComboBox:editable, - #espList::item QAbstractSpinBox { - margin: 2px; } - -QAbstractItemView { - color: #C0C0C0; - background-color: #000; - alternate-background-color: #000; - border-color: #999; } - -QAbstractItemView, -QListView, -QTreeView { - show-decoration-selected: 1; } - -QAbstractItemView[filtered=true] { - background-color: #f00 !important; -} - -QAbstractItemView::item:hover, -QListView::item:hover, -QTreeView::branch:hover, -QTreeWidget::item:hover { - color: #fff; - background-color: #121212; } - -QAbstractItemView::item:selected:disabled, -QListView::item:selected:disabled, -QTreeView::branch:selected:disabled, -QTreeWidget::item:selected:disabled { - background-color: #121212; } - -QAbstractItemView::item:selected { - background-color: #5F5F5E; - color: #fff; } - -/* Trees and Lists #QTreeView, #QListView*/ -QTreeView::branch:selected { - background-color: #5F5F5E; } - -QTreeView::branch:closed:has-children { - image: url(./skyrim/arrow-right.png); } - -QTreeView::branch:open:has-children { - image: url(./skyrim/branch-opened.png); } - -QListView::item { - color: #C0C0C0; } - -/* Text areas and text fields #QTextEdit, #QLineEdit, #QWebView */ -QLabel { - background-color: transparent; } - -LinkLabel { - qproperty-linkColor: #3399FF; } - -/* Font size */ -QLabel, -QTextEdit, -QLineEdit, -QWebView, -QComboBox, -QComboBox:editable, -QAbstractSpinBox, -QGroupBox, -QCheckBox, -QRadioButton { - font-size: 14px; } - -/* Inputs */ -QTextEdit, -QLineEdit, -QWebView, -QComboBox, -QComboBox:editable, -QAbstractSpinBox { - min-height: 24px; - border: none; - background-color: #141414; - padding: 3px 5px; } - QTextEdit:hover, QTextEdit:focus, - QLineEdit:hover, - QLineEdit:focus, - QWebView:hover, - QWebView:focus, - QComboBox:hover, - QComboBox:focus, - QComboBox:editable:hover, - QComboBox:editable:focus, - QAbstractSpinBox:hover, - QAbstractSpinBox:focus { - background-color: #212121; } - -QLineEdit { - margin-top: 0; - /* Clear button */ - /* Increase version text field width */ - /* Fix margins on tabs pane */ } - QLineEdit QToolButton, - QLineEdit QToolButton:hover { - background: none; - margin-top: 1px; } - QLineEdit#espFilterEdit QToolButton { - margin-top: -2px; - margin-bottom: 1px; } - QLineEdit#modFilterEdit { - margin-top: 2px; } - QLineEdit#versionEdit { - max-width: 90px; } - QLineEdit#espFilterEdit { - margin: 0 0 6px 0; } - QLineEdit#downloadView { - margin: 4px 4px 0 4px; } - QLineEdit#showHiddenBox { - margin: 0 0 4px 4px; } - QLineEdit#downloadFilterEdit { - margin: 0 4px 4px 0; } - -/* Drop-downs #QComboBox*/ -QComboBox { - padding-left: 5px; - margin: 3px 0 1px 0; } - QComboBox:on { - background-color: #212121; } - QComboBox:editable { - padding-left: 3px; } - QComboBox::drop-down { - width: 20px; - subcontrol-origin: padding; - subcontrol-position: top right; - border: none; } - QComboBox::down-arrow { - image: url(./skyrim/arrow-down.png); } - QComboBox QAbstractItemView { - background-color: #000; - selection-background-color: #212121; } - -/* Toolbar */ -QToolBar { - border: none; } - QToolBar::separator { - image: url(./skyrim/separator.png); } - -QToolButton { - margin: 0 4px 0 4px; - padding: 5px; - /* Scrollers */ } - QToolButton:hover, QToolButton:focus { - background-color: #121212; } - QToolButton:pressed { - background-color: #5F5F5E; } - QToolButton::menu-indicator { - image: url(./skyrim/arrow-down.png); - margin: 0 4px 4px 0; } - QToolButton::menu-indicator:pressed, QToolButton::menu-indicator:open { - image: url(./skyrim/arrow-right.png); } - QTabBar QToolButton { - background-color: #000; - padding: 1px; - margin: 0; } - QTabBar QToolButton::right-arrow { - image: url(./skyrim/arrow-right.png); } - QTabBar QToolButton::left-arrow { - image: url(./skyrim/arrow-left.png); } - -/* Group Boxes #QGroupBox */ -QGroupBox { - padding: 1em .3em .3em .3em; - margin-top: .65em; - border: 1px solid #999; } - QGroupBox::title { - subcontrol-origin: margin; - subcontrol-position: top left; - padding: 5px; - left: 10px; } - -/* LCD Count */ -QLCDNumber { - border-color: #999; - border-style: solid; - border-width: 1px; } - -/* Buttons #QPushButton */ -QPushButton { - min-height: 18px; - padding: 2px 5px; - border-style: solid; - background-color: transparent; - border-width: 0 15px 0 15px; - border-color: transparent; - /* Dialog buttons */ - /* Show categories */ - /* Run */ - /* Mod info dialog images tab */ } - QPushButton:hover, QPushButton:checked:hover { - border-image: url(./skyrim/button-border.png) 0 15 no-repeat; } - QPushButton:checked { - border-image: url(./skyrim/button-checked-border.png) 0 15 repeat; } - QPushButton:disabled { - color: #656565; } - QPushButton::menu-indicator { - image: url(./skyrim/arrow-down.png); - subcontrol-origin: padding; - subcontrol-position: center right; - padding-right: 5%; } - QDialog QPushButton { - font-weight: bold; - font-size: 15px; - min-width: 1.5em; - padding-left: .5em; - padding-right: .5em; } - QPushButton#displayCategoriesBtn { - min-width: 20px; } - QPushButton#startButton:hover { - border-image: url(./skyrim/button-big-border.png) 0 15 repeat; } - QPushButton#startButton:checked { - border-image: url(./skyrim/button-big-border.png) 0 15 repeat; } - QPushButton#unlockButton { - margin: 10px 20px; } - QPushButton + QPushButton { - margin: 10px 0 0 0; } - #tabImages QPushButton { - background-color: transparent; - border: none; - margin: 0 .3em; - padding: 0; } - #tabImages QPushButton:hover { - background-color: #121212; } - #settingsTree::item QPushButton { - border-image: none; } - -/* Check boxes and Radio buttons common #QCheckBox, #QRadioButton */ -QGroupBox::indicator, -QTreeView::indicator, -QCheckBox::indicator { - background-color: transparent; - border: none; - width: 20px; - height: 20px; } - QGroupBox::indicator:checked, QGroupBox::indicator:indeterminate, - QTreeView::indicator:checked, - QTreeView::indicator:indeterminate, - QCheckBox::indicator:checked, - QCheckBox::indicator:indeterminate { - image: url(./skyrim/checkbox-checked.png); } - QGroupBox::indicator:checked:hover, QGroupBox::indicator:indeterminate:hover, - QTreeView::indicator:checked:hover, - QTreeView::indicator:indeterminate:hover, - QCheckBox::indicator:checked:hover, - QCheckBox::indicator:indeterminate:hover { - image: url(./skyrim/checkbox-checked-hover.png); } - QGroupBox::indicator:checked:disabled, QGroupBox::indicator:indeterminate:disabled, - QTreeView::indicator:checked:disabled, - QTreeView::indicator:indeterminate:disabled, - QCheckBox::indicator:checked:disabled, - QCheckBox::indicator:indeterminate:disabled { - image: url(./skyrim/checkbox-checked-disabled.png); } - QGroupBox::indicator:unchecked, - QTreeView::indicator:unchecked, - QCheckBox::indicator:unchecked { - image: url(./skyrim/checkbox.png); } - QGroupBox::indicator:unchecked:hover, - QTreeView::indicator:unchecked:hover, - QCheckBox::indicator:unchecked:hover { - image: url(./skyrim/checkbox-hover.png); } - QGroupBox::indicator:unchecked:disabled, - QTreeView::indicator:unchecked:disabled, - QCheckBox::indicator:unchecked:disabled { - image: url(./skyrim/checkbox-disabled.png); } - -/* Check boxes special */ -QTreeWidget#bsaList::indicator { - width: 10px; - height: 15px; } - QTreeWidget#bsaList::indicator:checked { - image: url(./skyrim/checkbox-alt-checked.png); } - QTreeWidget#bsaList::indicator:unchecked { - image: url(./skyrim/checkbox-alt-unchecked.png); } - QTreeWidget#bsaList::indicator:unchecked:hover { - image: url(./skyrim/checkbox-alt-unchecked-hover.png); } - -/* Radio buttons #QRadioButton */ -QRadioButton::indicator { - width: 16px; - height: 16px; } - QRadioButton::indicator::checked { - image: url(./skyrim/radio-checked.png); } - QRadioButton::indicator::unchecked { - image: url(./skyrim/radio.png); } - QRadioButton::indicator::unchecked:hover { - image: url(./skyrim/radio-hover.png); } - -/* Spinners #QSpinBox, #QDoubleSpinBox */ -QAbstractSpinBox { - margin: 1px; } - QAbstractSpinBox::up-button, QAbstractSpinBox::down-button { - border-style: solid; - border-width: 1px; - subcontrol-origin: padding; } - QAbstractSpinBox::up-button:hover, QAbstractSpinBox::down-button:hover { - background-color: #141414; } - QAbstractSpinBox::up-button { - subcontrol-position: top right; } - QAbstractSpinBox::down-button { - subcontrol-position: bottom right; } - QAbstractSpinBox::up-arrow { - image: url(./skyrim/arrow-up.png); } - QAbstractSpinBox::down-arrow { - image: url(./skyrim/arrow-down.png); } - -/* Scroll Bars #QAbstractScrollArea, #QScrollBar*/ -/* Assigning background still leaves not filled area */ -QAbstractScrollArea::corner { - background-color: transparent; } - -QScrollBar { - background-color: transparent; - border: none; - /* Since QTextEdit:hover doesn't work set focus input background */ } - QScrollBar:horizontal { - height: 12px; - border: none; - margin: 0 17px 0 17px; } - QScrollBar:vertical { - width: 12px; - border: none; - margin: 17px 0 17px 0; } - QScrollBar::handle { - border: 1px solid rgba(243, 243, 243, 0.88); - background-color: rgba(255, 255, 255, 0.6); } - QScrollBar::handle:horizontal { - min-width: 32px; - margin: 1px 0 1px 0; } - QScrollBar::handle:vertical { - min-height: 32px; - margin: 0 1px 0 1px; } - QScrollBar::add-line, QScrollBar::sub-line { - background-color: transparent; - border: none; - subcontrol-origin: margin; } - QScrollBar::add-line:horizontal, QScrollBar::sub-line:horizontal { - width: 17px; } - QScrollBar::add-line:vertical, QScrollBar::sub-line:vertical { - height: 17px; } - QScrollBar::add-line:horizontal { - subcontrol-position: right; } - QScrollBar::add-line:vertical { - subcontrol-position: bottom; } - QScrollBar::sub-line:horizontal { - subcontrol-position: left; } - QScrollBar::sub-line:vertical { - subcontrol-position: top; } - QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal { - background: url(./skyrim/scrollbar-horizontal.png) center center repeat-x; } - QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical { - background: url(./skyrim/scrollbar-vertical.png) center center repeat-y; } - QScrollBar::up-arrow:vertical { - image: url(./skyrim/scrollbar-up.png); } - QScrollBar::down-arrow:vertical { - image: url(./skyrim/scrollbar-down.png); } - QScrollBar::right-arrow:horizontal { - image: url(./skyrim/scrollbar-right.png); } - QScrollBar::left-arrow:horizontal { - image: url(./skyrim/scrollbar-left.png); } - QTextEdit QScrollBar::up-arrow:vertical, - QTextEdit QScrollBar::down-arrow:vertical, - QTextEdit QScrollBar::right-arrow:horizontal, - QTextEdit QScrollBar::left-arrow:horizontal { - background-color: #212121; } - -/* Scroll Area #QScrollArea*/ -QScrollArea { - border-color: transparent; - border-style: solid; - border-width: 1px; } - -/* Sliders #QSlider */ -QSlider::groove:horizontal { - background: url(./skyrim/scrollbar-horizontal.png) repeat-x; - border-style: solid; - border-width: 0 17px; - border-color: transparent; - height: 12px; - margin: 0; - border-image: url(./skyrim/slider-border.png) 0 17 round; } - -QSlider::handle:horizontal { - background: url(./skyrim/slider-handle.png); - width: 18px; - height: 20px; - margin: -4px 0; - subcontrol-origin: margin; } - -/* Header Rows and Tables (Configure Mod Categories) #QTableView, #QHeaderView */ -QTableView { - gridline-color: transparent; - selection-background-color: #5F5F5E; - selection-color: #C0C0C0; } - QTableView QTableCornerButton::section { - background-color: transparent; - border-color: #999; - border-style: solid; - border-width: 0 1px 1px 0; } - -QHeaderView { - border: none; } - QHeaderView::section { - background-color: transparent; - border-color: #999; - /* 17px to have some place for sort indicator */ - padding: 3px 17px 3px 5px; - border-style: solid; } - QHeaderView::section:horizontal { - border-width: 0 0 1px 0; } - QHeaderView::section:vertical { - border-width: 0 1px 0 0; } - QHeaderView::section:hover { - background: #121212; - color: #fff; } - QHeaderView::up-arrow, QHeaderView::down-arrow { - subcontrol-origin: content; - subcontrol-position: center right; - width: 7px; - height: 7px; - margin-right: 7px; } - QHeaderView::up-arrow { - image: url(./skyrim/arrow-up.png); } - QHeaderView::down-arrow { - image: url(./skyrim/arrow-down.png); } - -/* Context menus, toolbar drop-downs #QMenu */ -QMenuBar { - background-color: #000; -} - -QMenuBar::item:selected { - background-color: #121212; -} - -QMenu { - background-color: transparent; } - QMenu::item, - QMenu QPushButton { - padding: 6px 20px; } - QMenu::item:selected { - background-color: #121212; } - QMenu::item:disabled { - background-color: transparent; } - QMenu::separator { - height: 3px; - margin: 1px 0; - background: url(./skyrim/context-menu-separator.png) repear-x; } - QMenu::icon { - margin: 1px; } - QMenu::right-arrow { - image: url(./skyrim/arrow-right.png); - subcontrol-origin: padding; - subcontrol-position: center right; - padding-right: .5em; } - QMenu QPushButton { - /* Cancel styles */ - border: none; - text-align: left; } - QMenu QPushButton:hover { - background-color: #121212; } - QMenu QCheckBox, - QMenu QRadioButton { - background-color: transparent; - padding: 5px 2px; } - -/* Tool tips #QToolTip, #SaveGameInfoWidget */ -QToolTip { - background-color: transparent; - color: #C0C0C0; - padding: 0; } - -SaveGameInfoWidget { - background-color: #121212; - color: #C0C0C0; } - -QStatusBar::item {border: None;} - -/* Progress Bars (Downloads) #QProgressBar */ -QProgressBar { - background-color: transparent; - color: transparent; - height: 14px; - margin: 0 0px; - border-width: 4px 21px; - border-style: solid; - border-color: transparent; - border-image: url(./skyrim/progress-bar-border.png) 4 21 repeat repeat; } - QProgressBar::chunk { - background: url(./skyrim/progress-bar-chunk.png) center center repeat-x qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 #95BED9, stop:0.78781 #6EB9CE); } - -DownloadListView[downloadView=standard]::item { - padding: 15px; -} - -DownloadListView[downloadView=compact]::item { - padding: 4px; -} - -/* Right Pane and Tab Bars #QTabWidget, #QTabBar */ -QTabWidget::pane { - border: none; - top: 0; } - -QTabBar { - text-transform: uppercase; - max-height: 22px; } - QTabBar::tab { - color: #C0C0C0; - background-color: transparent; - padding: 4px .5em; - margin: 0 0 .3em 0; - border-style: solid; - border-width: 0 15px 0 15px; - border-color: transparent; } - QTabBar::tab:hover { - color: #fff; } - QTabBar::tab:selected { - color: #fff; - border-image: url(./skyrim/button-checked-border.png) 0 15 repeat; } - QTabBar::tab:disabled { - color: #656565; } - QTabBar::scroller { - width: 23px; } - -/* Border images */ -ModListView, -QTreeView, -ModListView#modList, -QTreeWidget, -QListView, -QTableView, -QDialog#LockedDialog { - border-width: 20px; - border-color: transparent; - border-image: url(./skyrim/border-image.png) 27 repeat repeat; } - -QMenu, -QToolTip { - border-width: 17px; - border-color: transparent; - border-image: url(./skyrim/border-image.png) 27 repeat repeat; } - -/* Special styles */ -/* Increase categories tab width */ -QTreeWidget#categoriesList { - min-width: 200px; } - QTreeWidget#categoriesList::item { - background-position: center left; - background-repeat: no-repeat; - padding: .35em 10px; } - QTreeWidget#categoriesList::item:has-children { - background-image: url(./skyrim/arrow-right.png); } - QTreeWidget#categoriesList::item:has-children:open { - background-image: url(./skyrim/branch-opened.png); } - -/* Add some space around buttons */ -#QueryOverwriteDialog QPushButton { - margin-left: 0.5em; } - -#SimpleInstallDialog QPushButton { - margin-top: 0.5em; } - -#ProfilesDialog QPushButton { - margin-bottom: 0.5em; } - -#ProfilesDialog QPushButton#closeButton { - margin-bottom: 0; } - -#EditExecutablesDialog QPushButton#addButton, -#EditExecutablesDialog QPushButton#removeButton { - margin-bottom: 0.5em; - margin-top: 1em; } - -/* Increase dialogs width to prevent buttons cutting */ -QDialog#QueryOverwriteDialog { - min-width: 565px; } - -QDialog#ModInfoDialog { - min-width: 940px; } - -QDialog#BainComplexInstallerDialog { - min-width: 500px; } - -QDialog#EditExecutablesDialog { - min-width: 500px; } - -QDialog#SettingsDialog { - min-width: 670px; } - -QDialog#CredentialsDialog { - min-width: 400px; } - -#pluginsList { - min-width: 260px; } - -QLineEdit[valid-filter=false] { - background-color: #661111 !important; -} diff --git a/stylesheets/skyrim/arrow-down.png b/stylesheets/skyrim/arrow-down.png deleted file mode 100644 index 276fd46..0000000 Binary files a/stylesheets/skyrim/arrow-down.png and /dev/null differ diff --git a/stylesheets/skyrim/arrow-left.png b/stylesheets/skyrim/arrow-left.png deleted file mode 100644 index be70722..0000000 Binary files a/stylesheets/skyrim/arrow-left.png and /dev/null differ diff --git a/stylesheets/skyrim/arrow-right.png b/stylesheets/skyrim/arrow-right.png deleted file mode 100644 index a5840a4..0000000 Binary files a/stylesheets/skyrim/arrow-right.png and /dev/null differ diff --git a/stylesheets/skyrim/arrow-up.png b/stylesheets/skyrim/arrow-up.png deleted file mode 100644 index 1e5e3f9..0000000 Binary files a/stylesheets/skyrim/arrow-up.png and /dev/null differ diff --git a/stylesheets/skyrim/border-image.png b/stylesheets/skyrim/border-image.png deleted file mode 100644 index cd9450a..0000000 Binary files a/stylesheets/skyrim/border-image.png and /dev/null differ diff --git a/stylesheets/skyrim/border-image1.png b/stylesheets/skyrim/border-image1.png deleted file mode 100644 index df68a48..0000000 Binary files a/stylesheets/skyrim/border-image1.png and /dev/null differ diff --git a/stylesheets/skyrim/border-image2.png b/stylesheets/skyrim/border-image2.png deleted file mode 100644 index cccf739..0000000 Binary files a/stylesheets/skyrim/border-image2.png and /dev/null differ diff --git a/stylesheets/skyrim/branch-opened.png b/stylesheets/skyrim/branch-opened.png deleted file mode 100644 index 8dc7d01..0000000 Binary files a/stylesheets/skyrim/branch-opened.png and /dev/null differ diff --git a/stylesheets/skyrim/button-big-border.png b/stylesheets/skyrim/button-big-border.png deleted file mode 100644 index f5d0ec4..0000000 Binary files a/stylesheets/skyrim/button-big-border.png and /dev/null differ diff --git a/stylesheets/skyrim/button-border.png b/stylesheets/skyrim/button-border.png deleted file mode 100644 index 158890e..0000000 Binary files a/stylesheets/skyrim/button-border.png and /dev/null differ diff --git a/stylesheets/skyrim/button-checked-border.png b/stylesheets/skyrim/button-checked-border.png deleted file mode 100644 index 7ece413..0000000 Binary files a/stylesheets/skyrim/button-checked-border.png and /dev/null differ diff --git a/stylesheets/skyrim/checkbox-alt-checked.png b/stylesheets/skyrim/checkbox-alt-checked.png deleted file mode 100644 index 3f4662c..0000000 Binary files a/stylesheets/skyrim/checkbox-alt-checked.png and /dev/null differ diff --git a/stylesheets/skyrim/checkbox-alt-unchecked-hover.png b/stylesheets/skyrim/checkbox-alt-unchecked-hover.png deleted file mode 100644 index 69e11fd..0000000 Binary files a/stylesheets/skyrim/checkbox-alt-unchecked-hover.png and /dev/null differ diff --git a/stylesheets/skyrim/checkbox-alt-unchecked.png b/stylesheets/skyrim/checkbox-alt-unchecked.png deleted file mode 100644 index a9b5102..0000000 Binary files a/stylesheets/skyrim/checkbox-alt-unchecked.png and /dev/null differ diff --git a/stylesheets/skyrim/checkbox-checked-disabled.png b/stylesheets/skyrim/checkbox-checked-disabled.png deleted file mode 100644 index c519263..0000000 Binary files a/stylesheets/skyrim/checkbox-checked-disabled.png and /dev/null differ diff --git a/stylesheets/skyrim/checkbox-checked-hover.png b/stylesheets/skyrim/checkbox-checked-hover.png deleted file mode 100644 index 0ca3d2b..0000000 Binary files a/stylesheets/skyrim/checkbox-checked-hover.png and /dev/null differ diff --git a/stylesheets/skyrim/checkbox-checked.png b/stylesheets/skyrim/checkbox-checked.png deleted file mode 100644 index 68da200..0000000 Binary files a/stylesheets/skyrim/checkbox-checked.png and /dev/null differ diff --git a/stylesheets/skyrim/checkbox-disabled.png b/stylesheets/skyrim/checkbox-disabled.png deleted file mode 100644 index ad264e5..0000000 Binary files a/stylesheets/skyrim/checkbox-disabled.png and /dev/null differ diff --git a/stylesheets/skyrim/checkbox-hover.png b/stylesheets/skyrim/checkbox-hover.png deleted file mode 100644 index 8e90ba6..0000000 Binary files a/stylesheets/skyrim/checkbox-hover.png and /dev/null differ diff --git a/stylesheets/skyrim/checkbox.png b/stylesheets/skyrim/checkbox.png deleted file mode 100644 index 3450381..0000000 Binary files a/stylesheets/skyrim/checkbox.png and /dev/null differ diff --git a/stylesheets/skyrim/context-menu-separator.png b/stylesheets/skyrim/context-menu-separator.png deleted file mode 100644 index f566ca7..0000000 Binary files a/stylesheets/skyrim/context-menu-separator.png and /dev/null differ diff --git a/stylesheets/skyrim/progress-bar-border.png b/stylesheets/skyrim/progress-bar-border.png deleted file mode 100644 index 676f0de..0000000 Binary files a/stylesheets/skyrim/progress-bar-border.png and /dev/null differ diff --git a/stylesheets/skyrim/progress-bar-chunk.png b/stylesheets/skyrim/progress-bar-chunk.png deleted file mode 100644 index b9d3139..0000000 Binary files a/stylesheets/skyrim/progress-bar-chunk.png and /dev/null differ diff --git a/stylesheets/skyrim/radio-checked.png b/stylesheets/skyrim/radio-checked.png deleted file mode 100644 index 8902283..0000000 Binary files a/stylesheets/skyrim/radio-checked.png and /dev/null differ diff --git a/stylesheets/skyrim/radio-hover.png b/stylesheets/skyrim/radio-hover.png deleted file mode 100644 index eda643c..0000000 Binary files a/stylesheets/skyrim/radio-hover.png and /dev/null differ diff --git a/stylesheets/skyrim/radio.png b/stylesheets/skyrim/radio.png deleted file mode 100644 index 57cd398..0000000 Binary files a/stylesheets/skyrim/radio.png and /dev/null differ diff --git a/stylesheets/skyrim/scrollbar-down.png b/stylesheets/skyrim/scrollbar-down.png deleted file mode 100644 index 76feeea..0000000 Binary files a/stylesheets/skyrim/scrollbar-down.png and /dev/null differ diff --git a/stylesheets/skyrim/scrollbar-horizontal.png b/stylesheets/skyrim/scrollbar-horizontal.png deleted file mode 100644 index 7ebfe65..0000000 Binary files a/stylesheets/skyrim/scrollbar-horizontal.png and /dev/null differ diff --git a/stylesheets/skyrim/scrollbar-left.png b/stylesheets/skyrim/scrollbar-left.png deleted file mode 100644 index 77a6078..0000000 Binary files a/stylesheets/skyrim/scrollbar-left.png and /dev/null differ diff --git a/stylesheets/skyrim/scrollbar-right.png b/stylesheets/skyrim/scrollbar-right.png deleted file mode 100644 index e8a67d4..0000000 Binary files a/stylesheets/skyrim/scrollbar-right.png and /dev/null differ diff --git a/stylesheets/skyrim/scrollbar-up.png b/stylesheets/skyrim/scrollbar-up.png deleted file mode 100644 index 64c9665..0000000 Binary files a/stylesheets/skyrim/scrollbar-up.png and /dev/null differ diff --git a/stylesheets/skyrim/scrollbar-vertical.png b/stylesheets/skyrim/scrollbar-vertical.png deleted file mode 100644 index cdd5b04..0000000 Binary files a/stylesheets/skyrim/scrollbar-vertical.png and /dev/null differ diff --git a/stylesheets/skyrim/separator.png b/stylesheets/skyrim/separator.png deleted file mode 100644 index 9867bab..0000000 Binary files a/stylesheets/skyrim/separator.png and /dev/null differ diff --git a/stylesheets/skyrim/slider-border.png b/stylesheets/skyrim/slider-border.png deleted file mode 100644 index 64ef3eb..0000000 Binary files a/stylesheets/skyrim/slider-border.png and /dev/null differ diff --git a/stylesheets/skyrim/slider-handle.png b/stylesheets/skyrim/slider-handle.png deleted file mode 100644 index e400cd3..0000000 Binary files a/stylesheets/skyrim/slider-handle.png and /dev/null differ diff --git a/stylesheets/vs15 Dark-Green.qss b/stylesheets/vs15 Dark-Green.qss deleted file mode 100644 index 8bb542f..0000000 --- a/stylesheets/vs15 Dark-Green.qss +++ /dev/null @@ -1,920 +0,0 @@ -/*!************************************* - VS15 Dark -**************************************** - Author: chintsu_kun, holt59, MO2 Team - Version: 2.5.0 - Licence: GNU General Public License v3.0 (https://www.gnu.org/licenses/gpl-3.0.en.html) - Url: https://github.com/nikolay-borzov/modorganizer-themes -**************************************** -*/ -/* For some reason applying background-color or border fixes paddings properties */ -QListWidget::item { - border-width: 0; -} - -/* Don't override install label on download widget. - MO2 assigns color depending on download state */ -#installLabel { - color: none; -} - -/* Make `background-color` work for :hover, :focus and :pressed states */ -QToolButton { - border: none; -} - -/* Main Window */ -QWidget { - background-color: #2d2d30; - color: #f1f1f1; -} - -QWidget::disabled { - color: #656565; -} - -/* Common */ -/* remove outline */ -* { - outline: 0; -} - -*:disabled, -QListView::item:disabled, -*::item:selected:disabled { - color: #656565; -} - -/* line heights */ -/* QTreeView#fileTree::item - currently have problem with size column vertical - text align */ -#bsaList::item, -#dataTree::item, -#modList::item, -#categoriesTree::item, -#savegameList::item, -#tabConflicts QTreeWidget::item { - padding: 0.3em 0; -} - -QListView::item, -QTreeView#espList::item { - padding: 0.3em 0; -} - -/* to enable border color */ -QTreeView, -QListView, -QTextEdit, -QWebView, -QTableView { - border-style: solid; - border-width: 1px; -} - -QAbstractItemView { - color: #dcdcdc; - background-color: #1e1e1e; - alternate-background-color: #262626; - border-color: #3f3f46; -} - -QAbstractItemView::item:selected, -QAbstractItemView::item:selected:hover, -QAbstractItemView::item:alternate:selected, -QAbstractItemView::item:alternate:selected:hover { - color: #f1f1f1; - background-color: #009933; -} - -QAbstractItemView[filtered=true] { - border: 2px solid #f00 !important; -} - -QAbstractItemView, -QListView, -QTreeView { - show-decoration-selected: 1; -} - -QAbstractItemView::item:hover, -QAbstractItemView::item:alternate:hover, -QAbstractItemView::item:disabled:hover, -QAbstractItemView::item:alternate:disabled:hover QListView::item:hover, -QTreeView::branch:hover, -QTreeWidget::item:hover { - background-color: rgba(0, 153, 51, 0.3); -} - -QAbstractItemView::item:selected:disabled, -QAbstractItemView::item:alternate:selected:disabled, -QListView::item:selected:disabled, -QTreeView::branch:selected:disabled, -QTreeWidget::item:selected:disabled { - background-color: rgba(0, 153, 51, 0.3); -} - -QTreeView::branch:selected, -#bsaList::branch:selected { - background-color: #009933; -} - -QLabel { - background-color: transparent; -} - -LinkLabel { - qproperty-linkColor: #009933; -} - -/* Left Pane & File Trees #QTreeView, #QListView*/ -QTreeView::branch:closed:has-children { - image: url(./vs15/branch-closed.png); -} - -QTreeView::branch:open:has-children { - image: url(./vs15/branch-open.png); -} - -QListView::item { - color: #f1f1f1; -} - -/* Text areas and text fields #QTextEdit, #QLineEdit, #QWebView */ -QTextEdit, -QWebView, -QLineEdit, -QAbstractSpinBox, -QAbstractSpinBox::up-button, -QAbstractSpinBox::down-button, -QComboBox { - background-color: #333337; - border-color: #3f3f46; -} - -QLineEdit:hover, -QAbstractSpinBox:hover, -QTextEdit:hover, -QComboBox:hover, -QComboBox:editable:hover { - border-color: #009933; -} - -QLineEdit:focus, -QAbstractSpinBox::focus, -QTextEdit:focus, -QComboBox:focus, -QComboBox:editable:focus, -QComboBox:on { - background-color: #3f3f46; - border-color: #009933; -} - -QComboBox:on { - border-bottom-color: #3f3f46; -} - -QLineEdit, -QAbstractSpinBox { - min-height: 15px; - padding: 2px; - border-style: solid; - border-width: 1px; -} - -QLineEdit { - margin-top: 0; -} - -/* clear button */ -QLineEdit QToolButton, -QLineEdit QToolButton:hover { - background: none; - margin-top: 1px; -} - -QLineEdit#espFilterEdit QToolButton { - margin-top: -2px; - margin-bottom: 1px; -} - -/* Drop-downs #QComboBox*/ -QComboBox { - min-height: 20px; - padding-left: 5px; - margin: 3px 0 1px 0; - border-style: solid; - border-width: 1px; -} - -QComboBox:editable { - padding-left: 3px; - /* to enable hover styles */ - background-color: transparent; -} - -QComboBox::drop-down { - width: 20px; - subcontrol-origin: padding; - subcontrol-position: top right; - border: none; -} - -QComboBox::down-arrow { - image: url(./vs15/combobox-down.png); -} - -QComboBox QAbstractItemView { - background-color: #1b1b1c; - selection-background-color: #3f3f46; - border-color: #009933; - border-style: solid; - border-width: 0 1px 1px 1px; -} - -/* Doesn't work http://stackoverflow.com/questions/13308341/qcombobox-abstractitemviewitem */ -/* QComboBox QAbstractItemView:item { - padding: 10px; - margin: 10px; -} */ -/* Toolbar */ -QToolBar { - border: none; -} - -QToolBar::separator { - border-left-color: #222222; - border-right-color: #46464a; - border-width: 0 1px 0 1px; - border-style: solid; - width: 0; -} - -QToolButton { - padding: 4px; -} - -QToolButton:hover, QToolButton:focus { - background-color: #3e3e40; -} - -QToolButton:pressed { - background-color: #009933; -} - -QToolButton::menu-indicator { - image: url(./vs15/combobox-down.png); - subcontrol-origin: padding; - subcontrol-position: center right; - padding-top: 10%; - padding-right: 5%; -} - -/* Group Boxes #QGroupBox */ -QGroupBox { - border-color: #3f3f46; - border-style: solid; - border-width: 1px; - padding: 1em 0.3em 0.3em 0.3em; - margin-top: 0.65em; -} - -QGroupBox::title { - subcontrol-origin: margin; - subcontrol-position: top left; - padding: 2px; - left: 10px; -} - -/* LCD Count */ -QLCDNumber { - border-color: #3f3f46; - border-style: solid; - border-width: 1px; -} - -/* Buttons #QPushButton */ -QPushButton { - background-color: #333337; - border-color: #3f3f46; - min-height: 18px; - padding: 2px 5px; - border-style: solid; - border-width: 1px; -} - -QPushButton:hover, -QPushButton:checked, -QPushButton:focus, -QAbstractSpinBox::up-button:hover, -QAbstractSpinBox::down-button:hover { - background-color: #009933; -} - -QPushButton:pressed, -QPushButton:checked:hover, -QAbstractSpinBox::up-button:pressed, -QAbstractSpinBox::down-button:pressed { - background-color: #00b33c; -} - -QPushButton:disabled, -QAbstractSpinBox::up-button:disabled, -QAbstractSpinBox::down-button:disabled { - background-color: #333337; - border-color: #3f3f46; -} - -QPushButton::menu-indicator { - image: url(./vs15/combobox-down.png); - subcontrol-origin: padding; - subcontrol-position: center right; - padding-right: 5%; -} - -/* Dialog buttons */ -QDialog QPushButton, -QSlider::handle:horizontal, -QSlider::handle:vertical { - color: #000000; - background-color: #dddddd; - border-color: #707070; - border-style: solid; - border-width: 1px; -} - -QDialog QPushButton:hover, -QSlider::handle:horizontal:hover, -QSlider::handle:vertical:hover, -QSlider::handle:horizontal:pressed, -QSlider::handle:horizontal:focus:pressed, -QSlider::handle:vertical:pressed, -QSlider::handle:vertical:focus:pressed { - background-color: #BEE6FD; - border-color: #00a838; -} - -QSlider::handle:horizontal:focus, -QSlider::handle:vertical:focus, -QDialog QPushButton:focus, -QDialog QPushButton:checked { - background-color: #dddddd; - border-color: #009933; -} - -QDialog QPushButton:disabled, -QSlider::handle:horizontal:disabled, -QSlider::handle:vertical:disabled { - background-color: #333337; - border-color: #3f3f46; -} - -QDialog QPushButton { - min-width: 1.5em; - padding-left: 0.5em; - padding-right: 0.5em; -} - -/* Check boxes and Radio buttons common #QCheckBox, #QRadioButton */ -QGroupBox::indicator, -QTreeView::indicator, -QCheckBox::indicator, -QRadioButton::indicator { - background-color: #2d2d30; - border-color: #3f3f46; - width: 13px; - height: 13px; - border-style: solid; - border-width: 1px; -} - -QGroupBox::indicator:hover, -QTreeView::indicator:hover, -QCheckBox::indicator:hover, -QRadioButton::indicator:hover { - background-color: #3f3f46; - border-color: #009933; -} - -QGroupBox::indicator:checked, -QTreeView::indicator:checked, -QCheckBox::indicator:checked { - image: url(./vs15/checkbox-check.png); -} - -QGroupBox::indicator:disabled, -QTreeView::indicator:checked:disabled, -QCheckBox::indicator:checked:disabled { - image: url(./vs15/checkbox-check-disabled.png); -} - -/* Check boxes special */ -QTreeView#modList::indicator { - width: 15px; - height: 15px; -} - -/* Radio buttons #QRadioButton */ -QRadioButton::indicator { - border-radius: 7px; -} - -QRadioButton::indicator::checked { - background-color: #B9B9BA; - border-width: 2px; - width: 11px; - height: 11px; -} - -QRadioButton::indicator::checked:hover { - border-color: #3f3f46; -} - -/* Spinners #QSpinBox, #QDoubleSpinBox */ -QAbstractSpinBox { - margin: 1px; -} - -QAbstractSpinBox::up-button, -QAbstractSpinBox::down-button { - border-style: solid; - border-width: 1px; - subcontrol-origin: padding; -} - -QAbstractSpinBox::up-button { - subcontrol-position: top right; -} - -QAbstractSpinBox::up-arrow { - image: url(./vs15/spinner-up.png); -} - -QAbstractSpinBox::down-button { - subcontrol-position: bottom right; -} - -QAbstractSpinBox::down-arrow { - image: url(./vs15/spinner-down.png); -} - -/* Sliders #QSlider */ -QSlider::groove:horizontal { - background-color: #3f3f46; - border: none; - height: 8px; - margin: 2px 0; -} - -QSlider::handle:horizontal { - width: 0.5em; - height: 2em; - margin: -7px 0; - subcontrol-origin: margin; -} - -/* Scroll Bars #QAbstractScrollArea, #QScrollBar*/ -/* assigning background still leaves not filled area*/ -QAbstractScrollArea::corner { - background-color: transparent; -} - -/* Horizontal */ -QScrollBar:horizontal { - height: 18px; - border: none; - margin: 0 23px 0 23px; -} - -QScrollBar::handle:horizontal { - min-width: 32px; - margin: 4px 2px; -} - -QScrollBar::add-line:horizontal { - width: 23px; - subcontrol-position: right; - subcontrol-origin: margin; -} - -QScrollBar::sub-line:horizontal { - width: 23px; - subcontrol-position: left; - subcontrol-origin: margin; -} - -/* Vertical */ -QScrollBar:vertical { - width: 20px; - border: none; - margin: 23px 0 23px 0; -} - -QScrollBar::handle:vertical { - min-height: 32px; - margin: 2px 4px; -} - -QScrollBar::add-line:vertical { - height: 23px; - subcontrol-position: bottom; - subcontrol-origin: margin; -} - -QScrollBar::sub-line:vertical { - height: 23px; - subcontrol-position: top; - subcontrol-origin: margin; -} - -/* Combined */ -QScrollBar { - background-color: #3e3e42; - border: none; -} - -QScrollBar::handle { - background-color: #686868; -} - -QScrollBar::add-line, -QScrollBar::sub-line { - background-color: #3e3e42; - border: none; -} - -/* QScrollBar::add-line:horizontal:hover, -QScrollBar::sub-line:horizontal:hover, -QScrollBar::add-line:vertical:hover, -QScrollBar::sub-line:vertical:hover, -QScrollBar::add-line:horizontal:pressed, -QScrollBar::sub-line:horizontal:pressed, -QScrollBar::add-line:vertical:pressed, -QScrollBar::sub-line:vertical:pressed { } */ -QScrollBar::handle:hover { - background: #9e9e9e; -} - -QScrollBar::handle:pressed { - background: #efebef; -} - -QScrollBar::handle:disabled { - background: #555558; -} - -QScrollBar::add-page, -QScrollBar::sub-page { - background: transparent; -} - -QScrollBar::up-arrow:vertical { - image: url(./vs15/scrollbar-up.png); -} - -QScrollBar::up-arrow:vertical:hover { - image: url(./vs15/scrollbar-up-hover.png); -} - -QScrollBar::up-arrow:vertical:disabled { - image: url(./vs15/scrollbar-up-disabled.png); -} - -QScrollBar::right-arrow:horizontal { - image: url(./vs15/scrollbar-right.png); -} - -QScrollBar::right-arrow:horizontal:hover { - image: url(./vs15/scrollbar-right-hover.png); -} - -QScrollBar::right-arrow:horizontal:disabled { - image: url(./vs15/scrollbar-right-disabled.png); -} - -QScrollBar::down-arrow:vertical { - image: url(./vs15/scrollbar-down.png); -} - -QScrollBar::down-arrow:vertical:hover { - image: url(./vs15/scrollbar-down-hover.png); -} - -QScrollBar::down-arrow:vertical:disabled { - image: url(./vs15/scrollbar-down-disabled.png); -} - -QScrollBar::left-arrow:horizontal { - image: url(./vs15/scrollbar-left.png); -} - -QScrollBar::left-arrow:horizontal:hover { - image: url(./vs15/scrollbar-left-hover.png); -} - -QScrollBar::left-arrow:horizontal:disabled { - image: url(./vs15/scrollbar-left-disabled.png); -} - -/* Header Rows and Tables (Configure Mod Categories) #QTableView, #QHeaderView */ -QTableView { - gridline-color: #3f3f46; - selection-background-color: #009933; - selection-color: #f1f1f1; -} - -QTableView QTableCornerButton::section { - background: #252526; - border-color: #3f3f46; - border-style: solid; - border-width: 0 1px 1px 0; -} - -QHeaderView { - border: none; -} - -QHeaderView::section { - background: #252526; - border-color: #3f3f46; - padding: 3px 5px; - border-style: solid; - border-width: 0 1px 1px 0; -} - -QHeaderView::section:hover { - background: #3e3e40; - color: #f6f6f6; -} - -QHeaderView::section:last { - border-right: 0; -} - -QHeaderView::up-arrow { - image: url(./vs15/sort-asc.png); - margin-bottom: -37px; -} - -DownloadListView QHeaderView::up-arrow { - margin-bottom: -47px; -} - -QHeaderView::down-arrow { - image: url(./vs15/sort-desc.png); - margin-bottom: 0; -} - -/* Context menus, toolbar drop-downs #QMenu */ -QMenu { - background-color: #1a1a1c; - border-color: #333337; - border-style: solid; - border-width: 1px; - padding: 2px; -} - -QMenu::item { - background: transparent; - padding: 4px 20px; -} - -QMenu::item:selected, -QMenuBar::item:selected { - background-color: #333334; -} - -QMenu::item:disabled { - background-color: transparent; -} - -QMenu::separator { - background-color: #333337; - height: 1px; - margin: 1px 0; -} - -QMenu::icon { - margin: 1px; -} - -QMenu::right-arrow { - image: url(./vs15/sub-menu-arrow.png); - subcontrol-origin: padding; - subcontrol-position: center right; - padding-right: 0.5em; -} - -QMenu QPushButton { - background-color: transparent; - border-color: #3f3f46; - margin: 1px 0 1px 0; -} - -QMenu QCheckBox, -QMenu QRadioButton { - background-color: transparent; - padding: 5px 2px; -} - -/* Tool tips #QToolTip, #SaveGameInfoWidget */ -QToolTip, -SaveGameInfoWidget { - background-color: #424245; - border-color: #4d4d50; - color: #f1f1f1; - border-style: solid; - border-width: 1px; - padding: 2px; -} - -QStatusBar::item { - border: None; -} - -/* Progress Bars (Downloads) #QProgressBar */ -QProgressBar { - background-color: #e6e6e6; - color: #000; - border-color: #bcbcbc; - text-align: center; - border-style: solid; - border-width: 1px; - margin: 0px; -} - -QProgressBar::chunk { - background: #06b025; -} - -DownloadListView[downloadView=standard]::item { - padding: 16px; -} - -DownloadListView[downloadView=compact]::item { - padding: 4px; -} - -/* Right Pane and Tab Bars #QTabWidget, #QTabBar */ -QTabWidget::pane { - border-color: #3f3f46; - border-top-color: #009933; - top: 0; - border-style: solid; - border-width: 1px; -} - -QTabWidget::pane:disabled { - border-top-color: #3f3f46; -} - -QTabBar::tab { - background-color: transparent; - padding: 4px 1em; - border: none; -} - -QTabBar::tab:hover { - background-color: #00b33c; -} - -QTabBar::tab:selected, -QTabBar::tab:selected:hover { - background-color: #009933; -} - -QTabBar::tab:disabled { - background-color: transparent; - color: #656565; -} - -QTabBar::tab:selected:disabled { - background-color: #3f3f46; -} - -/* Scrollers */ -QTabBar QToolButton { - background-color: #333337; - border-color: #3f3f46; - padding: 1px; - margin: 0; - border-style: solid; - border-width: 1px; -} - -QTabBar QToolButton:hover { - border-color: #009933; - border-width: 1px; - border-style: solid; -} - -QTabBar QToolButton:disabled, -QTabBar QToolButton:pressed:hover { - background-color: #333337; -} - -QTabBar::scroller { - width: 23px; - background-color: red; -} - -QTabBar QToolButton::right-arrow { - image: url(./vs15/scrollbar-right.png); -} - -QTabBar QToolButton::right-arrow:hover { - image: url(./vs15/scrollbar-right-hover.png); -} - -QTabBar QToolButton::left-arrow { - image: url(./vs15/scrollbar-left.png); -} - -QTabBar QToolButton::left-arrow:hover { - image: url(./vs15/scrollbar-left-hover.png); -} - -/* Special styles */ -QWidget#tabImages QPushButton { - background-color: transparent; - margin: 0 0.3em; - padding: 0; -} - -/* like dialog QPushButton*/ -QWidget#tabESPs QToolButton { - color: #000000; - background-color: #dddddd; - border-color: #707070; - border-style: solid; - border-width: 1px; -} - -QWidget#tabESPs QToolButton:hover { - background-color: #BEE6FD; - border-color: #00a838; -} - -QWidget#tabESPs QToolButton:focus { - background-color: #dddddd; - border-color: #009933; -} - -QWidget#tabESPs QToolButton:disabled { - background-color: #333337; - border-color: #3f3f46; -} - -QTreeWidget#categoriesList { - /* min-width: 225px; */ -} - -QTreeWidget#categoriesList::item { - background-position: center left; - background-repeat: no-repeat; - padding: 0.35em 10px; -} - -QTreeWidget#categoriesList::item:has-children { - background-image: url(./vs15/branch-closed.png); -} - -QTreeWidget#categoriesList::item:has-children:open { - background-image: url(./vs15/branch-open.png); -} - -QDialog#QueryOverwriteDialog QPushButton { - margin-left: 0.5em; -} - -QDialog#PyCfgDialog QPushButton:hover { - background-color: #BEE6FD; -} - -QLineEdit#modFilterEdit { - margin-top: 2px; -} - -/* highlight unchecked BSAs */ -QWidget#bsaTab QTreeWidget::indicator:unchecked { - background-color: #009933; -} - -/* increase version text field */ -QLineEdit#versionEdit { - max-width: 100px; -} - -/* Dialogs width changes */ -/* increase width to prevent buttons cutting */ -QDialog#QueryOverwriteDialog { - min-width: 565px; -} - -QDialog#ModInfoDialog { - min-width: 850px; -} - -QLineEdit[valid-filter=false] { - background-color: #661111 !important; -} \ No newline at end of file diff --git a/stylesheets/vs15 Dark-Orange.qss b/stylesheets/vs15 Dark-Orange.qss deleted file mode 100644 index ae704d5..0000000 --- a/stylesheets/vs15 Dark-Orange.qss +++ /dev/null @@ -1,920 +0,0 @@ -/*!************************************* - VS15 Dark -**************************************** - Author: chintsu_kun, holt59, MO2 Team - Version: 2.5.0 - Licence: GNU General Public License v3.0 (https://www.gnu.org/licenses/gpl-3.0.en.html) - Url: https://github.com/nikolay-borzov/modorganizer-themes -**************************************** -*/ -/* For some reason applying background-color or border fixes paddings properties */ -QListWidget::item { - border-width: 0; -} - -/* Don't override install label on download widget. - MO2 assigns color depending on download state */ -#installLabel { - color: none; -} - -/* Make `background-color` work for :hover, :focus and :pressed states */ -QToolButton { - border: none; -} - -/* Main Window */ -QWidget { - background-color: #2d2d30; - color: #f1f1f1; -} - -QWidget::disabled { - color: #656565; -} - -/* Common */ -/* remove outline */ -* { - outline: 0; -} - -*:disabled, -QListView::item:disabled, -*::item:selected:disabled { - color: #656565; -} - -/* line heights */ -/* QTreeView#fileTree::item - currently have problem with size column vertical - text align */ -#bsaList::item, -#dataTree::item, -#modList::item, -#categoriesTree::item, -#savegameList::item, -#tabConflicts QTreeWidget::item { - padding: 0.3em 0; -} - -QListView::item, -QTreeView#espList::item { - padding: 0.3em 0; -} - -/* to enable border color */ -QTreeView, -QListView, -QTextEdit, -QWebView, -QTableView { - border-style: solid; - border-width: 1px; -} - -QAbstractItemView { - color: #dcdcdc; - background-color: #1e1e1e; - alternate-background-color: #262626; - border-color: #3f3f46; -} - -QAbstractItemView::item:selected, -QAbstractItemView::item:selected:hover, -QAbstractItemView::item:alternate:selected, -QAbstractItemView::item:alternate:selected:hover { - color: #f1f1f1; - background-color: #cc6600; -} - -QAbstractItemView[filtered=true] { - border: 2px solid #f00 !important; -} - -QAbstractItemView, -QListView, -QTreeView { - show-decoration-selected: 1; -} - -QAbstractItemView::item:hover, -QAbstractItemView::item:alternate:hover, -QAbstractItemView::item:disabled:hover, -QAbstractItemView::item:alternate:disabled:hover QListView::item:hover, -QTreeView::branch:hover, -QTreeWidget::item:hover { - background-color: rgba(204, 102, 0, 0.3); -} - -QAbstractItemView::item:selected:disabled, -QAbstractItemView::item:alternate:selected:disabled, -QListView::item:selected:disabled, -QTreeView::branch:selected:disabled, -QTreeWidget::item:selected:disabled { - background-color: rgba(204, 102, 0, 0.3); -} - -QTreeView::branch:selected, -#bsaList::branch:selected { - background-color: #cc6600; -} - -QLabel { - background-color: transparent; -} - -LinkLabel { - qproperty-linkColor: #cc6600; -} - -/* Left Pane & File Trees #QTreeView, #QListView*/ -QTreeView::branch:closed:has-children { - image: url(./vs15/branch-closed.png); -} - -QTreeView::branch:open:has-children { - image: url(./vs15/branch-open.png); -} - -QListView::item { - color: #f1f1f1; -} - -/* Text areas and text fields #QTextEdit, #QLineEdit, #QWebView */ -QTextEdit, -QWebView, -QLineEdit, -QAbstractSpinBox, -QAbstractSpinBox::up-button, -QAbstractSpinBox::down-button, -QComboBox { - background-color: #333337; - border-color: #3f3f46; -} - -QLineEdit:hover, -QAbstractSpinBox:hover, -QTextEdit:hover, -QComboBox:hover, -QComboBox:editable:hover { - border-color: #cc6600; -} - -QLineEdit:focus, -QAbstractSpinBox::focus, -QTextEdit:focus, -QComboBox:focus, -QComboBox:editable:focus, -QComboBox:on { - background-color: #3f3f46; - border-color: #cc6600; -} - -QComboBox:on { - border-bottom-color: #3f3f46; -} - -QLineEdit, -QAbstractSpinBox { - min-height: 15px; - padding: 2px; - border-style: solid; - border-width: 1px; -} - -QLineEdit { - margin-top: 0; -} - -/* clear button */ -QLineEdit QToolButton, -QLineEdit QToolButton:hover { - background: none; - margin-top: 1px; -} - -QLineEdit#espFilterEdit QToolButton { - margin-top: -2px; - margin-bottom: 1px; -} - -/* Drop-downs #QComboBox*/ -QComboBox { - min-height: 20px; - padding-left: 5px; - margin: 3px 0 1px 0; - border-style: solid; - border-width: 1px; -} - -QComboBox:editable { - padding-left: 3px; - /* to enable hover styles */ - background-color: transparent; -} - -QComboBox::drop-down { - width: 20px; - subcontrol-origin: padding; - subcontrol-position: top right; - border: none; -} - -QComboBox::down-arrow { - image: url(./vs15/combobox-down.png); -} - -QComboBox QAbstractItemView { - background-color: #1b1b1c; - selection-background-color: #3f3f46; - border-color: #cc6600; - border-style: solid; - border-width: 0 1px 1px 1px; -} - -/* Doesn't work http://stackoverflow.com/questions/13308341/qcombobox-abstractitemviewitem */ -/* QComboBox QAbstractItemView:item { - padding: 10px; - margin: 10px; -} */ -/* Toolbar */ -QToolBar { - border: none; -} - -QToolBar::separator { - border-left-color: #222222; - border-right-color: #46464a; - border-width: 0 1px 0 1px; - border-style: solid; - width: 0; -} - -QToolButton { - padding: 4px; -} - -QToolButton:hover, QToolButton:focus { - background-color: #3e3e40; -} - -QToolButton:pressed { - background-color: #cc6600; -} - -QToolButton::menu-indicator { - image: url(./vs15/combobox-down.png); - subcontrol-origin: padding; - subcontrol-position: center right; - padding-top: 10%; - padding-right: 5%; -} - -/* Group Boxes #QGroupBox */ -QGroupBox { - border-color: #3f3f46; - border-style: solid; - border-width: 1px; - padding: 1em 0.3em 0.3em 0.3em; - margin-top: 0.65em; -} - -QGroupBox::title { - subcontrol-origin: margin; - subcontrol-position: top left; - padding: 2px; - left: 10px; -} - -/* LCD Count */ -QLCDNumber { - border-color: #3f3f46; - border-style: solid; - border-width: 1px; -} - -/* Buttons #QPushButton */ -QPushButton { - background-color: #333337; - border-color: #3f3f46; - min-height: 18px; - padding: 2px 5px; - border-style: solid; - border-width: 1px; -} - -QPushButton:hover, -QPushButton:checked, -QPushButton:focus, -QAbstractSpinBox::up-button:hover, -QAbstractSpinBox::down-button:hover { - background-color: #cc6600; -} - -QPushButton:pressed, -QPushButton:checked:hover, -QAbstractSpinBox::up-button:pressed, -QAbstractSpinBox::down-button:pressed { - background-color: #e67300; -} - -QPushButton:disabled, -QAbstractSpinBox::up-button:disabled, -QAbstractSpinBox::down-button:disabled { - background-color: #333337; - border-color: #3f3f46; -} - -QPushButton::menu-indicator { - image: url(./vs15/combobox-down.png); - subcontrol-origin: padding; - subcontrol-position: center right; - padding-right: 5%; -} - -/* Dialog buttons */ -QDialog QPushButton, -QSlider::handle:horizontal, -QSlider::handle:vertical { - color: #000000; - background-color: #dddddd; - border-color: #707070; - border-style: solid; - border-width: 1px; -} - -QDialog QPushButton:hover, -QSlider::handle:horizontal:hover, -QSlider::handle:vertical:hover, -QSlider::handle:horizontal:pressed, -QSlider::handle:horizontal:focus:pressed, -QSlider::handle:vertical:pressed, -QSlider::handle:vertical:focus:pressed { - background-color: #BEE6FD; - border-color: #db6e00; -} - -QSlider::handle:horizontal:focus, -QSlider::handle:vertical:focus, -QDialog QPushButton:focus, -QDialog QPushButton:checked { - background-color: #dddddd; - border-color: #cc6600; -} - -QDialog QPushButton:disabled, -QSlider::handle:horizontal:disabled, -QSlider::handle:vertical:disabled { - background-color: #333337; - border-color: #3f3f46; -} - -QDialog QPushButton { - min-width: 1.5em; - padding-left: 0.5em; - padding-right: 0.5em; -} - -/* Check boxes and Radio buttons common #QCheckBox, #QRadioButton */ -QGroupBox::indicator, -QTreeView::indicator, -QCheckBox::indicator, -QRadioButton::indicator { - background-color: #2d2d30; - border-color: #3f3f46; - width: 13px; - height: 13px; - border-style: solid; - border-width: 1px; -} - -QGroupBox::indicator:hover, -QTreeView::indicator:hover, -QCheckBox::indicator:hover, -QRadioButton::indicator:hover { - background-color: #3f3f46; - border-color: #cc6600; -} - -QGroupBox::indicator:checked, -QTreeView::indicator:checked, -QCheckBox::indicator:checked { - image: url(./vs15/checkbox-check.png); -} - -QGroupBox::indicator:disabled, -QTreeView::indicator:checked:disabled, -QCheckBox::indicator:checked:disabled { - image: url(./vs15/checkbox-check-disabled.png); -} - -/* Check boxes special */ -QTreeView#modList::indicator { - width: 15px; - height: 15px; -} - -/* Radio buttons #QRadioButton */ -QRadioButton::indicator { - border-radius: 7px; -} - -QRadioButton::indicator::checked { - background-color: #B9B9BA; - border-width: 2px; - width: 11px; - height: 11px; -} - -QRadioButton::indicator::checked:hover { - border-color: #3f3f46; -} - -/* Spinners #QSpinBox, #QDoubleSpinBox */ -QAbstractSpinBox { - margin: 1px; -} - -QAbstractSpinBox::up-button, -QAbstractSpinBox::down-button { - border-style: solid; - border-width: 1px; - subcontrol-origin: padding; -} - -QAbstractSpinBox::up-button { - subcontrol-position: top right; -} - -QAbstractSpinBox::up-arrow { - image: url(./vs15/spinner-up.png); -} - -QAbstractSpinBox::down-button { - subcontrol-position: bottom right; -} - -QAbstractSpinBox::down-arrow { - image: url(./vs15/spinner-down.png); -} - -/* Sliders #QSlider */ -QSlider::groove:horizontal { - background-color: #3f3f46; - border: none; - height: 8px; - margin: 2px 0; -} - -QSlider::handle:horizontal { - width: 0.5em; - height: 2em; - margin: -7px 0; - subcontrol-origin: margin; -} - -/* Scroll Bars #QAbstractScrollArea, #QScrollBar*/ -/* assigning background still leaves not filled area*/ -QAbstractScrollArea::corner { - background-color: transparent; -} - -/* Horizontal */ -QScrollBar:horizontal { - height: 18px; - border: none; - margin: 0 23px 0 23px; -} - -QScrollBar::handle:horizontal { - min-width: 32px; - margin: 4px 2px; -} - -QScrollBar::add-line:horizontal { - width: 23px; - subcontrol-position: right; - subcontrol-origin: margin; -} - -QScrollBar::sub-line:horizontal { - width: 23px; - subcontrol-position: left; - subcontrol-origin: margin; -} - -/* Vertical */ -QScrollBar:vertical { - width: 20px; - border: none; - margin: 23px 0 23px 0; -} - -QScrollBar::handle:vertical { - min-height: 32px; - margin: 2px 4px; -} - -QScrollBar::add-line:vertical { - height: 23px; - subcontrol-position: bottom; - subcontrol-origin: margin; -} - -QScrollBar::sub-line:vertical { - height: 23px; - subcontrol-position: top; - subcontrol-origin: margin; -} - -/* Combined */ -QScrollBar { - background-color: #3e3e42; - border: none; -} - -QScrollBar::handle { - background-color: #686868; -} - -QScrollBar::add-line, -QScrollBar::sub-line { - background-color: #3e3e42; - border: none; -} - -/* QScrollBar::add-line:horizontal:hover, -QScrollBar::sub-line:horizontal:hover, -QScrollBar::add-line:vertical:hover, -QScrollBar::sub-line:vertical:hover, -QScrollBar::add-line:horizontal:pressed, -QScrollBar::sub-line:horizontal:pressed, -QScrollBar::add-line:vertical:pressed, -QScrollBar::sub-line:vertical:pressed { } */ -QScrollBar::handle:hover { - background: #9e9e9e; -} - -QScrollBar::handle:pressed { - background: #efebef; -} - -QScrollBar::handle:disabled { - background: #555558; -} - -QScrollBar::add-page, -QScrollBar::sub-page { - background: transparent; -} - -QScrollBar::up-arrow:vertical { - image: url(./vs15/scrollbar-up.png); -} - -QScrollBar::up-arrow:vertical:hover { - image: url(./vs15/scrollbar-up-hover.png); -} - -QScrollBar::up-arrow:vertical:disabled { - image: url(./vs15/scrollbar-up-disabled.png); -} - -QScrollBar::right-arrow:horizontal { - image: url(./vs15/scrollbar-right.png); -} - -QScrollBar::right-arrow:horizontal:hover { - image: url(./vs15/scrollbar-right-hover.png); -} - -QScrollBar::right-arrow:horizontal:disabled { - image: url(./vs15/scrollbar-right-disabled.png); -} - -QScrollBar::down-arrow:vertical { - image: url(./vs15/scrollbar-down.png); -} - -QScrollBar::down-arrow:vertical:hover { - image: url(./vs15/scrollbar-down-hover.png); -} - -QScrollBar::down-arrow:vertical:disabled { - image: url(./vs15/scrollbar-down-disabled.png); -} - -QScrollBar::left-arrow:horizontal { - image: url(./vs15/scrollbar-left.png); -} - -QScrollBar::left-arrow:horizontal:hover { - image: url(./vs15/scrollbar-left-hover.png); -} - -QScrollBar::left-arrow:horizontal:disabled { - image: url(./vs15/scrollbar-left-disabled.png); -} - -/* Header Rows and Tables (Configure Mod Categories) #QTableView, #QHeaderView */ -QTableView { - gridline-color: #3f3f46; - selection-background-color: #cc6600; - selection-color: #f1f1f1; -} - -QTableView QTableCornerButton::section { - background: #252526; - border-color: #3f3f46; - border-style: solid; - border-width: 0 1px 1px 0; -} - -QHeaderView { - border: none; -} - -QHeaderView::section { - background: #252526; - border-color: #3f3f46; - padding: 3px 5px; - border-style: solid; - border-width: 0 1px 1px 0; -} - -QHeaderView::section:hover { - background: #3e3e40; - color: #f6f6f6; -} - -QHeaderView::section:last { - border-right: 0; -} - -QHeaderView::up-arrow { - image: url(./vs15/sort-asc.png); - margin-bottom: -37px; -} - -DownloadListView QHeaderView::up-arrow { - margin-bottom: -47px; -} - -QHeaderView::down-arrow { - image: url(./vs15/sort-desc.png); - margin-bottom: 0; -} - -/* Context menus, toolbar drop-downs #QMenu */ -QMenu { - background-color: #1a1a1c; - border-color: #333337; - border-style: solid; - border-width: 1px; - padding: 2px; -} - -QMenu::item { - background: transparent; - padding: 4px 20px; -} - -QMenu::item:selected, -QMenuBar::item:selected { - background-color: #333334; -} - -QMenu::item:disabled { - background-color: transparent; -} - -QMenu::separator { - background-color: #333337; - height: 1px; - margin: 1px 0; -} - -QMenu::icon { - margin: 1px; -} - -QMenu::right-arrow { - image: url(./vs15/sub-menu-arrow.png); - subcontrol-origin: padding; - subcontrol-position: center right; - padding-right: 0.5em; -} - -QMenu QPushButton { - background-color: transparent; - border-color: #3f3f46; - margin: 1px 0 1px 0; -} - -QMenu QCheckBox, -QMenu QRadioButton { - background-color: transparent; - padding: 5px 2px; -} - -/* Tool tips #QToolTip, #SaveGameInfoWidget */ -QToolTip, -SaveGameInfoWidget { - background-color: #424245; - border-color: #4d4d50; - color: #f1f1f1; - border-style: solid; - border-width: 1px; - padding: 2px; -} - -QStatusBar::item { - border: None; -} - -/* Progress Bars (Downloads) #QProgressBar */ -QProgressBar { - background-color: #e6e6e6; - color: #000; - border-color: #bcbcbc; - text-align: center; - border-style: solid; - border-width: 1px; - margin: 0px; -} - -QProgressBar::chunk { - background: #06b025; -} - -DownloadListView[downloadView=standard]::item { - padding: 16px; -} - -DownloadListView[downloadView=compact]::item { - padding: 4px; -} - -/* Right Pane and Tab Bars #QTabWidget, #QTabBar */ -QTabWidget::pane { - border-color: #3f3f46; - border-top-color: #cc6600; - top: 0; - border-style: solid; - border-width: 1px; -} - -QTabWidget::pane:disabled { - border-top-color: #3f3f46; -} - -QTabBar::tab { - background-color: transparent; - padding: 4px 1em; - border: none; -} - -QTabBar::tab:hover { - background-color: #e67300; -} - -QTabBar::tab:selected, -QTabBar::tab:selected:hover { - background-color: #cc6600; -} - -QTabBar::tab:disabled { - background-color: transparent; - color: #656565; -} - -QTabBar::tab:selected:disabled { - background-color: #3f3f46; -} - -/* Scrollers */ -QTabBar QToolButton { - background-color: #333337; - border-color: #3f3f46; - padding: 1px; - margin: 0; - border-style: solid; - border-width: 1px; -} - -QTabBar QToolButton:hover { - border-color: #cc6600; - border-width: 1px; - border-style: solid; -} - -QTabBar QToolButton:disabled, -QTabBar QToolButton:pressed:hover { - background-color: #333337; -} - -QTabBar::scroller { - width: 23px; - background-color: red; -} - -QTabBar QToolButton::right-arrow { - image: url(./vs15/scrollbar-right.png); -} - -QTabBar QToolButton::right-arrow:hover { - image: url(./vs15/scrollbar-right-hover.png); -} - -QTabBar QToolButton::left-arrow { - image: url(./vs15/scrollbar-left.png); -} - -QTabBar QToolButton::left-arrow:hover { - image: url(./vs15/scrollbar-left-hover.png); -} - -/* Special styles */ -QWidget#tabImages QPushButton { - background-color: transparent; - margin: 0 0.3em; - padding: 0; -} - -/* like dialog QPushButton*/ -QWidget#tabESPs QToolButton { - color: #000000; - background-color: #dddddd; - border-color: #707070; - border-style: solid; - border-width: 1px; -} - -QWidget#tabESPs QToolButton:hover { - background-color: #BEE6FD; - border-color: #db6e00; -} - -QWidget#tabESPs QToolButton:focus { - background-color: #dddddd; - border-color: #cc6600; -} - -QWidget#tabESPs QToolButton:disabled { - background-color: #333337; - border-color: #3f3f46; -} - -QTreeWidget#categoriesList { - /* min-width: 225px; */ -} - -QTreeWidget#categoriesList::item { - background-position: center left; - background-repeat: no-repeat; - padding: 0.35em 10px; -} - -QTreeWidget#categoriesList::item:has-children { - background-image: url(./vs15/branch-closed.png); -} - -QTreeWidget#categoriesList::item:has-children:open { - background-image: url(./vs15/branch-open.png); -} - -QDialog#QueryOverwriteDialog QPushButton { - margin-left: 0.5em; -} - -QDialog#PyCfgDialog QPushButton:hover { - background-color: #BEE6FD; -} - -QLineEdit#modFilterEdit { - margin-top: 2px; -} - -/* highlight unchecked BSAs */ -QWidget#bsaTab QTreeWidget::indicator:unchecked { - background-color: #cc6600; -} - -/* increase version text field */ -QLineEdit#versionEdit { - max-width: 100px; -} - -/* Dialogs width changes */ -/* increase width to prevent buttons cutting */ -QDialog#QueryOverwriteDialog { - min-width: 565px; -} - -QDialog#ModInfoDialog { - min-width: 850px; -} - -QLineEdit[valid-filter=false] { - background-color: #661111 !important; -} \ No newline at end of file diff --git a/stylesheets/vs15 Dark-Pink.qss b/stylesheets/vs15 Dark-Pink.qss deleted file mode 100644 index 6bf16f7..0000000 --- a/stylesheets/vs15 Dark-Pink.qss +++ /dev/null @@ -1,920 +0,0 @@ -/*!************************************* - VS15 Dark -**************************************** - Author: chintsu_kun, holt59, MO2 Team - Version: 2.5.0 - Licence: GNU General Public License v3.0 (https://www.gnu.org/licenses/gpl-3.0.en.html) - Url: https://github.com/nikolay-borzov/modorganizer-themes -**************************************** -*/ -/* For some reason applying background-color or border fixes paddings properties */ -QListWidget::item { - border-width: 0; -} - -/* Don't override install label on download widget. - MO2 assigns color depending on download state */ -#installLabel { - color: none; -} - -/* Make `background-color` work for :hover, :focus and :pressed states */ -QToolButton { - border: none; -} - -/* Main Window */ -QWidget { - background-color: #2d2d30; - color: #f1f1f1; -} - -QWidget::disabled { - color: #656565; -} - -/* Common */ -/* remove outline */ -* { - outline: 0; -} - -*:disabled, -QListView::item:disabled, -*::item:selected:disabled { - color: #656565; -} - -/* line heights */ -/* QTreeView#fileTree::item - currently have problem with size column vertical - text align */ -#bsaList::item, -#dataTree::item, -#modList::item, -#categoriesTree::item, -#savegameList::item, -#tabConflicts QTreeWidget::item { - padding: 0.3em 0; -} - -QListView::item, -QTreeView#espList::item { - padding: 0.3em 0; -} - -/* to enable border color */ -QTreeView, -QListView, -QTextEdit, -QWebView, -QTableView { - border-style: solid; - border-width: 1px; -} - -QAbstractItemView { - color: #dcdcdc; - background-color: #1e1e1e; - alternate-background-color: #262626; - border-color: #3f3f46; -} - -QAbstractItemView::item:selected, -QAbstractItemView::item:selected:hover, -QAbstractItemView::item:alternate:selected, -QAbstractItemView::item:alternate:selected:hover { - color: #f1f1f1; - background-color: #bb4287; -} - -QAbstractItemView[filtered=true] { - border: 2px solid #f00 !important; -} - -QAbstractItemView, -QListView, -QTreeView { - show-decoration-selected: 1; -} - -QAbstractItemView::item:hover, -QAbstractItemView::item:alternate:hover, -QAbstractItemView::item:disabled:hover, -QAbstractItemView::item:alternate:disabled:hover QListView::item:hover, -QTreeView::branch:hover, -QTreeWidget::item:hover { - background-color: rgba(187, 66, 135, 0.3); -} - -QAbstractItemView::item:selected:disabled, -QAbstractItemView::item:alternate:selected:disabled, -QListView::item:selected:disabled, -QTreeView::branch:selected:disabled, -QTreeWidget::item:selected:disabled { - background-color: rgba(187, 66, 135, 0.3); -} - -QTreeView::branch:selected, -#bsaList::branch:selected { - background-color: #bb4287; -} - -QLabel { - background-color: transparent; -} - -LinkLabel { - qproperty-linkColor: #bb4287; -} - -/* Left Pane & File Trees #QTreeView, #QListView*/ -QTreeView::branch:closed:has-children { - image: url(./vs15/branch-closed.png); -} - -QTreeView::branch:open:has-children { - image: url(./vs15/branch-open.png); -} - -QListView::item { - color: #f1f1f1; -} - -/* Text areas and text fields #QTextEdit, #QLineEdit, #QWebView */ -QTextEdit, -QWebView, -QLineEdit, -QAbstractSpinBox, -QAbstractSpinBox::up-button, -QAbstractSpinBox::down-button, -QComboBox { - background-color: #333337; - border-color: #3f3f46; -} - -QLineEdit:hover, -QAbstractSpinBox:hover, -QTextEdit:hover, -QComboBox:hover, -QComboBox:editable:hover { - border-color: #bb4287; -} - -QLineEdit:focus, -QAbstractSpinBox::focus, -QTextEdit:focus, -QComboBox:focus, -QComboBox:editable:focus, -QComboBox:on { - background-color: #3f3f46; - border-color: #bb4287; -} - -QComboBox:on { - border-bottom-color: #3f3f46; -} - -QLineEdit, -QAbstractSpinBox { - min-height: 15px; - padding: 2px; - border-style: solid; - border-width: 1px; -} - -QLineEdit { - margin-top: 0; -} - -/* clear button */ -QLineEdit QToolButton, -QLineEdit QToolButton:hover { - background: none; - margin-top: 1px; -} - -QLineEdit#espFilterEdit QToolButton { - margin-top: -2px; - margin-bottom: 1px; -} - -/* Drop-downs #QComboBox*/ -QComboBox { - min-height: 20px; - padding-left: 5px; - margin: 3px 0 1px 0; - border-style: solid; - border-width: 1px; -} - -QComboBox:editable { - padding-left: 3px; - /* to enable hover styles */ - background-color: transparent; -} - -QComboBox::drop-down { - width: 20px; - subcontrol-origin: padding; - subcontrol-position: top right; - border: none; -} - -QComboBox::down-arrow { - image: url(./vs15/combobox-down.png); -} - -QComboBox QAbstractItemView { - background-color: #1b1b1c; - selection-background-color: #3f3f46; - border-color: #bb4287; - border-style: solid; - border-width: 0 1px 1px 1px; -} - -/* Doesn't work http://stackoverflow.com/questions/13308341/qcombobox-abstractitemviewitem */ -/* QComboBox QAbstractItemView:item { - padding: 10px; - margin: 10px; -} */ -/* Toolbar */ -QToolBar { - border: none; -} - -QToolBar::separator { - border-left-color: #222222; - border-right-color: #46464a; - border-width: 0 1px 0 1px; - border-style: solid; - width: 0; -} - -QToolButton { - padding: 4px; -} - -QToolButton:hover, QToolButton:focus { - background-color: #3e3e40; -} - -QToolButton:pressed { - background-color: #bb4287; -} - -QToolButton::menu-indicator { - image: url(./vs15/combobox-down.png); - subcontrol-origin: padding; - subcontrol-position: center right; - padding-top: 10%; - padding-right: 5%; -} - -/* Group Boxes #QGroupBox */ -QGroupBox { - border-color: #3f3f46; - border-style: solid; - border-width: 1px; - padding: 1em 0.3em 0.3em 0.3em; - margin-top: 0.65em; -} - -QGroupBox::title { - subcontrol-origin: margin; - subcontrol-position: top left; - padding: 2px; - left: 10px; -} - -/* LCD Count */ -QLCDNumber { - border-color: #3f3f46; - border-style: solid; - border-width: 1px; -} - -/* Buttons #QPushButton */ -QPushButton { - background-color: #333337; - border-color: #3f3f46; - min-height: 18px; - padding: 2px 5px; - border-style: solid; - border-width: 1px; -} - -QPushButton:hover, -QPushButton:checked, -QPushButton:focus, -QAbstractSpinBox::up-button:hover, -QAbstractSpinBox::down-button:hover { - background-color: #bb4287; -} - -QPushButton:pressed, -QPushButton:checked:hover, -QAbstractSpinBox::up-button:pressed, -QAbstractSpinBox::down-button:pressed { - background-color: #a83b79; -} - -QPushButton:disabled, -QAbstractSpinBox::up-button:disabled, -QAbstractSpinBox::down-button:disabled { - background-color: #333337; - border-color: #3f3f46; -} - -QPushButton::menu-indicator { - image: url(./vs15/combobox-down.png); - subcontrol-origin: padding; - subcontrol-position: center right; - padding-right: 5%; -} - -/* Dialog buttons */ -QDialog QPushButton, -QSlider::handle:horizontal, -QSlider::handle:vertical { - color: #000000; - background-color: #dddddd; - border-color: #707070; - border-style: solid; - border-width: 1px; -} - -QDialog QPushButton:hover, -QSlider::handle:horizontal:hover, -QSlider::handle:vertical:hover, -QSlider::handle:horizontal:pressed, -QSlider::handle:horizontal:focus:pressed, -QSlider::handle:vertical:pressed, -QSlider::handle:vertical:focus:pressed { - background-color: #BEE6FD; - border-color: #bf498c; -} - -QSlider::handle:horizontal:focus, -QSlider::handle:vertical:focus, -QDialog QPushButton:focus, -QDialog QPushButton:checked { - background-color: #dddddd; - border-color: #bb4287; -} - -QDialog QPushButton:disabled, -QSlider::handle:horizontal:disabled, -QSlider::handle:vertical:disabled { - background-color: #333337; - border-color: #3f3f46; -} - -QDialog QPushButton { - min-width: 1.5em; - padding-left: 0.5em; - padding-right: 0.5em; -} - -/* Check boxes and Radio buttons common #QCheckBox, #QRadioButton */ -QGroupBox::indicator, -QTreeView::indicator, -QCheckBox::indicator, -QRadioButton::indicator { - background-color: #2d2d30; - border-color: #3f3f46; - width: 13px; - height: 13px; - border-style: solid; - border-width: 1px; -} - -QGroupBox::indicator:hover, -QTreeView::indicator:hover, -QCheckBox::indicator:hover, -QRadioButton::indicator:hover { - background-color: #3f3f46; - border-color: #bb4287; -} - -QGroupBox::indicator:checked, -QTreeView::indicator:checked, -QCheckBox::indicator:checked { - image: url(./vs15/checkbox-check.png); -} - -QGroupBox::indicator:disabled, -QTreeView::indicator:checked:disabled, -QCheckBox::indicator:checked:disabled { - image: url(./vs15/checkbox-check-disabled.png); -} - -/* Check boxes special */ -QTreeView#modList::indicator { - width: 15px; - height: 15px; -} - -/* Radio buttons #QRadioButton */ -QRadioButton::indicator { - border-radius: 7px; -} - -QRadioButton::indicator::checked { - background-color: #B9B9BA; - border-width: 2px; - width: 11px; - height: 11px; -} - -QRadioButton::indicator::checked:hover { - border-color: #3f3f46; -} - -/* Spinners #QSpinBox, #QDoubleSpinBox */ -QAbstractSpinBox { - margin: 1px; -} - -QAbstractSpinBox::up-button, -QAbstractSpinBox::down-button { - border-style: solid; - border-width: 1px; - subcontrol-origin: padding; -} - -QAbstractSpinBox::up-button { - subcontrol-position: top right; -} - -QAbstractSpinBox::up-arrow { - image: url(./vs15/spinner-up.png); -} - -QAbstractSpinBox::down-button { - subcontrol-position: bottom right; -} - -QAbstractSpinBox::down-arrow { - image: url(./vs15/spinner-down.png); -} - -/* Sliders #QSlider */ -QSlider::groove:horizontal { - background-color: #3f3f46; - border: none; - height: 8px; - margin: 2px 0; -} - -QSlider::handle:horizontal { - width: 0.5em; - height: 2em; - margin: -7px 0; - subcontrol-origin: margin; -} - -/* Scroll Bars #QAbstractScrollArea, #QScrollBar*/ -/* assigning background still leaves not filled area*/ -QAbstractScrollArea::corner { - background-color: transparent; -} - -/* Horizontal */ -QScrollBar:horizontal { - height: 18px; - border: none; - margin: 0 23px 0 23px; -} - -QScrollBar::handle:horizontal { - min-width: 32px; - margin: 4px 2px; -} - -QScrollBar::add-line:horizontal { - width: 23px; - subcontrol-position: right; - subcontrol-origin: margin; -} - -QScrollBar::sub-line:horizontal { - width: 23px; - subcontrol-position: left; - subcontrol-origin: margin; -} - -/* Vertical */ -QScrollBar:vertical { - width: 20px; - border: none; - margin: 23px 0 23px 0; -} - -QScrollBar::handle:vertical { - min-height: 32px; - margin: 2px 4px; -} - -QScrollBar::add-line:vertical { - height: 23px; - subcontrol-position: bottom; - subcontrol-origin: margin; -} - -QScrollBar::sub-line:vertical { - height: 23px; - subcontrol-position: top; - subcontrol-origin: margin; -} - -/* Combined */ -QScrollBar { - background-color: #3e3e42; - border: none; -} - -QScrollBar::handle { - background-color: #686868; -} - -QScrollBar::add-line, -QScrollBar::sub-line { - background-color: #3e3e42; - border: none; -} - -/* QScrollBar::add-line:horizontal:hover, -QScrollBar::sub-line:horizontal:hover, -QScrollBar::add-line:vertical:hover, -QScrollBar::sub-line:vertical:hover, -QScrollBar::add-line:horizontal:pressed, -QScrollBar::sub-line:horizontal:pressed, -QScrollBar::add-line:vertical:pressed, -QScrollBar::sub-line:vertical:pressed { } */ -QScrollBar::handle:hover { - background: #9e9e9e; -} - -QScrollBar::handle:pressed { - background: #efebef; -} - -QScrollBar::handle:disabled { - background: #555558; -} - -QScrollBar::add-page, -QScrollBar::sub-page { - background: transparent; -} - -QScrollBar::up-arrow:vertical { - image: url(./vs15/scrollbar-up.png); -} - -QScrollBar::up-arrow:vertical:hover { - image: url(./vs15/scrollbar-up-hover.png); -} - -QScrollBar::up-arrow:vertical:disabled { - image: url(./vs15/scrollbar-up-disabled.png); -} - -QScrollBar::right-arrow:horizontal { - image: url(./vs15/scrollbar-right.png); -} - -QScrollBar::right-arrow:horizontal:hover { - image: url(./vs15/scrollbar-right-hover.png); -} - -QScrollBar::right-arrow:horizontal:disabled { - image: url(./vs15/scrollbar-right-disabled.png); -} - -QScrollBar::down-arrow:vertical { - image: url(./vs15/scrollbar-down.png); -} - -QScrollBar::down-arrow:vertical:hover { - image: url(./vs15/scrollbar-down-hover.png); -} - -QScrollBar::down-arrow:vertical:disabled { - image: url(./vs15/scrollbar-down-disabled.png); -} - -QScrollBar::left-arrow:horizontal { - image: url(./vs15/scrollbar-left.png); -} - -QScrollBar::left-arrow:horizontal:hover { - image: url(./vs15/scrollbar-left-hover.png); -} - -QScrollBar::left-arrow:horizontal:disabled { - image: url(./vs15/scrollbar-left-disabled.png); -} - -/* Header Rows and Tables (Configure Mod Categories) #QTableView, #QHeaderView */ -QTableView { - gridline-color: #3f3f46; - selection-background-color: #bb4287; - selection-color: #f1f1f1; -} - -QTableView QTableCornerButton::section { - background: #252526; - border-color: #3f3f46; - border-style: solid; - border-width: 0 1px 1px 0; -} - -QHeaderView { - border: none; -} - -QHeaderView::section { - background: #252526; - border-color: #3f3f46; - padding: 3px 5px; - border-style: solid; - border-width: 0 1px 1px 0; -} - -QHeaderView::section:hover { - background: #3e3e40; - color: #f6f6f6; -} - -QHeaderView::section:last { - border-right: 0; -} - -QHeaderView::up-arrow { - image: url(./vs15/sort-asc.png); - margin-bottom: -37px; -} - -DownloadListView QHeaderView::up-arrow { - margin-bottom: -47px; -} - -QHeaderView::down-arrow { - image: url(./vs15/sort-desc.png); - margin-bottom: 0; -} - -/* Context menus, toolbar drop-downs #QMenu */ -QMenu { - background-color: #1a1a1c; - border-color: #333337; - border-style: solid; - border-width: 1px; - padding: 2px; -} - -QMenu::item { - background: transparent; - padding: 4px 20px; -} - -QMenu::item:selected, -QMenuBar::item:selected { - background-color: #333334; -} - -QMenu::item:disabled { - background-color: transparent; -} - -QMenu::separator { - background-color: #333337; - height: 1px; - margin: 1px 0; -} - -QMenu::icon { - margin: 1px; -} - -QMenu::right-arrow { - image: url(./vs15/sub-menu-arrow.png); - subcontrol-origin: padding; - subcontrol-position: center right; - padding-right: 0.5em; -} - -QMenu QPushButton { - background-color: transparent; - border-color: #3f3f46; - margin: 1px 0 1px 0; -} - -QMenu QCheckBox, -QMenu QRadioButton { - background-color: transparent; - padding: 5px 2px; -} - -/* Tool tips #QToolTip, #SaveGameInfoWidget */ -QToolTip, -SaveGameInfoWidget { - background-color: #424245; - border-color: #4d4d50; - color: #f1f1f1; - border-style: solid; - border-width: 1px; - padding: 2px; -} - -QStatusBar::item { - border: None; -} - -/* Progress Bars (Downloads) #QProgressBar */ -QProgressBar { - background-color: #e6e6e6; - color: #000; - border-color: #bcbcbc; - text-align: center; - border-style: solid; - border-width: 1px; - margin: 0px; -} - -QProgressBar::chunk { - background: #06b025; -} - -DownloadListView[downloadView=standard]::item { - padding: 16px; -} - -DownloadListView[downloadView=compact]::item { - padding: 4px; -} - -/* Right Pane and Tab Bars #QTabWidget, #QTabBar */ -QTabWidget::pane { - border-color: #3f3f46; - border-top-color: #bb4287; - top: 0; - border-style: solid; - border-width: 1px; -} - -QTabWidget::pane:disabled { - border-top-color: #3f3f46; -} - -QTabBar::tab { - background-color: transparent; - padding: 4px 1em; - border: none; -} - -QTabBar::tab:hover { - background-color: #a83b79; -} - -QTabBar::tab:selected, -QTabBar::tab:selected:hover { - background-color: #bb4287; -} - -QTabBar::tab:disabled { - background-color: transparent; - color: #656565; -} - -QTabBar::tab:selected:disabled { - background-color: #3f3f46; -} - -/* Scrollers */ -QTabBar QToolButton { - background-color: #333337; - border-color: #3f3f46; - padding: 1px; - margin: 0; - border-style: solid; - border-width: 1px; -} - -QTabBar QToolButton:hover { - border-color: #bb4287; - border-width: 1px; - border-style: solid; -} - -QTabBar QToolButton:disabled, -QTabBar QToolButton:pressed:hover { - background-color: #333337; -} - -QTabBar::scroller { - width: 23px; - background-color: red; -} - -QTabBar QToolButton::right-arrow { - image: url(./vs15/scrollbar-right.png); -} - -QTabBar QToolButton::right-arrow:hover { - image: url(./vs15/scrollbar-right-hover.png); -} - -QTabBar QToolButton::left-arrow { - image: url(./vs15/scrollbar-left.png); -} - -QTabBar QToolButton::left-arrow:hover { - image: url(./vs15/scrollbar-left-hover.png); -} - -/* Special styles */ -QWidget#tabImages QPushButton { - background-color: transparent; - margin: 0 0.3em; - padding: 0; -} - -/* like dialog QPushButton*/ -QWidget#tabESPs QToolButton { - color: #000000; - background-color: #dddddd; - border-color: #707070; - border-style: solid; - border-width: 1px; -} - -QWidget#tabESPs QToolButton:hover { - background-color: #BEE6FD; - border-color: #bf498c; -} - -QWidget#tabESPs QToolButton:focus { - background-color: #dddddd; - border-color: #bb4287; -} - -QWidget#tabESPs QToolButton:disabled { - background-color: #333337; - border-color: #3f3f46; -} - -QTreeWidget#categoriesList { - /* min-width: 225px; */ -} - -QTreeWidget#categoriesList::item { - background-position: center left; - background-repeat: no-repeat; - padding: 0.35em 10px; -} - -QTreeWidget#categoriesList::item:has-children { - background-image: url(./vs15/branch-closed.png); -} - -QTreeWidget#categoriesList::item:has-children:open { - background-image: url(./vs15/branch-open.png); -} - -QDialog#QueryOverwriteDialog QPushButton { - margin-left: 0.5em; -} - -QDialog#PyCfgDialog QPushButton:hover { - background-color: #BEE6FD; -} - -QLineEdit#modFilterEdit { - margin-top: 2px; -} - -/* highlight unchecked BSAs */ -QWidget#bsaTab QTreeWidget::indicator:unchecked { - background-color: #bb4287; -} - -/* increase version text field */ -QLineEdit#versionEdit { - max-width: 100px; -} - -/* Dialogs width changes */ -/* increase width to prevent buttons cutting */ -QDialog#QueryOverwriteDialog { - min-width: 565px; -} - -QDialog#ModInfoDialog { - min-width: 850px; -} - -QLineEdit[valid-filter=false] { - background-color: #661111 !important; -} \ No newline at end of file diff --git a/stylesheets/vs15 Dark-Purple.qss b/stylesheets/vs15 Dark-Purple.qss deleted file mode 100644 index 928107f..0000000 --- a/stylesheets/vs15 Dark-Purple.qss +++ /dev/null @@ -1,920 +0,0 @@ -/*!************************************* - VS15 Dark -**************************************** - Author: chintsu_kun, holt59, MO2 Team - Version: 2.5.0 - Licence: GNU General Public License v3.0 (https://www.gnu.org/licenses/gpl-3.0.en.html) - Url: https://github.com/nikolay-borzov/modorganizer-themes -**************************************** -*/ -/* For some reason applying background-color or border fixes paddings properties */ -QListWidget::item { - border-width: 0; -} - -/* Don't override install label on download widget. - MO2 assigns color depending on download state */ -#installLabel { - color: none; -} - -/* Make `background-color` work for :hover, :focus and :pressed states */ -QToolButton { - border: none; -} - -/* Main Window */ -QWidget { - background-color: #2d2d30; - color: #f1f1f1; -} - -QWidget::disabled { - color: #656565; -} - -/* Common */ -/* remove outline */ -* { - outline: 0; -} - -*:disabled, -QListView::item:disabled, -*::item:selected:disabled { - color: #656565; -} - -/* line heights */ -/* QTreeView#fileTree::item - currently have problem with size column vertical - text align */ -#bsaList::item, -#dataTree::item, -#modList::item, -#categoriesTree::item, -#savegameList::item, -#tabConflicts QTreeWidget::item { - padding: 0.3em 0; -} - -QListView::item, -QTreeView#espList::item { - padding: 0.3em 0; -} - -/* to enable border color */ -QTreeView, -QListView, -QTextEdit, -QWebView, -QTableView { - border-style: solid; - border-width: 1px; -} - -QAbstractItemView { - color: #dcdcdc; - background-color: #1e1e1e; - alternate-background-color: #262626; - border-color: #3f3f46; -} - -QAbstractItemView::item:selected, -QAbstractItemView::item:selected:hover, -QAbstractItemView::item:alternate:selected, -QAbstractItemView::item:alternate:selected:hover { - color: #f1f1f1; - background-color: #7e2ad2; -} - -QAbstractItemView[filtered=true] { - border: 2px solid #f00 !important; -} - -QAbstractItemView, -QListView, -QTreeView { - show-decoration-selected: 1; -} - -QAbstractItemView::item:hover, -QAbstractItemView::item:alternate:hover, -QAbstractItemView::item:disabled:hover, -QAbstractItemView::item:alternate:disabled:hover QListView::item:hover, -QTreeView::branch:hover, -QTreeWidget::item:hover { - background-color: rgba(126, 42, 210, 0.3); -} - -QAbstractItemView::item:selected:disabled, -QAbstractItemView::item:alternate:selected:disabled, -QListView::item:selected:disabled, -QTreeView::branch:selected:disabled, -QTreeWidget::item:selected:disabled { - background-color: rgba(126, 42, 210, 0.3); -} - -QTreeView::branch:selected, -#bsaList::branch:selected { - background-color: #7e2ad2; -} - -QLabel { - background-color: transparent; -} - -LinkLabel { - qproperty-linkColor: #7e2ad2; -} - -/* Left Pane & File Trees #QTreeView, #QListView*/ -QTreeView::branch:closed:has-children { - image: url(./vs15/branch-closed.png); -} - -QTreeView::branch:open:has-children { - image: url(./vs15/branch-open.png); -} - -QListView::item { - color: #f1f1f1; -} - -/* Text areas and text fields #QTextEdit, #QLineEdit, #QWebView */ -QTextEdit, -QWebView, -QLineEdit, -QAbstractSpinBox, -QAbstractSpinBox::up-button, -QAbstractSpinBox::down-button, -QComboBox { - background-color: #333337; - border-color: #3f3f46; -} - -QLineEdit:hover, -QAbstractSpinBox:hover, -QTextEdit:hover, -QComboBox:hover, -QComboBox:editable:hover { - border-color: #7e2ad2; -} - -QLineEdit:focus, -QAbstractSpinBox::focus, -QTextEdit:focus, -QComboBox:focus, -QComboBox:editable:focus, -QComboBox:on { - background-color: #3f3f46; - border-color: #7e2ad2; -} - -QComboBox:on { - border-bottom-color: #3f3f46; -} - -QLineEdit, -QAbstractSpinBox { - min-height: 15px; - padding: 2px; - border-style: solid; - border-width: 1px; -} - -QLineEdit { - margin-top: 0; -} - -/* clear button */ -QLineEdit QToolButton, -QLineEdit QToolButton:hover { - background: none; - margin-top: 1px; -} - -QLineEdit#espFilterEdit QToolButton { - margin-top: -2px; - margin-bottom: 1px; -} - -/* Drop-downs #QComboBox*/ -QComboBox { - min-height: 20px; - padding-left: 5px; - margin: 3px 0 1px 0; - border-style: solid; - border-width: 1px; -} - -QComboBox:editable { - padding-left: 3px; - /* to enable hover styles */ - background-color: transparent; -} - -QComboBox::drop-down { - width: 20px; - subcontrol-origin: padding; - subcontrol-position: top right; - border: none; -} - -QComboBox::down-arrow { - image: url(./vs15/combobox-down.png); -} - -QComboBox QAbstractItemView { - background-color: #1b1b1c; - selection-background-color: #3f3f46; - border-color: #7e2ad2; - border-style: solid; - border-width: 0 1px 1px 1px; -} - -/* Doesn't work http://stackoverflow.com/questions/13308341/qcombobox-abstractitemviewitem */ -/* QComboBox QAbstractItemView:item { - padding: 10px; - margin: 10px; -} */ -/* Toolbar */ -QToolBar { - border: none; -} - -QToolBar::separator { - border-left-color: #222222; - border-right-color: #46464a; - border-width: 0 1px 0 1px; - border-style: solid; - width: 0; -} - -QToolButton { - padding: 4px; -} - -QToolButton:hover, QToolButton:focus { - background-color: #3e3e40; -} - -QToolButton:pressed { - background-color: #7e2ad2; -} - -QToolButton::menu-indicator { - image: url(./vs15/combobox-down.png); - subcontrol-origin: padding; - subcontrol-position: center right; - padding-top: 10%; - padding-right: 5%; -} - -/* Group Boxes #QGroupBox */ -QGroupBox { - border-color: #3f3f46; - border-style: solid; - border-width: 1px; - padding: 1em 0.3em 0.3em 0.3em; - margin-top: 0.65em; -} - -QGroupBox::title { - subcontrol-origin: margin; - subcontrol-position: top left; - padding: 2px; - left: 10px; -} - -/* LCD Count */ -QLCDNumber { - border-color: #3f3f46; - border-style: solid; - border-width: 1px; -} - -/* Buttons #QPushButton */ -QPushButton { - background-color: #333337; - border-color: #3f3f46; - min-height: 18px; - padding: 2px 5px; - border-style: solid; - border-width: 1px; -} - -QPushButton:hover, -QPushButton:checked, -QPushButton:focus, -QAbstractSpinBox::up-button:hover, -QAbstractSpinBox::down-button:hover { - background-color: #7e2ad2; -} - -QPushButton:pressed, -QPushButton:checked:hover, -QAbstractSpinBox::up-button:pressed, -QAbstractSpinBox::down-button:pressed { - background-color: #8b3dd8; -} - -QPushButton:disabled, -QAbstractSpinBox::up-button:disabled, -QAbstractSpinBox::down-button:disabled { - background-color: #333337; - border-color: #3f3f46; -} - -QPushButton::menu-indicator { - image: url(./vs15/combobox-down.png); - subcontrol-origin: padding; - subcontrol-position: center right; - padding-right: 5%; -} - -/* Dialog buttons */ -QDialog QPushButton, -QSlider::handle:horizontal, -QSlider::handle:vertical { - color: #000000; - background-color: #dddddd; - border-color: #707070; - border-style: solid; - border-width: 1px; -} - -QDialog QPushButton:hover, -QSlider::handle:horizontal:hover, -QSlider::handle:vertical:hover, -QSlider::handle:horizontal:pressed, -QSlider::handle:horizontal:focus:pressed, -QSlider::handle:vertical:pressed, -QSlider::handle:vertical:focus:pressed { - background-color: #BEE6FD; - border-color: #8635d7; -} - -QSlider::handle:horizontal:focus, -QSlider::handle:vertical:focus, -QDialog QPushButton:focus, -QDialog QPushButton:checked { - background-color: #dddddd; - border-color: #7e2ad2; -} - -QDialog QPushButton:disabled, -QSlider::handle:horizontal:disabled, -QSlider::handle:vertical:disabled { - background-color: #333337; - border-color: #3f3f46; -} - -QDialog QPushButton { - min-width: 1.5em; - padding-left: 0.5em; - padding-right: 0.5em; -} - -/* Check boxes and Radio buttons common #QCheckBox, #QRadioButton */ -QGroupBox::indicator, -QTreeView::indicator, -QCheckBox::indicator, -QRadioButton::indicator { - background-color: #2d2d30; - border-color: #3f3f46; - width: 13px; - height: 13px; - border-style: solid; - border-width: 1px; -} - -QGroupBox::indicator:hover, -QTreeView::indicator:hover, -QCheckBox::indicator:hover, -QRadioButton::indicator:hover { - background-color: #3f3f46; - border-color: #7e2ad2; -} - -QGroupBox::indicator:checked, -QTreeView::indicator:checked, -QCheckBox::indicator:checked { - image: url(./vs15/checkbox-check.png); -} - -QGroupBox::indicator:disabled, -QTreeView::indicator:checked:disabled, -QCheckBox::indicator:checked:disabled { - image: url(./vs15/checkbox-check-disabled.png); -} - -/* Check boxes special */ -QTreeView#modList::indicator { - width: 15px; - height: 15px; -} - -/* Radio buttons #QRadioButton */ -QRadioButton::indicator { - border-radius: 7px; -} - -QRadioButton::indicator::checked { - background-color: #B9B9BA; - border-width: 2px; - width: 11px; - height: 11px; -} - -QRadioButton::indicator::checked:hover { - border-color: #3f3f46; -} - -/* Spinners #QSpinBox, #QDoubleSpinBox */ -QAbstractSpinBox { - margin: 1px; -} - -QAbstractSpinBox::up-button, -QAbstractSpinBox::down-button { - border-style: solid; - border-width: 1px; - subcontrol-origin: padding; -} - -QAbstractSpinBox::up-button { - subcontrol-position: top right; -} - -QAbstractSpinBox::up-arrow { - image: url(./vs15/spinner-up.png); -} - -QAbstractSpinBox::down-button { - subcontrol-position: bottom right; -} - -QAbstractSpinBox::down-arrow { - image: url(./vs15/spinner-down.png); -} - -/* Sliders #QSlider */ -QSlider::groove:horizontal { - background-color: #3f3f46; - border: none; - height: 8px; - margin: 2px 0; -} - -QSlider::handle:horizontal { - width: 0.5em; - height: 2em; - margin: -7px 0; - subcontrol-origin: margin; -} - -/* Scroll Bars #QAbstractScrollArea, #QScrollBar*/ -/* assigning background still leaves not filled area*/ -QAbstractScrollArea::corner { - background-color: transparent; -} - -/* Horizontal */ -QScrollBar:horizontal { - height: 18px; - border: none; - margin: 0 23px 0 23px; -} - -QScrollBar::handle:horizontal { - min-width: 32px; - margin: 4px 2px; -} - -QScrollBar::add-line:horizontal { - width: 23px; - subcontrol-position: right; - subcontrol-origin: margin; -} - -QScrollBar::sub-line:horizontal { - width: 23px; - subcontrol-position: left; - subcontrol-origin: margin; -} - -/* Vertical */ -QScrollBar:vertical { - width: 20px; - border: none; - margin: 23px 0 23px 0; -} - -QScrollBar::handle:vertical { - min-height: 32px; - margin: 2px 4px; -} - -QScrollBar::add-line:vertical { - height: 23px; - subcontrol-position: bottom; - subcontrol-origin: margin; -} - -QScrollBar::sub-line:vertical { - height: 23px; - subcontrol-position: top; - subcontrol-origin: margin; -} - -/* Combined */ -QScrollBar { - background-color: #3e3e42; - border: none; -} - -QScrollBar::handle { - background-color: #686868; -} - -QScrollBar::add-line, -QScrollBar::sub-line { - background-color: #3e3e42; - border: none; -} - -/* QScrollBar::add-line:horizontal:hover, -QScrollBar::sub-line:horizontal:hover, -QScrollBar::add-line:vertical:hover, -QScrollBar::sub-line:vertical:hover, -QScrollBar::add-line:horizontal:pressed, -QScrollBar::sub-line:horizontal:pressed, -QScrollBar::add-line:vertical:pressed, -QScrollBar::sub-line:vertical:pressed { } */ -QScrollBar::handle:hover { - background: #9e9e9e; -} - -QScrollBar::handle:pressed { - background: #efebef; -} - -QScrollBar::handle:disabled { - background: #555558; -} - -QScrollBar::add-page, -QScrollBar::sub-page { - background: transparent; -} - -QScrollBar::up-arrow:vertical { - image: url(./vs15/scrollbar-up.png); -} - -QScrollBar::up-arrow:vertical:hover { - image: url(./vs15/scrollbar-up-hover.png); -} - -QScrollBar::up-arrow:vertical:disabled { - image: url(./vs15/scrollbar-up-disabled.png); -} - -QScrollBar::right-arrow:horizontal { - image: url(./vs15/scrollbar-right.png); -} - -QScrollBar::right-arrow:horizontal:hover { - image: url(./vs15/scrollbar-right-hover.png); -} - -QScrollBar::right-arrow:horizontal:disabled { - image: url(./vs15/scrollbar-right-disabled.png); -} - -QScrollBar::down-arrow:vertical { - image: url(./vs15/scrollbar-down.png); -} - -QScrollBar::down-arrow:vertical:hover { - image: url(./vs15/scrollbar-down-hover.png); -} - -QScrollBar::down-arrow:vertical:disabled { - image: url(./vs15/scrollbar-down-disabled.png); -} - -QScrollBar::left-arrow:horizontal { - image: url(./vs15/scrollbar-left.png); -} - -QScrollBar::left-arrow:horizontal:hover { - image: url(./vs15/scrollbar-left-hover.png); -} - -QScrollBar::left-arrow:horizontal:disabled { - image: url(./vs15/scrollbar-left-disabled.png); -} - -/* Header Rows and Tables (Configure Mod Categories) #QTableView, #QHeaderView */ -QTableView { - gridline-color: #3f3f46; - selection-background-color: #7e2ad2; - selection-color: #f1f1f1; -} - -QTableView QTableCornerButton::section { - background: #252526; - border-color: #3f3f46; - border-style: solid; - border-width: 0 1px 1px 0; -} - -QHeaderView { - border: none; -} - -QHeaderView::section { - background: #252526; - border-color: #3f3f46; - padding: 3px 5px; - border-style: solid; - border-width: 0 1px 1px 0; -} - -QHeaderView::section:hover { - background: #3e3e40; - color: #f6f6f6; -} - -QHeaderView::section:last { - border-right: 0; -} - -QHeaderView::up-arrow { - image: url(./vs15/sort-asc.png); - margin-bottom: -37px; -} - -DownloadListView QHeaderView::up-arrow { - margin-bottom: -47px; -} - -QHeaderView::down-arrow { - image: url(./vs15/sort-desc.png); - margin-bottom: 0; -} - -/* Context menus, toolbar drop-downs #QMenu */ -QMenu { - background-color: #1a1a1c; - border-color: #333337; - border-style: solid; - border-width: 1px; - padding: 2px; -} - -QMenu::item { - background: transparent; - padding: 4px 20px; -} - -QMenu::item:selected, -QMenuBar::item:selected { - background-color: #333334; -} - -QMenu::item:disabled { - background-color: transparent; -} - -QMenu::separator { - background-color: #333337; - height: 1px; - margin: 1px 0; -} - -QMenu::icon { - margin: 1px; -} - -QMenu::right-arrow { - image: url(./vs15/sub-menu-arrow.png); - subcontrol-origin: padding; - subcontrol-position: center right; - padding-right: 0.5em; -} - -QMenu QPushButton { - background-color: transparent; - border-color: #3f3f46; - margin: 1px 0 1px 0; -} - -QMenu QCheckBox, -QMenu QRadioButton { - background-color: transparent; - padding: 5px 2px; -} - -/* Tool tips #QToolTip, #SaveGameInfoWidget */ -QToolTip, -SaveGameInfoWidget { - background-color: #424245; - border-color: #4d4d50; - color: #f1f1f1; - border-style: solid; - border-width: 1px; - padding: 2px; -} - -QStatusBar::item { - border: None; -} - -/* Progress Bars (Downloads) #QProgressBar */ -QProgressBar { - background-color: #e6e6e6; - color: #000; - border-color: #bcbcbc; - text-align: center; - border-style: solid; - border-width: 1px; - margin: 0px; -} - -QProgressBar::chunk { - background: #06b025; -} - -DownloadListView[downloadView=standard]::item { - padding: 16px; -} - -DownloadListView[downloadView=compact]::item { - padding: 4px; -} - -/* Right Pane and Tab Bars #QTabWidget, #QTabBar */ -QTabWidget::pane { - border-color: #3f3f46; - border-top-color: #7e2ad2; - top: 0; - border-style: solid; - border-width: 1px; -} - -QTabWidget::pane:disabled { - border-top-color: #3f3f46; -} - -QTabBar::tab { - background-color: transparent; - padding: 4px 1em; - border: none; -} - -QTabBar::tab:hover { - background-color: #8b3dd8; -} - -QTabBar::tab:selected, -QTabBar::tab:selected:hover { - background-color: #7e2ad2; -} - -QTabBar::tab:disabled { - background-color: transparent; - color: #656565; -} - -QTabBar::tab:selected:disabled { - background-color: #3f3f46; -} - -/* Scrollers */ -QTabBar QToolButton { - background-color: #333337; - border-color: #3f3f46; - padding: 1px; - margin: 0; - border-style: solid; - border-width: 1px; -} - -QTabBar QToolButton:hover { - border-color: #7e2ad2; - border-width: 1px; - border-style: solid; -} - -QTabBar QToolButton:disabled, -QTabBar QToolButton:pressed:hover { - background-color: #333337; -} - -QTabBar::scroller { - width: 23px; - background-color: red; -} - -QTabBar QToolButton::right-arrow { - image: url(./vs15/scrollbar-right.png); -} - -QTabBar QToolButton::right-arrow:hover { - image: url(./vs15/scrollbar-right-hover.png); -} - -QTabBar QToolButton::left-arrow { - image: url(./vs15/scrollbar-left.png); -} - -QTabBar QToolButton::left-arrow:hover { - image: url(./vs15/scrollbar-left-hover.png); -} - -/* Special styles */ -QWidget#tabImages QPushButton { - background-color: transparent; - margin: 0 0.3em; - padding: 0; -} - -/* like dialog QPushButton*/ -QWidget#tabESPs QToolButton { - color: #000000; - background-color: #dddddd; - border-color: #707070; - border-style: solid; - border-width: 1px; -} - -QWidget#tabESPs QToolButton:hover { - background-color: #BEE6FD; - border-color: #8635d7; -} - -QWidget#tabESPs QToolButton:focus { - background-color: #dddddd; - border-color: #7e2ad2; -} - -QWidget#tabESPs QToolButton:disabled { - background-color: #333337; - border-color: #3f3f46; -} - -QTreeWidget#categoriesList { - /* min-width: 225px; */ -} - -QTreeWidget#categoriesList::item { - background-position: center left; - background-repeat: no-repeat; - padding: 0.35em 10px; -} - -QTreeWidget#categoriesList::item:has-children { - background-image: url(./vs15/branch-closed.png); -} - -QTreeWidget#categoriesList::item:has-children:open { - background-image: url(./vs15/branch-open.png); -} - -QDialog#QueryOverwriteDialog QPushButton { - margin-left: 0.5em; -} - -QDialog#PyCfgDialog QPushButton:hover { - background-color: #BEE6FD; -} - -QLineEdit#modFilterEdit { - margin-top: 2px; -} - -/* highlight unchecked BSAs */ -QWidget#bsaTab QTreeWidget::indicator:unchecked { - background-color: #7e2ad2; -} - -/* increase version text field */ -QLineEdit#versionEdit { - max-width: 100px; -} - -/* Dialogs width changes */ -/* increase width to prevent buttons cutting */ -QDialog#QueryOverwriteDialog { - min-width: 565px; -} - -QDialog#ModInfoDialog { - min-width: 850px; -} - -QLineEdit[valid-filter=false] { - background-color: #661111 !important; -} \ No newline at end of file diff --git a/stylesheets/vs15 Dark-Red.qss b/stylesheets/vs15 Dark-Red.qss deleted file mode 100644 index 9a9d210..0000000 --- a/stylesheets/vs15 Dark-Red.qss +++ /dev/null @@ -1,920 +0,0 @@ -/*!************************************* - VS15 Dark -**************************************** - Author: chintsu_kun, holt59, MO2 Team - Version: 2.5.0 - Licence: GNU General Public License v3.0 (https://www.gnu.org/licenses/gpl-3.0.en.html) - Url: https://github.com/nikolay-borzov/modorganizer-themes -**************************************** -*/ -/* For some reason applying background-color or border fixes paddings properties */ -QListWidget::item { - border-width: 0; -} - -/* Don't override install label on download widget. - MO2 assigns color depending on download state */ -#installLabel { - color: none; -} - -/* Make `background-color` work for :hover, :focus and :pressed states */ -QToolButton { - border: none; -} - -/* Main Window */ -QWidget { - background-color: #2d2d30; - color: #f1f1f1; -} - -QWidget::disabled { - color: #656565; -} - -/* Common */ -/* remove outline */ -* { - outline: 0; -} - -*:disabled, -QListView::item:disabled, -*::item:selected:disabled { - color: #656565; -} - -/* line heights */ -/* QTreeView#fileTree::item - currently have problem with size column vertical - text align */ -#bsaList::item, -#dataTree::item, -#modList::item, -#categoriesTree::item, -#savegameList::item, -#tabConflicts QTreeWidget::item { - padding: 0.3em 0; -} - -QListView::item, -QTreeView#espList::item { - padding: 0.3em 0; -} - -/* to enable border color */ -QTreeView, -QListView, -QTextEdit, -QWebView, -QTableView { - border-style: solid; - border-width: 1px; -} - -QAbstractItemView { - color: #dcdcdc; - background-color: #1e1e1e; - alternate-background-color: #262626; - border-color: #3f3f46; -} - -QAbstractItemView::item:selected, -QAbstractItemView::item:selected:hover, -QAbstractItemView::item:alternate:selected, -QAbstractItemView::item:alternate:selected:hover { - color: #f1f1f1; - background-color: #990000; -} - -QAbstractItemView[filtered=true] { - border: 2px solid #f00 !important; -} - -QAbstractItemView, -QListView, -QTreeView { - show-decoration-selected: 1; -} - -QAbstractItemView::item:hover, -QAbstractItemView::item:alternate:hover, -QAbstractItemView::item:disabled:hover, -QAbstractItemView::item:alternate:disabled:hover QListView::item:hover, -QTreeView::branch:hover, -QTreeWidget::item:hover { - background-color: rgba(153, 0, 0, 0.3); -} - -QAbstractItemView::item:selected:disabled, -QAbstractItemView::item:alternate:selected:disabled, -QListView::item:selected:disabled, -QTreeView::branch:selected:disabled, -QTreeWidget::item:selected:disabled { - background-color: rgba(153, 0, 0, 0.3); -} - -QTreeView::branch:selected, -#bsaList::branch:selected { - background-color: #990000; -} - -QLabel { - background-color: transparent; -} - -LinkLabel { - qproperty-linkColor: #990000; -} - -/* Left Pane & File Trees #QTreeView, #QListView*/ -QTreeView::branch:closed:has-children { - image: url(./vs15/branch-closed.png); -} - -QTreeView::branch:open:has-children { - image: url(./vs15/branch-open.png); -} - -QListView::item { - color: #f1f1f1; -} - -/* Text areas and text fields #QTextEdit, #QLineEdit, #QWebView */ -QTextEdit, -QWebView, -QLineEdit, -QAbstractSpinBox, -QAbstractSpinBox::up-button, -QAbstractSpinBox::down-button, -QComboBox { - background-color: #333337; - border-color: #3f3f46; -} - -QLineEdit:hover, -QAbstractSpinBox:hover, -QTextEdit:hover, -QComboBox:hover, -QComboBox:editable:hover { - border-color: #990000; -} - -QLineEdit:focus, -QAbstractSpinBox::focus, -QTextEdit:focus, -QComboBox:focus, -QComboBox:editable:focus, -QComboBox:on { - background-color: #3f3f46; - border-color: #990000; -} - -QComboBox:on { - border-bottom-color: #3f3f46; -} - -QLineEdit, -QAbstractSpinBox { - min-height: 15px; - padding: 2px; - border-style: solid; - border-width: 1px; -} - -QLineEdit { - margin-top: 0; -} - -/* clear button */ -QLineEdit QToolButton, -QLineEdit QToolButton:hover { - background: none; - margin-top: 1px; -} - -QLineEdit#espFilterEdit QToolButton { - margin-top: -2px; - margin-bottom: 1px; -} - -/* Drop-downs #QComboBox*/ -QComboBox { - min-height: 20px; - padding-left: 5px; - margin: 3px 0 1px 0; - border-style: solid; - border-width: 1px; -} - -QComboBox:editable { - padding-left: 3px; - /* to enable hover styles */ - background-color: transparent; -} - -QComboBox::drop-down { - width: 20px; - subcontrol-origin: padding; - subcontrol-position: top right; - border: none; -} - -QComboBox::down-arrow { - image: url(./vs15/combobox-down.png); -} - -QComboBox QAbstractItemView { - background-color: #1b1b1c; - selection-background-color: #3f3f46; - border-color: #990000; - border-style: solid; - border-width: 0 1px 1px 1px; -} - -/* Doesn't work http://stackoverflow.com/questions/13308341/qcombobox-abstractitemviewitem */ -/* QComboBox QAbstractItemView:item { - padding: 10px; - margin: 10px; -} */ -/* Toolbar */ -QToolBar { - border: none; -} - -QToolBar::separator { - border-left-color: #222222; - border-right-color: #46464a; - border-width: 0 1px 0 1px; - border-style: solid; - width: 0; -} - -QToolButton { - padding: 4px; -} - -QToolButton:hover, QToolButton:focus { - background-color: #3e3e40; -} - -QToolButton:pressed { - background-color: #990000; -} - -QToolButton::menu-indicator { - image: url(./vs15/combobox-down.png); - subcontrol-origin: padding; - subcontrol-position: center right; - padding-top: 10%; - padding-right: 5%; -} - -/* Group Boxes #QGroupBox */ -QGroupBox { - border-color: #3f3f46; - border-style: solid; - border-width: 1px; - padding: 1em 0.3em 0.3em 0.3em; - margin-top: 0.65em; -} - -QGroupBox::title { - subcontrol-origin: margin; - subcontrol-position: top left; - padding: 2px; - left: 10px; -} - -/* LCD Count */ -QLCDNumber { - border-color: #3f3f46; - border-style: solid; - border-width: 1px; -} - -/* Buttons #QPushButton */ -QPushButton { - background-color: #333337; - border-color: #3f3f46; - min-height: 18px; - padding: 2px 5px; - border-style: solid; - border-width: 1px; -} - -QPushButton:hover, -QPushButton:checked, -QPushButton:focus, -QAbstractSpinBox::up-button:hover, -QAbstractSpinBox::down-button:hover { - background-color: #990000; -} - -QPushButton:pressed, -QPushButton:checked:hover, -QAbstractSpinBox::up-button:pressed, -QAbstractSpinBox::down-button:pressed { - background-color: #b30000; -} - -QPushButton:disabled, -QAbstractSpinBox::up-button:disabled, -QAbstractSpinBox::down-button:disabled { - background-color: #333337; - border-color: #3f3f46; -} - -QPushButton::menu-indicator { - image: url(./vs15/combobox-down.png); - subcontrol-origin: padding; - subcontrol-position: center right; - padding-right: 5%; -} - -/* Dialog buttons */ -QDialog QPushButton, -QSlider::handle:horizontal, -QSlider::handle:vertical { - color: #000000; - background-color: #dddddd; - border-color: #707070; - border-style: solid; - border-width: 1px; -} - -QDialog QPushButton:hover, -QSlider::handle:horizontal:hover, -QSlider::handle:vertical:hover, -QSlider::handle:horizontal:pressed, -QSlider::handle:horizontal:focus:pressed, -QSlider::handle:vertical:pressed, -QSlider::handle:vertical:focus:pressed { - background-color: #BEE6FD; - border-color: #a80000; -} - -QSlider::handle:horizontal:focus, -QSlider::handle:vertical:focus, -QDialog QPushButton:focus, -QDialog QPushButton:checked { - background-color: #dddddd; - border-color: #990000; -} - -QDialog QPushButton:disabled, -QSlider::handle:horizontal:disabled, -QSlider::handle:vertical:disabled { - background-color: #333337; - border-color: #3f3f46; -} - -QDialog QPushButton { - min-width: 1.5em; - padding-left: 0.5em; - padding-right: 0.5em; -} - -/* Check boxes and Radio buttons common #QCheckBox, #QRadioButton */ -QGroupBox::indicator, -QTreeView::indicator, -QCheckBox::indicator, -QRadioButton::indicator { - background-color: #2d2d30; - border-color: #3f3f46; - width: 13px; - height: 13px; - border-style: solid; - border-width: 1px; -} - -QGroupBox::indicator:hover, -QTreeView::indicator:hover, -QCheckBox::indicator:hover, -QRadioButton::indicator:hover { - background-color: #3f3f46; - border-color: #990000; -} - -QGroupBox::indicator:checked, -QTreeView::indicator:checked, -QCheckBox::indicator:checked { - image: url(./vs15/checkbox-check.png); -} - -QGroupBox::indicator:disabled, -QTreeView::indicator:checked:disabled, -QCheckBox::indicator:checked:disabled { - image: url(./vs15/checkbox-check-disabled.png); -} - -/* Check boxes special */ -QTreeView#modList::indicator { - width: 15px; - height: 15px; -} - -/* Radio buttons #QRadioButton */ -QRadioButton::indicator { - border-radius: 7px; -} - -QRadioButton::indicator::checked { - background-color: #B9B9BA; - border-width: 2px; - width: 11px; - height: 11px; -} - -QRadioButton::indicator::checked:hover { - border-color: #3f3f46; -} - -/* Spinners #QSpinBox, #QDoubleSpinBox */ -QAbstractSpinBox { - margin: 1px; -} - -QAbstractSpinBox::up-button, -QAbstractSpinBox::down-button { - border-style: solid; - border-width: 1px; - subcontrol-origin: padding; -} - -QAbstractSpinBox::up-button { - subcontrol-position: top right; -} - -QAbstractSpinBox::up-arrow { - image: url(./vs15/spinner-up.png); -} - -QAbstractSpinBox::down-button { - subcontrol-position: bottom right; -} - -QAbstractSpinBox::down-arrow { - image: url(./vs15/spinner-down.png); -} - -/* Sliders #QSlider */ -QSlider::groove:horizontal { - background-color: #3f3f46; - border: none; - height: 8px; - margin: 2px 0; -} - -QSlider::handle:horizontal { - width: 0.5em; - height: 2em; - margin: -7px 0; - subcontrol-origin: margin; -} - -/* Scroll Bars #QAbstractScrollArea, #QScrollBar*/ -/* assigning background still leaves not filled area*/ -QAbstractScrollArea::corner { - background-color: transparent; -} - -/* Horizontal */ -QScrollBar:horizontal { - height: 18px; - border: none; - margin: 0 23px 0 23px; -} - -QScrollBar::handle:horizontal { - min-width: 32px; - margin: 4px 2px; -} - -QScrollBar::add-line:horizontal { - width: 23px; - subcontrol-position: right; - subcontrol-origin: margin; -} - -QScrollBar::sub-line:horizontal { - width: 23px; - subcontrol-position: left; - subcontrol-origin: margin; -} - -/* Vertical */ -QScrollBar:vertical { - width: 20px; - border: none; - margin: 23px 0 23px 0; -} - -QScrollBar::handle:vertical { - min-height: 32px; - margin: 2px 4px; -} - -QScrollBar::add-line:vertical { - height: 23px; - subcontrol-position: bottom; - subcontrol-origin: margin; -} - -QScrollBar::sub-line:vertical { - height: 23px; - subcontrol-position: top; - subcontrol-origin: margin; -} - -/* Combined */ -QScrollBar { - background-color: #3e3e42; - border: none; -} - -QScrollBar::handle { - background-color: #686868; -} - -QScrollBar::add-line, -QScrollBar::sub-line { - background-color: #3e3e42; - border: none; -} - -/* QScrollBar::add-line:horizontal:hover, -QScrollBar::sub-line:horizontal:hover, -QScrollBar::add-line:vertical:hover, -QScrollBar::sub-line:vertical:hover, -QScrollBar::add-line:horizontal:pressed, -QScrollBar::sub-line:horizontal:pressed, -QScrollBar::add-line:vertical:pressed, -QScrollBar::sub-line:vertical:pressed { } */ -QScrollBar::handle:hover { - background: #9e9e9e; -} - -QScrollBar::handle:pressed { - background: #efebef; -} - -QScrollBar::handle:disabled { - background: #555558; -} - -QScrollBar::add-page, -QScrollBar::sub-page { - background: transparent; -} - -QScrollBar::up-arrow:vertical { - image: url(./vs15/scrollbar-up.png); -} - -QScrollBar::up-arrow:vertical:hover { - image: url(./vs15/scrollbar-up-hover.png); -} - -QScrollBar::up-arrow:vertical:disabled { - image: url(./vs15/scrollbar-up-disabled.png); -} - -QScrollBar::right-arrow:horizontal { - image: url(./vs15/scrollbar-right.png); -} - -QScrollBar::right-arrow:horizontal:hover { - image: url(./vs15/scrollbar-right-hover.png); -} - -QScrollBar::right-arrow:horizontal:disabled { - image: url(./vs15/scrollbar-right-disabled.png); -} - -QScrollBar::down-arrow:vertical { - image: url(./vs15/scrollbar-down.png); -} - -QScrollBar::down-arrow:vertical:hover { - image: url(./vs15/scrollbar-down-hover.png); -} - -QScrollBar::down-arrow:vertical:disabled { - image: url(./vs15/scrollbar-down-disabled.png); -} - -QScrollBar::left-arrow:horizontal { - image: url(./vs15/scrollbar-left.png); -} - -QScrollBar::left-arrow:horizontal:hover { - image: url(./vs15/scrollbar-left-hover.png); -} - -QScrollBar::left-arrow:horizontal:disabled { - image: url(./vs15/scrollbar-left-disabled.png); -} - -/* Header Rows and Tables (Configure Mod Categories) #QTableView, #QHeaderView */ -QTableView { - gridline-color: #3f3f46; - selection-background-color: #990000; - selection-color: #f1f1f1; -} - -QTableView QTableCornerButton::section { - background: #252526; - border-color: #3f3f46; - border-style: solid; - border-width: 0 1px 1px 0; -} - -QHeaderView { - border: none; -} - -QHeaderView::section { - background: #252526; - border-color: #3f3f46; - padding: 3px 5px; - border-style: solid; - border-width: 0 1px 1px 0; -} - -QHeaderView::section:hover { - background: #3e3e40; - color: #f6f6f6; -} - -QHeaderView::section:last { - border-right: 0; -} - -QHeaderView::up-arrow { - image: url(./vs15/sort-asc.png); - margin-bottom: -37px; -} - -DownloadListView QHeaderView::up-arrow { - margin-bottom: -47px; -} - -QHeaderView::down-arrow { - image: url(./vs15/sort-desc.png); - margin-bottom: 0; -} - -/* Context menus, toolbar drop-downs #QMenu */ -QMenu { - background-color: #1a1a1c; - border-color: #333337; - border-style: solid; - border-width: 1px; - padding: 2px; -} - -QMenu::item { - background: transparent; - padding: 4px 20px; -} - -QMenu::item:selected, -QMenuBar::item:selected { - background-color: #333334; -} - -QMenu::item:disabled { - background-color: transparent; -} - -QMenu::separator { - background-color: #333337; - height: 1px; - margin: 1px 0; -} - -QMenu::icon { - margin: 1px; -} - -QMenu::right-arrow { - image: url(./vs15/sub-menu-arrow.png); - subcontrol-origin: padding; - subcontrol-position: center right; - padding-right: 0.5em; -} - -QMenu QPushButton { - background-color: transparent; - border-color: #3f3f46; - margin: 1px 0 1px 0; -} - -QMenu QCheckBox, -QMenu QRadioButton { - background-color: transparent; - padding: 5px 2px; -} - -/* Tool tips #QToolTip, #SaveGameInfoWidget */ -QToolTip, -SaveGameInfoWidget { - background-color: #424245; - border-color: #4d4d50; - color: #f1f1f1; - border-style: solid; - border-width: 1px; - padding: 2px; -} - -QStatusBar::item { - border: None; -} - -/* Progress Bars (Downloads) #QProgressBar */ -QProgressBar { - background-color: #e6e6e6; - color: #000; - border-color: #bcbcbc; - text-align: center; - border-style: solid; - border-width: 1px; - margin: 0px; -} - -QProgressBar::chunk { - background: #06b025; -} - -DownloadListView[downloadView=standard]::item { - padding: 16px; -} - -DownloadListView[downloadView=compact]::item { - padding: 4px; -} - -/* Right Pane and Tab Bars #QTabWidget, #QTabBar */ -QTabWidget::pane { - border-color: #3f3f46; - border-top-color: #990000; - top: 0; - border-style: solid; - border-width: 1px; -} - -QTabWidget::pane:disabled { - border-top-color: #3f3f46; -} - -QTabBar::tab { - background-color: transparent; - padding: 4px 1em; - border: none; -} - -QTabBar::tab:hover { - background-color: #b30000; -} - -QTabBar::tab:selected, -QTabBar::tab:selected:hover { - background-color: #990000; -} - -QTabBar::tab:disabled { - background-color: transparent; - color: #656565; -} - -QTabBar::tab:selected:disabled { - background-color: #3f3f46; -} - -/* Scrollers */ -QTabBar QToolButton { - background-color: #333337; - border-color: #3f3f46; - padding: 1px; - margin: 0; - border-style: solid; - border-width: 1px; -} - -QTabBar QToolButton:hover { - border-color: #990000; - border-width: 1px; - border-style: solid; -} - -QTabBar QToolButton:disabled, -QTabBar QToolButton:pressed:hover { - background-color: #333337; -} - -QTabBar::scroller { - width: 23px; - background-color: red; -} - -QTabBar QToolButton::right-arrow { - image: url(./vs15/scrollbar-right.png); -} - -QTabBar QToolButton::right-arrow:hover { - image: url(./vs15/scrollbar-right-hover.png); -} - -QTabBar QToolButton::left-arrow { - image: url(./vs15/scrollbar-left.png); -} - -QTabBar QToolButton::left-arrow:hover { - image: url(./vs15/scrollbar-left-hover.png); -} - -/* Special styles */ -QWidget#tabImages QPushButton { - background-color: transparent; - margin: 0 0.3em; - padding: 0; -} - -/* like dialog QPushButton*/ -QWidget#tabESPs QToolButton { - color: #000000; - background-color: #dddddd; - border-color: #707070; - border-style: solid; - border-width: 1px; -} - -QWidget#tabESPs QToolButton:hover { - background-color: #BEE6FD; - border-color: #a80000; -} - -QWidget#tabESPs QToolButton:focus { - background-color: #dddddd; - border-color: #990000; -} - -QWidget#tabESPs QToolButton:disabled { - background-color: #333337; - border-color: #3f3f46; -} - -QTreeWidget#categoriesList { - /* min-width: 225px; */ -} - -QTreeWidget#categoriesList::item { - background-position: center left; - background-repeat: no-repeat; - padding: 0.35em 10px; -} - -QTreeWidget#categoriesList::item:has-children { - background-image: url(./vs15/branch-closed.png); -} - -QTreeWidget#categoriesList::item:has-children:open { - background-image: url(./vs15/branch-open.png); -} - -QDialog#QueryOverwriteDialog QPushButton { - margin-left: 0.5em; -} - -QDialog#PyCfgDialog QPushButton:hover { - background-color: #BEE6FD; -} - -QLineEdit#modFilterEdit { - margin-top: 2px; -} - -/* highlight unchecked BSAs */ -QWidget#bsaTab QTreeWidget::indicator:unchecked { - background-color: #990000; -} - -/* increase version text field */ -QLineEdit#versionEdit { - max-width: 100px; -} - -/* Dialogs width changes */ -/* increase width to prevent buttons cutting */ -QDialog#QueryOverwriteDialog { - min-width: 565px; -} - -QDialog#ModInfoDialog { - min-width: 850px; -} - -QLineEdit[valid-filter=false] { - background-color: #661111 !important; -} \ No newline at end of file diff --git a/stylesheets/vs15 Dark-Yellow.qss b/stylesheets/vs15 Dark-Yellow.qss deleted file mode 100644 index e2c9b50..0000000 --- a/stylesheets/vs15 Dark-Yellow.qss +++ /dev/null @@ -1,920 +0,0 @@ -/*!************************************* - VS15 Dark -**************************************** - Author: chintsu_kun, holt59, MO2 Team - Version: 2.5.0 - Licence: GNU General Public License v3.0 (https://www.gnu.org/licenses/gpl-3.0.en.html) - Url: https://github.com/nikolay-borzov/modorganizer-themes -**************************************** -*/ -/* For some reason applying background-color or border fixes paddings properties */ -QListWidget::item { - border-width: 0; -} - -/* Don't override install label on download widget. - MO2 assigns color depending on download state */ -#installLabel { - color: none; -} - -/* Make `background-color` work for :hover, :focus and :pressed states */ -QToolButton { - border: none; -} - -/* Main Window */ -QWidget { - background-color: #2d2d30; - color: #f1f1f1; -} - -QWidget::disabled { - color: #656565; -} - -/* Common */ -/* remove outline */ -* { - outline: 0; -} - -*:disabled, -QListView::item:disabled, -*::item:selected:disabled { - color: #656565; -} - -/* line heights */ -/* QTreeView#fileTree::item - currently have problem with size column vertical - text align */ -#bsaList::item, -#dataTree::item, -#modList::item, -#categoriesTree::item, -#savegameList::item, -#tabConflicts QTreeWidget::item { - padding: 0.3em 0; -} - -QListView::item, -QTreeView#espList::item { - padding: 0.3em 0; -} - -/* to enable border color */ -QTreeView, -QListView, -QTextEdit, -QWebView, -QTableView { - border-style: solid; - border-width: 1px; -} - -QAbstractItemView { - color: #dcdcdc; - background-color: #1e1e1e; - alternate-background-color: #262626; - border-color: #3f3f46; -} - -QAbstractItemView::item:selected, -QAbstractItemView::item:selected:hover, -QAbstractItemView::item:alternate:selected, -QAbstractItemView::item:alternate:selected:hover { - color: #f1f1f1; - background-color: #9a9a00; -} - -QAbstractItemView[filtered=true] { - border: 2px solid #f00 !important; -} - -QAbstractItemView, -QListView, -QTreeView { - show-decoration-selected: 1; -} - -QAbstractItemView::item:hover, -QAbstractItemView::item:alternate:hover, -QAbstractItemView::item:disabled:hover, -QAbstractItemView::item:alternate:disabled:hover QListView::item:hover, -QTreeView::branch:hover, -QTreeWidget::item:hover { - background-color: rgba(154, 154, 0, 0.3); -} - -QAbstractItemView::item:selected:disabled, -QAbstractItemView::item:alternate:selected:disabled, -QListView::item:selected:disabled, -QTreeView::branch:selected:disabled, -QTreeWidget::item:selected:disabled { - background-color: rgba(154, 154, 0, 0.3); -} - -QTreeView::branch:selected, -#bsaList::branch:selected { - background-color: #9a9a00; -} - -QLabel { - background-color: transparent; -} - -LinkLabel { - qproperty-linkColor: #9a9a00; -} - -/* Left Pane & File Trees #QTreeView, #QListView*/ -QTreeView::branch:closed:has-children { - image: url(./vs15/branch-closed.png); -} - -QTreeView::branch:open:has-children { - image: url(./vs15/branch-open.png); -} - -QListView::item { - color: #f1f1f1; -} - -/* Text areas and text fields #QTextEdit, #QLineEdit, #QWebView */ -QTextEdit, -QWebView, -QLineEdit, -QAbstractSpinBox, -QAbstractSpinBox::up-button, -QAbstractSpinBox::down-button, -QComboBox { - background-color: #333337; - border-color: #3f3f46; -} - -QLineEdit:hover, -QAbstractSpinBox:hover, -QTextEdit:hover, -QComboBox:hover, -QComboBox:editable:hover { - border-color: #9a9a00; -} - -QLineEdit:focus, -QAbstractSpinBox::focus, -QTextEdit:focus, -QComboBox:focus, -QComboBox:editable:focus, -QComboBox:on { - background-color: #3f3f46; - border-color: #9a9a00; -} - -QComboBox:on { - border-bottom-color: #3f3f46; -} - -QLineEdit, -QAbstractSpinBox { - min-height: 15px; - padding: 2px; - border-style: solid; - border-width: 1px; -} - -QLineEdit { - margin-top: 0; -} - -/* clear button */ -QLineEdit QToolButton, -QLineEdit QToolButton:hover { - background: none; - margin-top: 1px; -} - -QLineEdit#espFilterEdit QToolButton { - margin-top: -2px; - margin-bottom: 1px; -} - -/* Drop-downs #QComboBox*/ -QComboBox { - min-height: 20px; - padding-left: 5px; - margin: 3px 0 1px 0; - border-style: solid; - border-width: 1px; -} - -QComboBox:editable { - padding-left: 3px; - /* to enable hover styles */ - background-color: transparent; -} - -QComboBox::drop-down { - width: 20px; - subcontrol-origin: padding; - subcontrol-position: top right; - border: none; -} - -QComboBox::down-arrow { - image: url(./vs15/combobox-down.png); -} - -QComboBox QAbstractItemView { - background-color: #1b1b1c; - selection-background-color: #3f3f46; - border-color: #9a9a00; - border-style: solid; - border-width: 0 1px 1px 1px; -} - -/* Doesn't work http://stackoverflow.com/questions/13308341/qcombobox-abstractitemviewitem */ -/* QComboBox QAbstractItemView:item { - padding: 10px; - margin: 10px; -} */ -/* Toolbar */ -QToolBar { - border: none; -} - -QToolBar::separator { - border-left-color: #222222; - border-right-color: #46464a; - border-width: 0 1px 0 1px; - border-style: solid; - width: 0; -} - -QToolButton { - padding: 4px; -} - -QToolButton:hover, QToolButton:focus { - background-color: #3e3e40; -} - -QToolButton:pressed { - background-color: #9a9a00; -} - -QToolButton::menu-indicator { - image: url(./vs15/combobox-down.png); - subcontrol-origin: padding; - subcontrol-position: center right; - padding-top: 10%; - padding-right: 5%; -} - -/* Group Boxes #QGroupBox */ -QGroupBox { - border-color: #3f3f46; - border-style: solid; - border-width: 1px; - padding: 1em 0.3em 0.3em 0.3em; - margin-top: 0.65em; -} - -QGroupBox::title { - subcontrol-origin: margin; - subcontrol-position: top left; - padding: 2px; - left: 10px; -} - -/* LCD Count */ -QLCDNumber { - border-color: #3f3f46; - border-style: solid; - border-width: 1px; -} - -/* Buttons #QPushButton */ -QPushButton { - background-color: #333337; - border-color: #3f3f46; - min-height: 18px; - padding: 2px 5px; - border-style: solid; - border-width: 1px; -} - -QPushButton:hover, -QPushButton:checked, -QPushButton:focus, -QAbstractSpinBox::up-button:hover, -QAbstractSpinBox::down-button:hover { - background-color: #9a9a00; -} - -QPushButton:pressed, -QPushButton:checked:hover, -QAbstractSpinBox::up-button:pressed, -QAbstractSpinBox::down-button:pressed { - background-color: #b4b400; -} - -QPushButton:disabled, -QAbstractSpinBox::up-button:disabled, -QAbstractSpinBox::down-button:disabled { - background-color: #333337; - border-color: #3f3f46; -} - -QPushButton::menu-indicator { - image: url(./vs15/combobox-down.png); - subcontrol-origin: padding; - subcontrol-position: center right; - padding-right: 5%; -} - -/* Dialog buttons */ -QDialog QPushButton, -QSlider::handle:horizontal, -QSlider::handle:vertical { - color: #000000; - background-color: #dddddd; - border-color: #707070; - border-style: solid; - border-width: 1px; -} - -QDialog QPushButton:hover, -QSlider::handle:horizontal:hover, -QSlider::handle:vertical:hover, -QSlider::handle:horizontal:pressed, -QSlider::handle:horizontal:focus:pressed, -QSlider::handle:vertical:pressed, -QSlider::handle:vertical:focus:pressed { - background-color: #BEE6FD; - border-color: #a9a900; -} - -QSlider::handle:horizontal:focus, -QSlider::handle:vertical:focus, -QDialog QPushButton:focus, -QDialog QPushButton:checked { - background-color: #dddddd; - border-color: #9a9a00; -} - -QDialog QPushButton:disabled, -QSlider::handle:horizontal:disabled, -QSlider::handle:vertical:disabled { - background-color: #333337; - border-color: #3f3f46; -} - -QDialog QPushButton { - min-width: 1.5em; - padding-left: 0.5em; - padding-right: 0.5em; -} - -/* Check boxes and Radio buttons common #QCheckBox, #QRadioButton */ -QGroupBox::indicator, -QTreeView::indicator, -QCheckBox::indicator, -QRadioButton::indicator { - background-color: #2d2d30; - border-color: #3f3f46; - width: 13px; - height: 13px; - border-style: solid; - border-width: 1px; -} - -QGroupBox::indicator:hover, -QTreeView::indicator:hover, -QCheckBox::indicator:hover, -QRadioButton::indicator:hover { - background-color: #3f3f46; - border-color: #9a9a00; -} - -QGroupBox::indicator:checked, -QTreeView::indicator:checked, -QCheckBox::indicator:checked { - image: url(./vs15/checkbox-check.png); -} - -QGroupBox::indicator:disabled, -QTreeView::indicator:checked:disabled, -QCheckBox::indicator:checked:disabled { - image: url(./vs15/checkbox-check-disabled.png); -} - -/* Check boxes special */ -QTreeView#modList::indicator { - width: 15px; - height: 15px; -} - -/* Radio buttons #QRadioButton */ -QRadioButton::indicator { - border-radius: 7px; -} - -QRadioButton::indicator::checked { - background-color: #B9B9BA; - border-width: 2px; - width: 11px; - height: 11px; -} - -QRadioButton::indicator::checked:hover { - border-color: #3f3f46; -} - -/* Spinners #QSpinBox, #QDoubleSpinBox */ -QAbstractSpinBox { - margin: 1px; -} - -QAbstractSpinBox::up-button, -QAbstractSpinBox::down-button { - border-style: solid; - border-width: 1px; - subcontrol-origin: padding; -} - -QAbstractSpinBox::up-button { - subcontrol-position: top right; -} - -QAbstractSpinBox::up-arrow { - image: url(./vs15/spinner-up.png); -} - -QAbstractSpinBox::down-button { - subcontrol-position: bottom right; -} - -QAbstractSpinBox::down-arrow { - image: url(./vs15/spinner-down.png); -} - -/* Sliders #QSlider */ -QSlider::groove:horizontal { - background-color: #3f3f46; - border: none; - height: 8px; - margin: 2px 0; -} - -QSlider::handle:horizontal { - width: 0.5em; - height: 2em; - margin: -7px 0; - subcontrol-origin: margin; -} - -/* Scroll Bars #QAbstractScrollArea, #QScrollBar*/ -/* assigning background still leaves not filled area*/ -QAbstractScrollArea::corner { - background-color: transparent; -} - -/* Horizontal */ -QScrollBar:horizontal { - height: 18px; - border: none; - margin: 0 23px 0 23px; -} - -QScrollBar::handle:horizontal { - min-width: 32px; - margin: 4px 2px; -} - -QScrollBar::add-line:horizontal { - width: 23px; - subcontrol-position: right; - subcontrol-origin: margin; -} - -QScrollBar::sub-line:horizontal { - width: 23px; - subcontrol-position: left; - subcontrol-origin: margin; -} - -/* Vertical */ -QScrollBar:vertical { - width: 20px; - border: none; - margin: 23px 0 23px 0; -} - -QScrollBar::handle:vertical { - min-height: 32px; - margin: 2px 4px; -} - -QScrollBar::add-line:vertical { - height: 23px; - subcontrol-position: bottom; - subcontrol-origin: margin; -} - -QScrollBar::sub-line:vertical { - height: 23px; - subcontrol-position: top; - subcontrol-origin: margin; -} - -/* Combined */ -QScrollBar { - background-color: #3e3e42; - border: none; -} - -QScrollBar::handle { - background-color: #686868; -} - -QScrollBar::add-line, -QScrollBar::sub-line { - background-color: #3e3e42; - border: none; -} - -/* QScrollBar::add-line:horizontal:hover, -QScrollBar::sub-line:horizontal:hover, -QScrollBar::add-line:vertical:hover, -QScrollBar::sub-line:vertical:hover, -QScrollBar::add-line:horizontal:pressed, -QScrollBar::sub-line:horizontal:pressed, -QScrollBar::add-line:vertical:pressed, -QScrollBar::sub-line:vertical:pressed { } */ -QScrollBar::handle:hover { - background: #9e9e9e; -} - -QScrollBar::handle:pressed { - background: #efebef; -} - -QScrollBar::handle:disabled { - background: #555558; -} - -QScrollBar::add-page, -QScrollBar::sub-page { - background: transparent; -} - -QScrollBar::up-arrow:vertical { - image: url(./vs15/scrollbar-up.png); -} - -QScrollBar::up-arrow:vertical:hover { - image: url(./vs15/scrollbar-up-hover.png); -} - -QScrollBar::up-arrow:vertical:disabled { - image: url(./vs15/scrollbar-up-disabled.png); -} - -QScrollBar::right-arrow:horizontal { - image: url(./vs15/scrollbar-right.png); -} - -QScrollBar::right-arrow:horizontal:hover { - image: url(./vs15/scrollbar-right-hover.png); -} - -QScrollBar::right-arrow:horizontal:disabled { - image: url(./vs15/scrollbar-right-disabled.png); -} - -QScrollBar::down-arrow:vertical { - image: url(./vs15/scrollbar-down.png); -} - -QScrollBar::down-arrow:vertical:hover { - image: url(./vs15/scrollbar-down-hover.png); -} - -QScrollBar::down-arrow:vertical:disabled { - image: url(./vs15/scrollbar-down-disabled.png); -} - -QScrollBar::left-arrow:horizontal { - image: url(./vs15/scrollbar-left.png); -} - -QScrollBar::left-arrow:horizontal:hover { - image: url(./vs15/scrollbar-left-hover.png); -} - -QScrollBar::left-arrow:horizontal:disabled { - image: url(./vs15/scrollbar-left-disabled.png); -} - -/* Header Rows and Tables (Configure Mod Categories) #QTableView, #QHeaderView */ -QTableView { - gridline-color: #3f3f46; - selection-background-color: #9a9a00; - selection-color: #f1f1f1; -} - -QTableView QTableCornerButton::section { - background: #252526; - border-color: #3f3f46; - border-style: solid; - border-width: 0 1px 1px 0; -} - -QHeaderView { - border: none; -} - -QHeaderView::section { - background: #252526; - border-color: #3f3f46; - padding: 3px 5px; - border-style: solid; - border-width: 0 1px 1px 0; -} - -QHeaderView::section:hover { - background: #3e3e40; - color: #f6f6f6; -} - -QHeaderView::section:last { - border-right: 0; -} - -QHeaderView::up-arrow { - image: url(./vs15/sort-asc.png); - margin-bottom: -37px; -} - -DownloadListView QHeaderView::up-arrow { - margin-bottom: -47px; -} - -QHeaderView::down-arrow { - image: url(./vs15/sort-desc.png); - margin-bottom: 0; -} - -/* Context menus, toolbar drop-downs #QMenu */ -QMenu { - background-color: #1a1a1c; - border-color: #333337; - border-style: solid; - border-width: 1px; - padding: 2px; -} - -QMenu::item { - background: transparent; - padding: 4px 20px; -} - -QMenu::item:selected, -QMenuBar::item:selected { - background-color: #333334; -} - -QMenu::item:disabled { - background-color: transparent; -} - -QMenu::separator { - background-color: #333337; - height: 1px; - margin: 1px 0; -} - -QMenu::icon { - margin: 1px; -} - -QMenu::right-arrow { - image: url(./vs15/sub-menu-arrow.png); - subcontrol-origin: padding; - subcontrol-position: center right; - padding-right: 0.5em; -} - -QMenu QPushButton { - background-color: transparent; - border-color: #3f3f46; - margin: 1px 0 1px 0; -} - -QMenu QCheckBox, -QMenu QRadioButton { - background-color: transparent; - padding: 5px 2px; -} - -/* Tool tips #QToolTip, #SaveGameInfoWidget */ -QToolTip, -SaveGameInfoWidget { - background-color: #424245; - border-color: #4d4d50; - color: #f1f1f1; - border-style: solid; - border-width: 1px; - padding: 2px; -} - -QStatusBar::item { - border: None; -} - -/* Progress Bars (Downloads) #QProgressBar */ -QProgressBar { - background-color: #e6e6e6; - color: #000; - border-color: #bcbcbc; - text-align: center; - border-style: solid; - border-width: 1px; - margin: 0px; -} - -QProgressBar::chunk { - background: #06b025; -} - -DownloadListView[downloadView=standard]::item { - padding: 16px; -} - -DownloadListView[downloadView=compact]::item { - padding: 4px; -} - -/* Right Pane and Tab Bars #QTabWidget, #QTabBar */ -QTabWidget::pane { - border-color: #3f3f46; - border-top-color: #9a9a00; - top: 0; - border-style: solid; - border-width: 1px; -} - -QTabWidget::pane:disabled { - border-top-color: #3f3f46; -} - -QTabBar::tab { - background-color: transparent; - padding: 4px 1em; - border: none; -} - -QTabBar::tab:hover { - background-color: #b4b400; -} - -QTabBar::tab:selected, -QTabBar::tab:selected:hover { - background-color: #9a9a00; -} - -QTabBar::tab:disabled { - background-color: transparent; - color: #656565; -} - -QTabBar::tab:selected:disabled { - background-color: #3f3f46; -} - -/* Scrollers */ -QTabBar QToolButton { - background-color: #333337; - border-color: #3f3f46; - padding: 1px; - margin: 0; - border-style: solid; - border-width: 1px; -} - -QTabBar QToolButton:hover { - border-color: #9a9a00; - border-width: 1px; - border-style: solid; -} - -QTabBar QToolButton:disabled, -QTabBar QToolButton:pressed:hover { - background-color: #333337; -} - -QTabBar::scroller { - width: 23px; - background-color: red; -} - -QTabBar QToolButton::right-arrow { - image: url(./vs15/scrollbar-right.png); -} - -QTabBar QToolButton::right-arrow:hover { - image: url(./vs15/scrollbar-right-hover.png); -} - -QTabBar QToolButton::left-arrow { - image: url(./vs15/scrollbar-left.png); -} - -QTabBar QToolButton::left-arrow:hover { - image: url(./vs15/scrollbar-left-hover.png); -} - -/* Special styles */ -QWidget#tabImages QPushButton { - background-color: transparent; - margin: 0 0.3em; - padding: 0; -} - -/* like dialog QPushButton*/ -QWidget#tabESPs QToolButton { - color: #000000; - background-color: #dddddd; - border-color: #707070; - border-style: solid; - border-width: 1px; -} - -QWidget#tabESPs QToolButton:hover { - background-color: #BEE6FD; - border-color: #a9a900; -} - -QWidget#tabESPs QToolButton:focus { - background-color: #dddddd; - border-color: #9a9a00; -} - -QWidget#tabESPs QToolButton:disabled { - background-color: #333337; - border-color: #3f3f46; -} - -QTreeWidget#categoriesList { - /* min-width: 225px; */ -} - -QTreeWidget#categoriesList::item { - background-position: center left; - background-repeat: no-repeat; - padding: 0.35em 10px; -} - -QTreeWidget#categoriesList::item:has-children { - background-image: url(./vs15/branch-closed.png); -} - -QTreeWidget#categoriesList::item:has-children:open { - background-image: url(./vs15/branch-open.png); -} - -QDialog#QueryOverwriteDialog QPushButton { - margin-left: 0.5em; -} - -QDialog#PyCfgDialog QPushButton:hover { - background-color: #BEE6FD; -} - -QLineEdit#modFilterEdit { - margin-top: 2px; -} - -/* highlight unchecked BSAs */ -QWidget#bsaTab QTreeWidget::indicator:unchecked { - background-color: #9a9a00; -} - -/* increase version text field */ -QLineEdit#versionEdit { - max-width: 100px; -} - -/* Dialogs width changes */ -/* increase width to prevent buttons cutting */ -QDialog#QueryOverwriteDialog { - min-width: 565px; -} - -QDialog#ModInfoDialog { - min-width: 850px; -} - -QLineEdit[valid-filter=false] { - background-color: #661111 !important; -} \ No newline at end of file diff --git a/stylesheets/vs15 Dark.qss b/stylesheets/vs15 Dark.qss deleted file mode 100644 index 8e6d0f1..0000000 --- a/stylesheets/vs15 Dark.qss +++ /dev/null @@ -1,920 +0,0 @@ -/*!************************************* - VS15 Dark -**************************************** - Author: chintsu_kun, holt59, MO2 Team - Version: 2.5.0 - Licence: GNU General Public License v3.0 (https://www.gnu.org/licenses/gpl-3.0.en.html) - Url: https://github.com/nikolay-borzov/modorganizer-themes -**************************************** -*/ -/* For some reason applying background-color or border fixes paddings properties */ -QListWidget::item { - border-width: 0; -} - -/* Don't override install label on download widget. - MO2 assigns color depending on download state */ -#installLabel { - color: none; -} - -/* Make `background-color` work for :hover, :focus and :pressed states */ -QToolButton { - border: none; -} - -/* Main Window */ -QWidget { - background-color: #2d2d30; - color: #f1f1f1; -} - -QWidget::disabled { - color: #656565; -} - -/* Common */ -/* remove outline */ -* { - outline: 0; -} - -*:disabled, -QListView::item:disabled, -*::item:selected:disabled { - color: #656565; -} - -/* line heights */ -/* QTreeView#fileTree::item - currently have problem with size column vertical - text align */ -#bsaList::item, -#dataTree::item, -#modList::item, -#categoriesTree::item, -#savegameList::item, -#tabConflicts QTreeWidget::item { - padding: 0.3em 0; -} - -QListView::item, -QTreeView#espList::item { - padding: 0.3em 0; -} - -/* to enable border color */ -QTreeView, -QListView, -QTextEdit, -QWebView, -QTableView { - border-style: solid; - border-width: 1px; -} - -QAbstractItemView { - color: #dcdcdc; - background-color: #1e1e1e; - alternate-background-color: #262626; - border-color: #3f3f46; -} - -QAbstractItemView::item:selected, -QAbstractItemView::item:selected:hover, -QAbstractItemView::item:alternate:selected, -QAbstractItemView::item:alternate:selected:hover { - color: #f1f1f1; - background-color: #3399ff; -} - -QAbstractItemView[filtered=true] { - border: 2px solid #f00 !important; -} - -QAbstractItemView, -QListView, -QTreeView { - show-decoration-selected: 1; -} - -QAbstractItemView::item:hover, -QAbstractItemView::item:alternate:hover, -QAbstractItemView::item:disabled:hover, -QAbstractItemView::item:alternate:disabled:hover QListView::item:hover, -QTreeView::branch:hover, -QTreeWidget::item:hover { - background-color: rgba(51, 153, 255, 0.3); -} - -QAbstractItemView::item:selected:disabled, -QAbstractItemView::item:alternate:selected:disabled, -QListView::item:selected:disabled, -QTreeView::branch:selected:disabled, -QTreeWidget::item:selected:disabled { - background-color: rgba(51, 153, 255, 0.3); -} - -QTreeView::branch:selected, -#bsaList::branch:selected { - background-color: #3399ff; -} - -QLabel { - background-color: transparent; -} - -LinkLabel { - qproperty-linkColor: #3399ff; -} - -/* Left Pane & File Trees #QTreeView, #QListView*/ -QTreeView::branch:closed:has-children { - image: url(./vs15/branch-closed.png); -} - -QTreeView::branch:open:has-children { - image: url(./vs15/branch-open.png); -} - -QListView::item { - color: #f1f1f1; -} - -/* Text areas and text fields #QTextEdit, #QLineEdit, #QWebView */ -QTextEdit, -QWebView, -QLineEdit, -QAbstractSpinBox, -QAbstractSpinBox::up-button, -QAbstractSpinBox::down-button, -QComboBox { - background-color: #333337; - border-color: #3f3f46; -} - -QLineEdit:hover, -QAbstractSpinBox:hover, -QTextEdit:hover, -QComboBox:hover, -QComboBox:editable:hover { - border-color: #007acc; -} - -QLineEdit:focus, -QAbstractSpinBox::focus, -QTextEdit:focus, -QComboBox:focus, -QComboBox:editable:focus, -QComboBox:on { - background-color: #3f3f46; - border-color: #3399ff; -} - -QComboBox:on { - border-bottom-color: #3f3f46; -} - -QLineEdit, -QAbstractSpinBox { - min-height: 15px; - padding: 2px; - border-style: solid; - border-width: 1px; -} - -QLineEdit { - margin-top: 0; -} - -/* clear button */ -QLineEdit QToolButton, -QLineEdit QToolButton:hover { - background: none; - margin-top: 1px; -} - -QLineEdit#espFilterEdit QToolButton { - margin-top: -2px; - margin-bottom: 1px; -} - -/* Drop-downs #QComboBox*/ -QComboBox { - min-height: 20px; - padding-left: 5px; - margin: 3px 0 1px 0; - border-style: solid; - border-width: 1px; -} - -QComboBox:editable { - padding-left: 3px; - /* to enable hover styles */ - background-color: transparent; -} - -QComboBox::drop-down { - width: 20px; - subcontrol-origin: padding; - subcontrol-position: top right; - border: none; -} - -QComboBox::down-arrow { - image: url(./vs15/combobox-down.png); -} - -QComboBox QAbstractItemView { - background-color: #1b1b1c; - selection-background-color: #3f3f46; - border-color: #3399ff; - border-style: solid; - border-width: 0 1px 1px 1px; -} - -/* Doesn't work http://stackoverflow.com/questions/13308341/qcombobox-abstractitemviewitem */ -/* QComboBox QAbstractItemView:item { - padding: 10px; - margin: 10px; -} */ -/* Toolbar */ -QToolBar { - border: none; -} - -QToolBar::separator { - border-left-color: #222222; - border-right-color: #46464a; - border-width: 0 1px 0 1px; - border-style: solid; - width: 0; -} - -QToolButton { - padding: 4px; -} - -QToolButton:hover, QToolButton:focus { - background-color: #3e3e40; -} - -QToolButton:pressed { - background-color: #3399ff; -} - -QToolButton::menu-indicator { - image: url(./vs15/combobox-down.png); - subcontrol-origin: padding; - subcontrol-position: center right; - padding-top: 10%; - padding-right: 5%; -} - -/* Group Boxes #QGroupBox */ -QGroupBox { - border-color: #3f3f46; - border-style: solid; - border-width: 1px; - padding: 1em 0.3em 0.3em 0.3em; - margin-top: 0.65em; -} - -QGroupBox::title { - subcontrol-origin: margin; - subcontrol-position: top left; - padding: 2px; - left: 10px; -} - -/* LCD Count */ -QLCDNumber { - border-color: #3f3f46; - border-style: solid; - border-width: 1px; -} - -/* Buttons #QPushButton */ -QPushButton { - background-color: #333337; - border-color: #3f3f46; - min-height: 18px; - padding: 2px 5px; - border-style: solid; - border-width: 1px; -} - -QPushButton:hover, -QPushButton:checked, -QPushButton:focus, -QAbstractSpinBox::up-button:hover, -QAbstractSpinBox::down-button:hover { - background-color: #007acc; -} - -QPushButton:pressed, -QPushButton:checked:hover, -QAbstractSpinBox::up-button:pressed, -QAbstractSpinBox::down-button:pressed { - background-color: #1c97ea; -} - -QPushButton:disabled, -QAbstractSpinBox::up-button:disabled, -QAbstractSpinBox::down-button:disabled { - background-color: #333337; - border-color: #3f3f46; -} - -QPushButton::menu-indicator { - image: url(./vs15/combobox-down.png); - subcontrol-origin: padding; - subcontrol-position: center right; - padding-right: 5%; -} - -/* Dialog buttons */ -QDialog QPushButton, -QSlider::handle:horizontal, -QSlider::handle:vertical { - color: #000000; - background-color: #dddddd; - border-color: #707070; - border-style: solid; - border-width: 1px; -} - -QDialog QPushButton:hover, -QSlider::handle:horizontal:hover, -QSlider::handle:vertical:hover, -QSlider::handle:horizontal:pressed, -QSlider::handle:horizontal:focus:pressed, -QSlider::handle:vertical:pressed, -QSlider::handle:vertical:focus:pressed { - background-color: #BEE6FD; - border-color: #3c7fb1; -} - -QSlider::handle:horizontal:focus, -QSlider::handle:vertical:focus, -QDialog QPushButton:focus, -QDialog QPushButton:checked { - background-color: #dddddd; - border-color: #3399ff; -} - -QDialog QPushButton:disabled, -QSlider::handle:horizontal:disabled, -QSlider::handle:vertical:disabled { - background-color: #333337; - border-color: #3f3f46; -} - -QDialog QPushButton { - min-width: 1.5em; - padding-left: 0.5em; - padding-right: 0.5em; -} - -/* Check boxes and Radio buttons common #QCheckBox, #QRadioButton */ -QGroupBox::indicator, -QTreeView::indicator, -QCheckBox::indicator, -QRadioButton::indicator { - background-color: #2d2d30; - border-color: #3f3f46; - width: 13px; - height: 13px; - border-style: solid; - border-width: 1px; -} - -QGroupBox::indicator:hover, -QTreeView::indicator:hover, -QCheckBox::indicator:hover, -QRadioButton::indicator:hover { - background-color: #3f3f46; - border-color: #007acc; -} - -QGroupBox::indicator:checked, -QTreeView::indicator:checked, -QCheckBox::indicator:checked { - image: url(./vs15/checkbox-check.png); -} - -QGroupBox::indicator:disabled, -QTreeView::indicator:checked:disabled, -QCheckBox::indicator:checked:disabled { - image: url(./vs15/checkbox-check-disabled.png); -} - -/* Check boxes special */ -QTreeView#modList::indicator { - width: 15px; - height: 15px; -} - -/* Radio buttons #QRadioButton */ -QRadioButton::indicator { - border-radius: 7px; -} - -QRadioButton::indicator::checked { - background-color: #B9B9BA; - border-width: 2px; - width: 11px; - height: 11px; -} - -QRadioButton::indicator::checked:hover { - border-color: #3f3f46; -} - -/* Spinners #QSpinBox, #QDoubleSpinBox */ -QAbstractSpinBox { - margin: 1px; -} - -QAbstractSpinBox::up-button, -QAbstractSpinBox::down-button { - border-style: solid; - border-width: 1px; - subcontrol-origin: padding; -} - -QAbstractSpinBox::up-button { - subcontrol-position: top right; -} - -QAbstractSpinBox::up-arrow { - image: url(./vs15/spinner-up.png); -} - -QAbstractSpinBox::down-button { - subcontrol-position: bottom right; -} - -QAbstractSpinBox::down-arrow { - image: url(./vs15/spinner-down.png); -} - -/* Sliders #QSlider */ -QSlider::groove:horizontal { - background-color: #3f3f46; - border: none; - height: 8px; - margin: 2px 0; -} - -QSlider::handle:horizontal { - width: 0.5em; - height: 2em; - margin: -7px 0; - subcontrol-origin: margin; -} - -/* Scroll Bars #QAbstractScrollArea, #QScrollBar*/ -/* assigning background still leaves not filled area*/ -QAbstractScrollArea::corner { - background-color: transparent; -} - -/* Horizontal */ -QScrollBar:horizontal { - height: 18px; - border: none; - margin: 0 23px 0 23px; -} - -QScrollBar::handle:horizontal { - min-width: 32px; - margin: 4px 2px; -} - -QScrollBar::add-line:horizontal { - width: 23px; - subcontrol-position: right; - subcontrol-origin: margin; -} - -QScrollBar::sub-line:horizontal { - width: 23px; - subcontrol-position: left; - subcontrol-origin: margin; -} - -/* Vertical */ -QScrollBar:vertical { - width: 20px; - border: none; - margin: 23px 0 23px 0; -} - -QScrollBar::handle:vertical { - min-height: 32px; - margin: 2px 4px; -} - -QScrollBar::add-line:vertical { - height: 23px; - subcontrol-position: bottom; - subcontrol-origin: margin; -} - -QScrollBar::sub-line:vertical { - height: 23px; - subcontrol-position: top; - subcontrol-origin: margin; -} - -/* Combined */ -QScrollBar { - background-color: #3e3e42; - border: none; -} - -QScrollBar::handle { - background-color: #686868; -} - -QScrollBar::add-line, -QScrollBar::sub-line { - background-color: #3e3e42; - border: none; -} - -/* QScrollBar::add-line:horizontal:hover, -QScrollBar::sub-line:horizontal:hover, -QScrollBar::add-line:vertical:hover, -QScrollBar::sub-line:vertical:hover, -QScrollBar::add-line:horizontal:pressed, -QScrollBar::sub-line:horizontal:pressed, -QScrollBar::add-line:vertical:pressed, -QScrollBar::sub-line:vertical:pressed { } */ -QScrollBar::handle:hover { - background: #9e9e9e; -} - -QScrollBar::handle:pressed { - background: #efebef; -} - -QScrollBar::handle:disabled { - background: #555558; -} - -QScrollBar::add-page, -QScrollBar::sub-page { - background: transparent; -} - -QScrollBar::up-arrow:vertical { - image: url(./vs15/scrollbar-up.png); -} - -QScrollBar::up-arrow:vertical:hover { - image: url(./vs15/scrollbar-up-hover.png); -} - -QScrollBar::up-arrow:vertical:disabled { - image: url(./vs15/scrollbar-up-disabled.png); -} - -QScrollBar::right-arrow:horizontal { - image: url(./vs15/scrollbar-right.png); -} - -QScrollBar::right-arrow:horizontal:hover { - image: url(./vs15/scrollbar-right-hover.png); -} - -QScrollBar::right-arrow:horizontal:disabled { - image: url(./vs15/scrollbar-right-disabled.png); -} - -QScrollBar::down-arrow:vertical { - image: url(./vs15/scrollbar-down.png); -} - -QScrollBar::down-arrow:vertical:hover { - image: url(./vs15/scrollbar-down-hover.png); -} - -QScrollBar::down-arrow:vertical:disabled { - image: url(./vs15/scrollbar-down-disabled.png); -} - -QScrollBar::left-arrow:horizontal { - image: url(./vs15/scrollbar-left.png); -} - -QScrollBar::left-arrow:horizontal:hover { - image: url(./vs15/scrollbar-left-hover.png); -} - -QScrollBar::left-arrow:horizontal:disabled { - image: url(./vs15/scrollbar-left-disabled.png); -} - -/* Header Rows and Tables (Configure Mod Categories) #QTableView, #QHeaderView */ -QTableView { - gridline-color: #3f3f46; - selection-background-color: #3399ff; - selection-color: #f1f1f1; -} - -QTableView QTableCornerButton::section { - background: #252526; - border-color: #3f3f46; - border-style: solid; - border-width: 0 1px 1px 0; -} - -QHeaderView { - border: none; -} - -QHeaderView::section { - background: #252526; - border-color: #3f3f46; - padding: 3px 5px; - border-style: solid; - border-width: 0 1px 1px 0; -} - -QHeaderView::section:hover { - background: #3e3e40; - color: #f6f6f6; -} - -QHeaderView::section:last { - border-right: 0; -} - -QHeaderView::up-arrow { - image: url(./vs15/sort-asc.png); - margin-bottom: -37px; -} - -DownloadListView QHeaderView::up-arrow { - margin-bottom: -47px; -} - -QHeaderView::down-arrow { - image: url(./vs15/sort-desc.png); - margin-bottom: 0; -} - -/* Context menus, toolbar drop-downs #QMenu */ -QMenu { - background-color: #1a1a1c; - border-color: #333337; - border-style: solid; - border-width: 1px; - padding: 2px; -} - -QMenu::item { - background: transparent; - padding: 4px 20px; -} - -QMenu::item:selected, -QMenuBar::item:selected { - background-color: #333334; -} - -QMenu::item:disabled { - background-color: transparent; -} - -QMenu::separator { - background-color: #333337; - height: 1px; - margin: 1px 0; -} - -QMenu::icon { - margin: 1px; -} - -QMenu::right-arrow { - image: url(./vs15/sub-menu-arrow.png); - subcontrol-origin: padding; - subcontrol-position: center right; - padding-right: 0.5em; -} - -QMenu QPushButton { - background-color: transparent; - border-color: #3f3f46; - margin: 1px 0 1px 0; -} - -QMenu QCheckBox, -QMenu QRadioButton { - background-color: transparent; - padding: 5px 2px; -} - -/* Tool tips #QToolTip, #SaveGameInfoWidget */ -QToolTip, -SaveGameInfoWidget { - background-color: #424245; - border-color: #4d4d50; - color: #f1f1f1; - border-style: solid; - border-width: 1px; - padding: 2px; -} - -QStatusBar::item { - border: None; -} - -/* Progress Bars (Downloads) #QProgressBar */ -QProgressBar { - background-color: #e6e6e6; - color: #000; - border-color: #bcbcbc; - text-align: center; - border-style: solid; - border-width: 1px; - margin: 0px; -} - -QProgressBar::chunk { - background: #06b025; -} - -DownloadListView[downloadView=standard]::item { - padding: 16px; -} - -DownloadListView[downloadView=compact]::item { - padding: 4px; -} - -/* Right Pane and Tab Bars #QTabWidget, #QTabBar */ -QTabWidget::pane { - border-color: #3f3f46; - border-top-color: #007acc; - top: 0; - border-style: solid; - border-width: 1px; -} - -QTabWidget::pane:disabled { - border-top-color: #3f3f46; -} - -QTabBar::tab { - background-color: transparent; - padding: 4px 1em; - border: none; -} - -QTabBar::tab:hover { - background-color: #1c97ea; -} - -QTabBar::tab:selected, -QTabBar::tab:selected:hover { - background-color: #007acc; -} - -QTabBar::tab:disabled { - background-color: transparent; - color: #656565; -} - -QTabBar::tab:selected:disabled { - background-color: #3f3f46; -} - -/* Scrollers */ -QTabBar QToolButton { - background-color: #333337; - border-color: #3f3f46; - padding: 1px; - margin: 0; - border-style: solid; - border-width: 1px; -} - -QTabBar QToolButton:hover { - border-color: #007acc; - border-width: 1px; - border-style: solid; -} - -QTabBar QToolButton:disabled, -QTabBar QToolButton:pressed:hover { - background-color: #333337; -} - -QTabBar::scroller { - width: 23px; - background-color: red; -} - -QTabBar QToolButton::right-arrow { - image: url(./vs15/scrollbar-right.png); -} - -QTabBar QToolButton::right-arrow:hover { - image: url(./vs15/scrollbar-right-hover.png); -} - -QTabBar QToolButton::left-arrow { - image: url(./vs15/scrollbar-left.png); -} - -QTabBar QToolButton::left-arrow:hover { - image: url(./vs15/scrollbar-left-hover.png); -} - -/* Special styles */ -QWidget#tabImages QPushButton { - background-color: transparent; - margin: 0 0.3em; - padding: 0; -} - -/* like dialog QPushButton*/ -QWidget#tabESPs QToolButton { - color: #000000; - background-color: #dddddd; - border-color: #707070; - border-style: solid; - border-width: 1px; -} - -QWidget#tabESPs QToolButton:hover { - background-color: #BEE6FD; - border-color: #3c7fb1; -} - -QWidget#tabESPs QToolButton:focus { - background-color: #dddddd; - border-color: #3399ff; -} - -QWidget#tabESPs QToolButton:disabled { - background-color: #333337; - border-color: #3f3f46; -} - -QTreeWidget#categoriesList { - /* min-width: 225px; */ -} - -QTreeWidget#categoriesList::item { - background-position: center left; - background-repeat: no-repeat; - padding: 0.35em 10px; -} - -QTreeWidget#categoriesList::item:has-children { - background-image: url(./vs15/branch-closed.png); -} - -QTreeWidget#categoriesList::item:has-children:open { - background-image: url(./vs15/branch-open.png); -} - -QDialog#QueryOverwriteDialog QPushButton { - margin-left: 0.5em; -} - -QDialog#PyCfgDialog QPushButton:hover { - background-color: #BEE6FD; -} - -QLineEdit#modFilterEdit { - margin-top: 2px; -} - -/* highlight unchecked BSAs */ -QWidget#bsaTab QTreeWidget::indicator:unchecked { - background-color: #3399ff; -} - -/* increase version text field */ -QLineEdit#versionEdit { - max-width: 100px; -} - -/* Dialogs width changes */ -/* increase width to prevent buttons cutting */ -QDialog#QueryOverwriteDialog { - min-width: 565px; -} - -QDialog#ModInfoDialog { - min-width: 850px; -} - -QLineEdit[valid-filter=false] { - background-color: #661111 !important; -} \ No newline at end of file diff --git a/stylesheets/vs15/branch-closed.png b/stylesheets/vs15/branch-closed.png deleted file mode 100644 index 98d5052..0000000 Binary files a/stylesheets/vs15/branch-closed.png and /dev/null differ diff --git a/stylesheets/vs15/branch-open.png b/stylesheets/vs15/branch-open.png deleted file mode 100644 index 7b5d0fb..0000000 Binary files a/stylesheets/vs15/branch-open.png and /dev/null differ diff --git a/stylesheets/vs15/checkbox-check-disabled.png b/stylesheets/vs15/checkbox-check-disabled.png deleted file mode 100644 index f0385f1..0000000 Binary files a/stylesheets/vs15/checkbox-check-disabled.png and /dev/null differ diff --git a/stylesheets/vs15/checkbox-check.png b/stylesheets/vs15/checkbox-check.png deleted file mode 100644 index ab72eeb..0000000 Binary files a/stylesheets/vs15/checkbox-check.png and /dev/null differ diff --git a/stylesheets/vs15/combobox-down.png b/stylesheets/vs15/combobox-down.png deleted file mode 100644 index ab4cae9..0000000 Binary files a/stylesheets/vs15/combobox-down.png and /dev/null differ diff --git a/stylesheets/vs15/scrollbar-down-disabled.png b/stylesheets/vs15/scrollbar-down-disabled.png deleted file mode 100644 index fe6a465..0000000 Binary files a/stylesheets/vs15/scrollbar-down-disabled.png and /dev/null differ diff --git a/stylesheets/vs15/scrollbar-down-hover.png b/stylesheets/vs15/scrollbar-down-hover.png deleted file mode 100644 index ad2e28c..0000000 Binary files a/stylesheets/vs15/scrollbar-down-hover.png and /dev/null differ diff --git a/stylesheets/vs15/scrollbar-down.png b/stylesheets/vs15/scrollbar-down.png deleted file mode 100644 index fcc3e6a..0000000 Binary files a/stylesheets/vs15/scrollbar-down.png and /dev/null differ diff --git a/stylesheets/vs15/scrollbar-left-disabled.png b/stylesheets/vs15/scrollbar-left-disabled.png deleted file mode 100644 index 46dc794..0000000 Binary files a/stylesheets/vs15/scrollbar-left-disabled.png and /dev/null differ diff --git a/stylesheets/vs15/scrollbar-left-hover.png b/stylesheets/vs15/scrollbar-left-hover.png deleted file mode 100644 index af1e432..0000000 Binary files a/stylesheets/vs15/scrollbar-left-hover.png and /dev/null differ diff --git a/stylesheets/vs15/scrollbar-left.png b/stylesheets/vs15/scrollbar-left.png deleted file mode 100644 index b742b22..0000000 Binary files a/stylesheets/vs15/scrollbar-left.png and /dev/null differ diff --git a/stylesheets/vs15/scrollbar-right-disabled.png b/stylesheets/vs15/scrollbar-right-disabled.png deleted file mode 100644 index f61615a..0000000 Binary files a/stylesheets/vs15/scrollbar-right-disabled.png and /dev/null differ diff --git a/stylesheets/vs15/scrollbar-right-hover.png b/stylesheets/vs15/scrollbar-right-hover.png deleted file mode 100644 index 62d9993..0000000 Binary files a/stylesheets/vs15/scrollbar-right-hover.png and /dev/null differ diff --git a/stylesheets/vs15/scrollbar-right.png b/stylesheets/vs15/scrollbar-right.png deleted file mode 100644 index 05eb173..0000000 Binary files a/stylesheets/vs15/scrollbar-right.png and /dev/null differ diff --git a/stylesheets/vs15/scrollbar-up-disabled.png b/stylesheets/vs15/scrollbar-up-disabled.png deleted file mode 100644 index 2797ef8..0000000 Binary files a/stylesheets/vs15/scrollbar-up-disabled.png and /dev/null differ diff --git a/stylesheets/vs15/scrollbar-up-hover.png b/stylesheets/vs15/scrollbar-up-hover.png deleted file mode 100644 index 2c34ab8..0000000 Binary files a/stylesheets/vs15/scrollbar-up-hover.png and /dev/null differ diff --git a/stylesheets/vs15/scrollbar-up.png b/stylesheets/vs15/scrollbar-up.png deleted file mode 100644 index 23b3d6d..0000000 Binary files a/stylesheets/vs15/scrollbar-up.png and /dev/null differ diff --git a/stylesheets/vs15/sort-asc.png b/stylesheets/vs15/sort-asc.png deleted file mode 100644 index b1e01fd..0000000 Binary files a/stylesheets/vs15/sort-asc.png and /dev/null differ diff --git a/stylesheets/vs15/sort-desc.png b/stylesheets/vs15/sort-desc.png deleted file mode 100644 index 6cb891b..0000000 Binary files a/stylesheets/vs15/sort-desc.png and /dev/null differ diff --git a/stylesheets/vs15/spinner-down.png b/stylesheets/vs15/spinner-down.png deleted file mode 100644 index 7830720..0000000 Binary files a/stylesheets/vs15/spinner-down.png and /dev/null differ diff --git a/stylesheets/vs15/spinner-up.png b/stylesheets/vs15/spinner-up.png deleted file mode 100644 index a635a51..0000000 Binary files a/stylesheets/vs15/spinner-up.png and /dev/null differ diff --git a/stylesheets/vs15/sub-menu-arrow-hover.png b/stylesheets/vs15/sub-menu-arrow-hover.png deleted file mode 100644 index 81ef4ae..0000000 Binary files a/stylesheets/vs15/sub-menu-arrow-hover.png and /dev/null differ diff --git a/stylesheets/vs15/sub-menu-arrow.png b/stylesheets/vs15/sub-menu-arrow.png deleted file mode 100644 index 0357366..0000000 Binary files a/stylesheets/vs15/sub-menu-arrow.png and /dev/null differ