Skip to content

2011 Roblox Part 2 (NO LONGER NEED, PLEASE REMOVE) by xammand

Details

Authorxammand

LicenseNo License

CategoryRoblox

Created

Updated

Size178 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

THIS STYLE IS NO LONGER NEEDED, I HAVE FIXED THE PROBLEM AND NOW THIS CODE IS WITH PART 1. MAKE SURE TO REMOVE THIS STYLE IF YOU INSTALLED IT.

Notes

Source code

Source code has over 10K characters, so we truncated it. You can inspect the full source code on install link.
/* ==UserStyle==
@name           2011 Roblox Part 2
@namespace      userstyles.world/user/xammand
@version        1.0.0
@description    A new userstyle
@author         Xammand
==/UserStyle== */

@-moz-document url-prefix("https://www.roblox.com/games/"), url-prefix("https://web.roblox.com/games/") {
    /* Game */
    
    .modal-message .spinner {
        background-image: url(https://www.roblox.com/images/ProgressIndicator3.gif) !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: auto !important;
        margin-top: 10px;
        order: 1;
    }
    
    .modal-message p {
        font-size: 0;
        order: 2;
    }
    
    .modal-message p:before {
        content: "Starting Roblox...";
        font-weight: bolder;
        color: #333;
        font-size: 16px;
    }
    
    /*# game #*/
    
    .col-xs-12.btr-game-main-container.section-content {
        width: 721px;
        padding: 5px;
        background: var(--background);
        border: 1px solid #aaa;
        margin-top: 33px;
    }
    
    .btr-game-main-container .game-main-content {
        margin: 10px;
    }
    
    #game-detail-page {
        max-width: none;
        width: 721px;
    }
    
    /* title */
    
    .gotham-font .game-main-content .game-calls-to-action .game-title-container {
        position: absolute;
        top: -49px;
        left: -656px;
        height: 33px;
        width: 721px;
        padding: 0 7px 0 5px;
        background: var(--black-bar-left) no-repeat left top;
    }
    
    .game-main-content .game-calls-to-action .game-name {
        background: var(--black-bar);
        background-position: right top;
        background-repeat: no-repeat;
        height: 33px;
        width: 716px;
        padding: 5px 5px 0 2px;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        margin: 0;
        line-height: 1px;
    }
    
    .btn-generic-edit-sm.rg-copy-button {
        display: none !important;
    }
    
    /* creator */
    
    .game-main-content .game-calls-to-action .game-creator {
        margin: 0 !important;
        left: unset !important;
        right: 84px;
        top: 137px;
    }
    
    .text-name {
        color: #00F !important;
        font-family: Verdana;
        font-size: 11px !important;
        display: contents;
        margin: 0;
    }
    
    .game-creator .text-label {
        color: #888;
        font-family: Verdana;
        font-size: 0;
    }
    
    .game-creator .text-label:hover {
        font-size: 0;
    }
    
    .game-creator .text-label:before {
        content: "Creator:";
        font-size: 11px;
        cursor: text;
    }
    
    /* picture */
    
    #game-details-carousel-container>div {
        height: 230px;
        width: 420px;
    }
    
    /* play button */
    
    .game-main-content.follow-button-enabled .favorite-follow-vote-share {
        width: 427%;
        padding-top: 4px;
        margin-left: -663px;
    }
    
    #game-details-play-button-container {
        position: absolute;
        left: -640px;
        bottom: 70px;
        width: 420px;
    }
    
    .light-theme .btn-common-play-game-lg, .dark-theme .btn-common-play-game-lg {
        background: url(http://www.roblox.com/images/cssspecific/rbx2/btn_play_54h.png) no-repeat !important;
        border: 0px;
        width: 212px;
        height: 54px;
    }
    
    .light-theme .btn-common-play-game-lg:hover, .dark-theme .btn-common-play-game-lg:hover {
        background-color: transparent !important;
        background-position: 0 -54px!important;
    }
    
    .game-main-content .game-play-buttons .btn-common-play-game-lg {
        min-width: 0px;
        padding: 0px;
    }
    
    .light-theme .icon-play-game,.dark-theme .icon-play-game, .icon-common-play {
        display: none;
    }
    
    /* like and dislike */
    
    .light-theme .voting-panel .users-vote .vote-details .vote-container .vote-mask .segment {
        display: none;
    }
    
    .light-theme .voting-panel .users-vote .vote-details .vote-container .vote-percentage {
        background-color: #52A846;
    }
    
    .light-theme .voting-panel .users-vote .vote-details .vote-container .vote-background, .light-theme .voting-panel .users-vote .vote-details .vote-container .vote-background.has-votes {
        background-color: #CE645B;
    }
    
    .game-main-content.follow-button-enabled .favorite-follow-vote-share .voting-panel .users-vote .vote-details .vote-container {
        height: 5px;
        width: 180px;
        margin-left: -33px;
    }
    
    .icon-like {
        position: relative;
        left: -32px;
        top: 8px;
        background-image: url(https://i.ibb.co/tYpQgWB/like.png) !important;
        background-position: 0;
        width: 17px;
        height: 17px;
    }
    
    .icon-like:hover {
        background-image: url(https://i.ibb.co/mcv9TgH/like-hover.png) !important;
        background-position: 0;
    }
    
    .icon-like.selected {
        background-image: url(https://i.ibb.co/mcv9TgH/like-hover.png) !important;
        background-position: 0 0;
    }
    
    .game-main-content.follow-button-enabled .favorite-follow-vote-share .voting-panel .users-vote .upvote {
        width: 0;
    }
    
    .icon-dislike {
        position: relative;
        left: 129px;
        top: 3px;
        background-image: url(https://i.ibb.co/k9ybVpL/dislike.png) !important;
        background-position: 0;
        width: 17px;
        height: 17px;
    }
    
    .icon-dislike:hover {
        background-image: url(https://i.ibb.co/qD1Kvxw/dislike-hover.png) !important;
        background-position: 0;
    }
    
    .icon-dislike.selected {
        background-image: url(https://i.ibb.co/qD1Kvxw/dislike-hover.png) !important;
        background-position: 0 5px;
    }
    
    .game-main-content.follow-button-enabled .favorite-follow-vote-share .voting-panel .users-vote .downvote {
        width: 0;
    }
    
    .voting-panel .users-vote .vote-details .vote-numbers {
        margin-top: -30px;
        font-size: 11px;
        z-index: 1;
    }
    
    .light-theme .voting-panel .users-vote .vote-details .vote-numbers .count-left, .light-theme .voting-panel .users-vote .vote-details .vote-numbers .count-right {
        font-size: 11px;
        z-index: 6;
    }
    
    .voting-panel .users-vote .vote-details .vote-numbers .count-left {
        position: relative;
        left: -7px;
        top: 3px;
        color: #343434 !important;
    }
    
    .voting-panel .users-vote .vote-details .vote-numbers .count-right {
        position: relative;
        left: 121px;
        top: -18px;
        color: #343434 !important;
    }
    
    .game-main-content.follow-button-enabled .favorite-follow-vote-share .voting-panel .users-vote {
        width: 0;
    }
    
    .game-main-content.follow-button-enabled .favorite-follow-vote-share .voting-panel {
        margin-left: 168px;
    }
    
    /* favorites */
    
    .game-main-content.follow-button-enabled .favorite-follow-vote-share .game-favorite-button-container {
        float: right;
        margin-top: 50px;
    }
    
    .game-main-content.follow-button-enabled .favorite-follow-vote-share .game-favorite-button-container {
        width: auto;
    }
    
    .game-main-content.follow-button-enabled .favorite-follow-vote-share .game-follow-button-container {
        display: none;
    }
    
    .game-main-content.follow-button-enabled .favorite-follow-vote-share .game-favorite-button-container .icon-favorite {
        background-image: url(https://www.roblox.com/images/cssspecific/rbx2/favoriteStar_20h.png);
        background-position: bottom;
        height: 20px;
        width: 21px;
        order: 1;
    }
    
     .game-main-content.follow-button-enabled .favorite-follow-vote-share .game-favorite-button-container .icon-favorite:hover {
        background-position: top;
    }
    
     .game-main-content.follow-button-enabled .favorite-follow-vote-share .game-favorite-button-container .icon-favorite.favorited {
        filter: brightness(110%);
    }
    
    .game-main-content.follow-button-enabled .favorite-follow-vote-share .game-favorite-button-container .icon-label {
        cursor: text;
        font-size: 12px;
        margin-top: 4px;
    }
    
    .gotham-font .game-main-content.follow-button-enabled .favorite-follow-vote-share .game-favorite-button-container .favorite-button a { 
        display: flex;
    }
    
    /* Description */
    
    .btr-game-main-container .btr-description {
        max-width: 235px;
        padding: 7px;
        border-top: 0;
        position: absolute;
        right: 10px;
        top: 10px;
        display: flex;
        flex-direction: column;
    }
    
    .btr-game-main-container .btr-description pre:before {
        content: "Description:";
        margin-bottom: .5em;
        margin-top: -25px;
        position: absolute;
        left: 6px;
        width: 100%;
        color: Black;
        font-family: Verdana,Geneva,sans-serif;
        font-size: 11px;
    }
    
    .btr-game-main-container .btr-description pre {
        order: 2;
        border: 1px solid #CCC;
        max-height: 200px;
        padding: 4px 8px 8px;
        overflow-y: auto;
        margin: 0;
        color: #000;
        font: normal 1em/normal Verdana,sans-serif;
        font-size: 11px;
        line-height: 1.5em;
        margin-top: 30px;
        margin-bottom: 10px;
    }
  
    .game-stats-container {
        border: 0;
        padding: 0;
        background: n...

Reviews

No reviews yet.