Skip to content

LW Arena Helper by lorwolfanon

Details

Authorlorwolfanon

LicenseNo License

CategoryLorwolf

Created

Updated

Size1.7 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Adjusts Arena placement for better viewing..

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           www.lorwolf.com - 6/6/2023, 8:14:50 PM
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document url-prefix("https://www.lorwolf.com/Arena/Play") {
    
    
    /*      SHOP AND SYNERGIES     */
    #denChessShopContainer
    {
        position: relative;
        top: -460px !important;
    }
    .synergiesPageSection
    {
        position: relative;
        top: 350px;
    }
    
    /*      MOVE ALL THE THINGS UP      */
    #denChessPlayBottomSection
    {
        position: relative;
        top: -600px;
    }
    
    
    /*      BENCH AREA - WHERE PURCHASED COMPANIONS GO     */
    
    /*Removes background so it can overlap a little better with the combat area*/
    #boardAndBenchContainer > .pageSection
    {
        background-color: transparent !important;
    }
    
    /*Re-adds the white space card bgs for light mode*/
    #denChessPlayPage .denChessPieceContainer .denChessPieceBackground
    {
        background-color:white !important;
    }
    
    /*Moves bench and makes bench slightly transparent so you can see combat info still*/
    #boardAndBenchContainer
    {
        position: relative;
        top: 400px;
        opacity: 75%;

    }
    
    
 
    /*      ROUND INFO AREA     */
    .denChessPlayLeftColumn > div.pageSection:first-of-type
    {
        position: relative;
        left: -330px;
        top: 25px;
        padding: 20px
    }
    
    
    /*      PLAYER LIST     */
    #denChessAllPlayersMovableContainer
    {
        position: relative;
        left: -330px;
        top: 240px;
    }
     
}

Reviews

No reviews yet.