diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2019-01-11 08:11:13 -0600 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2019-01-11 08:11:13 -0600 |
| commit | 9c721c08ebd28250afcfb00abcfeaac1693dca36 (patch) | |
| tree | 048d599a0a0c8ac055449555404e37ec8cee63e4 | |
| parent | aa934e5fb31b74fcf2820b3b055188d80746062d (diff) | |
Update Paper Dark and Paper Light themes to 5.0
| -rw-r--r-- | src/stylesheets/Paper Dark by 6788.qss | 101 | ||||
| -rw-r--r-- | src/stylesheets/Paper Light by 6788.qss | 98 | ||||
| -rw-r--r-- | src/stylesheets/Paper/Dark/check.svg | 10 | ||||
| -rw-r--r-- | src/stylesheets/Paper/Dark/highlight.svg | 205 |
4 files changed, 341 insertions, 73 deletions
diff --git a/src/stylesheets/Paper Dark by 6788.qss b/src/stylesheets/Paper Dark by 6788.qss index ae6ea77b..9b07e3fb 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 */ @@ -39,7 +39,7 @@ QAbstractItemView { } QAbstractItemView::item { - padding: 1px; + min-height: 22px; } QAbstractItemView::item:hover { @@ -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 { @@ -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,37 +904,65 @@ 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, +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 { - padding: 15px; - border-bottom: 2px solid #666666; + /* 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; - border: 2px solid #666666; - border-radius: 8px; - margin: 4px 0px 6px 0px; + margin: 11px 0; } -/* Compact Downloads View */ - -DownloadListWidget[downloadView=compact]::item { - padding: 3px; - border-bottom: 2px solid #666666; +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; - border: 2px solid gray; - border-radius: 8px; - margin: 1px 0px 3px 0px; } /* Categories Filter */ @@ -965,7 +985,28 @@ QProgressBar[downloadView=compact] { /* 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 5e69b79d..d78c26ea 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 */ @@ -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; @@ -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 { @@ -680,9 +673,10 @@ QToolTip { border-radius: 6px; } -/* Progress Bars */ +/* Progress Bars (Downloads) */ QProgressBar { + /* progress bars when downloading */ background: #FFFFFF; text-align: center; border: 0px; @@ -707,10 +701,6 @@ QTabWidget::pane { border-radius: 10px; } -QTabWidget QAbstractScrollArea::item { - padding: 2px; -} - QTabWidget::tab-bar { /* tabs */ alignment: center; @@ -921,37 +911,46 @@ 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[downloadView=standard]::item { - padding: 15px; - border-bottom: 2px solid #BBBBBB; +DownloadListWidget QFrame, +DownloadListWidgetCompact, +DownloadListWidgetCompact QLabel { + /* an entry on the Downloads tab */ + background: #FFFFFF; } -QProgressBar[downloadView=standard] { - background: transparent; - border: 2px solid gray; - border-radius: 8px; - margin: 4px 0px 6px 0px; +DownloadListWidget #frame { + /* outer box of an entry on the Downloads tab */ + border: none; +} + +#installLabel { + /* installed/done label */ + color: none; } -/* Compact Downloads View */ +DownloadListWidgetCompact, +DownloadListWidgetCompact QLabel { + /* an entry on the Downloads tab in Compacts View*/ + background: #FFFFFF; +} -DownloadListWidget[downloadView=compact]::item { - padding: 3px; - border-bottom: 2px solid #BBBBBB; +/* New Downloads View */ + +DownloadListWidget[downloadView=standard]::item { + /* an entry on the Downloads view */ + min-height: 44px; } -QProgressBar[downloadView=compact] { - background: transparent; - border: 2px solid gray; - border-radius: 8px; - margin: 1px 0px 3px 0px; +QProgressBar[downloadView=standard] { + /* a progress bar on the Downloads view */ + margin: 11px 0; } /* Categories Filter */ @@ -970,4 +969,27 @@ QProgressBar[downloadView=compact] { #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; }
\ No newline at end of file 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> |
