From 4d3495b3fb00b644c57e773bbcdbfb2eee7c0ea6 Mon Sep 17 00:00:00 2001 From: isanae <14251494+isanae@users.noreply.github.com> Date: Tue, 8 Oct 2019 23:17:48 -0400 Subject: theme fixes for QToolButton with a menu --- src/stylesheets/Night Eyes.qss | 5 +++++ src/stylesheets/vs15 Dark-Green.qss | 7 +++++++ src/stylesheets/vs15 Dark-Orange.qss | 7 +++++++ src/stylesheets/vs15 Dark-Purple.qss | 7 +++++++ src/stylesheets/vs15 Dark-Red.qss | 7 +++++++ src/stylesheets/vs15 Dark-Yellow.qss | 7 +++++++ src/stylesheets/vs15 Dark.qss | 7 +++++++ 7 files changed, 47 insertions(+) (limited to 'src/stylesheets') diff --git a/src/stylesheets/Night Eyes.qss b/src/stylesheets/Night Eyes.qss index 142acb6a..0430a8c8 100644 --- a/src/stylesheets/Night Eyes.qss +++ b/src/stylesheets/Night Eyes.qss @@ -80,6 +80,11 @@ QToolButton:pressed background: #181818; } +QToolButton::menu-indicator +{ + width: 8px; +} + /* Left Pane & File Trees ----------------------------------------------------- */ diff --git a/src/stylesheets/vs15 Dark-Green.qss b/src/stylesheets/vs15 Dark-Green.qss index 9cf26a31..88e7651f 100644 --- a/src/stylesheets/vs15 Dark-Green.qss +++ b/src/stylesheets/vs15 Dark-Green.qss @@ -209,6 +209,13 @@ QToolButton { 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; diff --git a/src/stylesheets/vs15 Dark-Orange.qss b/src/stylesheets/vs15 Dark-Orange.qss index 041f1b00..488da3c4 100644 --- a/src/stylesheets/vs15 Dark-Orange.qss +++ b/src/stylesheets/vs15 Dark-Orange.qss @@ -210,6 +210,13 @@ QToolButton { 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; diff --git a/src/stylesheets/vs15 Dark-Purple.qss b/src/stylesheets/vs15 Dark-Purple.qss index bc8bbcde..24c8705a 100644 --- a/src/stylesheets/vs15 Dark-Purple.qss +++ b/src/stylesheets/vs15 Dark-Purple.qss @@ -210,6 +210,13 @@ QToolButton { 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; diff --git a/src/stylesheets/vs15 Dark-Red.qss b/src/stylesheets/vs15 Dark-Red.qss index 0c9143cd..0c0e21a8 100644 --- a/src/stylesheets/vs15 Dark-Red.qss +++ b/src/stylesheets/vs15 Dark-Red.qss @@ -210,6 +210,13 @@ QToolButton { 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; diff --git a/src/stylesheets/vs15 Dark-Yellow.qss b/src/stylesheets/vs15 Dark-Yellow.qss index 2eb42534..2cf1cb2e 100644 --- a/src/stylesheets/vs15 Dark-Yellow.qss +++ b/src/stylesheets/vs15 Dark-Yellow.qss @@ -210,6 +210,13 @@ QToolButton { 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; diff --git a/src/stylesheets/vs15 Dark.qss b/src/stylesheets/vs15 Dark.qss index d67cce35..a5781d72 100644 --- a/src/stylesheets/vs15 Dark.qss +++ b/src/stylesheets/vs15 Dark.qss @@ -209,6 +209,13 @@ QToolButton { 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; -- cgit v1.3.1 From 70e66802a2d46a1ffdac7528b134c9d7741a8797 Mon Sep 17 00:00:00 2001 From: isanae <14251494+isanae@users.noreply.github.com> Date: Wed, 27 Nov 2019 14:10:50 -0500 Subject: changed labels that have links to new LinkLabel, removed hardcoded colors changed the link colors on dark themes to something saner --- src/aboutdialog.ui | 11 +++++++++-- src/mainwindow.ui | 9 +++++++-- src/settingsdialog.ui | 7 ++++++- src/stylesheets/Night Eyes.qss | 4 ++++ src/stylesheets/Paper Dark by 6788.qss | 4 ++++ src/stylesheets/Transparent-Style-101-Green.qss | 5 +++++ src/stylesheets/Transparent-Style-BOS.qss | 4 ++++ src/stylesheets/Transparent-Style-Skyrim.qss | 4 ++++ src/stylesheets/dark.qss | 6 +++++- src/stylesheets/dracula.qss | 4 ++++ src/stylesheets/skyrim.qss | 3 +++ src/stylesheets/vs15 Dark-Green.qss | 3 +++ src/stylesheets/vs15 Dark-Orange.qss | 3 +++ src/stylesheets/vs15 Dark-Purple.qss | 3 +++ src/stylesheets/vs15 Dark-Red.qss | 3 +++ src/stylesheets/vs15 Dark-Yellow.qss | 3 +++ src/stylesheets/vs15 Dark.qss | 3 +++ 17 files changed, 73 insertions(+), 6 deletions(-) (limited to 'src/stylesheets') diff --git a/src/aboutdialog.ui b/src/aboutdialog.ui index 415ce0a7..424a80f9 100644 --- a/src/aboutdialog.ui +++ b/src/aboutdialog.ui @@ -158,9 +158,9 @@ - + - <html><head/><body><p>Source code can be found at <a href="https://github.com/ModOrganizer2/modorganizer"><span style=" text-decoration: underline; color:#007af4;">GitHub</span></a>.</p></body></html> + <html><head/><body><p>Source code can be found at <a href="https://github.com/ModOrganizer2/modorganizer">GitHub</a>.</p></body></html> @@ -536,6 +536,13 @@ + + + LinkLabel + QLabel +
linklabel.h
+
+
diff --git a/src/mainwindow.ui b/src/mainwindow.ui index b8aeeeb5..723b42fe 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -941,12 +941,12 @@ p, li { white-space: pre-wrap; } - + <html><head/><body><p>BSAs / BA2s are bundles of game assets (textures, scripts, etc.). By default, the engine loads these bundles in a separate step from loose files. <p>Their load order is specified by the priority of the corresponding plugin (right pane, plugins tab).</p><p>If there is a matching plugin, the game will load them no matter what.</p></body></html> - <html><head/><body><p>Currently detected archives. (<a href="#"><span style=" text-decoration: underline; color:#0000ff;">What is an archive?</span></a>)</p></body></html> + <html><head/><body><p>Currently detected archives. (<a href="#">What is an archive?</a>)</p></body></html> true @@ -1773,6 +1773,11 @@ p, li { white-space: pre-wrap; } QStatusBar
statusbar.h
+ + LinkLabel + QLabel +
linklabel.h
+
diff --git a/src/settingsdialog.ui b/src/settingsdialog.ui index e63ca692..c5a1d2ef 100644 --- a/src/settingsdialog.ui +++ b/src/settingsdialog.ui @@ -1410,7 +1410,7 @@ programs you are intentionally running.
- + Hint: right click link and copy link location @@ -1535,6 +1535,11 @@ programs you are intentionally running. QTableWidget
colortable.h
+ + LinkLabel + QLabel +
linklabel.h
+
tabWidget diff --git a/src/stylesheets/Night Eyes.qss b/src/stylesheets/Night Eyes.qss index 0430a8c8..14f7434e 100644 --- a/src/stylesheets/Night Eyes.qss +++ b/src/stylesheets/Night Eyes.qss @@ -49,6 +49,10 @@ QAbstractScrollArea::corner margin: 0px -2px -2px 0px; } +LinkLabel +{ + qproperty-linkColor: #3399FF; +} /* Toolbar -------------------------------------------------------------------- */ diff --git a/src/stylesheets/Paper Dark by 6788.qss b/src/stylesheets/Paper Dark by 6788.qss index 77086c15..6043ae6b 100644 --- a/src/stylesheets/Paper Dark by 6788.qss +++ b/src/stylesheets/Paper Dark by 6788.qss @@ -66,6 +66,10 @@ QSplitter { width: 8px; } +LinkLabel { + qproperty-linkColor: #3399FF; +} + /* Toolbar */ QToolBar { diff --git a/src/stylesheets/Transparent-Style-101-Green.qss b/src/stylesheets/Transparent-Style-101-Green.qss index a4ed2623..3bbdb5db 100644 --- a/src/stylesheets/Transparent-Style-101-Green.qss +++ b/src/stylesheets/Transparent-Style-101-Green.qss @@ -485,6 +485,11 @@ QStatusBar::item {border: None;} font-family: Source Sans Pro; font-size: 14px; } + +LinkLabel { + qproperty-linkColor: #3399FF; +} + QAbstractItemView { color: #cccccc; font-family: Source Sans Pro; diff --git a/src/stylesheets/Transparent-Style-BOS.qss b/src/stylesheets/Transparent-Style-BOS.qss index efad0859..33eed327 100644 --- a/src/stylesheets/Transparent-Style-BOS.qss +++ b/src/stylesheets/Transparent-Style-BOS.qss @@ -743,3 +743,7 @@ QStatusBar::item {border: None;} border-bottom:1px solid #9A9A00; */ } + +LinkLabel { + qproperty-linkColor: #3399FF; +} diff --git a/src/stylesheets/Transparent-Style-Skyrim.qss b/src/stylesheets/Transparent-Style-Skyrim.qss index 89e36c74..308580a5 100644 --- a/src/stylesheets/Transparent-Style-Skyrim.qss +++ b/src/stylesheets/Transparent-Style-Skyrim.qss @@ -743,3 +743,7 @@ QStatusBar::item {border: None;} border-bottom:1px solid #9A9A00; */ } + +LinkLabel { + qproperty-linkColor: #3399FF; +} diff --git a/src/stylesheets/dark.qss b/src/stylesheets/dark.qss index 22cd598c..9d11109d 100644 --- a/src/stylesheets/dark.qss +++ b/src/stylesheets/dark.qss @@ -380,4 +380,8 @@ DownloadListWidget[downloadView=standard]::item { DownloadListWidget[downloadView=compact]::item { padding: 4px; -} \ No newline at end of file +} + +LinkLabel { + qproperty-linkColor: #3399FF; +} diff --git a/src/stylesheets/dracula.qss b/src/stylesheets/dracula.qss index 2a7fbf9e..537ff083 100644 --- a/src/stylesheets/dracula.qss +++ b/src/stylesheets/dracula.qss @@ -30,6 +30,10 @@ QCheckBox, QGroupBox { selection-color: #bbbbbb; } +LinkLabel { + qproperty-linkColor: #3399FF; +} + /* * GroupBox and CheckBox */ diff --git a/src/stylesheets/skyrim.qss b/src/stylesheets/skyrim.qss index 2da5154d..a516f5ff 100644 --- a/src/stylesheets/skyrim.qss +++ b/src/stylesheets/skyrim.qss @@ -113,6 +113,9 @@ QListView::item { QLabel { background-color: transparent; } +LinkLabel { + qproperty-linkColor: #3399FF; } + /* Font size */ QLabel, QTextEdit, diff --git a/src/stylesheets/vs15 Dark-Green.qss b/src/stylesheets/vs15 Dark-Green.qss index 88e7651f..6d95c6cc 100644 --- a/src/stylesheets/vs15 Dark-Green.qss +++ b/src/stylesheets/vs15 Dark-Green.qss @@ -94,6 +94,9 @@ QTreeView::branch:selected { 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); } diff --git a/src/stylesheets/vs15 Dark-Orange.qss b/src/stylesheets/vs15 Dark-Orange.qss index 488da3c4..2dd27df4 100644 --- a/src/stylesheets/vs15 Dark-Orange.qss +++ b/src/stylesheets/vs15 Dark-Orange.qss @@ -95,6 +95,9 @@ QTreeView::branch:selected { 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); } diff --git a/src/stylesheets/vs15 Dark-Purple.qss b/src/stylesheets/vs15 Dark-Purple.qss index 24c8705a..116aaa7d 100644 --- a/src/stylesheets/vs15 Dark-Purple.qss +++ b/src/stylesheets/vs15 Dark-Purple.qss @@ -95,6 +95,9 @@ QTreeView::branch:selected { 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); } diff --git a/src/stylesheets/vs15 Dark-Red.qss b/src/stylesheets/vs15 Dark-Red.qss index 0c0e21a8..60f565a1 100644 --- a/src/stylesheets/vs15 Dark-Red.qss +++ b/src/stylesheets/vs15 Dark-Red.qss @@ -95,6 +95,9 @@ QTreeView::branch:selected { 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); } diff --git a/src/stylesheets/vs15 Dark-Yellow.qss b/src/stylesheets/vs15 Dark-Yellow.qss index 2cf1cb2e..bfaa4c94 100644 --- a/src/stylesheets/vs15 Dark-Yellow.qss +++ b/src/stylesheets/vs15 Dark-Yellow.qss @@ -95,6 +95,9 @@ QTreeView::branch:selected { 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); } diff --git a/src/stylesheets/vs15 Dark.qss b/src/stylesheets/vs15 Dark.qss index a5781d72..1d27be17 100644 --- a/src/stylesheets/vs15 Dark.qss +++ b/src/stylesheets/vs15 Dark.qss @@ -94,6 +94,9 @@ QTreeView::branch:selected { 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); } -- cgit v1.3.1 From dd28b85ad0c8183687a8a9992314d3f3104c73aa Mon Sep 17 00:00:00 2001 From: isanae <14251494+isanae@users.noreply.github.com> Date: Wed, 4 Dec 2019 15:42:13 -0500 Subject: deleted 6788 stylesheets, they're now dependencies in umbrella --- src/stylesheets/Paper Automata.qss | 1002 ------------------- src/stylesheets/Paper Dark by 6788.qss | 1030 -------------------- src/stylesheets/Paper Light by 6788.qss | 1009 ------------------- src/stylesheets/Paper/Automata/Arrows/down.svg | 97 -- src/stylesheets/Paper/Automata/Arrows/left.svg | 97 -- src/stylesheets/Paper/Automata/Arrows/right.svg | 97 -- src/stylesheets/Paper/Automata/Arrows/up.svg | 97 -- .../Paper/Automata/Toolbar/archives.svg | 99 -- .../Paper/Automata/Toolbar/executables.svg | 99 -- src/stylesheets/Paper/Automata/Toolbar/help.svg | 128 --- .../Paper/Automata/Toolbar/instances.svg | 98 -- src/stylesheets/Paper/Automata/Toolbar/nexus.svg | 122 --- .../Paper/Automata/Toolbar/problems.svg | 132 --- .../Paper/Automata/Toolbar/profiles.svg | 112 --- .../Paper/Automata/Toolbar/settings.svg | 95 -- src/stylesheets/Paper/Automata/Toolbar/tools.svg | 117 --- src/stylesheets/Paper/Automata/Toolbar/update.svg | 141 --- src/stylesheets/Paper/Automata/background.svg | 99 -- src/stylesheets/Paper/Automata/backup.svg | 126 --- src/stylesheets/Paper/Automata/branch.svg | 99 -- src/stylesheets/Paper/Automata/collapsed.svg | 97 -- src/stylesheets/Paper/Automata/cross.svg | 94 -- src/stylesheets/Paper/Automata/dots.svg | 111 --- src/stylesheets/Paper/Automata/expanded.svg | 104 -- src/stylesheets/Paper/Automata/folder.svg | 94 -- src/stylesheets/Paper/Automata/heart.svg | 111 --- src/stylesheets/Paper/Automata/refresh.svg | 103 -- src/stylesheets/Paper/Automata/restore-alt.svg | 126 --- src/stylesheets/Paper/Automata/restore.svg | 94 -- src/stylesheets/Paper/Automata/run.svg | 109 --- src/stylesheets/Paper/Automata/shortcut.svg | 94 -- src/stylesheets/Paper/Automata/sort.svg | 125 --- src/stylesheets/Paper/Dark/Arrows/down.svg | 97 -- src/stylesheets/Paper/Dark/Arrows/left.svg | 97 -- src/stylesheets/Paper/Dark/Arrows/right.svg | 97 -- src/stylesheets/Paper/Dark/Arrows/up.svg | 97 -- src/stylesheets/Paper/Dark/Toolbar/archives.svg | 99 -- src/stylesheets/Paper/Dark/Toolbar/executables.svg | 99 -- src/stylesheets/Paper/Dark/Toolbar/help.svg | 128 --- src/stylesheets/Paper/Dark/Toolbar/instances.svg | 98 -- src/stylesheets/Paper/Dark/Toolbar/nexus.svg | 122 --- src/stylesheets/Paper/Dark/Toolbar/problems.svg | 132 --- src/stylesheets/Paper/Dark/Toolbar/profiles.svg | 112 --- src/stylesheets/Paper/Dark/Toolbar/settings.svg | 95 -- src/stylesheets/Paper/Dark/Toolbar/tools.svg | 117 --- src/stylesheets/Paper/Dark/Toolbar/update.svg | 141 --- src/stylesheets/Paper/Dark/backup.svg | 128 --- src/stylesheets/Paper/Dark/check-alt.svg | 94 -- src/stylesheets/Paper/Dark/check.svg | 94 -- src/stylesheets/Paper/Dark/cross.svg | 94 -- src/stylesheets/Paper/Dark/dots.svg | 111 --- src/stylesheets/Paper/Dark/folder.svg | 94 -- src/stylesheets/Paper/Dark/heart.svg | 111 --- src/stylesheets/Paper/Dark/highlight.svg | 205 ---- src/stylesheets/Paper/Dark/refresh.svg | 103 -- src/stylesheets/Paper/Dark/restore-alt.svg | 125 --- src/stylesheets/Paper/Dark/restore.svg | 94 -- src/stylesheets/Paper/Dark/run.svg | 109 --- src/stylesheets/Paper/Dark/shortcut.svg | 96 -- src/stylesheets/Paper/Dark/sort.svg | 122 --- src/stylesheets/Paper/Dark/unchecked-alt.svg | 100 -- src/stylesheets/Paper/Dark/unchecked-disabled.svg | 94 -- src/stylesheets/Paper/Dark/unchecked.svg | 100 -- src/stylesheets/Paper/Light/Arrows/down.svg | 97 -- src/stylesheets/Paper/Light/Arrows/left.svg | 97 -- src/stylesheets/Paper/Light/Arrows/right.svg | 97 -- src/stylesheets/Paper/Light/Arrows/up.svg | 97 -- src/stylesheets/Paper/Light/Toolbar/archives.svg | 99 -- .../Paper/Light/Toolbar/executables.svg | 99 -- src/stylesheets/Paper/Light/Toolbar/help.svg | 128 --- src/stylesheets/Paper/Light/Toolbar/instances.svg | 98 -- src/stylesheets/Paper/Light/Toolbar/nexus.svg | 122 --- src/stylesheets/Paper/Light/Toolbar/problems.svg | 132 --- src/stylesheets/Paper/Light/Toolbar/profiles.svg | 112 --- src/stylesheets/Paper/Light/Toolbar/settings.svg | 95 -- src/stylesheets/Paper/Light/Toolbar/tools.svg | 117 --- src/stylesheets/Paper/Light/Toolbar/update.svg | 141 --- src/stylesheets/Paper/Light/backup.svg | 126 --- src/stylesheets/Paper/Light/check-alt.svg | 94 -- src/stylesheets/Paper/Light/check-white.svg | 94 -- src/stylesheets/Paper/Light/check.svg | 94 -- src/stylesheets/Paper/Light/cross.svg | 94 -- src/stylesheets/Paper/Light/dots.svg | 111 --- src/stylesheets/Paper/Light/folder.svg | 94 -- src/stylesheets/Paper/Light/heart.svg | 111 --- src/stylesheets/Paper/Light/refresh.svg | 103 -- src/stylesheets/Paper/Light/restore-alt.svg | 126 --- src/stylesheets/Paper/Light/restore.svg | 94 -- src/stylesheets/Paper/Light/run.svg | 109 --- src/stylesheets/Paper/Light/shortcut.svg | 94 -- src/stylesheets/Paper/Light/sort.svg | 125 --- src/stylesheets/Paper/Light/unchecked-alt.svg | 94 -- src/stylesheets/Paper/Light/unchecked-disabled.svg | 94 -- src/stylesheets/Paper/Light/unchecked-hover.svg | 94 -- src/stylesheets/Paper/Light/unchecked.svg | 94 -- 95 files changed, 12939 deletions(-) delete mode 100644 src/stylesheets/Paper Automata.qss delete mode 100644 src/stylesheets/Paper Dark by 6788.qss delete mode 100644 src/stylesheets/Paper Light by 6788.qss delete mode 100644 src/stylesheets/Paper/Automata/Arrows/down.svg delete mode 100644 src/stylesheets/Paper/Automata/Arrows/left.svg delete mode 100644 src/stylesheets/Paper/Automata/Arrows/right.svg delete mode 100644 src/stylesheets/Paper/Automata/Arrows/up.svg delete mode 100644 src/stylesheets/Paper/Automata/Toolbar/archives.svg delete mode 100644 src/stylesheets/Paper/Automata/Toolbar/executables.svg delete mode 100644 src/stylesheets/Paper/Automata/Toolbar/help.svg delete mode 100644 src/stylesheets/Paper/Automata/Toolbar/instances.svg delete mode 100644 src/stylesheets/Paper/Automata/Toolbar/nexus.svg delete mode 100644 src/stylesheets/Paper/Automata/Toolbar/problems.svg delete mode 100644 src/stylesheets/Paper/Automata/Toolbar/profiles.svg delete mode 100644 src/stylesheets/Paper/Automata/Toolbar/settings.svg delete mode 100644 src/stylesheets/Paper/Automata/Toolbar/tools.svg delete mode 100644 src/stylesheets/Paper/Automata/Toolbar/update.svg delete mode 100644 src/stylesheets/Paper/Automata/background.svg delete mode 100644 src/stylesheets/Paper/Automata/backup.svg delete mode 100644 src/stylesheets/Paper/Automata/branch.svg delete mode 100644 src/stylesheets/Paper/Automata/collapsed.svg delete mode 100644 src/stylesheets/Paper/Automata/cross.svg delete mode 100644 src/stylesheets/Paper/Automata/dots.svg delete mode 100644 src/stylesheets/Paper/Automata/expanded.svg delete mode 100644 src/stylesheets/Paper/Automata/folder.svg delete mode 100644 src/stylesheets/Paper/Automata/heart.svg delete mode 100644 src/stylesheets/Paper/Automata/refresh.svg delete mode 100644 src/stylesheets/Paper/Automata/restore-alt.svg delete mode 100644 src/stylesheets/Paper/Automata/restore.svg delete mode 100644 src/stylesheets/Paper/Automata/run.svg delete mode 100644 src/stylesheets/Paper/Automata/shortcut.svg delete mode 100644 src/stylesheets/Paper/Automata/sort.svg delete mode 100644 src/stylesheets/Paper/Dark/Arrows/down.svg delete mode 100644 src/stylesheets/Paper/Dark/Arrows/left.svg delete mode 100644 src/stylesheets/Paper/Dark/Arrows/right.svg delete mode 100644 src/stylesheets/Paper/Dark/Arrows/up.svg delete mode 100644 src/stylesheets/Paper/Dark/Toolbar/archives.svg delete mode 100644 src/stylesheets/Paper/Dark/Toolbar/executables.svg delete mode 100644 src/stylesheets/Paper/Dark/Toolbar/help.svg delete mode 100644 src/stylesheets/Paper/Dark/Toolbar/instances.svg delete mode 100644 src/stylesheets/Paper/Dark/Toolbar/nexus.svg delete mode 100644 src/stylesheets/Paper/Dark/Toolbar/problems.svg delete mode 100644 src/stylesheets/Paper/Dark/Toolbar/profiles.svg delete mode 100644 src/stylesheets/Paper/Dark/Toolbar/settings.svg delete mode 100644 src/stylesheets/Paper/Dark/Toolbar/tools.svg delete mode 100644 src/stylesheets/Paper/Dark/Toolbar/update.svg delete mode 100644 src/stylesheets/Paper/Dark/backup.svg delete mode 100644 src/stylesheets/Paper/Dark/check-alt.svg delete mode 100644 src/stylesheets/Paper/Dark/check.svg delete mode 100644 src/stylesheets/Paper/Dark/cross.svg delete mode 100644 src/stylesheets/Paper/Dark/dots.svg delete mode 100644 src/stylesheets/Paper/Dark/folder.svg delete mode 100644 src/stylesheets/Paper/Dark/heart.svg delete mode 100644 src/stylesheets/Paper/Dark/highlight.svg delete mode 100644 src/stylesheets/Paper/Dark/refresh.svg delete mode 100644 src/stylesheets/Paper/Dark/restore-alt.svg delete mode 100644 src/stylesheets/Paper/Dark/restore.svg delete mode 100644 src/stylesheets/Paper/Dark/run.svg delete mode 100644 src/stylesheets/Paper/Dark/shortcut.svg delete mode 100644 src/stylesheets/Paper/Dark/sort.svg delete mode 100644 src/stylesheets/Paper/Dark/unchecked-alt.svg delete mode 100644 src/stylesheets/Paper/Dark/unchecked-disabled.svg delete mode 100644 src/stylesheets/Paper/Dark/unchecked.svg delete mode 100644 src/stylesheets/Paper/Light/Arrows/down.svg delete mode 100644 src/stylesheets/Paper/Light/Arrows/left.svg delete mode 100644 src/stylesheets/Paper/Light/Arrows/right.svg delete mode 100644 src/stylesheets/Paper/Light/Arrows/up.svg delete mode 100644 src/stylesheets/Paper/Light/Toolbar/archives.svg delete mode 100644 src/stylesheets/Paper/Light/Toolbar/executables.svg delete mode 100644 src/stylesheets/Paper/Light/Toolbar/help.svg delete mode 100644 src/stylesheets/Paper/Light/Toolbar/instances.svg delete mode 100644 src/stylesheets/Paper/Light/Toolbar/nexus.svg delete mode 100644 src/stylesheets/Paper/Light/Toolbar/problems.svg delete mode 100644 src/stylesheets/Paper/Light/Toolbar/profiles.svg delete mode 100644 src/stylesheets/Paper/Light/Toolbar/settings.svg delete mode 100644 src/stylesheets/Paper/Light/Toolbar/tools.svg delete mode 100644 src/stylesheets/Paper/Light/Toolbar/update.svg delete mode 100644 src/stylesheets/Paper/Light/backup.svg delete mode 100644 src/stylesheets/Paper/Light/check-alt.svg delete mode 100644 src/stylesheets/Paper/Light/check-white.svg delete mode 100644 src/stylesheets/Paper/Light/check.svg delete mode 100644 src/stylesheets/Paper/Light/cross.svg delete mode 100644 src/stylesheets/Paper/Light/dots.svg delete mode 100644 src/stylesheets/Paper/Light/folder.svg delete mode 100644 src/stylesheets/Paper/Light/heart.svg delete mode 100644 src/stylesheets/Paper/Light/refresh.svg delete mode 100644 src/stylesheets/Paper/Light/restore-alt.svg delete mode 100644 src/stylesheets/Paper/Light/restore.svg delete mode 100644 src/stylesheets/Paper/Light/run.svg delete mode 100644 src/stylesheets/Paper/Light/shortcut.svg delete mode 100644 src/stylesheets/Paper/Light/sort.svg delete mode 100644 src/stylesheets/Paper/Light/unchecked-alt.svg delete mode 100644 src/stylesheets/Paper/Light/unchecked-disabled.svg delete mode 100644 src/stylesheets/Paper/Light/unchecked-hover.svg delete mode 100644 src/stylesheets/Paper/Light/unchecked.svg (limited to 'src/stylesheets') diff --git a/src/stylesheets/Paper Automata.qss b/src/stylesheets/Paper Automata.qss deleted file mode 100644 index 7c0a604e..00000000 --- a/src/stylesheets/Paper Automata.qss +++ /dev/null @@ -1,1002 +0,0 @@ -/* v2.0 Paper Automata by 6788-00 */ -/* https://6788-00.tumblr.com/ */ - -/* Color Palette */ -/* Background - Main | #CDC8B0 */ -/* Background - Content | #DAD4BB */ -/* Hover | #B4AF9A */ -/* Selected | #4E4B42 */ -/* Accent | #CD664D */ - -/* All */ - -* { - color: #4E4B42; - font-size: 13px; -} - -/* Main Window */ - -QMainWindow, -QDialog { - /* most windows */ - background: url(./Paper/Automata/background.svg); -} - -QWidget:disabled { - /* disabled parts of the window like the update button when there are no updates */ - background: url(./Paper/Automata/background.svg); - color: #B4AF9A; -} - -QSplitter { - /* for resizing the left pane, right pane, or log console */ - height: 2px; - width: 8px; -} - -QSplitter::handle:horizontal { - /* horizontal handle */ - background: transparent; -} - -QSplitter::handle { - /* actual visible handle */ - background: #4E4B42; - margin-top: 6px; -} - -QAbstractItemView { - /* left and right pane container */ - background: #DAD4BB; - alternate-background-color: transparent; - show-decoration-selected: 1; - selection-background-color: #B4AF9A; - selection-color: #4E4B42; -} - -QAbstractItemView::item { - min-height: 22px; -} - -QAbstractItemView::item:hover { - /* rows on left and right pane when moused-over */ - background: #B4AF9A; -} - -QAbstractItemView::item:selected { - /* rows on left and right pane when clicked */ - background: #4E4B42; - color: #CDC8B0; -} - -QAbstractScrollArea::corner { - /* corner between where a vertical scrollbar and a horizontal scrollbar meet */ - background: #4E4B42; - border: 2px solid #4E4B42; - margin: 0px -2px -2px 0px; -} - -/* Toolbar */ - -QToolBar { - /* top toolbar; */ - border-bottom: 2px solid #4E4B42; - margin-left: 12px; - margin-right: 12px; -} - -QToolBar QWidget { - background: transparent; - margin: 0px; -} - -QToolButton { - /* toolbar buttons */ - padding: 4px 6px; - border: 2px solid transparent; - margin: 4px 4px 0px 4px; -} - -QToolButton:hover, -QToolButton:pressed { - background: #B4AF9A; - border-bottom: 2px solid #4E4B42; -} - -QToolButton:menu-indicator { - /* expandable indicator on toolbar buttons */ - image: url(./Paper/Automata/Arrows/down.svg); - margin: 4px; -} - -QToolButton QMenu { - /* toolbar button dropdown menus */ - margin: 0px; -} - -/* Toolbar Button Icons */ - -#actionChange_Game { - qproperty-icon: url(./Paper/Automata/Toolbar/instances.svg); -} - -#actionInstallMod { - qproperty-icon: url(./Paper/Automata/Toolbar/archives.svg); -} - -#actionNexus { - qproperty-icon: url(./Paper/Automata/Toolbar/nexus.svg); -} - -#actionAdd_Profile { - qproperty-icon: url(./Paper/Automata/Toolbar/profiles.svg); -} - -#actionModify_Executables { - qproperty-icon: url(./Paper/Automata/Toolbar/executables.svg); -} - -#actionTool { - qproperty-icon: url(./Paper/Automata/Toolbar/tools.svg); -} - -#actionSettings { - qproperty-icon: url(./Paper/Automata/Toolbar/settings.svg); -} - -#actionNotifications { - qproperty-icon: url(./Paper/Automata/Toolbar/problems.svg); -} - -#actionUpdate { - qproperty-icon: url(./Paper/Automata/Toolbar/update.svg); -} - -#actionHelp { - qproperty-icon: url(./Paper/Automata/Toolbar/help.svg); -} - -/* Left Pane & File Trees */ - -QTreeView { - /* left pane and right pane under QAbstractItemView*/ - border: none; -} - -QTreeView::branch:has-siblings:!adjoins-item{ - background: none; -} - -QTreeView::branch:closed:has-children:has-siblings, -QTreeView::branch:closed:has-children:!has-siblings { - /* a branch that is closed */ - image: url(./Paper/Automata/collapsed.svg) center no-repeat; -} - -QTreeView::branch:open:has-children:has-siblings, -QTreeView::branch:open:has-children:!has-siblings { - /* a branch that is open */ - image: url(./Paper/Automata/expanded.svg) center no-repeat; -} - -QTreeView::branch:hover { - background: #B4AF9A; -} - -QTreeView::branch:selected { - /* rows on the left pane when clicked (below QAbstractItemView, i.e. to the left of the checkbox) */ - background: #4E4B42; - color: #CDC8B0; -} - -QTreeView::item:selected { - /* entry on left pane when clicked */ - background: #4E4B42; - color: #CDC8B0; -} - -QListView { - /* saves window */ - border: none; -} - -QListView::item:hover { - /* uncertain, assumed: rows on the saves window when moused-over */ - background: #B4AF9A; -} - -QListView::item:selected { - /*uncertain, assumed: rows on the saves window when clicked */ - background: #4E4B42; - color: #FFFFFF; -} - -QTextEdit { - /* large text fields */ - background: #DAD4BB; - border: none; -} - -QWebView { - /* Nexus Info window */ - background: #DAD4BB; - border-radius: 0px; -} - -/* Group Boxes */ - -QGroupBox { - /* boxes that group multiple elements together (e.g. on Settings) */ - padding: 24px 4px; - border: none; -} - -QGroupBox::title { - /* title of group boxes */ - background: transparent; - subcontrol-origin: padding; - subcontrol-position: top left; - padding: 4px 8px; -} - -/* Text Fields */ - -QLineEdit { - /* text fields like NameFilter and directory fields */ - background: #DAD4BB; - min-height: 14px; - padding: 2px; - border: 2px solid #DAD4BB; - border-radius: 0px; -} - -QLineEdit:hover { - /* text fields when moused-over */ - background: 2px solid #B4AF9A; - border: 2px solid #B4AF9A; -} - -/* Most Dropdown Menus */ - -QComboBox { - /* dropdown menus */ - background: #DAD4BB; - min-height: 20px; - padding-left: 5px; - border: 2px solid #DAD4BB; - border-radius: 0px; - margin: 4px 0px; -} - -QComboBox:hover { - /* dropdown menus when moused-over */ - background: 2px solid #B4AF9A; - border: 2px solid #B4AF9A; -} - -QComboBox:on { - /* dropdown menus when expanded */ - background: #4E4B42; - color: #DAD4BB; - border: 2px solid #4E4B42; -} - -QComboBox::drop-down { - /* area for expandable indicator */ - width: 20px; - subcontrol-origin: padding; - subcontrol-position: top right; - border: none; -} - -QComboBox QAbstractItemView { - /* actual menu that expands */ - background: #DAD4BB; - border: 2px solid #CDC8B0; - border-radius: 0px; -} - -QComboBox::down-arrow { - /* expandable indicator */ - image: url(./Paper/Automata/Arrows/down.svg); -} - -/* Most Buttons */ - -QPushButton { - /* most buttons */ - background: #B4AF9A; - min-height: 20px; - padding: 2px 12px; - border-radius: 0px; -} - -QPushButton:disabled { - /* most buttons when disabled */ - background: transparent; - border: 2px solid #DAD4BB; -} - -QPushButton:hover { - /* most buttons when hovered */ - background: #DAD4BB; -} - -QPushButton:pressed { - /* most buttons when clicked */ - background: #4E4B42; - color: #DAD4BB; -} - -QPushButton::menu-indicator { - /* expandable indicator for most buttons */ - subcontrol-position: right center; - image: url(./Paper/Automata/Arrows/down.svg); - padding: 2px; - margin: 4px 4px; -} - -/* Icons */ - -#listOptionsBtn { - /* Options button */ - qproperty-icon: url(./Paper/Automata/dots.svg); - qproperty-iconSize: 16px; - padding-left: 2px; -} - -#openFolderMenu { - /* Open Folder button */ - qproperty-icon: url(./Paper/Automata/folder.svg); - qproperty-iconSize: 14px; - padding-left: 4px; -} - -#restoreModsButton, -#restoreButton { - /* Restore Backup buttons */ - qproperty-icon: url(./Paper/Automata/restore.svg); - qproperty-iconSize: 14px; -} - -#saveModsButton, -#saveButton { - /* Backup buttons */ - qproperty-icon: url(./Paper/Automata/backup.svg); - qproperty-iconSize: 14px; -} - -#bossButton { - /* Sort button */ - qproperty-icon: url(./Paper/Automata/sort.svg); - qproperty-iconSize: 14px; -} - -#linkButton { - /* Shortcuts button */ - qproperty-icon: url(./Paper/Automata/shortcut.svg); - qproperty-iconSize: 14px; -} - -#btnRefreshData, -#refreshButton { - /* Refresh buttons */ - qproperty-icon: url(./Paper/Automata/refresh.svg); - qproperty-iconSize: 14px; -} - -#endorseBtn { - /* Endorse button on the Nexus Info tab of the Information window */ - qproperty-icon: url(./Paper/Automata/heart.svg); - qproperty-iconSize: 14px; -} - -#clearCacheButton { - /* Clear Cache button on the Nexus tab of the Settings window */ - qproperty-icon: url(./Paper/Automata/cross.svg); - qproperty-iconSize: 14px; -} - -#deactivateESP, -#activateESP { - /* activate and deactivate ESP buttons */ - background: #DAD4BB; -} - -#deactivateESP:hover, -#activateESP:hover { - /* activate and deactivate ESP buttons when moused-over */ - background: #B4AF9A; -} - -#deactivateESP { - /* icon for the deactivate ESP button */ - qproperty-icon: url(./Paper/Automata/backup.svg); -} - -#activateESP { - /* icon for the activate ESP button */ - qproperty-icon: url(./Paper/Automata/restore-alt.svg); -} - -/* Run button */ - -#startButton { - /* Run button */ - background: #4E4B42; - color: #DAD4BB; - qproperty-icon: url(./Paper/Automata/run.svg); - qproperty-iconSize: 30px; - padding: 6px; -} - -#startButton:hover { - /* Run button when moused-over*/ - background: #B4AF9A; - color: #4E4B42; -} - -/* Scroll Bars */ - -/* Horizontal */ - -QScrollBar:horizontal { - /* horizontal scroll bar */ - background: #DAD4BB; - height: 18px; - border: 2px solid #DAD4BB; - margin: 0px 23px -2px 23px; -} - -QScrollBar::handle:horizontal { - /* handle for horizontal scroll bars */ - background: #4E4B42; - min-width: 32px; - margin: 2px; -} - -QScrollBar::add-line:horizontal { - /* scroll right button */ - background: #DAD4BB; - image: url(./Paper/Automata/Arrows/right.svg); - width: 23px; - subcontrol-position: right; - subcontrol-origin: margin; - border: 2px solid #CDC8B0; - margin: 0px -2px -2px 0px; -} - -QScrollBar::sub-line:horizontal { - /* scroll left button */ - background: #DAD4BB; - image: url(./Paper/Automata/Arrows/left.svg); - width: 23px; - subcontrol-position: left; - subcontrol-origin: margin; - border: 2px solid #CDC8B0; - margin: 0px 0px -2px -2px; -} - -/* Vertical */ - -QScrollBar:vertical { - /* vertical scroll bar */ - background: #DAD4BB; - width: 18px; - border: 2px solid #CDC8B0; - margin: 23px -2px 23px 0px; -} - -QScrollBar::handle:vertical { - /* handle for vertical scroll bars */ - background: #4E4B42; - min-height: 32px; - margin: 2px; -} - -QScrollBar::add-line:vertical { - /* scroll down button */ - background: #DAD4BB; - image: url(./Paper/Automata/Arrows/down.svg); - height: 23px; - subcontrol-position: bottom; - subcontrol-origin: margin; - border: 2px solid #CDC8B0; - border-bottom-right-radius: 0px; - margin: 0px -2px -2px 0px; -} - -QScrollBar::sub-line:vertical { - /* scroll up button */ - background: #B4AF9A; - image: url(./Paper/Automata/Arrows/up.svg); - height: 23px; - subcontrol-position: top; - subcontrol-origin: margin; - border: 2px solid #CDC8B0; - border-top-right-radius: 0px; - 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 { - /* buttons and handles when moused-over */ - background: #B4AF9A; -} - -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 { - /* buttons and handles when clicked */ - background: #4E4B42; -} - -QScrollBar::add-page:horizontal, -QScrollBar::sub-page:horizontal, -QScrollBar::add-page:vertical, -QScrollBar::sub-page:vertical { - /* area on scroll bars where clicking it scrolls to where you clicked */ - background: transparent; -} - -/* Header Rows */ - -QHeaderView { - /* header row (i.e. Mod Name, Flags, Category, etc.) */ - background: #B4AF9A; -} - -QHeaderView::section { - /* each section on the header row (i.e. Mod name is one section and Flags another) */ - background: #B4AF9A; - height: 22px; - padding: 0px 5px; - border: 0px; - border-bottom: 2px solid #CDC8B0; - border-right: 2px solid #CDC8B0; -} - -QHeaderView::section:hover { - /* a section on a header row when hovered */ - background: #B4AF9A; -} - -QHeaderView::up-arrow { - /* ascending sort indicator */ - image: url(./Paper/Automata/Arrows/up.svg); - padding-right: 4px; - height: 10px; - width: 10px; -} - -QHeaderView::down-arrow { - /* descending sort indicator */ - image: url(./Paper/Automata/Arrows/down.svg); - padding-right: 4px; - height: 10px; - width: 10px; -} - -QHeaderView::section:last { - margin-right: -2px; -} - -/* Right Click Menus, Toolbar Dropdown Menus, & Tooltips */ - -QMenuBar { - background: #DAD4BB; - border: 2px solid #CDC8B0; -} - -QMenuBar::item:selected { - background: #B4AF9A; - border: none; -} - -QMenu { - /* right click menu */ - background: #DAD4BB; - border: 2px solid #CDC8B0; -} - -QMenu::item { - /* rows on right click menus */ - background: #DAD4BB; - padding: 5px 20px 5px 24px; -} - -QMenu::item:selected { - /* rows on right click menus when moused-over (i dunno) */ - background: #B4AF9A; - border: none; -} - -QMenu::item:disabled { - /* unavailable rows on right click menus */ - background: #CDC8B0; - color: #B4AF9A; -} - -QMenu::separator { - /* seperators on right click menus */ - height: 2px; - background: #CDC8B0; -} - -QMenu::icon { - /* area for icons on right click menus */ - padding: 4px; -} - -QMenu::right-arrow { - /* submenu indicator */ - image: url(./Paper/Automata/Arrows/right.svg); - padding-right: 5px; -} - -QMenu QPushButton { - /* Change Categories and Primary Categories buttons */ - background: #DAD4BB; - padding: 2px 24px; - text-align: left; - border: none; -} - -QMenu QPushButton:hover { - /* Change Categories and Primary Categories buttons when moused-over */ - background: #B4AF9A; - border: none; -} - -QMenu QCheckBox { - /* checkboxes on right click menus (change categories)*/ - background: #DAD4BB; - padding: 2px 6px; -} - -QMenu QCheckBox:hover { - /* checkboxes on right click menus when moused-over (change categories) */ - background: #B4AF9A; -} - -QMenu QRadioButton { - /* radio buttons on right click menus (primary categories) */ - background: #DAD4BB; - padding: 2px 6px; -} - -QToolTip { - /* all tooltips */ - background: #DAD4BB; - border: 2px solid #CDC8B0; -} - -QStatusBar::item {border: None;} - -/* Progress Bars (Downloads) */ - -QProgressBar { - /* progress bars when downloading */ - background: transparent; - text-align: center; - border: 0px; - margin: 0px 10px; -} - -QProgressBar::chunk { - /* the loading part that moves on progress bars */ - background: #CD664D; -} - -/* Right Pane and Tab Bars */ - -QTabWidget::pane { - /* right pane */ - top: 1px; - padding: 2px 2px 3px 2px; - border-top: 2px solid #4E4B42; -} - -QTabWidget::tab-bar { - /* tabs */ - alignment: center; -} - -QTabBar::tab { - /* a tab */ - background: #B4AF9A; - padding: 4px 1em; - border: 2px solid #DAD4BB; - margin: 3px 1px; -} - -QTabBar::tab:!selected { - /* an unselected tab */ - background: #B4AF9A; - border: 2px solid #B4AF9A; -} - -QTabBar::tab:disabled { - /* An unavailable tab */ - background: transparent; - color: #B4AF9A; - border: transparent; -} - -QTabBar::tab:selected { - /* a clicked tab */ - color: #CDC8B0; - background: #4E4B42; - border: 2px solid #4E4B42; -} - -QTabBar::tab:hover { - /* a tab when hovered */ - background: #DAD4BB; - color: #4E4B42; - border: 2px solid #DAD4BB; -} - -QTabBar QToolButton { - /* buttons to scroll between more tabs on a tab bar */ - background: #CD664D; - padding: 0px; - margin: 3px; -} - -QTabBar QToolButton:disabled { - /* buttons to scroll on a tab bar when it's unavailable */ - background: transparent; - border: 2px solid transparent; -} - -QLCDNumber { - /* LCD number on the Conflicts tab */ - background: #DAD4BB; - color: #4E4B42; - border: none; -} - -/* Tables (Configure Mod Categories) */ - -QTableView { - /* tables */ - gridline-color: #CDC8B0; - border: 0px; -} - -/* Checkboxes */ - -QCheckBox::indicator { - /* a checkbox */ - width: 12px; - height: 12px; -} - -QCheckBox::indicator:disabled, -QRadioButton::indicator:disabled { - /* a checkbox that is disabled */ - background: none; - border: 2px solid #B4AF9A; -} - -QTreeView::indicator:unchecked, -QCheckBox::indicator:unchecked, -QGroupBox::indicator:unchecked, -QRadioButton::indicator:unchecked { - /* a checkbox when unchecked */ - border: 2px solid #4E4B42; -} - -QCheckBox::indicator:unchecked:hover, -QRadioButton::indicator:unchecked:hover { - /* a checkbox that is unchecked when moused-over */ - background: #B4AF9A; -} - -QTreeView::indicator:unchecked:selected, -QRadioButton::indicator:unchecked:selected { - /* a checkbox that is unchecked when clicked */ - border: 2px solid #DAD4BB; -} - -QTreeView::indicator:checked, -QCheckBox::indicator:checked, -QGroupBox::indicator:checked, -QRadioButton::indicator:checked { - /* a checkbox when checked */ - background: #CD664D; - border: 2px solid #CD664D; -} - -QCheckBox::indicator:checked:hover, -QRadioButton::indicator:checked:hover { - /* a checkbox that is checked when moused-over */ - border: 2px solid #4E4B42; -} - -/* Spinboxes */ - -QSpinBox, -QDoubleSpinBox { - /* usually boxes for selecting numbers */ - min-height: 24px; - min-width: 60px; - background: #DAD4BB; - padding: 0px 2px; - border: 2px solid #CDC8B0; - margin: 0px -4px; -} - -QSpinBox::up-button, -QDoubleSpinBox::up-button { - /* up button on spinboxes */ - min-height: 28px; - min-width: 18px; - subcontrol-position: center right; - border: 2px solid #CDC8B0; -} - -QSpinBox::up-arrow, -QDoubleSpinBox::up-arrow { - /* arrow for the up button */ - image: url(./Paper/Automata/Arrows/up.svg); -} - -QSpinBox::up-button:hover, -QDoubleSpinBox::up-button:hover { - /* up button on spinboxes when moused-over */ - background: #B4AF9A; -} - -QSpinBox::down-button, -QDoubleSpinBox::down-button { - /* down button on spinboxes */ - min-height: 28px; - min-width: 18px; - subcontrol-position: center left; - border: 2px solid #CDC8B0; -} - -QSpinBox::down-arrow, -QDoubleSpinBox::down-arrow { - /* arrow for the up button */ - image: url(./Paper/Automata/Arrows/down.svg); -} - -QSpinBox::down-button:hover, -QDoubleSpinBox::down-button:hover { - /* down button on spinboxes when moused-over */ - background: #B4AF9A; -} - -/* Sliders */ - -QSlider::groove { - /* sliders */ - height: 0px; - border: 1px solid #B4AF9A; -} - -QSlider::handle { - /* slider handles */ - background: #DAD4BB; - border: 2px solid #4E4B42; - border-radius: 0px; - margin: -10px; -} - -QSlider::handle:hover { - /* Slider handles when moused-over */ - background: #4E4B42; -} - -/* Downloads Tab */ - -#downloadTab QAbstractScrollArea, -DownloadListWidget { - /* background of the entire downloads tab */ - background: #DAD4BB; -} - -DownloadListWidget QFrame, -DownloadListWidgetCompact, -DownloadListWidgetCompact QLabel { - /* an entry on the Downloads tab */ - background: #DAD4BB; -} - -DownloadListWidget#frame { - /* outer box of an entry on the Downloads tab */ - border: 2px solid #DAD4BB; -} - -#installLabel { - /* installed/done label */ - color: none; -} - -DownloadListWidgetCompact, -DownloadListWidgetCompact QLabel { - /* an entry on the Downloads tab */ - background: #DAD4BB; -} - -/* New Downloads View */ - -DownloadListWidget[downloadView=standard]::item { - /* Entries on the Standard Downloads View */ - min-height: 44px; - margin: -16px 0; -} - -DownloadListWidget[downloadView=compact]::item { - /* Entries on the Compact Downloads View */ - min-height: 22px; - margin: -4px 0; -} - -QProgressBar[downloadView=standard] { - /* Progress Bars on the Standard Downloads View */ - background: transparent; - margin: 11px 0; -} - -QProgressBar[downloadView=compact] { - /* Progress Bars on the Compact Downloads View */ - background: transparent; -} - -/* Categories Filter */ - -#displayCategoriesBtn { - /* Filter button */ - min-width: 12px; -} - -#categoriesList { - /* Categories panel */ - min-width: 200px; - margin-bottom: 4px; -} - -#categoriesGroup { - /* Categories group box */ - padding-bottom: 0; - margin-top: 3px; -} - -/* Fixes */ - -#executablesListBox { - /* Increase right margin of the select executables box */ - margin-right: 8px; -} - -#stepsStack QWidget { - /* Groupboxes on the FOMOD Installer Dialog */ - background: #CDC8B0; - border: none; -} - -#stepsStack QGroupBox { - /* Fix to reimplement styling for Groupboxes on the FOMOD Installer dialog */ - border: 2px solid #4E4B42; -} - -#activeModslabel, #activePluginsLabel { - /* Increase the left margin of the counters */ - padding-left: 6px; -} - -/* For the Glory of Mankind */ diff --git a/src/stylesheets/Paper Dark by 6788.qss b/src/stylesheets/Paper Dark by 6788.qss deleted file mode 100644 index 6043ae6b..00000000 --- a/src/stylesheets/Paper Dark by 6788.qss +++ /dev/null @@ -1,1030 +0,0 @@ -/* v5.0 Paper Dark by 6788-00 */ -/* https://6788-00.tumblr.com/ */ - -/* Color Palette */ -/* Background - Main | #242424 */ -/* Background - Content | #141414 */ -/* Background - Alternate | #1C1C1C */ -/* Hover | #3D3D3D */ -/* Selected | #006868 */ - -/* All */ - -* { - color: #D3D3D3; - font-size: 12px; -} - -/* Main Window */ - -QWidget { - /* most of the window */ - background: #242424; - color: #D3D3D3; -} - -QWidget:disabled { - /* disabled parts of the window like the update button when there are no updates */ - background: #242424; - color: #808080; -} - -QAbstractItemView { - /* left and right pane container */ - background: #141414; - alternate-background-color: #1C1C1C; - show-decoration-selected: 1; - selection-background-color: #006868; - selection-color: #FFFFFF; -} - -QAbstractItemView::item { - min-height: 22px; -} - -QAbstractItemView::item:hover { - /* rows on left and right pane when moused-over */ - background: #3D3D3D; - color: #FFFFFF; -} - -QAbstractItemView::item:selected { - /* rows on left and right pane when clicked */ - background: #006868; - color: #FFFFFF; -} - -QAbstractScrollArea::corner { - /* corner between where a vertical scrollbar and a horizontal scrollbar meet */ - background: #141414; - border: 2px solid #242424; - border-bottom-right-radius: 6px; - margin: 0px -2px -2px 0px; -} - -QSplitter { - width: 8px; -} - -LinkLabel { - qproperty-linkColor: #3399FF; -} - -/* Toolbar */ - -QToolBar { - /* top toolbar; */ - background: #242424; - border: 1px solid #242424; -} - -QToolBar::separator { - /* uncertain, assumed: vertical seperator on toolbar left of the warnings button*/ - background: #242424; - margin: 6px 8px; -} - -QToolButton { - /* toolbar buttons */ - padding: 6px; - border-radius: 10px; - margin: 4px 4px 0px 4px; -} - -QToolButton:hover { - /* toolbar buttons when moused-over; */ - background: #006868; -} - -QToolButton:pressed { - /* toolbar buttons when clicked; */ - background: #006868; -} - -QToolButton:menu-indicator { - /* expandable indicator on toolbar buttons */ - image: url(./Paper/Dark/Arrows/down.svg); - margin: 4px; -} - -/* Toolbar Button Icons */ - -#actionChange_Game { - qproperty-icon: url(./Paper/Dark/Toolbar/instances.svg); -} - -#actionInstallMod { - qproperty-icon: url(./Paper/Dark/Toolbar/archives.svg); -} - -#actionNexus { - qproperty-icon: url(./Paper/Dark/Toolbar/nexus.svg); -} - -#actionAdd_Profile { - qproperty-icon: url(./Paper/Dark/Toolbar/profiles.svg); -} - -#actionModify_Executables { - qproperty-icon: url(./Paper/Dark/Toolbar/executables.svg); -} - -#actionTool { - qproperty-icon: url(./Paper/Dark/Toolbar/tools.svg); -} - -#actionSettings { - qproperty-icon: url(./Paper/Dark/Toolbar/settings.svg); -} - -#actionNotifications { - qproperty-icon: url(./Paper/Dark/Toolbar/problems.svg); -} - -#actionUpdate { - qproperty-icon: url(./Paper/Dark/Toolbar/update.svg); -} - -#actionHelp { - qproperty-icon: url(./Paper/Dark/Toolbar/help.svg); -} - -/* Left Pane & File Trees */ - -ModListView, PluginListView { - /* Mods List and Plugins List specifically */ - margin: 2px 0px; -} - -QTreeView { - /* left pane and right pane under QAbstractItemView*/ - border-radius: 6px; -} - -QTreeView::branch:hover { - /* rows on the left pane when moused-over (below QAbstractItemView, i.e. to the left of the checkbox) */ - background: #3A3A3A; - color: #FFFFFF; -} - -QTreeView::branch:selected { - /* rows on the left pane when clicked (below QAbstractItemView, i.e. to the left of the checkbox) */ - background: #006868; - color: #FFFFFF; -} - -QTreeView::branch:closed:has-children:has-siblings, -QTreeView::branch:closed:has-children:!has-siblings { - /* a branch that is closed */ - image: url(./Paper/Dark/Arrows/right.svg); -} - -QTreeView::branch:open:has-children:has-siblings, -QTreeView::branch:open:has-children:!has-siblings { - /* a branch that is open */ - image: url(./Paper/Dark/Arrows/down.svg); -} - -QListView { - /* saves window */ - border-radius: 6px; -} - -QListView::item:hover { - /* a row on the saves tab when moused-over */ - background: #3D3D3D; - color: #FFFFFF; - padding: 0; -} - -QListView::item:selected { - /* a row on the saves tab when clicked */ - background: #006868; - color: #FFFFFF; - padding: 0; -} - -QTextEdit { - /* large text fields */ - background: #141414; - border-radius: 6px; -} - -/* Group Boxes */ - -QGroupBox { - /* boxes that group multiple elements together (e.g. on Settings) */ - padding: 24px 4px; - border: 2px solid #141414; - border-radius: 10px; -} - -QGroupBox::title { - /* title of group boxes */ - background: transparent; - subcontrol-origin: padding; - subcontrol-position: top left; - padding: 8px; -} - -/* Text Fields */ - -QLineEdit { - /* text fields like NameFilter and directory fields */ - background: #141414; - min-height: 14px; - padding: 2px; - border: 2px solid #141414; - border-radius: 6px; -} - -QLineEdit:hover { - /* text fields when moused-over */ - border: 2px solid #006868; -} - -/* Most Dropdown Menus */ - -QComboBox { - /* dropdown menus */ - background: #141414; - min-height: 20px; - padding-left: 5px; - border: 2px solid #141414; - border-radius: 6px; - margin: 4px 0px; -} - -QComboBox:hover { - /* dropdown menus when moused-over */ - border: 2px solid #006868; -} - -QComboBox:on { - /* dropdown menus when expanded */ - background: #006868; - color: #FFFFFF; - border: 2px solid #006868; -} - -QComboBox::drop-down { - /* area for expandable indicator */ - width: 20px; - subcontrol-origin: padding; - subcontrol-position: top right; - border: none; -} - -QComboBox QAbstractItemView { - /* actual menu that expands */ - background: #141414; - border: 2px solid #242424; - border-radius: 6px; -} - -QComboBox::down-arrow { - /* expandable indicator */ - image: url(./Paper/Dark/Arrows/down.svg); -} - -/* Most Buttons */ - -QPushButton { - /* most buttons */ - background: #141414; - color: #D3D3D3; - min-height: 20px; - padding: 2px 12px; - border-radius: 6px; - margin: 2px 0px; -} - -QPushButton:disabled { - /* most buttons when disabled */ - border: 2px solid #141414; -} - -QPushButton:hover { - /* most buttons when hovered */ - background: #006868; - color: #FFFFFF; -} - -QPushButton:pressed { - /* most buttons when clicked */ - background: #006868; - color: #FFFFFF; -} - -QPushButton::menu-indicator { - /* expandable indicator for most buttons */ - subcontrol-position: right center; - image: url(./Paper/Dark/Arrows/down.svg); - padding: 2px; - margin: 4px 4px; -} - -/* Icons */ - -#listOptionsBtn { - /* Options button */ - qproperty-icon: url(./Paper/Dark/dots.svg); - qproperty-iconSize: 16px; - padding-left: 2px; -} - -#openFolderMenu { - /* Open Folder button */ - qproperty-icon: url(./Paper/Dark/folder.svg); - qproperty-iconSize: 14px; - padding-left: 4px; -} - -#restoreModsButton, -#restoreButton { - /* Restore Backup buttons */ - qproperty-icon: url(./Paper/Dark/restore.svg); - qproperty-iconSize: 14px; -} - -#saveModsButton, -#saveButton { - /* Backup buttons */ - qproperty-icon: url(./Paper/Dark/backup.svg); - qproperty-iconSize: 14px; -} - -#bossButton { - /* Sort button */ - qproperty-icon: url(./Paper/Dark/sort.svg); - qproperty-iconSize: 14px; -} - -#linkButton { - /* Shortcuts button */ - qproperty-icon: url(./Paper/Dark/shortcut.svg); - qproperty-iconSize: 14px; -} - -#refreshButton, -#btnRefreshData, -#btnRefreshDownloads { - /* Refresh buttons */ - qproperty-icon: url(./Paper/Dark/refresh.svg); - qproperty-iconSize: 14px; -} - -#endorseBtn { - /* Endorse button on the Nexus Info tab of the Information window */ - qproperty-icon: url(./Paper/Dark/heart.svg); - qproperty-iconSize: 14px; -} - -#clearCacheButton { - /* Clear Cache button on the Nexus tab of the Settings window */ - qproperty-icon: url(./Paper/Dark/cross.svg); - qproperty-iconSize: 14px; -} - -#deactivateESP, -#activateESP { - /* activate and deactivate ESP buttons */ - background: #141414; -} - -#deactivateESP:hover, -#activateESP:hover { - /* activate and deactivate ESP buttons when moused-over */ - background: #006868; -} - -#deactivateESP { - /* icon for the deactivate ESP button */ - qproperty-icon: url(./Paper/Dark/backup.svg); -} - -#activateESP { - /* icon for the activate ESP button */ - qproperty-icon: url(./Paper/Dark/restore-alt.svg); -} - -/* Run button */ - -#startButton { - /* Run button */ - background: #006868; - color: #FFFFFF; - qproperty-icon: url(./Paper/Dark/run.svg); - qproperty-iconSize: 30px; - padding: 6px; -} - -#startButton:hover { - /* Run button when moused-over*/ - background: #3D3D3D; -} - -/* Scroll Bars */ - -/* Horizontal */ - -QScrollBar:horizontal { - /* horizontal scroll bar */ - background: #141414; - height: 20px; - border: 2px solid #242424; - margin: 0px 23px -2px 23px; -} - -QScrollBar::handle:horizontal { - /* handle for horizontal scroll bars */ - background: #3D3D3D; - min-width: 32px; - border-radius: 6px; - margin: 2px; -} - -QScrollBar::add-line:horizontal { - /* scroll right button */ - background: #141414; - image: url(./Paper/Dark/Arrows/right.svg); - width: 23px; - subcontrol-position: right; - subcontrol-origin: margin; - border: 2px solid #242424; - margin: 0px -2px -2px 0px; -} - -QScrollBar::sub-line:horizontal { - /* scroll left button */ - background: #141414; - image: url(./Paper/Dark/Arrows/left.svg); - width: 23px; - subcontrol-position: left; - subcontrol-origin: margin; - border: 2px solid #242424; - border-bottom-left-radius: 6px; - margin: 0px 0px -2px -2px; -} - -/* Vertical */ - -QScrollBar:vertical { - /* vertical scroll bar */ - background: #141414; - width: 20px; - border: 2px solid #242424; - margin: 23px -2px 23px 0px; -} - -QScrollBar::handle:vertical { - /* handle for vertical scroll bars */ - background: #3D3D3D; - min-height: 32px; - border-radius: 6px; - margin: 2px; -} - -QScrollBar::add-line:vertical { - /* scroll down button */ - background: #141414; - image: url(./Paper/Dark/Arrows/down.svg); - height: 23px; - subcontrol-position: bottom; - subcontrol-origin: margin; - border: 2px solid #242424; - border-bottom-right-radius: 6px; - margin: 0px -2px -2px 0px; -} - -QScrollBar::sub-line:vertical { - /* scroll up button */ - background: #141414; - image: url(./Paper/Dark/Arrows/up.svg); - height: 23px; - subcontrol-position: top; - subcontrol-origin: margin; - border: 2px solid #242424; - 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 { - /* buttons and handles when moused-over */ - background: #006868; -} - -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 { - /* buttons and handles when clicked */ - background: #006868; -} - -QScrollBar::add-page:horizontal, -QScrollBar::sub-page:horizontal, -QScrollBar::add-page:vertical, -QScrollBar::sub-page:vertical { - /* area on scroll bars where clicking it scrolls to where you clicked */ - background: transparent; -} - -/* Header Rows */ - -QHeaderView { - /* header row (i.e. Mod Name, Flags, Category, etc.) */ - background: #242424; -} - -QHeaderView::section { - /* each section on the header row (i.e. Mod name is one section and Flags another) */ - background: #141414; - color: #D3D3D3; - height: 22px; - padding: 0px 5px; - border: 0px; - border-bottom: 2px solid #242424; - border-right: 2px solid #242424; -} - -QHeaderView::section:first { - /* first section on a header row */ - border-top-left-radius: 6px; -} - -QHeaderView::section:last { - /* last section on a header row */ - border-right: 0px; - border-top-right-radius: 6px; -} - -QHeaderView::section:hover { - /* a section on a header row when hovered */ - background: #3D3D3D; - color: #FFFFFF; -} - -QHeaderView::up-arrow { - /* ascending sort indicator */ - image: url(./Paper/Dark/Arrows/up.svg); - padding-right: 4px; - height: 10px; - width: 10px; -} - -QHeaderView::down-arrow { - /* descending sort indicator */ - image: url(./Paper/Dark/Arrows/down.svg); - padding-right: 4px; - height: 10px; - width: 10px; -} - -/* Right Click Menus, Toolbar Dropdown Menus, & Tooltips */ - -QMenuBar { - background: #242424; - border: 1px solid #242424; -} - -QMenuBar::item:selected { - background: #006868; - color: #FFFFFF; - border: 0px; - border-radius: 4px; -} - -QMenu { - /* right click menu */ - background: #141414; - border: 2px solid #242424; - border-radius: 6px; -} - -QMenu::item { - /* rows on right click menus */ - background: #141414; - padding: 5px 20px 5px 24px; -} - -QMenu::item:selected { - /* rows on right click menus when moused-over (i dunno) */ - background: #006868; - color: #FFFFFF; - border: 0px; - border-radius: 4px; -} - -QMenu::item:disabled { - /* unavailable rows on right click menus */ - background: #242424; - color: #808080; -} - -QMenu::separator { - /* seperators on right click menus */ - height: 2px; - background: #242424; -} - -QMenu::icon { - /* area for icons on right click menus */ - padding: 4px; -} - -QMenu::right-arrow { - /* submenu indicator */ - image: url(./Paper/Dark/Arrows/right.svg); - padding-right: 5px; -} - -QMenu QPushButton { - /* Change Categories and Primary Categories buttons */ - background: #141414; - color: #D3D3D3; - padding: 2px 24px; - text-align: left; - border-radius: 0px; -} - -QMenu QPushButton:hover { - /* Change Categories and Primary Categories buttons when moused-over */ - border-radius: 6px; -} - -QMenu QCheckBox { - /* checkboxes on right click menus (change categories)*/ - background: #141414; - padding: 2px 6px; -} - -QMenu QCheckBox:hover { - /* checkboxes on right click menus when moused-over (change categories) */ - background: #3D3D3D; - color: #FFFFFF; -} - -QMenu QRadioButton { - /* radio buttons on right click menus (primary categories) */ - background: #141414; - padding: 2px 6px; -} - -QToolTip { - /* all tooltips */ - background: #141414; - border: 2px solid #242424; - border-radius: 6px; -} - -QStatusBar::item {border: None;} - -/* Progress Bars (Downloads) */ - -QProgressBar { - /* progress bars when downloading */ - background: #141414; - color: #FFFFFF; - text-align: center; - border: 2px solid #242424; - border-radius: 6px; - margin: 0px 10px; -} - -QProgressBar::chunk { - /* the loading part that moves on progress bars */ - background: #006868; - border-top-left-radius: 6px; - border-bottom-left-radius: 6px; -} - -/* Right Pane and Tab Bars */ - -QTabWidget::pane { - /* right pane */ - top: 1px; - padding: 2px 2px 10px 2px; - border: 2px solid #141414; - border-radius: 10px; -} - -QTabWidget::tab-bar { - /* tabs */ - alignment: center; -} - -QTabBar::tab { - /* a tab */ - background: #141414; - color: #141414; - padding: 4px 1em; - border: 2px solid #141414; - margin: 3px 1px; -} - -QTabBar::tab:!selected { - /* a tab that is not clicked */ - background: #141414; - color: #D3D3D3; - border: 2px solid #141414; -} - -QTabBar::tab:disabled { - /* a tab that is disabled */ - background: #242424; - color: #808080; - border: 2px solid transparent; -} - -QTabBar::tab:selected { - /* a tab that is clicked */ - color: #FFFFFF; - background: #006868; - border: 2px solid #006868; -} - -QTabBar::tab:hover { - /* a tab when moused-over */ - color: #FFFFFF; - background: #3D3D3D; - border: 2px solid #3D3D3D; -} - -QTabBar::tab:first { - /* that first tab */ - border-top-left-radius: 10px; - border-bottom-left-radius: 10px; -} - -QTabBar::tab:last { - /* the last tab */ - border-top-right-radius: 10px; - border-bottom-right-radius: 10px; -} - -QTabBar QToolButton { - /* buttons to scroll between more tabs on a tab bar */ - background: #3D3D3D; - padding: 1px; - border-radius: 6px; - margin: 1px; -} - -QTabBar QToolButton:disabled { - /* buttons to scroll on a tab bar when it's unavailable */ - background: transparent; -} - -QLCDNumber { - /* LCD number on the Conflicts tab */ - background: #141414; - color: #006868; - border-radius: 6px; - -} - -/* Tables (Configure Mod Categories) */ - -QTableView { - /* a table */ - gridline-color: #242424; - border: 0px; -} - -/* Checkboxes */ - -QTreeView::indicator:unchecked, -QCheckBox::indicator:unchecked, -QGroupBox::indicator:unchecked, -QRadioButton::indicator:unchecked { - /* a checkbox that is unchecked */ - image: url(./Paper/Dark/unchecked.svg); - width: 14px; - height: 14px; -} - -QCheckBox::indicator:unchecked:hover, -QRadioButton::indicator:unchecked:hover { - /* a checkbox that is unchecked when moused-over and clicked */ - image: url(./Paper/Dark/unchecked-alt.svg); -} - -QTreeView::indicator:checked, -QCheckBox::indicator:checked, -QGroupBox::indicator:checked, -QRadioButton::indicator:checked { - /* a checkbox that is checked */ - image: url(./Paper/Dark/check.svg); - width: 14px; - height: 14px; -} - -QTreeView::indicator:checked:selected, -QCheckBox::indicator:checked:hover, -QRadioButton::indicator:checked:hover { - /* a checkbox that is checked when moused-over and clicked */ - image: url(./Paper/Dark/check-alt.svg); -} - -QCheckBox::indicator:disabled { - /* a checkbox that is disabled */ - image: url(./Paper/Dark/unchecked-disabled.svg); -} - -/* Spinboxes */ - -QSpinBox, -QDoubleSpinBox { - /* usually boxes for selecting numbers */ - min-height: 24px; - min-width: 60px; - background: #141414; - padding: 0px 2px; - border: 2px solid #242424; - border-radius: 6px; - margin: 0px -4px; -} - -QSpinBox::up-button, -QDoubleSpinBox::up-button { - /* up button on spinboxes */ - min-height: 28px; - min-width: 20px; - subcontrol-position: center right; - border: 2px solid #242424; - border-top-right-radius: 6px; - border-bottom-right-radius: 6px; -} - -QSpinBox::up-arrow, -QDoubleSpinBox::up-arrow { - /* arrow for the up button */ - image: url(./Paper/Dark/Arrows/up.svg); -} - -QSpinBox::up-button:hover, -QDoubleSpinBox::up-button:hover { - /* up button on spinboxes when moused-over */ - background: #3D3D3D; -} - -QSpinBox::down-button, -QDoubleSpinBox::down-button { - /* down button on spinboxes */ - min-height: 28px; - min-width: 20px; - subcontrol-position: center left; - border: 2px solid #242424; - border-top-left-radius: 6px; - border-bottom-left-radius: 6px; -} - -QSpinBox::down-arrow, -QDoubleSpinBox::down-arrow { - /* arrow for the up button */ - image: url(./Paper/Dark/Arrows/down.svg); -} - -QSpinBox::down-button:hover, -QDoubleSpinBox::down-button:hover { - /* down button on spinboxes when moused-over */ - background: #3D3D3D; -} - -/* Sliders */ - -QSlider::groove { - /* sliders */ - height: 0px; - border: 1px solid #3D3D3D; -} - -QSlider::handle { - /* slider handles */ - background: #141414; - border: 2px solid #3D3D3D; - border-radius: 6px; - margin: -10px; -} - -QSlider::handle:hover { - /* Slider handles when moused-over */ - background: #3D3D3D; -} - -/* Pre-v2.1.7 Downloads Tab */ - -#downloadTab QAbstractScrollArea { - /* background of the entire downloads tab */ - background: #141414; -} - -DownloadListWidget QFrame, -DownloadListWidgetCompact, -DownloadListWidgetCompact QLabel { - /* an entry on the Downloads tab */ - background: #141414; -} - -DownloadListWidget#frame { - /* outer box of an entry on the Downloads tab */ - border: none; -} - -#installLabel { - /* installed/done label */ - color: none; -} - -DownloadListWidgetCompact, -DownloadListWidgetCompact QLabel { - /* an entry on the Downloads tab in Compact View */ - background: #141414; -} - -/* New Downloads View */ - -DownloadListWidget[downloadView=standard]::item { - /* Entries on the Standard Downloads View */ - min-height: 44px; - margin: -16px 0; -} - -DownloadListWidget[downloadView=compact]::item { - /* Entries on the Compact Downloads View */ - min-height: 22px; - margin: -4px 0; -} - -QProgressBar[downloadView=standard] { - /* Progress Bars on the Standard Downloads View */ - background: transparent; - margin: 11px 0; -} - -QProgressBar[downloadView=standard]::chunk, -QProgressBar[downloadView=compact]::chunk { - /* The Loading Portion of Progress Bars on the Downloads View */ - border-right: 2px solid #242424; -} - -QProgressBar[downloadView=compact] { - /* Progress Bars on the Compact Downloads View */ - background: transparent; -} - -/* Categories Filter */ - -#displayCategoriesBtn { - /* Filter button */ - min-width: 12px; -} - -#categoriesList { - /* Categories panel */ - min-width: 200px; - margin-bottom: 4px; -} - -#categoriesGroup { - /* Categories group box */ - padding-bottom: 0px; -} - -/* Fixes */ - -#executablesListBox { - /* Increase right margin of the select executables box */ - margin-right: 8px; -} - -#executablesListBox::item { - /* fixes the black text problem on the Modify Executables window */ - color: #D3D3D3; -} - -#stepsStack QWidget { - /* Groupboxes on the FOMOD Installer Dialog */ - border: none; -} - -#stepsStack QGroupBox { - /* Fix to reimplement styling for Groupboxes on the FOMOD Installer dialog */ - border: 2px solid #141414; - border-radius: 10px; -} - -#activeModslabel, #activePluginsLabel { - /* Increase the left margin of the counters */ - padding-left: 6px; -} diff --git a/src/stylesheets/Paper Light by 6788.qss b/src/stylesheets/Paper Light by 6788.qss deleted file mode 100644 index 2b08bcd1..00000000 --- a/src/stylesheets/Paper Light by 6788.qss +++ /dev/null @@ -1,1009 +0,0 @@ -/* v5.0 Paper Light by 6788-00 */ -/* https://6788-00.tumblr.com/ */ - -/* Color Palette */ -/* Background - Main | #EBEBEB */ -/* Background - Content | #FFFFFF */ -/* Background - Alternate | #F6F6F6 */ -/* Hover | #C2C2C2 */ -/* Selected | #008484 */ - -/* All */ - -* { - color: #000000; - font-size: 12px; -} - -/* Main Window */ - -QWidget { - /* most of the window */ - background: #EBEBEB; - color: #000000; -} - -QWidget:disabled { - /* disabled parts of the window like the update button when there are no updates */ - background: #EBEBEB; - color: #808080; -} - -QAbstractItemView { - /* left and right pane container */ - background: #FFFFFF; - alternate-background-color: #F6F6F6; - show-decoration-selected: 1; - selection-background-color: #008484; - selection-color: #FFFFFF; -} - -QAbstractItemView::item { - min-height: 22px; -} - -QAbstractItemView::item:hover { - /* rows on left and right pane when moused-over */ - background: #C2C2C2; -} - -QAbstractItemView::item:selected { - /* rows on left and right pane when clicked */ - background: #008484; - color: #FFFFFF; -} - -QAbstractScrollArea::corner { - /* corner between where a vertical scrollbar and a horizontal scrollbar meet */ - background: #FFFFFF; - border: 2px solid #EBEBEB; - border-bottom-right-radius: 6px; - margin: 0px -2px -2px 0px; -} - -QSplitter { - width: 8px; -} - -/* Toolbar */ - -QToolBar { - /* top toolbar; */ - background: #EBEBEB; - border: 1px solid #EBEBEB; -} - -QToolBar::separator { - /* uncertain, assumed: vertical seperator on toolbar left of the warnings button*/ - background: #EBEBEB; - margin: 6px 8px; -} - -QToolButton { - /* toolbar buttons */ - padding: 6px; - border-radius: 10px; - margin: 4px 4px 0px 4px; -} - -QToolButton:hover { - /* toolbar buttons when moused-over; */ - background: #008484; -} - -QToolButton:pressed { - /* toolbar buttons when clicked; */ - background: #008484; -} - -QToolButton:menu-indicator { - /* expandable indicator on toolbar buttons */ - image: url(./Paper/Light/Arrows/down.svg); - margin: 4px; -} - -/* Toolbar Button Icons */ - -#actionChange_Game { - qproperty-icon: url(./Paper/Light/Toolbar/instances.svg); -} - -#actionInstallMod { - qproperty-icon: url(./Paper/Light/Toolbar/archives.svg); -} - -#actionNexus { - qproperty-icon: url(./Paper/Light/Toolbar/nexus.svg); -} - -#actionAdd_Profile { - qproperty-icon: url(./Paper/Light/Toolbar/profiles.svg); -} - -#actionModify_Executables { - qproperty-icon: url(./Paper/Light/Toolbar/executables.svg); -} - -#actionTool { - qproperty-icon: url(./Paper/Light/Toolbar/tools.svg); -} - -#actionSettings { - qproperty-icon: url(./Paper/Light/Toolbar/settings.svg); -} - -#actionNotifications { - qproperty-icon: url(./Paper/Light/Toolbar/problems.svg); -} - -#actionUpdate { - qproperty-icon: url(./Paper/Light/Toolbar/update.svg); -} - -#actionHelp { - qproperty-icon: url(./Paper/Light/Toolbar/help.svg); -} - -/* Left Pane & File Trees */ - -ModListView, PluginListView { - /* Mods List and Plugins List specifically */ - margin: 4px 0px; -} - -QTreeView { - /* left pane and right pane under QAbstractItemView*/ - border-radius: 6px; -} - -QTreeView::branch:hover { - /* rows on the left pane when moused-over (below QAbstractItemView, i.e. to the left of the checkbox) */ - background: #C2C2C2; - color: #FFFFFF; -} - -QTreeView::branch:selected { - /* rows on the left pane when clicked (below QAbstractItemView, i.e. to the left of the checkbox) */ - background: #008484; - color: #FFFFFF; -} - -QTreeView::item:selected { - /* rows on the left pane when selected */ - background: #008484; - color: #FFFFFF; -} - -QTreeView::branch:closed:has-children:has-siblings, -QTreeView::branch:closed:has-children:!has-siblings { - /* a branch that is closed */ - image: url(./Paper/Light/Arrows/right.svg); -} - -QTreeView::branch:open:has-children:has-siblings, -QTreeView::branch:open:has-children:!has-siblings { - /* a branch that is open */ - image: url(./Paper/Light/Arrows/down.svg); -} - -QListView { - /* saves window */ - border-radius: 6px; -} - -QListView::item:hover { - /* uncertain, assumed: rows on the saves window when moused-over */ - background: #C2C2C2; - padding: 0; -} - -QListView::item:selected { - /*uncertain, assumed: rows on the saves window when clicked */ - background: #008484; - color: #FFFFFF; - padding: 0; -} - -QTextEdit { - /* large text fields */ - background: #FFFFFF; - border-radius: 6px; -} - -/* Group Boxes */ - -QGroupBox { - /* boxes that group multiple elements together (e.g. on Settings) */ - padding: 24px 4px; - border: 2px solid #FFFFFF; - border-radius: 10px; -} - -QGroupBox::title { - /* title of group boxes */ - background: transparent; - subcontrol-origin: padding; - subcontrol-position: top left; - padding: 8px; -} - -/* Text Fields */ - -QLineEdit { - /* text fields like NameFilter and directory fields */ - background: #FFFFFF; - min-height: 14px; - padding: 2px; - border: 2px solid #FFFFFF; - border-radius: 6px; -} - -QLineEdit:hover { - /* text fields when moused-over */ - border: 2px solid #008484; -} - -/* Most Dropdown Menus */ - -QComboBox { - /* dropdown menus */ - background: #FFFFFF; - min-height: 20px; - padding-left: 5px; - border: 2px solid #FFFFFF; - border-radius: 6px; - margin: 4px 0px; -} - -QComboBox:hover { - /* dropdown menus when moused-over */ - border: 2px solid #008484; -} - -QComboBox:on { - /* dropdown menus when expanded */ - background: #008484; - color: #FFFFFF; - border: 2px solid #008484; -} - -QComboBox::drop-down { - /* area for expandable indicator */ - width: 20px; - subcontrol-origin: padding; - subcontrol-position: top right; - border: none; -} - -QComboBox QAbstractItemView { - /* actual menu that expands */ - background: #FFFFFF; - border: 2px solid #EBEBEB; - border-radius: 6px; -} - -QComboBox::down-arrow { - /* expandable indicator */ - image: url(./Paper/Light/Arrows/down.svg); -} - -/* Most Buttons */ - -QPushButton { - /* most buttons */ - background: #FFFFFF; - color: #000000; - min-height: 20px; - padding: 2px 12px; - border-radius: 6px; -} - -QPushButton:disabled { - /* most buttons when disabled */ - border: 2px solid #FFFFFF; -} - -QPushButton:hover { - /* most buttons when hovered */ - background: #008484; - color: #FFFFFF; -} - -QPushButton:pressed { - /* most buttons when clicked */ - background: #008484; - color: #FFFFFF; -} - -QPushButton::menu-indicator { - /* expandable indicator for most buttons */ - subcontrol-position: right center; - image: url(./Paper/Light/Arrows/down.svg); - padding: 2px; - margin: 4px 4px; -} - -/* Icons */ - -#listOptionsBtn { - /* Options button */ - qproperty-icon: url(./Paper/Light/dots.svg); - qproperty-iconSize: 16px; - padding-left: 2px; -} - -#openFolderMenu { - /* Open Folder button */ - qproperty-icon: url(./Paper/Light/folder.svg); - qproperty-iconSize: 14px; - padding-left: 4px; -} - -#restoreModsButton, -#restoreButton { - /* Restore Backup buttons */ - qproperty-icon: url(./Paper/Light/restore.svg); - qproperty-iconSize: 14px; -} - -#saveModsButton, -#saveButton { - /* Backup buttons */ - qproperty-icon: url(./Paper/Light/backup.svg); - qproperty-iconSize: 14px; -} - -#bossButton { - /* Sort button */ - qproperty-icon: url(./Paper/Light/sort.svg); - qproperty-iconSize: 14px; -} - -#linkButton { - /* Shortcuts button */ - qproperty-icon: url(./Paper/Light/shortcut.svg); - qproperty-iconSize: 14px; -} - -#refreshButton, -#btnRefreshData, -#btnRefreshDownloads { - /* Refresh buttons */ - qproperty-icon: url(./Paper/Light/refresh.svg); - qproperty-iconSize: 14px; -} - -#endorseBtn { - /* Endorse button on the Nexus Info tab of the Information window */ - qproperty-icon: url(./Paper/Light/heart.svg); - qproperty-iconSize: 14px; -} - -#clearCacheButton { - /* Clear Cache button on the Nexus tab of the Settings window */ - qproperty-icon: url(./Paper/Light/cross.svg); - qproperty-iconSize: 14px; -} - -#deactivateESP, -#activateESP { - /* activate and deactivate ESP buttons */ - background: #FFFFFF; -} - -#deactivateESP:hover, -#activateESP:hover { - /* activate and deactivate ESP buttons when moused-over */ - background: #008484; -} - -#deactivateESP { - /* icon for the deactivate ESP button */ - qproperty-icon: url(./Paper/Light/backup.svg); -} - -#activateESP { - /* icon for the activate ESP button */ - qproperty-icon: url(./Paper/Light/restore-alt.svg); -} - -/* Run button */ - -#startButton { - /* Run button */ - background: #008484; - color: #FFFFFF; - qproperty-icon: url(./Paper/Light/run.svg); - qproperty-iconSize: 30px; - padding: 6px; -} - -#startButton:hover { - /* Run button when moused-over*/ - background: #C2C2C2; -} - -/* Scroll Bars */ - -/* Horizontal */ - -QScrollBar:horizontal { - /* horizontal scroll bar */ - background: #FFFFFF; - height: 20px; - border: 2px solid #EBEBEB; - margin: 0px 23px -2px 23px; -} - -QScrollBar::handle:horizontal { - /* handle for horizontal scroll bars */ - background: #C2C2C2; - min-width: 32px; - border-radius: 6px; - margin: 2px; -} - -QScrollBar::add-line:horizontal { - /* scroll right button */ - background: #FFFFFF; - image: url(./Paper/Light/Arrows/right.svg); - width: 23px; - subcontrol-position: right; - subcontrol-origin: margin; - border: 2px solid #EBEBEB; - margin: 0px -2px -2px 0px; -} - -QScrollBar::sub-line:horizontal { - /* scroll left button */ - background: #FFFFFF; - image: url(./Paper/Light/Arrows/left.svg); - width: 23px; - subcontrol-position: left; - subcontrol-origin: margin; - border: 2px solid #EBEBEB; - border-bottom-left-radius: 6px; - margin: 0px 0px -2px -2px; -} - -/* Vertical */ - -QScrollBar:vertical { - /* vertical scroll bar */ - background: #FFFFFF; - width: 20px; - border: 2px solid #EBEBEB; - margin: 23px -2px 23px 0px; -} - -QScrollBar::handle:vertical { - /* handle for vertical scroll bars */ - background: #C2C2C2; - min-height: 32px; - border-radius: 6px; - margin: 2px; -} - -QScrollBar::add-line:vertical { - /* scroll down button */ - background: #FFFFFF; - image: url(./Paper/Light/Arrows/down.svg); - height: 23px; - subcontrol-position: bottom; - subcontrol-origin: margin; - border: 2px solid #EBEBEB; - border-bottom-right-radius: 6px; - margin: 0px -2px -2px 0px; -} - -QScrollBar::sub-line:vertical { - /* scroll up button */ - background: #FFFFFF; - image: url(./Paper/Light/Arrows/up.svg); - height: 23px; - subcontrol-position: top; - subcontrol-origin: margin; - border: 2px solid #EBEBEB; - 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 { - /* buttons and handles when moused-over */ - background: #008484; -} - -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 { - /* buttons and handles when clicked */ - background: #008484; -} - -QScrollBar::add-page:horizontal, -QScrollBar::sub-page:horizontal, -QScrollBar::add-page:vertical, -QScrollBar::sub-page:vertical { - /* area on scroll bars where clicking it scrolls to where you clicked */ - background: transparent; -} - -/* Header Rows */ - -QHeaderView { - /* header row (i.e. Mod Name, Flags, Category, etc.) */ - background: #EBEBEB; -} - -QHeaderView::section { - /* each section on the header row (i.e. Mod name is one section and Flags another) */ - background: #FFFFFF; - color: #000000; - height: 22px; - padding: 0px 5px; - border: 0px; - border-bottom: 2px solid #EBEBEB; - border-right: 2px solid #EBEBEB; -} - -QHeaderView::section:first { - /* first section on a header row */ - border-top-left-radius: 6px; -} - -QHeaderView::section:last { - /* last section on a header row */ - border-right: 0px; - border-top-right-radius: 6px; -} - -QHeaderView::section:hover { - /* a section on a header row when hovered */ - background: #C2C2C2; -} - -QHeaderView::up-arrow { - /* ascending sort indicator */ - image: url(./Paper/Light/Arrows/up.svg); - padding-right: 4px; - height: 10px; - width: 10px; -} - -QHeaderView::down-arrow { - /* descending sort indicator */ - image: url(./Paper/Light/Arrows/down.svg); - padding-right: 4px; - height: 10px; - width: 10px; -} - -/* Right Click Menus, Toolbar Dropdown Menus, & Tooltips */ - -QMenuBar { - background: #EBEBEB; - border: 1px solid #EBEBEB; -} - -QMenuBar::item:selected { - background: #008484; - color: #FFFFFF; - border: 0px; - border-radius: 4px; -} - -QMenu { - /* right click menu */ - background: #FFFFFF; - border: 2px solid #EBEBEB; - border-radius: 6px; -} - -QMenu::item { - /* rows on right click menus */ - background: #FFFFFF; - padding: 5px 20px 5px 24px; -} - -QMenu::item:selected { - /* rows on right click menus when moused-over (i dunno) */ - background: #008484; - color: #FFFFFF; - border: 0px; - border-radius: 4px; -} - -QMenu::item:disabled { - /* unavailable rows on right click menus */ - background: #EBEBEB; - color: #808080; -} - -QMenu::separator { - /* seperators on right click menus */ - height: 2px; - background: #EBEBEB; -} - -QMenu::icon { - /* area for icons on right click menus */ - padding: 4px; -} - -QMenu::right-arrow { - /* submenu indicator */ - image: url(./Paper/Light/Arrows/right.svg); - padding-right: 5px; -} - -QMenu QPushButton { - /* Change Categories and Primary Categories buttons */ - background: #FFFFFF; - color: #000000; - padding: 2px 24px; - text-align: left; - border-radius: 0px; -} - -QMenu QPushButton:hover { - /* Change Categories and Primary Categories buttons when moused-over */ - border-radius: 6px; -} - -QMenu QCheckBox { - /* checkboxes on right click menus (change categories)*/ - background: #FFFFFF; - padding: 2px 6px; -} - -QMenu QCheckBox:hover { - /* checkboxes on right click menus when moused-over (change categories) */ - background: #C2C2C2; - color: #FFFFFF; -} - -QMenu QRadioButton { - /* radio buttons on right click menus (primary categories) */ - background: #FFFFFF; - padding: 2px 6px; -} - -QToolTip { - /* all tooltips */ - background: #FFFFFF; - border: 2px solid #EBEBEB; - border-radius: 6px; -} - -QStatusBar::item {border: None;} - -/* Progress Bars (Downloads) */ - -QProgressBar { - /* progress bars when downloading */ - background: #FFFFFF; - text-align: center; - border: 0px; - border-radius: 6px; - margin: 0px 10px; -} - -QProgressBar::chunk { - /* the loading part that moves on progress bars */ - background: #C2C2C2; - border-top-left-radius: 6px; - border-bottom-left-radius: 6px; -} - -/* Right Pane and Tab Bars */ - -QTabWidget::pane { - /* right pane */ - top: 1px; - padding: 2px 2px 10px 2px; - border: 2px solid #FFFFFF; - border-radius: 10px; -} - -QTabWidget::tab-bar { - /* tabs */ - alignment: center; -} - -QTabBar::tab { - /* a tab */ - background: #FFFFFF; - color: #000000; - padding: 4px 1em; - border: 2px solid #FFFFFF; - margin: 3px 1px; -} - -QTabBar::tab:!selected { - /* a tab that is not clicked */ - background: #FFFFFF; - color: #000000; - border: 2px solid #FFFFFF; -} - -QTabBar::tab:disabled { - /* a tab that is disabled */ - background: #EBEBEB; - color: #808080; - border: 2px solid transparent; -} - -QTabBar::tab:selected { - /* a tab that is clicked */ - color: #FFFFFF; - background: #008484; - border: 2px solid #008484; -} - -QTabBar::tab:hover { - /* a tab when moused-over */ - background: #C2C2C2; - color: #000000; - border: 2px solid #C2C2C2; -} - -QTabBar::tab:first { - /* that first tab */ - border-top-left-radius: 10px; - border-bottom-left-radius: 10px; -} - -QTabBar::tab:last { - /* the last tab */ - border-top-right-radius: 10px; - border-bottom-right-radius: 10px; -} - -QTabBar QToolButton { - /* buttons to scroll between more tabs on a tab bar */ - background: #C2C2C2; - padding: 1px; - border-radius: 6px; - margin: 1px; -} - -QTabBar QToolButton:disabled { - /* buttons to scroll on a tab bar when it's unavailable */ - background: transparent; -} - -QLCDNumber { - /* LCD number on the Conflicts tab */ - background: #FFFFFF; - color: #008484; - border-radius: 6px; -} - -/* Tables (Configure Mod Categories) */ - -QTableView { - /* a table */ - gridline-color: #EBEBEB; - border: 0px; -} - -/* Checkboxes */ - -QTreeView::indicator:unchecked, -QCheckBox::indicator:unchecked, -QGroupBox::indicator:unchecked, -QRadioButton::indicator:unchecked { - /* a checkbox that is unchecked */ - image: url(./Paper/Light/unchecked.svg); - width: 14px; - height: 14px; -} - -QCheckBox::indicator:unchecked:hover, -QRadioButton::indicator:unchecked:hover { - /* a checkbox that is unchecked when moused-over and clicked */ - image: url(./Paper/Light/unchecked-hover.svg); -} - -QTreeView::indicator:unchecked:selected { - image: url(./Paper/Light/unchecked-alt.svg); -} - -QTreeView::indicator:checked, -QCheckBox::indicator:checked, -QGroupBox::indicator:checked, -QRadioButton::indicator:checked { - /* a checkbox that is checked */ - image: url(./Paper/Light/check.svg); - width: 14px; - height: 14px; -} - -QCheckBox::indicator:checked:hover, -QRadioButton::indicator:checked:hover { - /* a checkbox that is checked when moused-over and clicked */ - image: url(./Paper/Light/check-alt.svg); -} - -QTreeView::indicator:checked:selected { - image: url(./Paper/Light/check-white.svg); -} - -QCheckBox::indicator:disabled { - /* a checkbox that is disabled */ - image: url(./Paper/Light/unchecked-disabled.svg); -} - -/* Spinboxes */ - -QSpinBox, -QDoubleSpinBox { - /* usually boxes for selecting numbers */ - min-height: 24px; - min-width: 60px; - background: #FFFFFF; - padding: 0px 2px; - border: 2px solid #EBEBEB; - border-radius: 6px; - margin: 0px -4px; -} - -QSpinBox::up-button, -QDoubleSpinBox::up-button { - /* up button on spinboxes */ - min-height: 28px; - min-width: 20px; - subcontrol-position: center right; - border: 2px solid #EBEBEB; - border-top-right-radius: 6px; - border-bottom-right-radius: 6px; -} - -QSpinBox::up-arrow, -QDoubleSpinBox::up-arrow { - /* arrow for the up button */ - image: url(./Paper/Light/Arrows/up.svg); -} - -QSpinBox::up-button:hover, -QDoubleSpinBox::up-button:hover { - /* up button on spinboxes when moused-over */ - background: #C2C2C2; -} - -QSpinBox::down-button, -QDoubleSpinBox::down-button { - /* down button on spinboxes */ - min-height: 28px; - min-width: 20px; - subcontrol-position: center left; - border: 2px solid #EBEBEB; - border-top-left-radius: 6px; - border-bottom-left-radius: 6px; -} - -QSpinBox::down-arrow, -QDoubleSpinBox::down-arrow { - /* arrow for the up button */ - image: url(./Paper/Light/Arrows/down.svg); -} - -QSpinBox::down-button:hover, -QDoubleSpinBox::down-button:hover { - /* down button on spinboxes when moused-over */ - background: #C2C2C2; -} - -/* Sliders */ - -QSlider::groove { - /* sliders */ - height: 0px; - border: 1px solid #008484; -} - -QSlider::handle { - /* slider handles */ - background: #FFFFFF; - border: 2px solid #008484; - border-radius: 6px; - margin: -10px; -} - -QSlider::handle:hover { - /* Slider handles when moused-over */ - background: #008484; -} - -/* Pre-v2.1.7 Downloads Tab */ - -#downloadTab QAbstractScrollArea { - /* background of the entire downloads tab */ - background: #FFFFFF; -} - -DownloadListWidget QFrame, -DownloadListWidgetCompact, -DownloadListWidgetCompact QLabel { - /* an entry on the Downloads tab */ - background: #FFFFFF; -} - -DownloadListWidget #frame { - /* outer box of an entry on the Downloads tab */ - border: none; -} - -#installLabel { - /* installed/done label */ - color: none; -} - -DownloadListWidgetCompact, -DownloadListWidgetCompact QLabel { - /* an entry on the Downloads tab in Compacts View*/ - background: #FFFFFF; -} - -/* New Downloads View */ - -DownloadListWidget[downloadView=standard]::item { - /* an entry on the Downloads view */ - min-height: 44px; -} - -QProgressBar[downloadView=standard] { - /* a progress bar on the Downloads view */ - margin: 11px 0; -} - -/* Categories Filter */ - -#displayCategoriesBtn { - /* Filter button */ - min-width: 12px; -} - -#categoriesList { - /* Categories panel */ - min-width: 200px; - margin-bottom: 4px; -} - -#categoriesGroup { - /* Categories group box */ - padding-bottom: 0px; -} - -/* Fixes */ - -#executablesListBox { - /* Increase right margin of the select executables box */ - margin-right: 8px; -} - -#stepsStack QWidget { - /* Groupboxes on the FOMOD Installer Dialog */ - border: none; -} - -#stepsStack QGroupBox { - /* Fix to reimplement styling for Groupboxes on the FOMOD Installer dialog */ - border: 2px solid #EBEBEB; - border-radius: 10px; -} - -#activeModslabel, #activePluginsLabel { - /* Increase the left margin of the counters */ - padding-left: 6px; -} diff --git a/src/stylesheets/Paper/Automata/Arrows/down.svg b/src/stylesheets/Paper/Automata/Arrows/down.svg deleted file mode 100644 index 30f13836..00000000 --- a/src/stylesheets/Paper/Automata/Arrows/down.svg +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/src/stylesheets/Paper/Automata/Arrows/left.svg b/src/stylesheets/Paper/Automata/Arrows/left.svg deleted file mode 100644 index 97094916..00000000 --- a/src/stylesheets/Paper/Automata/Arrows/left.svg +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/src/stylesheets/Paper/Automata/Arrows/right.svg b/src/stylesheets/Paper/Automata/Arrows/right.svg deleted file mode 100644 index 5eaa99cf..00000000 --- a/src/stylesheets/Paper/Automata/Arrows/right.svg +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/src/stylesheets/Paper/Automata/Arrows/up.svg b/src/stylesheets/Paper/Automata/Arrows/up.svg deleted file mode 100644 index 5fa569f4..00000000 --- a/src/stylesheets/Paper/Automata/Arrows/up.svg +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/src/stylesheets/Paper/Automata/Toolbar/archives.svg b/src/stylesheets/Paper/Automata/Toolbar/archives.svg deleted file mode 100644 index c13182c9..00000000 --- a/src/stylesheets/Paper/Automata/Toolbar/archives.svg +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/src/stylesheets/Paper/Automata/Toolbar/executables.svg b/src/stylesheets/Paper/Automata/Toolbar/executables.svg deleted file mode 100644 index 6c442f76..00000000 --- a/src/stylesheets/Paper/Automata/Toolbar/executables.svg +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/src/stylesheets/Paper/Automata/Toolbar/help.svg b/src/stylesheets/Paper/Automata/Toolbar/help.svg deleted file mode 100644 index 2cab3931..00000000 --- a/src/stylesheets/Paper/Automata/Toolbar/help.svg +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/src/stylesheets/Paper/Automata/Toolbar/instances.svg b/src/stylesheets/Paper/Automata/Toolbar/instances.svg deleted file mode 100644 index 4b0cd707..00000000 --- a/src/stylesheets/Paper/Automata/Toolbar/instances.svg +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/src/stylesheets/Paper/Automata/Toolbar/nexus.svg b/src/stylesheets/Paper/Automata/Toolbar/nexus.svg deleted file mode 100644 index 852f0034..00000000 --- a/src/stylesheets/Paper/Automata/Toolbar/nexus.svg +++ /dev/null @@ -1,122 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/src/stylesheets/Paper/Automata/Toolbar/problems.svg b/src/stylesheets/Paper/Automata/Toolbar/problems.svg deleted file mode 100644 index f3fed97c..00000000 --- a/src/stylesheets/Paper/Automata/Toolbar/problems.svg +++ /dev/null @@ -1,132 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/src/stylesheets/Paper/Automata/Toolbar/profiles.svg b/src/stylesheets/Paper/Automata/Toolbar/profiles.svg deleted file mode 100644 index 306c94f5..00000000 --- a/src/stylesheets/Paper/Automata/Toolbar/profiles.svg +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/src/stylesheets/Paper/Automata/Toolbar/settings.svg b/src/stylesheets/Paper/Automata/Toolbar/settings.svg deleted file mode 100644 index adc4ca7a..00000000 --- a/src/stylesheets/Paper/Automata/Toolbar/settings.svg +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/src/stylesheets/Paper/Automata/Toolbar/tools.svg b/src/stylesheets/Paper/Automata/Toolbar/tools.svg deleted file mode 100644 index 555472e8..00000000 --- a/src/stylesheets/Paper/Automata/Toolbar/tools.svg +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/src/stylesheets/Paper/Automata/Toolbar/update.svg b/src/stylesheets/Paper/Automata/Toolbar/update.svg deleted file mode 100644 index 28bef275..00000000 --- a/src/stylesheets/Paper/Automata/Toolbar/update.svg +++ /dev/null @@ -1,141 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/src/stylesheets/Paper/Automata/background.svg b/src/stylesheets/Paper/Automata/background.svg deleted file mode 100644 index 76468b68..00000000 --- a/src/stylesheets/Paper/Automata/background.svg +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/src/stylesheets/Paper/Automata/backup.svg b/src/stylesheets/Paper/Automata/backup.svg deleted file mode 100644 index 1c55c45f..00000000 --- a/src/stylesheets/Paper/Automata/backup.svg +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/src/stylesheets/Paper/Automata/branch.svg b/src/stylesheets/Paper/Automata/branch.svg deleted file mode 100644 index edabfeab..00000000 --- a/src/stylesheets/Paper/Automata/branch.svg +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/src/stylesheets/Paper/Automata/collapsed.svg b/src/stylesheets/Paper/Automata/collapsed.svg deleted file mode 100644 index 614cca6b..00000000 --- a/src/stylesheets/Paper/Automata/collapsed.svg +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/src/stylesheets/Paper/Automata/cross.svg b/src/stylesheets/Paper/Automata/cross.svg deleted file mode 100644 index 450623c3..00000000 --- a/src/stylesheets/Paper/Automata/cross.svg +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/src/stylesheets/Paper/Automata/dots.svg b/src/stylesheets/Paper/Automata/dots.svg deleted file mode 100644 index 08d5139f..00000000 --- a/src/stylesheets/Paper/Automata/dots.svg +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/src/stylesheets/Paper/Automata/expanded.svg b/src/stylesheets/Paper/Automata/expanded.svg deleted file mode 100644 index 19f776d3..00000000 --- a/src/stylesheets/Paper/Automata/expanded.svg +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/src/stylesheets/Paper/Automata/folder.svg b/src/stylesheets/Paper/Automata/folder.svg deleted file mode 100644 index 4ac83f47..00000000 --- a/src/stylesheets/Paper/Automata/folder.svg +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/src/stylesheets/Paper/Automata/heart.svg b/src/stylesheets/Paper/Automata/heart.svg deleted file mode 100644 index 396fab55..00000000 --- a/src/stylesheets/Paper/Automata/heart.svg +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/src/stylesheets/Paper/Automata/refresh.svg b/src/stylesheets/Paper/Automata/refresh.svg deleted file mode 100644 index a148aa1d..00000000 --- a/src/stylesheets/Paper/Automata/refresh.svg +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/src/stylesheets/Paper/Automata/restore-alt.svg b/src/stylesheets/Paper/Automata/restore-alt.svg deleted file mode 100644 index 79f96c1a..00000000 --- a/src/stylesheets/Paper/Automata/restore-alt.svg +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/src/stylesheets/Paper/Automata/restore.svg b/src/stylesheets/Paper/Automata/restore.svg deleted file mode 100644 index b5fbbee1..00000000 --- a/src/stylesheets/Paper/Automata/restore.svg +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/src/stylesheets/Paper/Automata/run.svg b/src/stylesheets/Paper/Automata/run.svg deleted file mode 100644 index e969e49f..00000000 --- a/src/stylesheets/Paper/Automata/run.svg +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/src/stylesheets/Paper/Automata/shortcut.svg b/src/stylesheets/Paper/Automata/shortcut.svg deleted file mode 100644 index 72b918ec..00000000 --- a/src/stylesheets/Paper/Automata/shortcut.svg +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/src/stylesheets/Paper/Automata/sort.svg b/src/stylesheets/Paper/Automata/sort.svg deleted file mode 100644 index 32c08366..00000000 --- a/src/stylesheets/Paper/Automata/sort.svg +++ /dev/null @@ -1,125 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff --git a/src/stylesheets/Paper/Dark/Arrows/down.svg b/src/stylesheets/Paper/Dark/Arrows/down.svg deleted file mode 100644 index 21d34b87..00000000 --- a/src/stylesheets/Paper/Dark/Arrows/down.svg +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/src/stylesheets/Paper/Dark/Arrows/left.svg b/src/stylesheets/Paper/Dark/Arrows/left.svg deleted file mode 100644 index b4aa8784..00000000 --- a/src/stylesheets/Paper/Dark/Arrows/left.svg +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/src/stylesheets/Paper/Dark/Arrows/right.svg b/src/stylesheets/Paper/Dark/Arrows/right.svg deleted file mode 100644 index 37c9c20b..00000000 --- a/src/stylesheets/Paper/Dark/Arrows/right.svg +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/src/stylesheets/Paper/Dark/Arrows/up.svg b/src/stylesheets/Paper/Dark/Arrows/up.svg deleted file mode 100644 index b5aed913..00000000 --- a/src/stylesheets/Paper/Dark/Arrows/up.svg +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/src/stylesheets/Paper/Dark/Toolbar/archives.svg b/src/stylesheets/Paper/Dark/Toolbar/archives.svg deleted file mode 100644 index 32758c87..00000000 --- a/src/stylesheets/Paper/Dark/Toolbar/archives.svg +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/src/stylesheets/Paper/Dark/Toolbar/executables.svg b/src/stylesheets/Paper/Dark/Toolbar/executables.svg deleted file mode 100644 index c1b815c2..00000000 --- a/src/stylesheets/Paper/Dark/Toolbar/executables.svg +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/src/stylesheets/Paper/Dark/Toolbar/help.svg b/src/stylesheets/Paper/Dark/Toolbar/help.svg deleted file mode 100644 index 7f0024d5..00000000 --- a/src/stylesheets/Paper/Dark/Toolbar/help.svg +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/src/stylesheets/Paper/Dark/Toolbar/instances.svg b/src/stylesheets/Paper/Dark/Toolbar/instances.svg deleted file mode 100644 index c5e58489..00000000 --- a/src/stylesheets/Paper/Dark/Toolbar/instances.svg +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/src/stylesheets/Paper/Dark/Toolbar/nexus.svg b/src/stylesheets/Paper/Dark/Toolbar/nexus.svg deleted file mode 100644 index 9bf09e14..00000000 --- a/src/stylesheets/Paper/Dark/Toolbar/nexus.svg +++ /dev/null @@ -1,122 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/src/stylesheets/Paper/Dark/Toolbar/problems.svg b/src/stylesheets/Paper/Dark/Toolbar/problems.svg deleted file mode 100644 index 6cb095aa..00000000 --- a/src/stylesheets/Paper/Dark/Toolbar/problems.svg +++ /dev/null @@ -1,132 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/src/stylesheets/Paper/Dark/Toolbar/profiles.svg b/src/stylesheets/Paper/Dark/Toolbar/profiles.svg deleted file mode 100644 index 3679449a..00000000 --- a/src/stylesheets/Paper/Dark/Toolbar/profiles.svg +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/src/stylesheets/Paper/Dark/Toolbar/settings.svg b/src/stylesheets/Paper/Dark/Toolbar/settings.svg deleted file mode 100644 index c58bd3dd..00000000 --- a/src/stylesheets/Paper/Dark/Toolbar/settings.svg +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/src/stylesheets/Paper/Dark/Toolbar/tools.svg b/src/stylesheets/Paper/Dark/Toolbar/tools.svg deleted file mode 100644 index ac492405..00000000 --- a/src/stylesheets/Paper/Dark/Toolbar/tools.svg +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/src/stylesheets/Paper/Dark/Toolbar/update.svg b/src/stylesheets/Paper/Dark/Toolbar/update.svg deleted file mode 100644 index a6c272be..00000000 --- a/src/stylesheets/Paper/Dark/Toolbar/update.svg +++ /dev/null @@ -1,141 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/src/stylesheets/Paper/Dark/backup.svg b/src/stylesheets/Paper/Dark/backup.svg deleted file mode 100644 index f0010ea9..00000000 --- a/src/stylesheets/Paper/Dark/backup.svg +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/src/stylesheets/Paper/Dark/check-alt.svg b/src/stylesheets/Paper/Dark/check-alt.svg deleted file mode 100644 index 90b924f0..00000000 --- a/src/stylesheets/Paper/Dark/check-alt.svg +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/src/stylesheets/Paper/Dark/check.svg b/src/stylesheets/Paper/Dark/check.svg deleted file mode 100644 index 2d113294..00000000 --- a/src/stylesheets/Paper/Dark/check.svg +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/src/stylesheets/Paper/Dark/cross.svg b/src/stylesheets/Paper/Dark/cross.svg deleted file mode 100644 index ac286c08..00000000 --- a/src/stylesheets/Paper/Dark/cross.svg +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/src/stylesheets/Paper/Dark/dots.svg b/src/stylesheets/Paper/Dark/dots.svg deleted file mode 100644 index a746ec83..00000000 --- a/src/stylesheets/Paper/Dark/dots.svg +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/src/stylesheets/Paper/Dark/folder.svg b/src/stylesheets/Paper/Dark/folder.svg deleted file mode 100644 index 84cebc66..00000000 --- a/src/stylesheets/Paper/Dark/folder.svg +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/src/stylesheets/Paper/Dark/heart.svg b/src/stylesheets/Paper/Dark/heart.svg deleted file mode 100644 index 5a4cc1f1..00000000 --- a/src/stylesheets/Paper/Dark/heart.svg +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/src/stylesheets/Paper/Dark/highlight.svg b/src/stylesheets/Paper/Dark/highlight.svg deleted file mode 100644 index 9dee51d8..00000000 --- a/src/stylesheets/Paper/Dark/highlight.svg +++ /dev/null @@ -1,205 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/src/stylesheets/Paper/Dark/refresh.svg b/src/stylesheets/Paper/Dark/refresh.svg deleted file mode 100644 index a81507d5..00000000 --- a/src/stylesheets/Paper/Dark/refresh.svg +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/src/stylesheets/Paper/Dark/restore-alt.svg b/src/stylesheets/Paper/Dark/restore-alt.svg deleted file mode 100644 index 8f8c2a43..00000000 --- a/src/stylesheets/Paper/Dark/restore-alt.svg +++ /dev/null @@ -1,125 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/src/stylesheets/Paper/Dark/restore.svg b/src/stylesheets/Paper/Dark/restore.svg deleted file mode 100644 index 0511e182..00000000 --- a/src/stylesheets/Paper/Dark/restore.svg +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/src/stylesheets/Paper/Dark/run.svg b/src/stylesheets/Paper/Dark/run.svg deleted file mode 100644 index 008b2ccc..00000000 --- a/src/stylesheets/Paper/Dark/run.svg +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/src/stylesheets/Paper/Dark/shortcut.svg b/src/stylesheets/Paper/Dark/shortcut.svg deleted file mode 100644 index 27a3497a..00000000 --- a/src/stylesheets/Paper/Dark/shortcut.svg +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/src/stylesheets/Paper/Dark/sort.svg b/src/stylesheets/Paper/Dark/sort.svg deleted file mode 100644 index 372bc1cd..00000000 --- a/src/stylesheets/Paper/Dark/sort.svg +++ /dev/null @@ -1,122 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff --git a/src/stylesheets/Paper/Dark/unchecked-alt.svg b/src/stylesheets/Paper/Dark/unchecked-alt.svg deleted file mode 100644 index 4f5bbd04..00000000 --- a/src/stylesheets/Paper/Dark/unchecked-alt.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/src/stylesheets/Paper/Dark/unchecked-disabled.svg b/src/stylesheets/Paper/Dark/unchecked-disabled.svg deleted file mode 100644 index befdeba1..00000000 --- a/src/stylesheets/Paper/Dark/unchecked-disabled.svg +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/src/stylesheets/Paper/Dark/unchecked.svg b/src/stylesheets/Paper/Dark/unchecked.svg deleted file mode 100644 index 41c91aa6..00000000 --- a/src/stylesheets/Paper/Dark/unchecked.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/src/stylesheets/Paper/Light/Arrows/down.svg b/src/stylesheets/Paper/Light/Arrows/down.svg deleted file mode 100644 index 106b64a5..00000000 --- a/src/stylesheets/Paper/Light/Arrows/down.svg +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/src/stylesheets/Paper/Light/Arrows/left.svg b/src/stylesheets/Paper/Light/Arrows/left.svg deleted file mode 100644 index 063012ef..00000000 --- a/src/stylesheets/Paper/Light/Arrows/left.svg +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/src/stylesheets/Paper/Light/Arrows/right.svg b/src/stylesheets/Paper/Light/Arrows/right.svg deleted file mode 100644 index 21d222e2..00000000 --- a/src/stylesheets/Paper/Light/Arrows/right.svg +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/src/stylesheets/Paper/Light/Arrows/up.svg b/src/stylesheets/Paper/Light/Arrows/up.svg deleted file mode 100644 index 967f3185..00000000 --- a/src/stylesheets/Paper/Light/Arrows/up.svg +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/src/stylesheets/Paper/Light/Toolbar/archives.svg b/src/stylesheets/Paper/Light/Toolbar/archives.svg deleted file mode 100644 index cdc3d5a8..00000000 --- a/src/stylesheets/Paper/Light/Toolbar/archives.svg +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/src/stylesheets/Paper/Light/Toolbar/executables.svg b/src/stylesheets/Paper/Light/Toolbar/executables.svg deleted file mode 100644 index 64985f45..00000000 --- a/src/stylesheets/Paper/Light/Toolbar/executables.svg +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/src/stylesheets/Paper/Light/Toolbar/help.svg b/src/stylesheets/Paper/Light/Toolbar/help.svg deleted file mode 100644 index 929cd6cd..00000000 --- a/src/stylesheets/Paper/Light/Toolbar/help.svg +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/src/stylesheets/Paper/Light/Toolbar/instances.svg b/src/stylesheets/Paper/Light/Toolbar/instances.svg deleted file mode 100644 index 78361fe9..00000000 --- a/src/stylesheets/Paper/Light/Toolbar/instances.svg +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/src/stylesheets/Paper/Light/Toolbar/nexus.svg b/src/stylesheets/Paper/Light/Toolbar/nexus.svg deleted file mode 100644 index 1715b626..00000000 --- a/src/stylesheets/Paper/Light/Toolbar/nexus.svg +++ /dev/null @@ -1,122 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/src/stylesheets/Paper/Light/Toolbar/problems.svg b/src/stylesheets/Paper/Light/Toolbar/problems.svg deleted file mode 100644 index 9d398ee2..00000000 --- a/src/stylesheets/Paper/Light/Toolbar/problems.svg +++ /dev/null @@ -1,132 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/src/stylesheets/Paper/Light/Toolbar/profiles.svg b/src/stylesheets/Paper/Light/Toolbar/profiles.svg deleted file mode 100644 index 5c074237..00000000 --- a/src/stylesheets/Paper/Light/Toolbar/profiles.svg +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/src/stylesheets/Paper/Light/Toolbar/settings.svg b/src/stylesheets/Paper/Light/Toolbar/settings.svg deleted file mode 100644 index c0d8ed7e..00000000 --- a/src/stylesheets/Paper/Light/Toolbar/settings.svg +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/src/stylesheets/Paper/Light/Toolbar/tools.svg b/src/stylesheets/Paper/Light/Toolbar/tools.svg deleted file mode 100644 index aae91d30..00000000 --- a/src/stylesheets/Paper/Light/Toolbar/tools.svg +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/src/stylesheets/Paper/Light/Toolbar/update.svg b/src/stylesheets/Paper/Light/Toolbar/update.svg deleted file mode 100644 index 0d017fa3..00000000 --- a/src/stylesheets/Paper/Light/Toolbar/update.svg +++ /dev/null @@ -1,141 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/src/stylesheets/Paper/Light/backup.svg b/src/stylesheets/Paper/Light/backup.svg deleted file mode 100644 index 37240d7e..00000000 --- a/src/stylesheets/Paper/Light/backup.svg +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/src/stylesheets/Paper/Light/check-alt.svg b/src/stylesheets/Paper/Light/check-alt.svg deleted file mode 100644 index c566a383..00000000 --- a/src/stylesheets/Paper/Light/check-alt.svg +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/src/stylesheets/Paper/Light/check-white.svg b/src/stylesheets/Paper/Light/check-white.svg deleted file mode 100644 index d3f7893d..00000000 --- a/src/stylesheets/Paper/Light/check-white.svg +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/src/stylesheets/Paper/Light/check.svg b/src/stylesheets/Paper/Light/check.svg deleted file mode 100644 index 70701759..00000000 --- a/src/stylesheets/Paper/Light/check.svg +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/src/stylesheets/Paper/Light/cross.svg b/src/stylesheets/Paper/Light/cross.svg deleted file mode 100644 index 399525b0..00000000 --- a/src/stylesheets/Paper/Light/cross.svg +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/src/stylesheets/Paper/Light/dots.svg b/src/stylesheets/Paper/Light/dots.svg deleted file mode 100644 index 02e61276..00000000 --- a/src/stylesheets/Paper/Light/dots.svg +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/src/stylesheets/Paper/Light/folder.svg b/src/stylesheets/Paper/Light/folder.svg deleted file mode 100644 index 888464f7..00000000 --- a/src/stylesheets/Paper/Light/folder.svg +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/src/stylesheets/Paper/Light/heart.svg b/src/stylesheets/Paper/Light/heart.svg deleted file mode 100644 index ffff0a5b..00000000 --- a/src/stylesheets/Paper/Light/heart.svg +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/src/stylesheets/Paper/Light/refresh.svg b/src/stylesheets/Paper/Light/refresh.svg deleted file mode 100644 index 5a1ee108..00000000 --- a/src/stylesheets/Paper/Light/refresh.svg +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/src/stylesheets/Paper/Light/restore-alt.svg b/src/stylesheets/Paper/Light/restore-alt.svg deleted file mode 100644 index 9f53e511..00000000 --- a/src/stylesheets/Paper/Light/restore-alt.svg +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/src/stylesheets/Paper/Light/restore.svg b/src/stylesheets/Paper/Light/restore.svg deleted file mode 100644 index 33aea044..00000000 --- a/src/stylesheets/Paper/Light/restore.svg +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/src/stylesheets/Paper/Light/run.svg b/src/stylesheets/Paper/Light/run.svg deleted file mode 100644 index 008b2ccc..00000000 --- a/src/stylesheets/Paper/Light/run.svg +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/src/stylesheets/Paper/Light/shortcut.svg b/src/stylesheets/Paper/Light/shortcut.svg deleted file mode 100644 index 45c9a748..00000000 --- a/src/stylesheets/Paper/Light/shortcut.svg +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/src/stylesheets/Paper/Light/sort.svg b/src/stylesheets/Paper/Light/sort.svg deleted file mode 100644 index 94b5a4f1..00000000 --- a/src/stylesheets/Paper/Light/sort.svg +++ /dev/null @@ -1,125 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff --git a/src/stylesheets/Paper/Light/unchecked-alt.svg b/src/stylesheets/Paper/Light/unchecked-alt.svg deleted file mode 100644 index ae3c96b4..00000000 --- a/src/stylesheets/Paper/Light/unchecked-alt.svg +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/src/stylesheets/Paper/Light/unchecked-disabled.svg b/src/stylesheets/Paper/Light/unchecked-disabled.svg deleted file mode 100644 index 1c9fd840..00000000 --- a/src/stylesheets/Paper/Light/unchecked-disabled.svg +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/src/stylesheets/Paper/Light/unchecked-hover.svg b/src/stylesheets/Paper/Light/unchecked-hover.svg deleted file mode 100644 index 7e3683dc..00000000 --- a/src/stylesheets/Paper/Light/unchecked-hover.svg +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/src/stylesheets/Paper/Light/unchecked.svg b/src/stylesheets/Paper/Light/unchecked.svg deleted file mode 100644 index 9e1f8b08..00000000 --- a/src/stylesheets/Paper/Light/unchecked.svg +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - -- cgit v1.3.1 From c3c1183308dbe00a14b8cf5e3c58e92bd9edfaf6 Mon Sep 17 00:00:00 2001 From: isanae <14251494+isanae@users.noreply.github.com> Date: Thu, 12 Dec 2019 14:47:35 -0500 Subject: fixed alt colors in saves list for dark.qss translated some sanity checks warnings fixed filter list not refreshing selection correctly --- src/filterlist.cpp | 38 +++++++++++++++++++------------------- src/filterlist.h | 1 + src/organizer_en.ts | 17 +++++++++++++++++ src/sanitychecks.cpp | 21 ++++++++++++++------- src/stylesheets/dark.qss | 2 +- 5 files changed, 52 insertions(+), 27 deletions(-) (limited to 'src/stylesheets') diff --git a/src/filterlist.cpp b/src/filterlist.cpp index 6a85bcaa..69aca4c5 100644 --- a/src/filterlist.cpp +++ b/src/filterlist.cpp @@ -275,10 +275,7 @@ void FilterList::addSpecialCriteria(int type) void FilterList::refresh() { - QStringList selectedItems; - for (QTreeWidgetItem *item : ui->filters->selectedItems()) { - selectedItems.append(item->text(0)); - } + const auto oldSelection = selectedCriteria(); ui->filters->clear(); @@ -315,33 +312,30 @@ void FilterList::refresh() } addCategoryCriteria(nullptr, categoriesUsed, 0); - - for (const QString &item : selectedItems) { - QList matches = ui->filters->findItems( - item, Qt::MatchFixedString | Qt::MatchRecursive); - - if (matches.size() > 0) { - matches.at(0)->setSelected(true); - } - } + setSelection(oldSelection); } void FilterList::setSelection(const std::vector& criteria) { for (int i = 0; i < ui->filters->topLevelItemCount(); ++i) { - const auto* item = dynamic_cast( - ui->filters->topLevelItem(i)); - + auto* item = dynamic_cast(ui->filters->topLevelItem(i)); if (!item) { continue; } + bool found = false; + for (auto&& c : criteria) { if (item->type() == c.type && item->id() == c.id) { - ui->filters->setCurrentItem(ui->filters->topLevelItem(i)); + item->setState(c.inverse ? CriteriaItem::Inverted : CriteriaItem::Active); + found = true; break; } } + + if (!found) { + item->setState(CriteriaItem::Inactive); + } } } @@ -378,7 +372,7 @@ bool FilterList::cycleItem(QTreeWidgetItem* item, int direction) return true; } -void FilterList::checkCriteria() +std::vector FilterList::selectedCriteria() const { std::vector criteria; @@ -395,7 +389,12 @@ void FilterList::checkCriteria() } } - emit criteriaChanged(criteria); + return criteria; +} + +void FilterList::checkCriteria() +{ + emit criteriaChanged(selectedCriteria()); } void FilterList::editCategories() @@ -404,6 +403,7 @@ void FilterList::editCategories() if (dialog.exec() == QDialog::Accepted) { dialog.commitChanges(); + refresh(); } } diff --git a/src/filterlist.h b/src/filterlist.h index 72cbe8bf..b0ebc9a4 100644 --- a/src/filterlist.h +++ b/src/filterlist.h @@ -39,6 +39,7 @@ private: void editCategories(); void checkCriteria(); + std::vector selectedCriteria() const; bool cycleItem(QTreeWidgetItem* item, int direction); QTreeWidgetItem* addCriteriaItem( diff --git a/src/organizer_en.ts b/src/organizer_en.ts index 95854200..6101c8e7 100644 --- a/src/organizer_en.ts +++ b/src/organizer_en.ts @@ -6754,6 +6754,23 @@ You can restart Mod Organizer as administrator and try launching the program aga Exit Now + + + '%1': file is blocked (%2) + '%1': file is blocked ('%2') + + + + + '%1' seems to be missing, an antivirus may have deleted it + + + + + %1 is loaded. This program is known to cause issues with Mod Organizer, such as freezing or blank windows. Consider uninstalling it. + %1 is loaded. This program is known to cause issues with Mod Organizer, such as freezing or blank windows. Consider uninstalling it. (%2) + + QueryOverwriteDialog diff --git a/src/sanitychecks.cpp b/src/sanitychecks.cpp index 330735ed..bdf762d9 100644 --- a/src/sanitychecks.cpp +++ b/src/sanitychecks.cpp @@ -110,7 +110,11 @@ bool isFileBlocked(const QFileInfo& fi) } // file is blocked - log::warn("'{}': file is blocked, zone id is {}", path, toString(z)); + log::warn("{}", QObject::tr( + "'%1': file is blocked (%2)") + .arg(path) + .arg(toString(z))); + return true; } @@ -199,9 +203,9 @@ int checkMissingFiles() const QFileInfo file(dir + "/" + name); if (!file.exists()) { - log::warn( - "'{}' seems to be missing, an antivirus may have deleted it", - file.absoluteFilePath()); + log::warn("{}", QObject::tr( + "'%1' seems to be missing, an antivirus may have deleted it") + .arg(file.absoluteFilePath())); ++n; } @@ -231,10 +235,13 @@ int checkIncompatibleModule(const env::Module& m) for (auto&& p : names) { if (file.fileName().compare(p.first, Qt::CaseInsensitive) == 0) { - log::warn( - "{} is loaded. This program is known to cause issues with " + log::warn("{}", QObject::tr( + "%1 is loaded. This program is known to cause issues with " "Mod Organizer, such as freezing or blank windows. Consider " - "uninstalling it. ({})", p.second, file.absoluteFilePath()); + "uninstalling it.") + .arg(p.second)); + + log::warn("{}", file.absoluteFilePath()); ++n; } diff --git a/src/stylesheets/dark.qss b/src/stylesheets/dark.qss index 9d11109d..91f808bc 100644 --- a/src/stylesheets/dark.qss +++ b/src/stylesheets/dark.qss @@ -349,7 +349,7 @@ QToolButton:hover padding-bottom: 2px; } -QTreeView +QTreeView, QListView { color: #E9E6E4; background-color: #3F4041; -- cgit v1.3.1 From 72e99f7c5c41fcc1c60ba59397ea560436dbd93c Mon Sep 17 00:00:00 2001 From: isanae <14251494+isanae@users.noreply.github.com> Date: Mon, 6 Jan 2020 04:34:43 -0500 Subject: changed widget background color to opaque, fixes redrawing problems in the images tab --- src/stylesheets/dracula.qss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stylesheets') diff --git a/src/stylesheets/dracula.qss b/src/stylesheets/dracula.qss index 537ff083..a78d2414 100644 --- a/src/stylesheets/dracula.qss +++ b/src/stylesheets/dracula.qss @@ -4,7 +4,7 @@ QWidget, QStackedWidget, QScrollArea, QAbstractScrollArea { - background-color: transparent; + background-color: #3c3f41; color: #bbbbbb; } -- cgit v1.3.1