Skip to content

Optional Additions & Changes by Legato

Details

AuthorLegato

LicenseNo License

Categorylorwolf

Created

Updated

Size3.5 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

random adjustments based on person preference & user suggestions

Notes

  • Removes shadowing, or gradient effect, on forum banners
  • Bolds stickied threads
  • Re-Aligns usernames & icons on the forums to create a more seamless effect
  • Bolds & Re-Aligns wolf names in dens
  • Makes the Den Location Editor easier to see

Source code

/* ==UserStyle==
@name         Optional Additions & Changes
@version      20231106.05.59
@namespace    ?
==/UserStyle== */

/* ==UserStyle==
@name           Optional Additions & Changes
@namespace      https://userstyles.world/user/Legato
@version        1.0.0
==/UserStyle== */

@-moz-document url-prefix("https://www.lorwolf.com/") {


/* Optional Additions & Changes */


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------- */


/* The following additions/changes are based on my own personal preferences as well as suggestions on the forums. They are optional, and you're welcome to mix & match them. To turn off any of these codes, add the "/" and "*" designators to them. */
}

@-moz-document url-prefix("https://www.lorwolf.com/") {


/* ---Forum Banner Pack Shadow---

[ ★ ] Remove the shadowing, or gradient effect, that appears on forum banners. */

.forPackshadow {
    background: transparent !important;
}

.forPackice {
    background: transparent !important;
}

.forPackmoon {
    background: transparent !important;
}

.forPackblood {
    background: transparent !important;
}
}

@-moz-document url-prefix("https://www.lorwolf.com/") {


/* ---Forum Thread Titles (Sticky)---

[ ★ ] Bold stickied forum threads so they stand out more. */

.forumThreadSummaryTitle.isSticky {
    font-weight: bold !important;
}
}

@-moz-document url-prefix("https://www.lorwolf.com") {


/* ---Thread Username & Icon Alignments---

[ ★ ] Re-align usernames to be centered underneath wolf avatars on threads. */

.viewThreadUsername {
    display: block !important;
    text-align: center !important;
}


.threadSubscriberIcon {
    display: inline-block !important;
    height: 20px !important;
    width: 20px !important;
    text-align: left !important;
    margin-left: -20px !important;
}


/* ---Thread Rank Margins---

[ ★ ] Re-align thread ranks to have less space between the thread title & rank. */

.viewThreadPageSection .viewThreadRank .viewThreadRankImage {
    margin-top: -5px !important;
}


/* ---Thread Pronoun Padding & Alignment---

[ ★ ] Re-align thread pronouns to be centered & to have more space between the title & username. */

.viewThreadPronoun {
    padding-top: 2px;
    text-align: center;
}
}

@-moz-document url-prefix("https://www.lorwolf.com") {


/* ---Wolf Names---

[ ★ ] Bold wolf names, re-align them to be centered (causes additional overflow on long names), & create a gap between names & the stamina bar. */
.wolfSummaryName {
    font-weight: bold !important;
    text-align: center !important;
    margin-bottom: 8px !important;
    padding-left: 15px;
}
}

@-moz-document url-prefix("https://www.lorwolf.com/Play/Den") {


/* ---Den Location Icon---

[ ★ ] Make the "Den Location" icon much easier to spot. On most screens, it now covers the compass; it looked a bit weird in-line with the header. */
#editDenLocation {
    background: #EAEAEA !important;
    opacity: 1.0;
    border: 1px solid #4C4C4C !important;
    border-radius: 20px;
    height: 34px;
    width: 34px;
    text-align: center;
    margin-top: 10px !important;
    margin-right: 3px !important;
    padding-top: 1px !important;
}

.pageSectionTitleIcon {
    color: black !important;
}
}

Reviews

No reviews yet.