Skip to content

Beast's Lair (nrvnqsr): Tomorrow by hikoumaprojects

Screenshot of Beast's Lair (nrvnqsr): Tomorrow

Details

Authorhikoumaprojects

LicenseNo License

Categorynrvnqsr.com

Created

Updated

Size15 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Based on the "tomorrow" theme on 4chan. This isn't finished yet.

Notes

Userstyle doesn't have 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         Beast's Lair (nrvnqsr): Tomorrow
@version      20220522.20.22
@namespace    userstyles.world/user/hikoumaprojects
@description  Based on the "tomorrow" theme on 4chan. This isn't finished yet.
@author       hikoumaprojects
@license      No License
==/UserStyle== */
@-moz-document domain("nrvnqsr.com") {
    /*Topic text color */
    .forumbit_post .foruminfo .forumdata .forumtitle a,
    .forumbit_nopost .forumbit_nopost .forumrow .forumtitle a {
        font-weight: bold;
    }
    body a {
        color: #81a2be;
    }

    .above_body {
        background: #282a2e;
        margin: 0px 0px 10px 0px;
        padding: 0px 0px 0px 0px;
        -moz-border-radius-bottomleft: 5px;
        -moz-border-radius-bottomright: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }





    /*Topic Background */
    .forumbit_nopost .forumbit_nopost .forumrow,
    .forumbit_post .forumrow {
        color: rgb(255, 255, 255);
        background: #282a2e;
        border-bottom: 5px solid #1d1f21;
        border-left: 0px solid #5a7f97;
        border-right: 0px solid #5a7f97;
        filter: drop-shadow(0px 0px 5px #00000061);
    }

    /*Forumhead Texture */
    .forumhead + .childforum .L2:first-child .forumrow,
    .forumhead + .L2 .forumrow {
        background: #282a2e;
    }

    /*Background color */
    html {
        background: #1d1f21 none;
    }

    /*Replaces the blue part of the background */
    .body_wrapper {
        padding: 10px 20px 10px 20px;
        background: #1d1f21 none;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    /*Navbar */
    .navbar {
        position: relative;
        height: 53px;
        background: #27292c;
        margin: 10px 0px 0px 0px;
        color: rgb(255, 255, 255);
        border: 0px solid rgb(255, 255, 255);
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    /*Nav tabs color */
    .navtabs > ul.floatcontainer li a {
        color: #81a2be;
        padding: 2px 5px;
    }

    /*Navtabs */
    .navtabs {
        background: #27292c;
        padding: 0px 0px 0px 20px;
        height: 26px;
    }

    /*Navtabs 2 */
    .navtabs li a.navtab {
        border-top: 1px solid #Cedfeb;
        border-left: 1px solid #Cedfeb;
        display: block;
        background: #27292c;
        min-width: 60px;
        width: 60px;
        padding: 0 10px;
    }

    /*Navtabs 3 */
    .navtabs > ul.floatcontainer li a.popupctrl {
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        border: solid 1px transparent;
        background: transparent url(images/misc/arrow.png) no-repeat right center;
        padding-right: 15px;
        color: #81a2be;
    }

    /*--------------------------------------- */
    .forumbit_nopost .subforumdescription {
        padding: 5px 10px;
        font-weight: normal;
        color: rgb(255, 255, 255);
        background: #27292c;
    }

    /*Forumhead */
    .forumhead {
        background: #27292c;
        filter: drop-shadow(0px 0px 10px #00000061);
        padding: 0;
        font: bold 12px Arial, Tahoma, Calibri, Verdana, Geneva, sans-serif;
        color: #ffffff;
        clear: both;
        margin-top: 8px;
        float: left;
        border: 0px solid #5a7f97;
        width: 100%;
        -moz-border-radius-topright: 5px;
        -moz-border-radius-topleft: 5px;
        -webkit-border-top-right-radius: 5px;
        -webkit-border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
    }

    /*Toplinks Color */
    .toplinks ul.isuser li a {
        color: #81a2be;
    }

    /*Forum Usernames */
    #forums a.username {
        color: rgb(255, 255, 255);
    }

    .forumbit_post .foruminfo .forumdata .forumtitle,
    .forumbit_nopost .forumbit_nopost .forumrow .forumtitle {
        font-size: 14px;
    }




    .navtabs li.selected a.navtab {
        color: rgb(255, 255, 255);
        background: #27292c;
    }




    .navbar_advanced_search li a {
        color: #81a2be;
    }




    .wgo_block .blocksubhead {
        padding-left: 10px;
        color: rgb(255, 255, 255);
        background: #27292c;
        padding-bottom: 5px;
    }

    .wgo_block .blockhead {
        font-size: 12px;
        font-weight: bold;
        color: rgb(255, 255, 255);
        background: #27292c;
        border: 0px transparent;
    }

    .wgo_block .section div p {
        padding-bottom: 5px;
        background: #27292c;
    }

    .wgo_block .section div ol {
        padding-left: 0;
        background: #27292c;
    }

    .wgo_block .section div,
    .wgo_block .section ol {
        padding-left: 20px;
        background: #27292c;
    }

    .wgo_block .section {
        display: block;
        padding: 0 0 0.5em;
        color: rgb(255, 255, 255);
        clear: both;
        width: 100%;
        background: #27292c;
    }


    /*--------------------------------------------------------------------------------------------------------
NAVTABS
----------------------------------------------------------------------------------------------------------
*/
    .navtabs li.selected a.navtab {
        color: rgb(255, 255, 255);
        background: #27292c;
    }
    .navtabs li a.navtab {
        border-top: 0px solid #cedfeb;
        border-left: 0px solid #cedfeb;
        display: block;
        background: #27292c;
        min-width: 60px;
        width: auto !important;
        width: 60px;
        text-align: center;
        color: #ffffff;
        font: bold 12px Arial, Calibri, Verdana, Geneva, sans-serif;
        line-height: normal;
        text-decoration: none;
        padding: 0 10px;
    }

    /*--------------------------------------------------------------------------------------------------------
SEARCHBAR
----------------------------------------------------------------------------------------------------------
*/
    .navbar_search input {
        background: #1d1f21;
        color: #ffffff;
    }

    .globalsearch .textboxcontainer span {
        border-top: 0px;
        border-left: 0px;
    }

    /*--------------------------------------------------------------------------------------------------------
IMAGE LOGO
----------------------------------------------------------------------------------------------------------
*/
    .logo-image {
        text-align: center;
        filter: drop-shadow(0px 0px 5px #000);
        transition: opacity 0.1s ease-in-out;
        background-image: url(https://i.pinimg.com/originals/5a/d4/7a/5ad47aae12355d55c86bcb408d88ba08.jpg
);
        background-attachment: fixed;
        background-position: top;
        background-size: contain;
        background-repeat: no-repeat;
        opacity: 0.8;
    }
    .logo-image:hover {
        text-align: center;
        filter: drop-shadow(0px 0px 5px #000);
        transition: opacity 0.1s ease-in-out;
        opacity: 1;
    }

    /*--------------------------------------------------------------------------------------------------------
BOX SHADOW
----------------------------------------------------------------------------------------------------------
*/
    .forumbit_post .forumrow,
    .forumbit_nopost .forumhead,
    .forumbit_nopost .forumrow,
    .forumbit_post .forumhead,
    .forumbits .forumhead {
        -moz-box-shadow: -2px 2px 2px #5a7f97;
        -webkit-box-shadow: -2px 2px 2px #5a7f97;
        box-shadow: 0px 0px 0px #008be600;
    }


    /*--------------------------------------------------------------------------------------------------------
FORUMHEAD + HOVER
----------------------------------------------------------------------------------------------------------
*/
    .forumhead + .childforum .L2:first-child:hover .forumrow,
    .forumhead + .L2 .forumrow {
        background: #32363c;
        transition: background 0.1s ease-in-out;
    }
    .forumhead + .childforum .L2:first-child .forumrow,
    .forumhead + .L2 .forumrow {
        background: #282a2e;
        transition: background 0.1s ease-in-out;
    }

    /*--------------------------------------------------------------------------------------------------------
FORUMBIT + HOVER
----------------------------------------------------------------------------------------------------------
*/
    .forumbit_nopost .forumbit_nopost .forumrow,
    .forumbit_post .forumrow {
        color: rgb(255, 255, 255);
        background: #282a2e;
        transition: background 0.1s ease-in-out;
    }
    .forumbit_nopost .forumbit_nopost .forumrow,
    .forumbit_post .forumrow:hover {
        color: rgb(255, 255, 255);
        background: #32363c;
        transition: background 0.1s ease-in-out;
    }
}

@-moz-document domain("nrvnqsr.com") {
    /*--------------------------------------------------------------------------------------------------------
Tools Menu
----------------------------------------------------------------------------------------------------------
*/
    .toolsmenu {
        margin-bottom: 0;
    }
    .toolsmenu {
        background: #282a2e;
        border: 0px solid #5a7f97;
    }

    /*--------------------------------------------------------------------------------------------------------
Thead List Head
----------------------------------------------------------------------------------------------------------
*/
    .threadlisthead {
        border: 0px solid #5a7f97;
        background: #282a2e;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-topleft: 10px;
        -webkit-border-top-right-radius: 10px;
        -webkit-border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        box-shadow: -2px 2px 2px #5a7f9700;
        position: relative;
  ...

Reviews

No reviews yet.