Skip to content

stylus theme by codeiter

Screenshot of stylus theme

Details

Authorcodeiter

LicenseGPL-3.0-or-later

Categoryuserstyles, stylus

Created

Updated

Size1.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

personal stylus theme

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           stylus theme
@namespace      com.github.codeiter.userstyle
@version        1.0.0
@description    personal stylus theme - 2/20/2022, 12:53:28 PM
@author         Mohamed Amin Boubaker
@license        GPL-3.0-or-later
@preprocessor   stylus
==/UserStyle== */
@-moz-document url-prefix("chrome-extension://clngdbkpkpeebahjckkjfobafhncgmne/") {
  #header {
    box-shadow: none;
    padding: 20px 10px 0 10px;
    margin: 0;
    text-align: justify;
  }
  #header, #header * :not(h2) {
    background-color: aliceblue;
  }

  ::marker {
    color: red;
    font-size: 1.2em;
  }
  summary {
    padding: 0 10px;
  }
}
@-moz-document url-prefix("chrome-extension://clngdbkpkpeebahjckkjfobafhncgmne/edit.html") {
  /* edit.html */
  #heading {
    color: #e22010;
    text-align: center;
    font-size: 20px;
  }

  #name {
    color: blue;
    font-weight: bold;
    font-style: italic;
    font-size: 16px;
    text-transform: capitalize;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-top: none;
    border-left: none;
    border-right: none;
  }

  #preview-label {
    margin: 0 0 0 30%;
  }
  #preview-errors {
    color: red;
    padding: 0 0 0 5px;
    margin: 0;
  }

  #actions, #publish > div > div:last-child {
    margin: 10px auto 0 auto;
    text-align: center;
  }
}

Reviews

No reviews yet.