Giter VIP home page Giter VIP logo

Comments (5)

tintinmaster avatar tintinmaster commented on May 20, 2024 1

Steam changed the Layout of the Download page in September, I have to look at it, if we can change the look of the new one. But Steam makes it harder every update to apply custom themes.

from steam.

tintinmaster avatar tintinmaster commented on May 20, 2024 1

Good news @koplo199
The Downloads page now has the theme applied 🥳

Please clone the repository again and install the theme again

from steam.

koplo199 avatar koplo199 commented on May 20, 2024

If that could help here is the css for changing the background of the page and the color of the blue separator :

/* Downloads */
.downloads_DownloadsPage_1bq4x {
    background-image: linear-gradient(to bottom, var(--draculaBG) 0%, var(--draculaBG) 100%);
}

.downloads_TopBar_SEmVp {
    background: linear-gradient(to right, var(--draculaCFAccent) 0%, var(--draculaCFAccent) 100%);
}

from steam.

koplo199 avatar koplo199 commented on May 20, 2024

Awesome, thank you !
While the theme is correctly applied, it looks like there is a problem near the top pink gradient :
Screenshot from 2021-10-11 22-38-09

Either the right side of the pink gradient is too bright or the left side of the background gradient is too dark, but there shouldn't be such visible vertical bar between those two gradients, do you think it would be possible to fix that ?

from steam.

koplo199 avatar koplo199 commented on May 20, 2024

Ok I was able to fix it by applying the following change !!

diff --git a/css/custom.css b/css/custom.css
index fc43761..6986b06 100644
--- a/css/custom.css
+++ b/css/custom.css
@@ -341,7 +341,16 @@
   }
 
   .downloadgraph_DownloadGraph_1BxZD .downloadgraph_Gradient_RfMM3 {
-    background-image: none;
+    background-image: linear-gradient(to right, var(--draculaBG), rgba(46, 50, 66, 0) 20%);
+  }
+
+  div.MediumWindow .downloadgraph_DownloadGraph_1BxZD .downloadgraph_Gradient_RfMM3 {
+    background-image: linear-gradient(to right, var(--draculaBG), rgba(46, 50, 66, 0) 30%);
+  }
+
+  div.NarrowWindow .downloadgraph_DownloadGraph_1BxZD .downloadgraph_Gradient_RfMM3,
+  div.ShortWindow .downloadgraph_DownloadGraph_1BxZD .downloadgraph_Gradient_RfMM3{
+    background-image: linear-gradient(to right, var(--draculaBG), rgba(46, 50, 66, 0) 40%);
   }
 
   /* Graph */

from steam.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.