summaryrefslogtreecommitdiff
path: root/src/stylesheets
diff options
context:
space:
mode:
authorLostDragonist <lost.dragonist@gmail.com>2019-05-03 21:32:33 -0500
committerLostDragonist <lost.dragonist@gmail.com>2019-05-03 21:32:33 -0500
commit179a73857125ee604f42b0d5c2d765183c86d2c7 (patch)
treeb9b3f9d62bd5640de839d150a53ab8ef119dab9c /src/stylesheets
parente2b799bd6b5cfd51969fefd1dab5e5b1b7e5f81c (diff)
parent907c5468424b48774f5da2a6b5f96f26590987b0 (diff)
Merge pull request #695 from ModOrganizer2/Develop
Stage for Release 2.2.0
Diffstat (limited to 'src/stylesheets')
-rw-r--r--src/stylesheets/Night Eyes.qss24
-rw-r--r--src/stylesheets/Paper Automata.qss161
-rw-r--r--src/stylesheets/Paper Dark by 6788.qss116
-rw-r--r--src/stylesheets/Paper Light by 6788.qss104
-rw-r--r--src/stylesheets/Paper/Dark/check.svg10
-rw-r--r--src/stylesheets/Paper/Dark/highlight.svg205
-rw-r--r--src/stylesheets/Parchment v1.1 by Bob.qss587
-rw-r--r--src/stylesheets/Parchment/checkbox-alt-checked.pngbin0 -> 301 bytes
-rw-r--r--src/stylesheets/Parchment/checkbox-alt-unchecked-hover.pngbin0 -> 283 bytes
-rw-r--r--src/stylesheets/Parchment/checkbox-alt-unchecked.pngbin0 -> 253 bytes
-rw-r--r--src/stylesheets/Parchment/checkbox-checked-disabled.pngbin0 -> 309 bytes
-rw-r--r--src/stylesheets/Parchment/checkbox-checked-hover.pngbin0 -> 339 bytes
-rw-r--r--src/stylesheets/Parchment/checkbox-checked.pngbin0 -> 319 bytes
-rw-r--r--src/stylesheets/Parchment/checkbox-disabled.pngbin0 -> 259 bytes
-rw-r--r--src/stylesheets/Parchment/checkbox-hover.pngbin0 -> 339 bytes
-rw-r--r--src/stylesheets/Parchment/checkbox.pngbin0 -> 259 bytes
-rw-r--r--src/stylesheets/dark.qss9
-rw-r--r--src/stylesheets/dracula.qss30
-rw-r--r--src/stylesheets/skyrim.qss10
-rw-r--r--src/stylesheets/vs15 Dark-Green.qss14
-rw-r--r--src/stylesheets/vs15 Dark-Orange.qss14
-rw-r--r--src/stylesheets/vs15 Dark-Purple.qss14
-rw-r--r--src/stylesheets/vs15 Dark-Red.qss14
-rw-r--r--src/stylesheets/vs15 Dark-Yellow.qss14
-rw-r--r--src/stylesheets/vs15 Dark.qss14
25 files changed, 1181 insertions, 159 deletions
diff --git a/src/stylesheets/Night Eyes.qss b/src/stylesheets/Night Eyes.qss
index e9bb6c44..6c6b0629 100644
--- a/src/stylesheets/Night Eyes.qss
+++ b/src/stylesheets/Night Eyes.qss
@@ -648,3 +648,27 @@ DownloadListWidgetCompact QLabel
background: #141414;
padding: 4px;
}
+
+DownloadListWidget[downloadView=standard]::item {
+ padding: 16px;
+}
+
+DownloadListWidget[downloadView=compact]::item {
+ padding: 4px;
+}
+
+DownloadListWidget::item:hover {
+ padding: 0px;
+}
+
+DownloadListWidget::item:selected {
+ padding: 0px;
+}
+
+QProgressBar
+{
+ border: 2px solid grey;
+ border-radius: 5px;
+ text-align: center;
+ margin: 0px;
+} \ No newline at end of file
diff --git a/src/stylesheets/Paper Automata.qss b/src/stylesheets/Paper Automata.qss
index 748e589e..d72aa7e2 100644
--- a/src/stylesheets/Paper Automata.qss
+++ b/src/stylesheets/Paper Automata.qss
@@ -1,11 +1,11 @@
-/* v1.1 Paper Automata by 6788-00 */
-/* https://6788-00.tumblr.com/ */
+/* v2.0 Paper Automata by 6788-00 */
+/* https://6788-00.tumblr.com/ */
/* Color Palette */
/* Background - Main | #CDC8B0 */
/* Background - Content | #DAD4BB */
-/* Hover | #B4AF9A */
-/* Selected | #4E4B42 */
+/* Hover | #B4AF9A */
+/* Selected | #4E4B42 */
/* Accent | #CD664D */
/* All */
@@ -55,6 +55,10 @@ QAbstractItemView {
selection-color: #4E4B42;
}
+QAbstractItemView::item {
+ min-height: 22px;
+}
+
QAbstractItemView::item:hover {
/* rows on left and right pane when moused-over */
background: #B4AF9A;
@@ -141,7 +145,7 @@ QToolButton QMenu {
qproperty-icon: url(./Paper/Automata/Toolbar/settings.svg);
}
-#actionProblems {
+#actionNotifications {
qproperty-icon: url(./Paper/Automata/Toolbar/problems.svg);
}
@@ -233,7 +237,7 @@ QGroupBox::title {
background: transparent;
subcontrol-origin: padding;
subcontrol-position: top left;
- padding: 8px;
+ padding: 4px 8px;
}
/* Text Fields */
@@ -335,90 +339,90 @@ QPushButton::menu-indicator {
/* Icons */
-QPushButton#listOptionsBtn {
+#listOptionsBtn {
/* Options button */
qproperty-icon: url(./Paper/Automata/dots.svg);
qproperty-iconSize: 16px;
padding-left: 2px;
}
-QPushButton#openFolderMenu {
+#openFolderMenu {
/* Open Folder button */
qproperty-icon: url(./Paper/Automata/folder.svg);
qproperty-iconSize: 14px;
padding-left: 4px;
}
-QPushButton#restoreModsButton,
-QPushButton#restoreButton {
+#restoreModsButton,
+#restoreButton {
/* Restore Backup buttons */
qproperty-icon: url(./Paper/Automata/restore.svg);
qproperty-iconSize: 14px;
}
-QPushButton#saveModsButton,
-QPushButton#saveButton {
+#saveModsButton,
+#saveButton {
/* Backup buttons */
qproperty-icon: url(./Paper/Automata/backup.svg);
qproperty-iconSize: 14px;
}
-QPushButton#bossButton {
+#bossButton {
/* Sort button */
qproperty-icon: url(./Paper/Automata/sort.svg);
qproperty-iconSize: 14px;
}
-QPushButton#linkButton {
+#linkButton {
/* Shortcuts button */
qproperty-icon: url(./Paper/Automata/shortcut.svg);
qproperty-iconSize: 14px;
}
-QPushButton#btnRefreshData,
-QPushButton#refreshButton {
+#btnRefreshData,
+#refreshButton {
/* Refresh buttons */
qproperty-icon: url(./Paper/Automata/refresh.svg);
qproperty-iconSize: 14px;
}
-QPushButton#endorseBtn {
+#endorseBtn {
/* Endorse button on the Nexus Info tab of the Information window */
qproperty-icon: url(./Paper/Automata/heart.svg);
qproperty-iconSize: 14px;
}
-QPushButton#clearCacheButton {
+#clearCacheButton {
/* Clear Cache button on the Nexus tab of the Settings window */
qproperty-icon: url(./Paper/Automata/cross.svg);
qproperty-iconSize: 14px;
}
-QToolButton#deactivateESP,
-QToolButton#activateESP {
+#deactivateESP,
+#activateESP {
/* activate and deactivate ESP buttons */
background: #DAD4BB;
}
-QToolButton:hover#deactivateESP,
-QToolButton:hover#activateESP {
+#deactivateESP:hover,
+#activateESP:hover {
/* activate and deactivate ESP buttons when moused-over */
background: #B4AF9A;
}
-QToolButton#deactivateESP {
+#deactivateESP {
/* icon for the deactivate ESP button */
qproperty-icon: url(./Paper/Automata/backup.svg);
}
-QToolButton#activateESP {
+#activateESP {
/* icon for the activate ESP button */
qproperty-icon: url(./Paper/Automata/restore-alt.svg);
}
/* Run button */
-QPushButton#startButton {
+#startButton {
/* Run button */
background: #4E4B42;
color: #DAD4BB;
@@ -427,7 +431,7 @@ QPushButton#startButton {
padding: 6px;
}
-QPushButton:hover#startButton {
+#startButton:hover {
/* Run button when moused-over*/
background: #B4AF9A;
color: #4E4B42;
@@ -504,7 +508,7 @@ QScrollBar::add-line:vertical {
}
QScrollBar::sub-line:vertical {
- /* scroll up button */
+ /* scroll up button */
background: #B4AF9A;
image: url(./Paper/Automata/Arrows/up.svg);
height: 23px;
@@ -517,29 +521,29 @@ QScrollBar::sub-line:vertical {
/* Combined */
-QScrollBar::handle:horizontal:hover,
+QScrollBar::handle:horizontal:hover,
QScrollBar::handle:vertical:hover,
-QScrollBar::add-line:horizontal:hover,
-QScrollBar::sub-line:horizontal:hover,
-QScrollBar::add-line: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:horizontal:pressed,
QScrollBar::handle:vertical:pressed,
-QScrollBar::add-line:horizontal:pressed,
-QScrollBar::sub-line:horizontal:pressed,
-QScrollBar::add-line: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::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;
@@ -671,7 +675,7 @@ QToolTip {
QProgressBar {
/* progress bars when downloading */
- background: #DAD4BB;
+ background: transparent;
text-align: center;
border: 0px;
margin: 0px 10px;
@@ -747,7 +751,7 @@ QTabBar QToolButton:disabled {
QLCDNumber {
/* LCD number on the Conflicts tab */
background: #DAD4BB;
- color: #CD664D;
+ color: #4E4B42;
border: none;
}
@@ -791,7 +795,7 @@ QRadioButton::indicator:unchecked:hover {
QTreeView::indicator:unchecked:selected,
QRadioButton::indicator:unchecked:selected {
/* a checkbox that is unchecked when clicked */
- image: url(./Paper/Automata/unchecked-alt.svg);
+ border: 2px solid #DAD4BB;
}
QTreeView::indicator:checked,
@@ -887,53 +891,100 @@ QSlider::handle:hover {
/* Downloads Tab */
-QWidget#downloadTab QAbstractScrollArea,
+#downloadTab QAbstractScrollArea,
DownloadListWidget {
/* background of the entire downloads tab */
- background: transparent;
+ background: #DAD4BB;
}
-DownloadListWidget QFrame,
-DownloadListWidgetCompact,
+DownloadListWidget QFrame,
+DownloadListWidgetCompact,
DownloadListWidgetCompact QLabel {
/* an entry on the Downloads tab */
background: #DAD4BB;
}
-DownloadListWidget QFrame#frame {
+DownloadListWidget#frame {
/* outer box of an entry on the Downloads tab */
border: 2px solid #DAD4BB;
}
-DownloadListWidget QLabel#installLabel {
+#installLabel {
/* installed/done label */
color: none;
}
-/* Compact Downloads View */
-
-DownloadListWidgetCompact,
+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 */
-QPushButton#displayCategoriesBtn {
+#displayCategoriesBtn {
/* Filter button */
min-width: 12px;
}
-QTreeWidget#categoriesList {
+#categoriesList {
/* Categories panel */
min-width: 200px;
margin-bottom: 4px;
}
-QGroupBox#categoriesGroup {
+#categoriesGroup {
/* Categories group box */
- padding-bottom: 0px;
+ 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 */ \ No newline at end of file
+/* For the Glory of Mankind */
diff --git a/src/stylesheets/Paper Dark by 6788.qss b/src/stylesheets/Paper Dark by 6788.qss
index 9f4db66f..9abd8086 100644
--- a/src/stylesheets/Paper Dark by 6788.qss
+++ b/src/stylesheets/Paper Dark by 6788.qss
@@ -1,4 +1,4 @@
-/* v4.3 Paper Dark by 6788-00 */
+/* v5.0 Paper Dark by 6788-00 */
/* https://6788-00.tumblr.com/ */
/* Color Palette */
@@ -24,7 +24,7 @@ QWidget {
}
QWidget:disabled {
- /* disabled parts of the window like the update button when there are no updates */
+ /* disabled parts of the window like the update button when there are no updates */
background: #242424;
color: #808080;
}
@@ -39,7 +39,7 @@ QAbstractItemView {
}
QAbstractItemView::item {
- padding: 1px;
+ min-height: 22px;
}
QAbstractItemView::item:hover {
@@ -133,7 +133,7 @@ QToolButton:menu-indicator {
qproperty-icon: url(./Paper/Dark/Toolbar/settings.svg);
}
-#actionProblems {
+#actionNotifications {
qproperty-icon: url(./Paper/Dark/Toolbar/problems.svg);
}
@@ -190,14 +190,14 @@ QListView::item:hover {
/* a row on the saves tab when moused-over */
background: #3D3D3D;
color: #FFFFFF;
- padding: 2px 0px;
+ padding: 0;
}
QListView::item:selected {
/* a row on the saves tab when clicked */
background: #006868;
color: #FFFFFF;
- padding: 2px 0px;
+ padding: 0;
}
QTextEdit {
@@ -206,12 +206,6 @@ QTextEdit {
border-radius: 6px;
}
-QWebView {
- /* Nexus Info window */
- background: #141414;
- border-radius: 6px;
-}
-
/* Group Boxes */
QGroupBox {
@@ -500,7 +494,7 @@ QScrollBar::add-line:vertical {
}
QScrollBar::sub-line:vertical {
- /* scroll up button */
+ /* scroll up button */
background: #141414;
image: url(./Paper/Dark/Arrows/up.svg);
height: 23px;
@@ -513,29 +507,29 @@ QScrollBar::sub-line:vertical {
/* Combined */
-QScrollBar::handle:horizontal:hover,
+QScrollBar::handle:horizontal:hover,
QScrollBar::handle:vertical:hover,
-QScrollBar::add-line:horizontal:hover,
-QScrollBar::sub-line:horizontal:hover,
-QScrollBar::add-line: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:horizontal:pressed,
QScrollBar::handle:vertical:pressed,
-QScrollBar::add-line:horizontal:pressed,
-QScrollBar::sub-line:horizontal:pressed,
-QScrollBar::add-line: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::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;
@@ -682,6 +676,7 @@ QToolTip {
QProgressBar {
/* progress bars when downloading */
background: #141414;
+ color: #FFFFFF;
text-align: center;
border: 2px solid #242424;
border-radius: 6px;
@@ -705,10 +700,6 @@ QTabWidget::pane {
border-radius: 10px;
}
-QTabWidget QAbstractScrollArea::item {
- padding: 2px;
-}
-
QTabWidget::tab-bar {
/* tabs */
alignment: center;
@@ -781,6 +772,7 @@ QLCDNumber {
background: #141414;
color: #006868;
border-radius: 6px;
+
}
/* Tables (Configure Mod Categories) */
@@ -912,15 +904,15 @@ QSlider::handle:hover {
background: #3D3D3D;
}
-/* Downloads Tab */
+/* Pre-v2.1.7 Downloads Tab */
#downloadTab QAbstractScrollArea {
/* background of the entire downloads tab */
- background: #242424;
+ background: #141414;
}
-DownloadListWidget QFrame,
-DownloadListWidgetCompact,
+DownloadListWidget QFrame,
+DownloadListWidgetCompact,
DownloadListWidgetCompact QLabel {
/* an entry on the Downloads tab */
background: #141414;
@@ -936,14 +928,43 @@ DownloadListWidget#frame {
color: none;
}
-/* Compact Downloads View */
-
-DownloadListWidgetCompact,
+DownloadListWidgetCompact,
DownloadListWidgetCompact QLabel {
- /* an entry on the Downloads tab */
+ /* 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 {
@@ -964,7 +985,28 @@ DownloadListWidgetCompact QLabel {
/* 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;
-} \ No newline at end of file
+}
+
+#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
index 36585291..4aad55a8 100644
--- a/src/stylesheets/Paper Light by 6788.qss
+++ b/src/stylesheets/Paper Light by 6788.qss
@@ -1,4 +1,4 @@
-/* v4.3 Paper Light by 6788-00 */
+/* v5.0 Paper Light by 6788-00 */
/* https://6788-00.tumblr.com/ */
/* Color Palette */
@@ -24,7 +24,7 @@ QWidget {
}
QWidget:disabled {
- /* disabled parts of the window like the update button when there are no updates */
+ /* disabled parts of the window like the update button when there are no updates */
background: #EBEBEB;
color: #808080;
}
@@ -38,6 +38,10 @@ QAbstractItemView {
selection-color: #FFFFFF;
}
+QAbstractItemView::item {
+ min-height: 22px;
+}
+
QAbstractItemView::item:hover {
/* rows on left and right pane when moused-over */
background: #C2C2C2;
@@ -128,7 +132,7 @@ QToolButton:menu-indicator {
qproperty-icon: url(./Paper/Light/Toolbar/settings.svg);
}
-#actionProblems {
+#actionNotifications {
qproperty-icon: url(./Paper/Light/Toolbar/problems.svg);
}
@@ -187,22 +191,17 @@ QListView {
border-radius: 6px;
}
-QListView::item {
- /* Increases the line height of the Saves tab */
- padding: 2px 0px;
-}
-
QListView::item:hover {
/* uncertain, assumed: rows on the saves window when moused-over */
background: #C2C2C2;
- padding: 2px 0px;
+ padding: 0;
}
QListView::item:selected {
/*uncertain, assumed: rows on the saves window when clicked */
background: #008484;
color: #FFFFFF;
- padding: 2px 0px;
+ padding: 0;
}
QTextEdit {
@@ -211,12 +210,6 @@ QTextEdit {
border-radius: 6px;
}
-QWebView {
- /* Nexus Info window */
- background: #FFFFFF;
- border-radius: 6px;
-}
-
/* Group Boxes */
QGroupBox {
@@ -504,7 +497,7 @@ QScrollBar::add-line:vertical {
}
QScrollBar::sub-line:vertical {
- /* scroll up button */
+ /* scroll up button */
background: #FFFFFF;
image: url(./Paper/Light/Arrows/up.svg);
height: 23px;
@@ -517,29 +510,29 @@ QScrollBar::sub-line:vertical {
/* Combined */
-QScrollBar::handle:horizontal:hover,
+QScrollBar::handle:horizontal:hover,
QScrollBar::handle:vertical:hover,
-QScrollBar::add-line:horizontal:hover,
-QScrollBar::sub-line:horizontal:hover,
-QScrollBar::add-line: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:horizontal:pressed,
QScrollBar::handle:vertical:pressed,
-QScrollBar::add-line:horizontal:pressed,
-QScrollBar::sub-line:horizontal:pressed,
-QScrollBar::add-line: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::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;
@@ -708,10 +701,6 @@ QTabWidget::pane {
border-radius: 10px;
}
-QTabWidget QAbstractScrollArea::item {
- padding: 2px;
-}
-
QTabWidget::tab-bar {
/* tabs */
alignment: center;
@@ -922,15 +911,15 @@ QSlider::handle:hover {
background: #008484;
}
-/* Downloads Tab */
+/* Pre-v2.1.7 Downloads Tab */
#downloadTab QAbstractScrollArea {
/* background of the entire downloads tab */
- background: #EBEBEB;
+ background: #FFFFFF;
}
-DownloadListWidget QFrame,
-DownloadListWidgetCompact,
+DownloadListWidget QFrame,
+DownloadListWidgetCompact,
DownloadListWidgetCompact QLabel {
/* an entry on the Downloads tab */
background: #FFFFFF;
@@ -946,14 +935,24 @@ DownloadListWidget #frame {
color: none;
}
-/* Compact Downloads View */
-
-DownloadListWidgetCompact,
+DownloadListWidgetCompact,
DownloadListWidgetCompact QLabel {
- /* an entry on the Downloads tab */
+ /* 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 {
@@ -970,4 +969,27 @@ DownloadListWidgetCompact QLabel {
#categoriesGroup {
/* Categories group box */
padding-bottom: 0px;
-} \ No newline at end of file
+}
+
+/* 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/Dark/check.svg b/src/stylesheets/Paper/Dark/check.svg
index 101ee45e..2d113294 100644
--- a/src/stylesheets/Paper/Dark/check.svg
+++ b/src/stylesheets/Paper/Dark/check.svg
@@ -17,7 +17,7 @@
inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
inkscape:export-xdpi="307.20001"
inkscape:export-ydpi="307.20001"
- inkscape:version="0.92.1 r15371"
+ inkscape:version="0.92.3 (2405546, 2018-03-11)"
sodipodi:docname="check.svg">
<defs
id="defs2" />
@@ -28,9 +28,9 @@
borderopacity="1.0"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
- inkscape:zoom="24.357491"
- inkscape:cx="1.6266143"
- inkscape:cy="5.0770231"
+ inkscape:zoom="11.625"
+ inkscape:cx="-3.537598"
+ inkscape:cy="-2.9645926"
inkscape:document-units="px"
inkscape:current-layer="layer25"
showgrid="false"
@@ -42,7 +42,7 @@
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:snap-bbox-midpoints="true"
- showguides="true"
+ showguides="false"
inkscape:guide-bbox="true"
inkscape:window-width="1920"
inkscape:window-height="1027"
diff --git a/src/stylesheets/Paper/Dark/highlight.svg b/src/stylesheets/Paper/Dark/highlight.svg
new file mode 100644
index 00000000..9dee51d8
--- /dev/null
+++ b/src/stylesheets/Paper/Dark/highlight.svg
@@ -0,0 +1,205 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="128"
+ height="64"
+ viewBox="0 0 128 64"
+ version="1.1"
+ id="svg8"
+ inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png"
+ inkscape:export-xdpi="307.20001"
+ inkscape:export-ydpi="307.20001"
+ inkscape:version="0.92.3 (2405546, 2018-03-11)"
+ sodipodi:docname="highlight.svg">
+ <defs
+ id="defs2">
+ <meshgradient
+ inkscape:collect="always"
+ id="meshgradient3955"
+ gradientUnits="userSpaceOnUse"
+ x="0"
+ y="-44">
+ <meshrow
+ id="meshrow18393">
+ <meshpatch
+ id="meshpatch18395">
+ <stop
+ path="c 4.96082,0 9.92164,0 14.8825,0"
+ style="stop-color:#008484;stop-opacity:1"
+ id="stop18397" />
+ <stop
+ path="c 0,10.6667 0,21.3333 0,32"
+ style="stop-color:#008484;stop-opacity:1"
+ id="stop18399" />
+ <stop
+ path="c -4.96082,1.77636e-015 -9.92165,1.77636e-015 -14.8825,1.77636e-015"
+ style="stop-color:#006868;stop-opacity:1"
+ id="stop18401" />
+ <stop
+ path="c 0,-10.6667 0,-21.3333 0,-32"
+ style="stop-color:#008484;stop-opacity:1"
+ id="stop18403" />
+ </meshpatch>
+ <meshpatch
+ id="meshpatch18405">
+ <stop
+ path="c 16.3725,0 32.7451,0 49.1175,0"
+ id="stop18407" />
+ <stop
+ path="c 0,10.6667 0,21.3333 0,32"
+ style="stop-color:#008484;stop-opacity:1"
+ id="stop18409" />
+ <stop
+ path="c -16.3725,0 -32.745,0 -49.1175,0"
+ style="stop-color:#006868;stop-opacity:1"
+ id="stop18411" />
+ </meshpatch>
+ <meshpatch
+ id="meshpatch18413">
+ <stop
+ path="c 17.6536,0 35.3073,0 52.9609,0"
+ id="stop18415" />
+ <stop
+ path="c 0,10.6667 0,21.3333 0,32"
+ style="stop-color:#008484;stop-opacity:1"
+ id="stop18417" />
+ <stop
+ path="c -17.6536,0 -35.3073,0 -52.9609,0"
+ style="stop-color:#006868;stop-opacity:1"
+ id="stop18419" />
+ </meshpatch>
+ <meshpatch
+ id="meshpatch18421">
+ <stop
+ path="c 3.67971,0 7.35941,0 11.0391,0"
+ id="stop18423" />
+ <stop
+ path="c 0,10.6667 0,21.3333 0,32"
+ style="stop-color:#008484;stop-opacity:1"
+ id="stop18425" />
+ <stop
+ path="c -3.6797,0 -7.35941,0 -11.0391,0"
+ style="stop-color:#008484;stop-opacity:1"
+ id="stop18427" />
+ </meshpatch>
+ </meshrow>
+ <meshrow
+ id="meshrow18429">
+ <meshpatch
+ id="meshpatch18431">
+ <stop
+ path="c 0,10.6667 0,21.3333 0,32"
+ id="stop18433" />
+ <stop
+ path="c -4.96082,-3.55271e-015 -9.92165,-3.55271e-015 -14.8825,-3.55271e-015"
+ style="stop-color:#007d7d;stop-opacity:1"
+ id="stop18435" />
+ <stop
+ path="c 0,-10.6667 0,-21.3333 0,-32"
+ style="stop-color:#008484;stop-opacity:1"
+ id="stop18437" />
+ </meshpatch>
+ <meshpatch
+ id="meshpatch18439">
+ <stop
+ path="c 0,10.6667 0,21.3333 0,32"
+ id="stop18441" />
+ <stop
+ path="c -16.3725,0 -32.745,0 -49.1175,0"
+ style="stop-color:#008484;stop-opacity:1"
+ id="stop18443" />
+ </meshpatch>
+ <meshpatch
+ id="meshpatch18445">
+ <stop
+ path="c 7.38594e-006,10.6667 0.000207035,21.333 2.21578e-005,32"
+ id="stop18447" />
+ <stop
+ path="c -17.6536,-4.55705e-005 -35.3071,-0.000147247 -52.9609,1.82555e-005"
+ style="stop-color:#007f7f;stop-opacity:1"
+ id="stop18449" />
+ </meshpatch>
+ <meshpatch
+ id="meshpatch18451">
+ <stop
+ path="c 0,10.6667 0.000232338,21.3329 0,32"
+ id="stop18453" />
+ <stop
+ path="c -3.6797,-1.69572e-006 -7.3594,-8.75677e-006 -11.0391,-1.82555e-005"
+ style="stop-color:#008484;stop-opacity:1"
+ id="stop18455" />
+ </meshpatch>
+ </meshrow>
+ </meshgradient>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#505050"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="5.2410685"
+ inkscape:cx="55.924572"
+ inkscape:cy="37.651744"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer25"
+ showgrid="false"
+ units="px"
+ borderlayer="true"
+ inkscape:showpageshadow="false"
+ inkscape:snap-page="true"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-edge-midpoints="true"
+ inkscape:snap-bbox-midpoints="true"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:window-width="1920"
+ inkscape:window-height="1027"
+ inkscape:window-x="-8"
+ inkscape:window-y="-8"
+ inkscape:window-maximized="1"
+ inkscape:snap-center="true"
+ inkscape:snap-object-midpoints="true"
+ inkscape:measure-start="18.8975,12.498"
+ inkscape:measure-end="20,12.498"
+ inkscape:snap-intersection-paths="true"
+ inkscape:object-paths="true"
+ inkscape:snap-smooth-nodes="true"
+ inkscape:snap-midpoints="true"
+ inkscape:snap-global="true" />
+ <metadata
+ id="metadata5">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:groupmode="layer"
+ id="layer25"
+ inkscape:label="Content"
+ transform="translate(0,44)">
+ <rect
+ style="opacity:1;fill:url(#meshgradient3955);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:120;stroke-opacity:1;paint-order:markers stroke fill"
+ id="rect3848"
+ width="128"
+ height="64"
+ x="0"
+ y="-44" />
+ </g>
+</svg>
diff --git a/src/stylesheets/Parchment v1.1 by Bob.qss b/src/stylesheets/Parchment v1.1 by Bob.qss
new file mode 100644
index 00000000..da3546d1
--- /dev/null
+++ b/src/stylesheets/Parchment v1.1 by Bob.qss
@@ -0,0 +1,587 @@
+/* v1.1 Parchment by Bob */
+
+
+/* Special Thanks */
+
+/* Parchment is based on Paper Themes for Mod Organizer 2 by 6788
+https://www.nexusmods.com/skyrim/mods/64439
+https://6788-00.tumblr.com/
+
+and
+
+*************************************
+ Skyrim
+****************************************
+ Author: chintsu_kun
+ Version: 1.1.2
+ Licence: GNU General Public License v3.0 (https://www.gnu.org/licenses/gpl-3.0.en.html)
+ Url: http://www.nexusmods.com/skyrim/mods/73817/?
+
+****************************************
+
+For the Checkbox Coding and for the Picture Files which I Edited in Paint 3D */
+
+/* Main Window */
+
+QWidget {
+ background: #DBD399;
+ color: #000000;
+}
+
+QWidget:disabled {
+ background: #DBD399;
+ color: #baae94;
+}
+
+QMainWindow::separator {
+ border: 0px;
+}
+
+QAbstractItemView {
+ background: #F7F6CF;
+ alternate-background-color: #EFE9BA;
+ show-decoration-selected: 1;
+ selection-background-color: #0CA6FF;
+ selection-color: #F7F6CF;
+}
+
+QAbstractItemView::item:hover {
+ background: #008F8F;
+ color: #F7F6CF;
+}
+
+QAbstractItemView::item:selected {
+ background: #0CA6FF;
+ color: #F7F6CF;
+}
+
+QAbstractScrollArea::corner {
+ background: #F7F6CF;
+ border: 2px solid #DBD399;
+ border-bottom-right-radius: 6px;
+ margin: 0px -2px -2px 0px;
+}
+
+/* Toolbar */
+
+QToolBar {
+ background: #DBD399;
+ border: 1px solid #DBD399;
+}
+
+QToolBar::separator {
+ background: #DBD399;
+}
+
+QToolButton {
+ background: #F7F6CF;
+ padding: 4px 6px;
+ border-radius: 6px;
+ margin: 4px 4px 0px 4px;
+}
+
+QToolButton:hover {
+ background: #008F8F;
+}
+
+QToolButton:pressed {
+ background: #0CA6FF;
+}
+
+/* Left Pane & File Trees */
+
+QTreeView {
+ border-radius: 6px;
+}
+
+QTreeView::branch:hover {
+ background: #008F8F;
+ color: #F7F6CF;
+}
+
+QTreeView::branch:selected {
+ background: #0CA6FF;
+ color: #F7F6CF;
+}
+
+QTreeView::item:selected {
+ background: #0CA6FF;
+ color: #F7F6CF;
+}
+
+QTreeView::branch:has-children:!has-siblings:closed,
+QTreeView::branch:closed:has-children:has-siblings {
+ image: url(:/stylesheet/branch-closed.png);
+ border: 0px;
+}
+
+QTreeView::branch:open:has-children:!has-siblings,
+QTreeView::branch:open:has-children:has-siblings {
+ image: url(:/stylesheet/branch-open.png);
+ border: 0px;
+}
+
+QListView {
+ border-radius: 6px;
+}
+
+QListView::item:hover {
+ background: #008F8F;
+ color: #F7F6CF;
+}
+
+QListView::item:selected {
+ background: #0CA6FF;
+ color: #F7F6CF;
+}
+
+QTextEdit {
+ background: #F7F6CF;
+ border-radius: 6px;
+}
+
+QWebView {
+ background: #F7F6CF;
+ border-radius: 6px;
+}
+
+/* Group Boxes */
+
+QGroupBox {
+ padding: 24px 4px;
+ border: 2px solid #F7F6CF;
+ border-radius: 10px;
+}
+
+QGroupBox::title {
+ subcontrol-origin: padding;
+ subcontrol-position: top left;
+ padding: 8px;
+}
+
+/* Checkboxes and Radio buttons common #QCheckBox, #QRadioButton */
+/*common*/
+QGroupBox::indicator,
+QTreeView::indicator,
+
+QCheckBox::indicator {
+ background-color: transparent;
+ border: none;
+ width: 14px;
+ height: 14px;
+}
+
+QGroupBox::indicator:checked, QGroupBox::indicator:indeterminate,
+QTreeView::indicator:checked,
+QTreeView::indicator:indeterminate,
+QCheckBox::indicator:checked,
+
+QCheckBox::indicator:indeterminate {
+ image: url(./Parchment/checkbox-checked.png);
+}
+
+QGroupBox::indicator:checked:hover, QGroupBox::indicator:indeterminate:hover,
+QTreeView::indicator:checked:hover,
+QTreeView::indicator:indeterminate:hover,
+QCheckBox::indicator:checked:hover,
+
+QCheckBox::indicator:indeterminate:hover {
+ image: url(./Parchment/checkbox-checked-hover.png);
+}
+
+ QGroupBox::indicator:checked:disabled, QGroupBox::indicator:indeterminate:disabled,
+ QTreeView::indicator:checked:disabled,
+ QTreeView::indicator:indeterminate:disabled,
+ QCheckBox::indicator:checked:disabled,
+
+ QCheckBox::indicator:indeterminate:disabled {
+ image: url(./Parchment/checkbox-checked-disabled.png);
+}
+
+ QGroupBox::indicator:unchecked,
+ QTreeView::indicator:unchecked,
+
+ QCheckBox::indicator:unchecked {
+ image: url(./Parchment/checkbox.png);
+}
+
+ QGroupBox::indicator:unchecked:hover,
+ QTreeView::indicator:unchecked:hover,
+
+ QCheckBox::indicator:unchecked:hover {
+ image: url(./Parchment/checkbox-hover.png);
+}
+
+ QGroupBox::indicator:unchecked:disabled,
+ QTreeView::indicator:unchecked:disabled,
+
+ QCheckBox::indicator:unchecked:disabled {
+ image: url(./Parchment/checkbox-disabled.png);
+}
+
+/* Search Boxes */
+
+QLineEdit {
+ background: #F7F6CF;
+ min-height: 14px;
+ padding: 2px;
+ border: 2px solid #F7F6CF;
+ border-radius: 6px;
+ margin-top: 3px;
+}
+
+QLineEdit:hover {
+ border: 2px solid #008F8F;
+}
+
+/* Most Dropdowns */
+
+QComboBox {
+ background: #F7F6CF;
+ min-height: 20px;
+ padding-left: 5px;
+ border: 2px solid #F7F6CF;
+ border-radius: 6px;
+ margin: 3px 0px 1px 0px;
+}
+
+QComboBox:hover {
+ border: 2px solid #008F8F;
+}
+
+QComboBox:on {
+ background: #0CA6FF;
+ color: #F7F6CF;
+ border: 2px solid #0CA6FF;
+}
+
+QComboBox::drop-down {
+ width: 20px;
+ subcontrol-origin: padding;
+ subcontrol-position: top right;
+ border: none;
+}
+
+QComboBox QAbstractItemView {
+ border: 0px;
+}
+
+QComboBox::down-arrow {
+ image: url(:/stylesheet/combobox-down.png);
+}
+
+/* Most Buttons */
+
+QPushButton {
+ background: #F7F6CF;
+ color: #000000;
+ min-height: 28px;
+ padding: 4px 22px;
+ border-radius: 9px;
+}
+
+QPushButton:hover {
+ background: #008F8F;
+ color: #F7F6CF;
+}
+
+QPushButton:pressed {
+ background: #0CA6FF;
+ color: #F7F6CF;
+}
+
+QPushButton:checked {
+ background: #0CA6FF;
+ color: #0CA6FF;
+ margin: 4px;
+}
+
+/* Scroll Bars */
+
+/* Horizontal */
+
+QScrollBar:horizontal {
+ background: #F7F6CF;
+ height: 20px;
+ border: 2px solid #DBD399;
+ margin: 0px 23px -2px 23px;
+}
+
+QScrollBar::handle:horizontal {
+ background: #DBD399;
+ min-width: 32px;
+ border-radius: 6px;
+ margin: 2px;
+}
+
+QScrollBar::add-line:horizontal {
+ background: #F7F6CF;
+ width: 23px;
+ subcontrol-position: right;
+ subcontrol-origin: margin;
+ border: 2px solid #DBD399;
+ margin: 0px -2px -2px 0px;
+}
+
+QScrollBar::sub-line:horizontal {
+ background: #F7F6CF;
+ width: 23px;
+ subcontrol-position: left;
+ subcontrol-origin: margin;
+ border: 2px solid #DBD399;
+ border-bottom-left-radius: 6px;
+ margin: 0px 0px -2px -2px;
+}
+
+/* Vertical */
+
+QScrollBar:vertical {
+ background: #F7F6CF;
+ width: 20px;
+ border: 2px solid #DBD399;
+ margin: 23px -2px 23px 0px;
+}
+
+QScrollBar::handle:vertical {
+ background: #DBD399;
+ min-height: 32px;
+ border-radius: 6px;
+ margin: 2px;
+}
+
+QScrollBar::add-line:vertical {
+ background: #F7F6CF;
+ height: 23px;
+ subcontrol-position: bottom;
+ subcontrol-origin: margin;
+ border: 2px solid #DBD399;
+ border-bottom-right-radius: 6px;
+ margin: 0px -2px -2px 0px;
+}
+
+QScrollBar::sub-line:vertical {
+ background: #F7F6CF;
+ height: 23px;
+ subcontrol-position: top;
+ subcontrol-origin: margin;
+ border: 2px solid #DBD399;
+ border-top-right-radius: 6px;
+ margin: -2px -2px 0px 0px;
+}
+
+/* Combined */
+
+QScrollBar::handle:horizontal:hover,
+QScrollBar::handle:vertical:hover,
+QScrollBar::add-line:horizontal:hover,
+QScrollBar::sub-line:horizontal:hover,
+QScrollBar::add-line:vertical:hover,
+QScrollBar::sub-line:vertical:hover {
+ background: #008F8F;
+}
+
+QScrollBar::handle:horizontal:pressed,
+QScrollBar::handle:vertical:pressed,
+QScrollBar::add-line:horizontal:pressed,
+QScrollBar::sub-line:horizontal:pressed,
+QScrollBar::add-line:vertical:pressed,
+QScrollBar::sub-line:vertical:pressed {
+ background: #0CA6FF;
+}
+
+QScrollBar::add-page:horizontal,
+QScrollBar::sub-page:horizontal,
+QScrollBar::add-page:vertical,
+QScrollBar::sub-page:vertical {
+ background: transparent;
+}
+
+QScrollBar::up-arrow:vertical,
+QScrollBar::right-arrow:horizontal,
+QScrollBar::down-arrow:vertical,
+QScrollBar::left-arrow:horizontal {
+ height: 1px;
+ width: 1px;
+ border: 1px solid #DBD399;
+}
+
+/* Header Rows */
+
+QHeaderView {
+ background: #DBD399;
+}
+
+QHeaderView::section {
+ background: #F7F6CF;
+ color: #000000;
+ height: 22px;
+ padding: 0px 5px;
+ border: 0px;
+ border-bottom: 2px solid #DBD399;
+ border-right: 2px solid #DBD399;
+}
+
+QHeaderView::section:first {
+ border-top-left-radius: 6px;
+}
+
+QHeaderView::section:last {
+ border-right: 0px;
+ border-top-right-radius: 6px;
+}
+
+QHeaderView::section:hover {
+ background: #008F8F;
+ color: #F7F6CF;
+}
+
+QHeaderView::down-arrow {
+ padding-right: 4px;
+ height: 10px;
+ width: 10px;
+}
+
+/* Context Menus, Toolbar Dropdowns, & Tooltips */
+
+QMenu {
+ background: #F7F6CF;
+ selection-color: #F7F6CF;
+ border: 0px;
+}
+
+QMenu::item {
+ background: #F7F6CF;
+ selection-background-color: #008F8F;
+ padding: 4px 20px;
+}
+
+QMenu::item:selected {
+ background: #008F8F;
+ color: #F7F6CF;
+}
+
+QMenu::item:disabled {
+ background: #F7F6CF;
+ color: #444444;
+}
+
+QMenu::separator {
+ background: #DBD399;
+ height: 2px;
+}
+
+QMenu::icon {
+ margin: 1px;
+}
+
+QToolTip {
+ background: #F7F6CF;
+ color: #000000;
+ padding: 1px;
+ border: 0px;
+}
+
+/* Progress Bars (Downloads) */
+
+QProgressBar {
+ background: #F7F6CF;
+ text-align: center;
+ border: 0px;
+ border-radius: 6px;
+ margin: 0px 10px;
+}
+
+QProgressBar::chunk {
+ background: #008F8F;
+}
+
+/* Right Pane and Tab Bars */
+
+QTabWidget::pane {
+ top: 1px;
+ padding: 2px 2px 10px 2px;
+ border: 2px solid #F7F6CF;
+ border-radius: 10px;
+}
+
+QTabWidget::tab-bar {
+ alignment: center;
+}
+
+QTabBar::tab {
+ background: #F7F6CF;
+ color: #000000;
+ padding: 4px 1em;
+ border: 1px solid #DBD399;
+ border-top: 0px;
+ border-bottom: 0px;
+}
+
+QTabBar::tab:!selected {
+ background: #F7F6CF;
+ color: #000000;
+}
+
+QTabBar::tab:disabled {
+ background: #DBD399;
+ color: #444444;
+}
+
+QTabBar::tab:selected {
+ color: #0CA6FF;
+
+}
+
+QTabBar::tab:!selected:hover {
+ background: #0CA6FF;
+ color: #F7F6CF;
+}
+
+QTabBar::tab:first {
+ border-top-left-radius: 10px;
+ border-bottom-left-radius: 10px;
+}
+
+QTabBar::tab:last {
+ border-top-right-radius: 10px;
+ border-bottom-right-radius: 10px;
+}
+
+QTabBar QToolButton {
+ background: #008F8F;
+ padding: 1px;
+ border-radius: 6px;
+ margin: 1px;
+}
+
+QTabBar QToolButton:disabled {
+ background: transparent;
+}
+
+/* Sliders (Configurator) */
+
+/* QSlider::groove:horizontal {
+ background: #F7F6CF;
+ height: 1px;
+ border: 1px solid #F7F6CF;
+}
+
+QSlider::handle:horizontal {
+ background: #008F8F;
+ width: 10px;
+ border: 2px solid #008F8F;
+ border-radius: 6px;
+ margin: -10px 0px;
+}
+
+QSlider::handle:horizontal:hover {
+ background: #0CA6FF;
+ border: 2px solid #0CA6FF;
+} */
+
+/* Tables (Configure Mod Categories) */
+
+QTableView {
+ gridline-color: #DBD399;
+ border: 0px;
+} \ No newline at end of file
diff --git a/src/stylesheets/Parchment/checkbox-alt-checked.png b/src/stylesheets/Parchment/checkbox-alt-checked.png
new file mode 100644
index 00000000..b2f32952
--- /dev/null
+++ b/src/stylesheets/Parchment/checkbox-alt-checked.png
Binary files differ
diff --git a/src/stylesheets/Parchment/checkbox-alt-unchecked-hover.png b/src/stylesheets/Parchment/checkbox-alt-unchecked-hover.png
new file mode 100644
index 00000000..bf4cb027
--- /dev/null
+++ b/src/stylesheets/Parchment/checkbox-alt-unchecked-hover.png
Binary files differ
diff --git a/src/stylesheets/Parchment/checkbox-alt-unchecked.png b/src/stylesheets/Parchment/checkbox-alt-unchecked.png
new file mode 100644
index 00000000..35073ad7
--- /dev/null
+++ b/src/stylesheets/Parchment/checkbox-alt-unchecked.png
Binary files differ
diff --git a/src/stylesheets/Parchment/checkbox-checked-disabled.png b/src/stylesheets/Parchment/checkbox-checked-disabled.png
new file mode 100644
index 00000000..21e7e057
--- /dev/null
+++ b/src/stylesheets/Parchment/checkbox-checked-disabled.png
Binary files differ
diff --git a/src/stylesheets/Parchment/checkbox-checked-hover.png b/src/stylesheets/Parchment/checkbox-checked-hover.png
new file mode 100644
index 00000000..6603a99e
--- /dev/null
+++ b/src/stylesheets/Parchment/checkbox-checked-hover.png
Binary files differ
diff --git a/src/stylesheets/Parchment/checkbox-checked.png b/src/stylesheets/Parchment/checkbox-checked.png
new file mode 100644
index 00000000..0f098137
--- /dev/null
+++ b/src/stylesheets/Parchment/checkbox-checked.png
Binary files differ
diff --git a/src/stylesheets/Parchment/checkbox-disabled.png b/src/stylesheets/Parchment/checkbox-disabled.png
new file mode 100644
index 00000000..d1d5a887
--- /dev/null
+++ b/src/stylesheets/Parchment/checkbox-disabled.png
Binary files differ
diff --git a/src/stylesheets/Parchment/checkbox-hover.png b/src/stylesheets/Parchment/checkbox-hover.png
new file mode 100644
index 00000000..92df6af4
--- /dev/null
+++ b/src/stylesheets/Parchment/checkbox-hover.png
Binary files differ
diff --git a/src/stylesheets/Parchment/checkbox.png b/src/stylesheets/Parchment/checkbox.png
new file mode 100644
index 00000000..e02aa21d
--- /dev/null
+++ b/src/stylesheets/Parchment/checkbox.png
Binary files differ
diff --git a/src/stylesheets/dark.qss b/src/stylesheets/dark.qss
index d5a7aedf..5bbb0f0c 100644
--- a/src/stylesheets/dark.qss
+++ b/src/stylesheets/dark.qss
@@ -257,7 +257,6 @@ QProgressBar
QProgressBar::chunk
{
background-color: #427683;
- width: 20px;
}
QTabBar::tab
@@ -366,4 +365,12 @@ QTreeView::branch:open:has-children:has-siblings
DownloadListWidget QLabel#installLabel {
color: none;
+}
+
+DownloadListWidget[downloadView=standard]::item {
+ padding: 16px;
+}
+
+DownloadListWidget[downloadView=compact]::item {
+ padding: 4px;
} \ No newline at end of file
diff --git a/src/stylesheets/dracula.qss b/src/stylesheets/dracula.qss
index 99cf918d..385fca16 100644
--- a/src/stylesheets/dracula.qss
+++ b/src/stylesheets/dracula.qss
@@ -394,4 +394,32 @@ SaveGameInfoWidget {
DownloadListWidget QLabel#installLabel {
color: none;
-} \ No newline at end of file
+}
+
+DownloadListWidget[downloadView=standard]::item {
+ padding: 16px;
+}
+
+DownloadListWidget[downloadView=compact]::item {
+ padding: 4px;
+}
+
+DownloadListWidget::item:hover {
+ padding: 0px;
+}
+
+DownloadListWidget::item:selected {
+ padding: 0px;
+}
+
+QProgressBar
+{
+ border: 2px solid grey;
+ border-radius: 5px;
+ text-align: center;
+}
+
+QProgressBar::chunk
+{
+ background-color: #427683;
+}
diff --git a/src/stylesheets/skyrim.qss b/src/stylesheets/skyrim.qss
index e4d87499..d36eac57 100644
--- a/src/stylesheets/skyrim.qss
+++ b/src/stylesheets/skyrim.qss
@@ -534,7 +534,7 @@ QProgressBar {
background-color: transparent;
color: transparent;
height: 14px;
- margin: 0 10px;
+ margin: 0 0px;
border-width: 4px 21px;
border-style: solid;
border-color: transparent;
@@ -542,6 +542,14 @@ QProgressBar {
QProgressBar::chunk {
background: url(./skyrim/progress-bar-chunk.png) center center repeat-x qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 #95BED9, stop:0.78781 #6EB9CE); }
+DownloadListWidget[downloadView=standard]::item {
+ padding: 15px;
+}
+
+DownloadListWidget[downloadView=compact]::item {
+ padding: 4px;
+}
+
/* Right Pane and Tab Bars #QTabWidget, #QTabBar */
QTabWidget::pane {
border: none;
diff --git a/src/stylesheets/vs15 Dark-Green.qss b/src/stylesheets/vs15 Dark-Green.qss
index 5427b38a..10f923cb 100644
--- a/src/stylesheets/vs15 Dark-Green.qss
+++ b/src/stylesheets/vs15 Dark-Green.qss
@@ -532,8 +532,8 @@ QHeaderView::up-arrow {
image: url(./vs15/sort-asc.png);
margin-bottom: -37px; }
-QTreeView#downloadView QHeaderView::up-arrow {
- margin-bottom: -32px; }
+DownloadListWidget QHeaderView::up-arrow {
+ margin-bottom: -47px; }
QHeaderView::down-arrow {
image: url(./vs15/sort-desc.png);
@@ -599,11 +599,19 @@ QProgressBar {
text-align: center;
border-style: solid;
border-width: 1px;
- margin: 0 10px; }
+ margin: 0 0px; }
QProgressBar::chunk {
background: #06B025; }
+DownloadListWidget[downloadView=standard]::item {
+ padding: 16px;
+}
+
+DownloadListWidget[downloadView=compact]::item {
+ padding: 4px;
+}
+
/* Right Pane and Tab Bars #QTabWidget, #QTabBar */
QTabWidget::pane {
border-color: #3F3F46;
diff --git a/src/stylesheets/vs15 Dark-Orange.qss b/src/stylesheets/vs15 Dark-Orange.qss
index fe65ece0..bbde1f82 100644
--- a/src/stylesheets/vs15 Dark-Orange.qss
+++ b/src/stylesheets/vs15 Dark-Orange.qss
@@ -533,8 +533,8 @@ QHeaderView::up-arrow {
image: url(./vs15/sort-asc.png);
margin-bottom: -37px; }
-QTreeView#downloadView QHeaderView::up-arrow {
- margin-bottom: -32px; }
+DownloadListWidget QHeaderView::up-arrow {
+ margin-bottom: -47px; }
QHeaderView::down-arrow {
image: url(./vs15/sort-desc.png);
@@ -600,11 +600,19 @@ QProgressBar {
text-align: center;
border-style: solid;
border-width: 1px;
- margin: 0 10px; }
+ margin: 0 0px; }
QProgressBar::chunk {
background: #06B025; }
+DownloadListWidget[downloadView=standard]::item {
+ padding: 16px;
+}
+
+DownloadListWidget[downloadView=compact]::item {
+ padding: 4px;
+}
+
/* Right Pane and Tab Bars #QTabWidget, #QTabBar */
QTabWidget::pane {
border-color: #3F3F46;
diff --git a/src/stylesheets/vs15 Dark-Purple.qss b/src/stylesheets/vs15 Dark-Purple.qss
index eb2e8b82..faad7297 100644
--- a/src/stylesheets/vs15 Dark-Purple.qss
+++ b/src/stylesheets/vs15 Dark-Purple.qss
@@ -533,8 +533,8 @@ QHeaderView::up-arrow {
image: url(./vs15/sort-asc.png);
margin-bottom: -37px; }
-QTreeView#downloadView QHeaderView::up-arrow {
- margin-bottom: -32px; }
+DownloadListWidget QHeaderView::up-arrow {
+ margin-bottom: -47px; }
QHeaderView::down-arrow {
image: url(./vs15/sort-desc.png);
@@ -600,11 +600,19 @@ QProgressBar {
text-align: center;
border-style: solid;
border-width: 1px;
- margin: 0 10px; }
+ margin: 0px 0px; }
QProgressBar::chunk {
background: #06B025; }
+DownloadListWidget[downloadView=standard]::item {
+ padding: 16px;
+}
+
+DownloadListWidget[downloadView=compact]::item {
+ padding: 4px;
+}
+
/* Right Pane and Tab Bars #QTabWidget, #QTabBar */
QTabWidget::pane {
border-color: #3F3F46;
diff --git a/src/stylesheets/vs15 Dark-Red.qss b/src/stylesheets/vs15 Dark-Red.qss
index ee363e0b..2ffcff68 100644
--- a/src/stylesheets/vs15 Dark-Red.qss
+++ b/src/stylesheets/vs15 Dark-Red.qss
@@ -533,8 +533,8 @@ QHeaderView::up-arrow {
image: url(./vs15/sort-asc.png);
margin-bottom: -37px; }
-QTreeView#downloadView QHeaderView::up-arrow {
- margin-bottom: -32px; }
+DownloadListWidget QHeaderView::up-arrow {
+ margin-bottom: -47px; }
QHeaderView::down-arrow {
image: url(./vs15/sort-desc.png);
@@ -600,11 +600,19 @@ QProgressBar {
text-align: center;
border-style: solid;
border-width: 1px;
- margin: 0 10px; }
+ margin: 0 0px; }
QProgressBar::chunk {
background: #06B025; }
+DownloadListWidget[downloadView=standard]::item {
+ padding: 16px;
+}
+
+DownloadListWidget[downloadView=compact]::item {
+ padding: 4px;
+}
+
/* Right Pane and Tab Bars #QTabWidget, #QTabBar */
QTabWidget::pane {
border-color: #3F3F46;
diff --git a/src/stylesheets/vs15 Dark-Yellow.qss b/src/stylesheets/vs15 Dark-Yellow.qss
index 08dbe758..24afe005 100644
--- a/src/stylesheets/vs15 Dark-Yellow.qss
+++ b/src/stylesheets/vs15 Dark-Yellow.qss
@@ -533,8 +533,8 @@ QHeaderView::up-arrow {
image: url(./vs15/sort-asc.png);
margin-bottom: -37px; }
-QTreeView#downloadView QHeaderView::up-arrow {
- margin-bottom: -32px; }
+DownloadListWidget QHeaderView::up-arrow {
+ margin-bottom: -47px; }
QHeaderView::down-arrow {
image: url(./vs15/sort-desc.png);
@@ -600,11 +600,19 @@ QProgressBar {
text-align: center;
border-style: solid;
border-width: 1px;
- margin: 0 10px; }
+ margin: 0 0px; }
QProgressBar::chunk {
background: #06B025; }
+DownloadListWidget[downloadView=standard]::item {
+ padding: 16px;
+}
+
+DownloadListWidget[downloadView=compact]::item {
+ padding: 4px;
+}
+
/* Right Pane and Tab Bars #QTabWidget, #QTabBar */
QTabWidget::pane {
border-color: #3F3F46;
diff --git a/src/stylesheets/vs15 Dark.qss b/src/stylesheets/vs15 Dark.qss
index 8c4d354e..6a551775 100644
--- a/src/stylesheets/vs15 Dark.qss
+++ b/src/stylesheets/vs15 Dark.qss
@@ -532,8 +532,8 @@ QHeaderView::up-arrow {
image: url(./vs15/sort-asc.png);
margin-bottom: -37px; }
-QTreeView#downloadView QHeaderView::up-arrow {
- margin-bottom: -32px; }
+DownloadListWidget QHeaderView::up-arrow {
+ margin-bottom: -47px; }
QHeaderView::down-arrow {
image: url(./vs15/sort-desc.png);
@@ -599,11 +599,19 @@ QProgressBar {
text-align: center;
border-style: solid;
border-width: 1px;
- margin: 0 10px; }
+ margin: 0 0px; }
QProgressBar::chunk {
background: #06B025; }
+DownloadListWidget[downloadView=standard]::item {
+ padding: 16px;
+}
+
+DownloadListWidget[downloadView=compact]::item {
+ padding: 4px;
+}
+
/* Right Pane and Tab Bars #QTabWidget, #QTabBar */
QTabWidget::pane {
border-color: #3F3F46;