diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2019-01-11 08:10:53 -0600 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2019-01-11 08:10:53 -0600 |
| commit | aa934e5fb31b74fcf2820b3b055188d80746062d (patch) | |
| tree | 681d690bf7ad16f7587554465741930eeb78277f /src/stylesheets | |
| parent | f1572a2fc43d888b81da25689fc92e49f4fc046b (diff) | |
Update Paper Automata theme to A2-2.0
Diffstat (limited to 'src/stylesheets')
| -rw-r--r-- | src/stylesheets/Paper Automata.qss | 138 |
1 files changed, 95 insertions, 43 deletions
diff --git a/src/stylesheets/Paper Automata.qss b/src/stylesheets/Paper Automata.qss index 572d3313..3c20e940 100644 --- a/src/stylesheets/Paper Automata.qss +++ b/src/stylesheets/Paper Automata.qss @@ -1,5 +1,5 @@ -/* 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 */ @@ -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; @@ -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; @@ -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,52 +891,100 @@ QSlider::handle:hover { /* Downloads Tab */ -QWidget#downloadTab QAbstractScrollArea, +#downloadTab QAbstractScrollArea, DownloadListWidget { /* background of the entire downloads tab */ - background: transparent; + background: #DAD4BB; } -DownloadListWidget::item:!selected { +DownloadListWidget QFrame, +DownloadListWidgetCompact, +DownloadListWidgetCompact QLabel { + /* an entry on the Downloads tab */ background: #DAD4BB; } -DownloadListWidget[downloadView=standard]::item { - padding: 15px; - margin-bottom: 2px; +DownloadListWidget#frame { + /* outer box of an entry on the Downloads tab */ + border: 2px solid #DAD4BB; } -QProgressBar[downloadView=standard] { - margin: 4px 0px 6px 0px; +#installLabel { + /* installed/done label */ + color: none; +} + +DownloadListWidgetCompact, +DownloadListWidgetCompact QLabel { + /* an entry on the Downloads tab */ + background: #DAD4BB; } -/* Compact Downloads View */ +/* New Downloads View */ + +DownloadListWidget[downloadView=standard]::item { + /* Entries on the Standard Downloads View */ + min-height: 44px; + margin: -16px 0; +} DownloadListWidget[downloadView=compact]::item { - padding: 4px 4px 6px 4px; - margin-bottom: 2px; + /* 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] { - margin: 1px 0px 3px 0px; + /* 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 */ |
