Skin by Dan Leveille
ShopUpgrade to CoreGet Core
Deviation Actions
Creating a User Style For The New DeviantArt
The cool thing about DeviantArt's new design is that it's super easy to make user style skins for. Our code uses CSS variables, so you can pretty much skin the entire site in just a few dozen lines of CSS. (If you're not familiar with CSS variables -- it's super simple.) It'll take some tweaking to make it look perfect on all pages, but it's super simple to make a skin that works across most of the site. You can use a browser extension like Stylish. For example, this code will replace the background color and top nav across the whole site on the DARK theme: :root { --D1:#202035; } Background color and top nav on the LIGHT theme: :root { --L1:#d0cde4; } The other cool thing is that there are variables for the light, dark, and green theme. So you could create a skin that has three variants, that will automatically switch when you use DeviantArt's theme toggle. I just threw together a purple skin in
Eclipse Change Log: June 26, 2019
In this week’s change log, we've implemented muted tags, saved folders from the old site, and a number of bug fixes and smaller improvements. Stay tuned for more, and keep the bug reports and feature requests coming! Muted Tags We’re excited to announce that the ability to mute tags is now live in Eclipse. Learn more about curating the content you want to see! The Next Phase of DeviantArt Eclipse In case you missed it, here’s a glimpse into what we’re working on next with DeviantArt Eclipse: Change Log When on the old site, a new “Saved in Eclipse” notifications folder will appear. This folder lets you migrate any saved notifications to Eclipse. Adjusted contrast of the text on journals and Literature. This is the first of several theme-related color changes. When clicking the “X” on Feedback notifications, the notification is now removed immediately rather than lagging for a second. The Feedback message indicator on the top navigation now shows up to 999 notifications rather
Eclipse Change Log: June 20, 2019
In this week’s change log, we've implemented a number of bug fixes and smaller improvements. Stay tuned for more, and keep the bug reports and feature requests coming! Change Log Updated watch recommendations to exclude deviants who have not been active recently. Fixed various issues around the site related to longer usernames being cut off. Added the ability to manually flip through hot topic notifications in Feedback. Buy button is now disabled on closed commissions, rather than just giving an error when clicking it. Text on status update thumbnails were cut off. The back button would not work properly on collection pages unless it was clicked twice. While editing Collections, the 22nd Collection would appear as the "All" Collection. Added icon to drafts tab in Journals to indicate that they are only visible to you. Keep Sharing Your Feedback! In addition to these updates and bug fixes are smaller improvements we’ve made as we continue to develop larger features in Eclipse.
Eclipse Change Log: June 12, 2019
In this week's change log, we've implemented a slideshow mode for your profile sections, the ability to select an image for the cover of your journal, a redesign of Feedback, and a new way to discover artists to watch! Plus, we've implemented a number of bug fixes and smaller improvements. Stay tuned for more, and keep the bug reports and feature requests coming! Slideshow Mode for Gallery/Collection Section Now you have the choice to display your favorite Gallery or Collection sections on your Profile in slideshow or grid mode! Play around with displaying multiple deviations, or showcasing one at a time. Select A Custom Journal Cover Image Choose an image from your Gallery or upload one to be the cover of your journal! Feedback Redesign We’ve updated the Feedback page to include two views: simple and advanced. We’ve also resized the page for a better viewing experience. Learn more about it here. Watch Recommendations Head over to your Watch page and select the "Discover"
© 2013 - 2023 danlev
Comments114
Join the community to add your comment. Already a deviant? Log In
Just delicious!