Skip to content

Background for the front page & Black Buttons - Reddit by clemenslucas

Screenshot of Background for the front page & Black Buttons - Reddit

Details

Authorclemenslucas

LicenseAttribution-NonCommercial-ShareAlike

CategoryReddit

Created

Updated

Size1.4 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

adds a background to your front page, r/all, r/popular and user pages.
Also makes the buttons black.

This style works great with my "less round edges" Style which is active in the preview image.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Background for the front page & Black Buttons
@namespace      userstyles.world/user/clemenslucas
@version        2022.1
@description    adds a background image to reddit.com, r/all, r/popular and user pages. Works great with the "less round edges Reddit" style
@author         clemenslucas
@license        Attribution-NonCommercial-ShareAlike
==/UserStyle== */

@-moz-document url("https://www.reddit.com/"), url-prefix("https://www.reddit.com/r/all"), url-prefix("https://www.reddit.com/r/popular"), url-prefix("https://www.reddit.com/user/") {
    
    /*front page, r/all, r/popular*/ 
/*Background1*/
._31N0dvxfpsO6Ur5AKx4O5d,
/*Background wider*/
  ._3ozFtOe6WpJEMUtxDOIvtU,
/* behind the top menu*/
  ._1gVVmSnHZpkUgVShsn7-ua {
        background-attachment: fixed;
      /*insert your i.imgur link (for a picture or gif) down below.*/
        background-image: url("https://i.imgur.com/XhouLJq.jpg") !important;
        background-size: cover !important;
   }
    /*only enable if your background image is dark*/
._3ioMyxiI-wWgZFqBDVBh6r, .jY9rAXGpPzcDUv1AnLGAD {color: #ffffff; }
    
/*make the buttons black*/
._10BQ7pjWbeYP63SAPNS8Ts {background-color: #1a1a1b;}
._2vEf-C2keJaBMY9qk_BxVn {display: none;}

._2tU8R9NTqhvBrhoNAXWWcP {
    border: 1px solid #1a1a1b;
    color: #1a1a1b;
    fill: #1a1a1b;
}
    
}

Reviews

No reviews yet.