Skip to content

serebii.net Desktop friendlier by simonorono

Screenshot of serebii.net Desktop friendlier

Details

Authorsimonorono

LicenseNo License

Categoryserebii

Created

Updated

Size692 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

This is a style to improve the serebii.net experience on desktop. It increases the size of the fonts and the navbars and adds a little margin at the bottom of navbar links.

Notes

This has only been tested on a 1920×1080 screen.

Source code

/* ==UserStyle==
@name         serebii.net Desktop friendlier
@version      20211201.12.08
@namespace    userstyles.world/user/simonorono
@description  This is a style to improve the serebii.net experience on desktop. It increases the size of the fonts and the navbars and adds a little margin at the bottom of navbar links.
@author       simonorono
@license      No License
==/UserStyle== */
@-moz-document domain("serebii.net") {
  * {
    font-family: system-ui, sans;
  }

  body,
  .foocontent {
    font-size: 16px;
  }

  #lbar,
  #rbar {
    flex-basis: 15%;
    font-size: 16px;
  }

  #lbar ul li,
  #rbar ul li {
    margin-bottom: 5px;
  }

  .quicklinks {
    padding: 5px;
  }
}

Reviews

No reviews yet.