Skip to content

warzoneloadout.games Warzone focused home page by EleventhEric

Screenshot of warzoneloadout.games Warzone focused home page

Details

AuthorEleventhEric

LicenseMIT

Categorywarzoneloadout.games

Created

Updated

Size2.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Changes the layout of warzoneloadout.games back to being warzone focused by hiding the MWII content from the home page and making adjustments to the sizing and colors of the rest of the page.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         warzoneloadout.games Warzone focused home page
@version      20230426.17.51
@namespace    ?
==/UserStyle== */

@-moz-document domain("warzoneloadout.games") {
/*---------------------------------------------------
-- warzoneloadout.games Warzone focused home page  --
-- Author: EleventhEric                            --
-- Version: 1.0                                    --
-- Date: 04/26/2023                                --
-----------------------------------------------------*/

/* Set the max width of the main content to be less wide so that it's more similar to the old layout */
.et_pb_row_1_tb_body,
.et_pb_row_2_tb_body, 
.et_pb_row_3_tb_body, 
.et_pb_row_4_tb_body
{
    max-width: 870px !important;
}

/* Hide the MWII column */
div.et_pb_column.et_pb_column_1_2.et_pb_column_7_tb_body.et_pb_css_mix_blend_mode_passthrough.et-last-child
{
    display: none !important;
}

/* Set the width of the warzone content to 100% so it fills the container */
div.et_pb_column.et_pb_column_1_2.et_pb_column_6_tb_body.et_pb_css_mix_blend_mode_passthrough
{
    width: 100% !important;
}

/* Remove the extra 3% padding so that the warzone content reaches all the way to the right */
.et_pb_gutters2 .et_pb_column, .et_pb_gutters2.et_pb_row .et_pb_column
{
    margin-right: 0% !important;
}

/* Change the green background color to a less blinding green */
.et_pb_row_3_tb_body, 
.et_pb_row_4_tb_body
{
    background-color: #4f840096 !important;
}

/* Adjust column spacing and font scaling for attachment type*/
.accordion__attachment__type {
    width: 50%;
    font-size: 1.0rem;
}

/* Adjust column spacing and font scaling for attachment name*/
.accordion__attachment__name {
    width: 60%;
    font-size: 1.0rem;
}

/* Adjust font scaling for attachment tuning*/
.loadouts__attachment_tuning1, .loadouts__attachment_tuning2 {
    font-size: 1.0rem;
}

/* Add a small amount of space between the attachment info and the image */
.imageloadout
{
    margin-top: 10px;
}

}

@-moz-document url-prefix("https://warzoneloadout.games/wz2/") {
/* Change the green background color to a less blinding green on the individual weapon pages */
.et_pb_row_2_tb_body
{
    background-color: #4f840096 !important;
}
}

Reviews

No reviews yet.