Skip to content

rewinder sillymode by sillymoder

Screenshot of rewinder sillymode

Details

Authorsillymoder

LicenseNo License

Categoryrewinder.fun

Created

Updated

Size7.4 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

made for myself, changes logos to the one I made, fixes weird looking buttons, makes character editor look better, etc.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           rewinder sillymode
@namespace      github.com/openstyles/stylus
@version        6
@description    made for myself, changes logos to the one I made, fixes weird looking buttons, makes character editor look better, etc.
@author         sillymoder
==/UserStyle== */
@-moz-document domain("austiblox.net") {
/* Main Site */
    a.ow_logo.ow_left {
         background-image: url(https://cdn.discordapp.com/attachments/476985829542068246/1136575441268912198/topbarsilly.png) !important;
    }
     .ow_ads_cont > .adsbygoogle {
         background: url(https://media.discordapp.net/attachments/476985829542068246/1134188437260480643/sillybuildingad.png?width=1201&height=148) #fff !important;
    }
    div.ow_txtright > .ow_txtcenter > .ow_ads_cont > .adsbygoogle {
         background: url(https://media.discordapp.net/attachments/476985829542068246/1134188437260480643/sillybuildingad.png?width=1201&height=148) #fff !important;
    }
    div.ow_box:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1) {
         content: url("https://cdn.discordapp.com/attachments/476985829542068246/1134191939906977834/rewindermessenger.png");
    }
    .ow_main_menu > .base_page_x3vovuba {
        display: none;
    }
/* Down For Maintenance Page */
    .maintenance_cont > center:nth-child(2) > img:nth-child(1) {
         content: url("https://media.discordapp.net/attachments/807435616899301395/1135495700331905074/funny_roblox_error_googey.png?width=303&height=303");
    }
    .maintenance_cont > center:nth-child(2) > h1:nth-child(2) {
        font-size: 0;
    }
    .maintenance_cont > center:nth-child(2) > h1:nth-child(2)::before {
        content: "game dieded";
        font-size: 20px;
        margin-left: -20px;
    }
/* Account Settings */
    #editForm > a:nth-child(4) {
        border-radius: 3px;
        border: solid 1px #757575;
        background: linear-gradient(180deg, #EBEBEB 43.73%, #D2D2D2 48.85%, #E2E2E2 83.47%);
        outline: solid 2px transparent;
        outline-offset: -3px;
        color: #000;
        font-family: 'core_sans_e45_regular', "Trebuchet MS", "Helvetica CY", sans-serif;
        font-size: 15px;
        padding: 10px 8.5px;
        text-decoration: none;
        text-transform: uppercase;
        transition: outline 0.5s, background 1s;
    }
    #editForm > a:nth-child(4):hover {
        border-radius: 3px;
        border: solid 1px #757575;
        outline: solid 2px #48dcff;
        outline-offset: -3px;
        background: linear-gradient(180deg, #e1f1f9 43.73%, #c8dbe6 48.85%, #cce1ef 83.47%);
        color: #000;
        font-family: 'core_sans_e45_regular', "Trebuchet MS", "Helvetica CY", sans-serif;
        font-size: 15px;
        padding: 10px 8.5px;
        text-decoration: none;
        text-transform: uppercase;
    }
    div.ow_stdmargin:nth-child(5) {
        margin-top: 30px;
    }
/* Character Editor */
    .tab > button {
        background: linear-gradient(180deg, #F1F1F1 43.73%, #e9e9e9 48.85%, #e9e9e9 83.47%);
        border: 1px solid #ccc;
        padding: 10px 25.79px !important;
        transition: background 1s;
    }
    .tab > button:hover {
        background: linear-gradient(180deg, #e1f1f9 43.73%, #c8dbe6 48.85%, #cce1ef 83.47%);
    }
    .ow_content > table:nth-child(4) > tbody:nth-child(1) > tr:nth-child(1) > th:nth-child(1) {
        padding-top: 50px
    }
    .ow_content > table:nth-child(4) > tbody:nth-child(1) > tr:nth-child(1) > th:nth-child(1) > img:nth-child(1) {
        border: 2px solid #ccc;
        border-radius: 8px;
        background: white;
        margin-bottom: 10px;
    }
    .ow_content > table:nth-child(4) > tbody:nth-child(1) > tr:nth-child(1) > th:nth-child(1) > center:nth-child(2) > a:nth-child(1) {
        border-radius: 3px;
        border: solid 1px #757575;
        background: linear-gradient(180deg, #EBEBEB 43.73%, #D2D2D2 48.85%, #E2E2E2 83.47%);
        outline: solid 2px transparent;
        outline-offset: -3px;
        padding: 3px 20px;
        color: #000;
        font-family: 'core_sans_e45_regular', "Trebuchet MS", "Helvetica CY", sans-serif;
        text-decoration: none !important;
        text-align: center;
        margin-left: 4px;
        transition: outline 0.5s, background 1s;
    }
    .ow_content > table:nth-child(4) > tbody:nth-child(1) > tr:nth-child(1) > th:nth-child(1) > center:nth-child(2) > a:nth-child(1):hover {
        border-radius: 3px;
        border: solid 1px #757575;
        background: linear-gradient(180deg, #e1f1f9 43.73%, #c8dbe6 48.85%, #cce1ef 83.47%);
        outline: solid 2px #48dcff;
        outline-offset: -3px;
        padding: 3px 20px;
        color: #000;
        font-family: 'core_sans_e45_regular', "Trebuchet MS", "Helvetica CY", sans-serif;
        text-decoration: none !important;
        text-align: center;
        margin-left: 4px;
    }
    .ow_content > table:nth-child(4) > tbody:nth-child(1) > tr:nth-child(1) > th:nth-child(1) > center:nth-child(2) > h3:nth-child(2) {
        color: #0000 !important;
    }
    .ow_content > table:nth-child(4) > tbody:nth-child(1) > tr:nth-child(1) > th:nth-child(1) > p {
        background: #ffff;
        border: 0px !important;
        border-radius: 8px !important;
        outline: 2px solid #ccc;
    }
    .ow_content > table:nth-child(4) > tbody:nth-child(1) > tr:nth-child(1) > th:nth-child(2) > div[class="tabcontent"] > table > tbody > tr > td > img[class~="deselected"] {
        border-radius: 4px;
        border: 1px solid #ccc;
    }
    .ow_content > table:nth-child(4) > tbody:nth-child(1) > tr:nth-child(1) > th:nth-child(2) > div[class="tabcontent"] > table > tbody > tr > td > img[class~="selected"] {
        border-radius: 4px;
        border: 2px solid #373737 !important;
        background-color: #b5b5b5 !important;
    }
    #Colors > div:nth-child(2) {
        margin-left: 20px;
    }
    #Colors > div:nth-child(2) > p:nth-child(1) {
        text-transform: capitalize;
    }
    #editingLabel {
        padding: 10px;
    }
    #Colors > div:nth-child(2) > center > table > tbody > tr > th > button {
        border-radius: 4px;
        border-color: #0000;
        outline: 2px outset #ccc;
        margin: 2px;
        background: radial-gradient(circle, rgba(255,255,255,0) 50%, rgba(0,0,0,0.12572353160014005) 100%);
    }
    #Colors > div:nth-child(2) > center > table > tbody > tr > th > button:active {
        outline-style: inset;
    }
    #bpHead {
        border-radius: 16px;
        border-color: #0000;
        outline: 2px outset #ccc;
        height: 75px !important;
        width: 75px !important;
        margin: 2px;
        background: radial-gradient(circle, rgba(255,255,255,0) 50%, rgba(0,0,0,0.12572353160014005) 100%);
    }
    #bpHead:active {
        outline-style: inset;
    }
    #Colors > div:nth-child(2) > center:nth-child(4) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > th > button {
        width: 52px !important;
    }
    #tablecolor {
        margin-top: 40px;
        margin-right: 5px;
    }
    #tablecolor > tbody:nth-child(1) > tr:nth-child(1) > td {
        height: 50px;
        width: 50px;
    }
    #tablecolor > tbody:nth-child(1) > tr:nth-child(1) > td > button {
        border-radius: 4px;
        border-color: #ccc;
        height: 50px !important;
        width: 50px !important;
    }
}

Reviews

No reviews yet.