summaryrefslogtreecommitdiff
path: root/src/stylesheets/Paper Dark by 6788.qss
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/Paper Dark by 6788.qss
parente2b799bd6b5cfd51969fefd1dab5e5b1b7e5f81c (diff)
parent907c5468424b48774f5da2a6b5f96f26590987b0 (diff)
Merge pull request #695 from ModOrganizer2/Develop
Stage for Release 2.2.0
Diffstat (limited to 'src/stylesheets/Paper Dark by 6788.qss')
-rw-r--r--src/stylesheets/Paper Dark by 6788.qss116
1 files changed, 79 insertions, 37 deletions
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;
+}