Skip to content

adventure.land Viewer window by bennettj12

Details

Authorbennettj12

LicenseNo License

Categoryadventure.land

Created

Updated

Size1.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hides or makes translucent most of the adventure land UI so that you can view your characters when they are running on a different device without the menu getting in the way. Keeps command button for sending inputs.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         adventure.land Viewer window
@version      20210829.21.20
@namespace    userstyles.world/user/bennettj12
@description  Hides or makes translucent most of the adventure land UI so that you can view your characters when they are running on a different device without the menu getting in the way. Keeps command button for sending inputs.
@author       bennettj12
@license      No License
==/UserStyle== */

@-moz-document url("https://adventure.land/"), url("http://adventure.land/") {
#pagewrapped {
    position: absolute;
    left:0;
    top: 0;
    margin-top: 0px !important;
    background: none;
    border: none;
}
.menu {
    position: absolute;
}

#gamelog,
#chatlog,
#codelog,
.chatlog,
.gamelog,
#features,
.largeborder,
.salesui,
#content > .menu > div,
.menu > a.gamebutton{
    display:none;
}
#observeui > .gamebutton {
    position: relative;
    display: block;
    transform: none;
    
}

.loginorselection,
.loginorselection > .menu > * > .gamebutton{
    color: white !important;
    background: rgba(0,0,0,.1);
    border: 1px solid rgba(0,0,0,.2);
}
.gray {
    color: white !important;
}
.cskin {
    opacity: 0.5;
}
}

Reviews

No reviews yet.