Skip to content

2017 ROBLOX Play Button Style by Vue2016

Screenshot of 2017 ROBLOX Play Button Style

Details

AuthorVue2016

LicenseN/A

Categorywww.roblox.com

Created

Updated

Size2.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

The Option To Add A Early 2017 Play Button RLOT (Experimental) By @TersisWilvin Also 2018M Play Button Style Should Be Enabled To Work As Intended.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         2017 ROBLOX Play Button Style
@namespace    USO Worlds
@author       Vue2016
@description  The Option To Add A Early 2017 Play Button RLOT (Experimental) By @TersisWilvin Also 2018M Play Button Style Should Be Enabled To Work As Intended.
@version      1.0.1
@license      N/A
==/UserStyle== */
@-moz-document url-prefix("https://web.roblox.com/games"), url-prefix("https://www.roblox.com/games") {

.light-theme .game-main-content, .light-theme .game-main-content.remove-panel {
    width: 970px!important;
    left: 32px;
}


.page-content .rbx-tabs-horizontal {
    width: 970px!important;
    left: 32px;
}
}
.gotham-font .container-list.games-detail h2:after, .builder-font .container-list.games-detail h2 {
    font-size: 0px;
}

.game-main-content #game-details-play-button-container {
    padding-bottom: 30px!important;
    padding-top: 30px!important;
    margin-bottom: 30px;
}

#toggle-game-favorite{
    top: 30px;
    position: relative;
}

.has-voted.users-vote {
    top: 30px;
    left: -30px;
    position: relative;
}

.game-main-content #game-details-play-button-container .btn-common-play-game-lg {
    width: 83%;
}

.users-vote {
    top: 30px;
    left: -40px;
    position: relative;
}

.users-vote::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: 145px;
    bottom: 30px;
    cursor: pointer;
}



.game-description-container ~ * .game-social-links, .btr-game-main-container ~ * .game-social-links {
    display: none;
}

.game-main-content.follow-button-enabled .favorite-follow-vote-share .game-favorite-button-container .icon-label {
    font-size: 0!important;
}

.game-main-content.follow-button-enabled .favorite-follow-vote-share .game-favorite-button-container .icon-label::after{
    content: '19K';
    font-size: 16px;
    position: relative;
    top: 5px;
}

Reviews

No reviews yet.