Skip to content

Old Catalog Item Viewer(RLOT Addon) by Vue2016

Screenshot of Old Catalog Item Viewer(RLOT Addon)

Details

AuthorVue2016

LicenseNo License

Categorywww.roblox.com

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A Little Addon For RLOT (Experimental) By @TersisWilvin

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Old Catalog Item Viewer(RLOT Addon)
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A Little Addon For RLOT (Experimental) By @TersisWilvin
@author         Vue2016
==/UserStyle== */

@-moz-document url-prefix("https://www.roblox.com/catalog/"), url-prefix("https://www.roblox.com/bundles/"), url-prefix("https://web.roblox.com/catalog/"), url-prefix("https://web.roblox.com/bundles/") {
    .item-details-thumbnail-container {
        border: 1px solid #e3e3e3
    }
}

.item-name-container h1::after {
    content: "";
    background: url(https://images.rbxcdn.com/ca05cd0d068c3015d64a07cbed74f0dd-social_06282017.svg);
    background-position: 0 -224px;
    z-index: 999 !important;
    background-repeat: no-repeat;
    background-size: auto auto;
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: 340px;
    bottom: 15px;
    cursor: pointer;
    overflow: visible!important;
}

.item-name-container h1 {
    overflow: visible!important;
}

Reviews

No reviews yet.