Skip to content

An Alternate Rumble Style by fredsworth

Details

Authorfredsworth

LicenseNo License

Categoryrumble.com

Created

Updated

Size2.7 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

The border radiuses look ugly to me. They remove space from thumbnails and other things. Some of the background colors are jarring to me, so they're gone too.

Notes

Removes beveling and some related borders; removes most background colors.

Source code

/* ==UserStyle==
@name         An Alternate Rumble Style
@version      20231119.03.59
@namespace    userstyles.world/user/fredsworth
@description  The border radiuses look ugly to me. They remove space from thumbnails and other things. Some of the background colors are jarring to me, so they're gone too.
@author       fredsworth
@license      No License
==/UserStyle== */

@-moz-document domain("rumble.com") {
.channel__avatar {
    border-radius: 0%;
}
.channel__letter {
    align-items: center;
    border: 0px solid #eee;
    color: #fff;
    font-weight: 700;
}
.channel-header--thumb {
    margin-top: -2rem;
    border-radius: 0%;
    border: 6px solid #fff;
    width: 0;
    height: 0;
}
.channel-subheader--menu-item {
    border-radius: 0px;
}
.comments-sort-by {
    border-radius: 0rem;
}
.comments-create-textarea {
    border-radius: 0rem;
}
i.user-image--img {
    border: 0px solid #eee;
    border-radius: 0%;
}
div.media-description-section {
    border-radius: 0rem;
}
.header-search {
    border-radius: 0rem;
}
i.user-image--letter {
    border: 0px solid #eee;
    border-radius: 0%;
}
.homepage-featured a {;
    border-radius: 0rem;
}
.homepage-view-all,
.homepage-view-all-mobile {
    border-radius: 0rem;
}
.media-by-actions-button {
    background: #0000;
}
.mediaList-duration {
    border-radius: 0px;
}
.mediaList-image {
    border-radius: 0rem;
}
.mediaList-image-div {
    border-radius: 0rem;
}
.mediaList-duration, .mediaList-live, .mediaList-upcoming {
    color: #ddd;
    font-size: 0.8rem;
}
.mediaList-live, .mediaList-upcoming {
    border-radius: 0px;
}
.mediaList-image-live::after, .mediaList-image-upcoming:after {
    border-radius: 0rem;
}
[data-theme=dark] .media-by-actions-button {
    background: #0000;;
}
.paginator--link {
    border: 1px solid #D6E0EA;
    margin: 0 4px;
    border-radius: 0px;
}
.round-button {
    border-radius: 0rem;
    margin-left: 0.35rem;
    margin-right: 0.35rem;
}
.rumblers-vote-pill-button {
    background: #0000;
}
.rumbles-vote-pill {
    border-radius: 0px;
}
[data-theme=dark] button.rumbles-vote-down, [data-theme=dark] button.rumbles-vote-up {
    background: #0000;
}
.rumbles-vote-up, .rumbles-vote-down {
    padding: 0px 0px;
    color: #0000;
    border-radius: 0px;
}
[data-theme=dark] .rumblers-vote-pill-button {
    background: #0000;
}
.video-category-tag {
    border-radius: 0px;
}
.video-item--by-a::before {
    border-radius: 0%;
    border: 0px solid #eee;
}
:root {
    --border-radius-xl: 0px;
    --border-radius-lg: 0px;
    --border-radius: 0px;
    --border-radius-sm: 0px;
    --border-radius-xs: 0px;
    --border-radius-xxs: 0px;
}
}

Reviews

No reviews yet.