Skip to content

Tree | StarAtlas | Labs tweaks by kro-sol

Details

Authorkro-sol

LicenseMIT

Categorylabs.staratlas.com

Created

Updated

Size770 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Map adjustment for StarAtlas SAGE Labs

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Tree | StarAtlas | Labs tweaks
@namespace    labs.staratlas.com
@description  Map tweaks for labs.staratlas.com
@author       kro.sol <kro.sol@gentlemansclub.de> (https://github.com/kro-sol)
@homepageURL  https://github.com/kro-sol/Tree
@supportURL   https://github.com/kro-sol/Tree/issues
@preprocessor stylus
@version      0.1
@license      MIT
==/UserStyle== */

@-moz-document url-prefix("https://labs.staratlas.com/") {



/* adjust world map */
img[alt="galaxy map"] {
    height: 0 !important;
    width: 0 !important;

    padding-left: 770px !important;
    padding-top: 770px !important;
    background: url(https://raw.githubusercontent.com/kro-sol/Tree/main/img/world-map.png) no-repeat !important;
}
}

Reviews

No reviews yet.