Skip to content

Substack Wide SemiLight by neoabs

Screenshot of Substack Wide SemiLight

Details

Authorneoabs

LicenseNo License

Categorysubstack.com

Created

Updated

Size3.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Wide text and not so bright coloring

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Substack Wide SemiLight
@version      20250110.11.34
@namespace    https://userstyles.world/user/neoabs
@description  Wide text and not so bright coloring
@author       neoabs
@license      No License
==/UserStyle== */

@-moz-document domain("substack.com") {
.container {
    min-width: 280px;
    overflow-wrap: break-word;
    width: 77vw;
    margin: 0 auto;
}

:root {
    --color_theme_bg_pop: #f3c016;
    --background_pop: #42426f;
    --color_theme_bg_web: #ffffff;
    --cover_bg_color: #ffffff;
    --background_pop_darken: #e4b20c;
    --print_on_pop: #ffffff;
    --color_theme_bg_pop_darken: #e4b20c;
    --color_theme_print_on_pop: #ffffff;
    --border_subtle: rgba(204, 204, 204, 0.5);
    --background_subtle: rgba(253, 246, 220, 0.4);
    --print_pop: #f3c016;
    --color_theme_accent: #f3c016;
    --cover_print_primary: #363737;
    --cover_print_secondary: #757575;
    --cover_print_tertiary: #b6b6b6;
    --cover_border_color: #f3c016;
    --font_family_headings_preset: Lora, sans-serif;
    --font_weight_headings_preset: 600;
    --font_family_body_preset: 'SF Pro Display', -apple-system, system-ui, BlinkMacSystemFont, 'Inter', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    --font_weight_body_preset: 400;
    --font_preset_heading: fancy_serif;
    --font_preset_body: sans;
    --home_hero: magaziney;
    --home_posts: list;
    --web_bg_color: #afafbf;
    --background_contrast_1: #f0f0f0;
    --color_theme_bg_contrast_1: #f0f0f0;
    --background_contrast_2: #dddddd;
    --color_theme_bg_contrast_2: #dddddd;
    --background_contrast_3: #b7b7b7;
    --color_theme_bg_contrast_3: #b7b7b7;
    --background_contrast_4: #929292;
    --color_theme_bg_contrast_4: #929292;
    --background_contrast_5: #515151;
    --color_theme_bg_contrast_5: #515151;
    --color_theme_detail: #e6e6e6;
    --background_contrast_pop: rgba(243, 192, 22, 0.4);
    --color_theme_bg_contrast_pop: rgba(243, 192, 22, 0.4);
    --input_background: #ffffff;
    --cover_input_background: #ffffff;
    --tooltip_background: #191919;
    --web_bg_color_h: 0;
    --web_bg_color_s: 0%;
    --web_bg_color_l: 100%;
    --print_on_web_bg_color: #363737;
    --print_secondary_on_web_bg_color: #868787;
    --selected_comment_background_color: #fdf9f3;
    --background_pop_rgb: 243, 192, 22;
    --background_pop_rgb_pc: 243 192 22;
    --color_theme_bg_pop_rgb: 66, 66, 111;
    --color_theme_bg_pop_rgb_pc: 66, 66, 111;
    --color_theme_accent_rgb: 243, 192, 22;
    --color_theme_accent_rgb_pc: 243 192 22;
    --color-secondary-themed: #42426f;
}

#nojs-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 16px 16px 16px 32px;
    width: 100%;
    box-sizing: border-box;
    background: #9f9faf22;
    color: #0002;
    font-family: -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 13px;
    line-height: 13px;
}


div.subscription-widget.show-subscribe div.preamble p {
    color: #4474
}
}

Reviews

No reviews yet.