Skip to content

Antenna Gemini Proxy Frontpage - Nord by jsanz

Screenshot of Antenna Gemini Proxy Frontpage - Nord

Details

Authorjsanz

LicenseCC0

Categoryportal.mozz.us

Created

Updated

Code size1.1 kB

Code checksumf1867185

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Showing the Antenna Gemini aggregator with a Nord theme style

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Antenna Gemini Proxy Frontpage - Nord
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Showing the Antenna Gemini aggregator with a Nord theme style, depends on https://userstyles.world/style/10859/mozz-us-nord
@author         jsanz
==/UserStyle== */

@-moz-document url("https://portal.mozz.us/gemini/warmedal.se/~antenna/index.gmi") {
  div.body {
    max-width: 90%
  }
  div.geminy h1 {
    font-size: larger;
  }
  div.gemini a {
    line-height: 1.6em;
    font-size: 20px;
    background-image: none;
  }
  div.gemini a::before {
    content: "➠ ";
  }
  div.gemini pre {
    border:
  }
  
  div.gemini > h2,
  div.gemini > a:nth-of-type(1),
  div.gemini > a:nth-of-type(2),
  div.gemini > br:nth-of-type(1),
  div.gemini > br:nth-of-type(2),
  div.gemini > a:nth-last-of-type(1),
  div.gemini > a:nth-last-of-type(2),
  div.gemini > a:nth-last-of-type(3),
  div.gemini > a:nth-last-of-type(4),
  div.gemini > a:nth-last-of-type(5),
  div.gemini > blockquote:nth-last-of-type(1)
  { display: none; }
}

Reviews

No reviews yet.