Skip to content

◆Scrapbox by syon

Details

Authorsyon

LicenseNo License

Categoryscrapbox

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

  • 変更箇所バーを非表示
  • フォント: Lato, BIZ UDPGothic
  • 絵文字対応
  • 太字: 黄色蛍光マーカー
  • 斜体: 水色下線

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         ◆Scrapbox
@version      2022-08-11
@namespace    userstyles.world/user/syon
@description  - 変更箇所バーを非表示
- フォント: Lato, BIZ UDPGothic
- 絵文字対応
- 太字: 黄色蛍光マーカー
- 斜体: 水色下線
@author       syon
@license      No License
==/UserStyle== */
@-moz-document domain("scrapbox.io") {

  .telomere {
    display: none;
  }

  div,
  span {
    font-family: Lato, "Noto Sans JP", "BIZ UDPGothic", sans-serif, "Segoe UI Emoji";
  }

  .cli span {
    font-family: 'Noto mono', monospace !important;
  }

  code.code span,
  code.code-body span {
    font-family: 'Noto mono', monospace !important;
  }

  .line span.code-block {
    line-height: 1.2em;
  }

  .indent .deco strong {
    background-color: rgba(255, 255, 0, 0.5) !important;
    padding: 0 0.3em;
  }

  .indent .deco i {
    font-style: normal;
    border-bottom: 2px solid rgba(0, 255, 255, 0.5);
    margin: 0 0.15em;
  }

  .cursor-line span {
    font-family: 'Noto mono', monospace !important;
  }
}

Reviews

No reviews yet.