Skip to content

◆はてな匿名ダイアリー by syon

Screenshot of ◆はてな匿名ダイアリー

Details

Authorsyon

LicenseNo License

Categoryanond.hatelabo.jp

Created

Updated

Size2.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           ◆はてな匿名ダイアリー
@namespace      userstyles.world
@version        2024-06-08
@author         syon
==/UserStyle== */
@-moz-document domain("anond.hatelabo.jp") {

  #globalheader,
  #headtable,
  #breadcrumbs,
  .navigation,
  #afc,
  *[class*=afc],
  form[action*="google"],
  #rectangle-middle,
  .double-rectangle {
    display: none !important;
  }

  #hatena-anond {
    max-width: 960px !important;
    margin: 2em auto !important;
  }
  div.body > div.section {
    margin: auto;
  }

  div.day > h2 {
    border-radius: 0;
    background-color: initial !important;
    padding: 0 1.7rem;
    a span {
      color: #568BCA !important;
      font-size: 1.7rem;
      margin: 0;
    }
  }
  h2 > a,
  h3 > a {
    text-decoration: none !important;
  }
  a.keyword {
    border: none !important;
    color: #333333 !important;
  }
  a {
    color: #2C6EBD !important;
    text-decoration: none;
  }
  a:visited {
    color: purple !important;
  }
  div.section h3 span.sanchor {
    color: #568BCA !important;
  }
  div.section h3 {
    margin: 1.5em 0 !important;
  }
  div.body blockquote {
    border: 1px solid #ABC5E5 !important;
  }
  #globalheader div#bannersub table td {
    background: #568BCA;
  }
  #globalheader div#bannersub table td a {
    color: #fff !important;
  }

  body,
  #body {
    background-color: #f8f8f8 !important;
    color: #333333 !important;
  }
  div.body {
    font-family: sans-serif;
    font-size: 16px;
    background-color: initial !important;
    color: #333333 !important;
    border: 0 !important;
  }
  .box-curve {
    background-color: #fdfdfd !important;
    box-shadow: 1px 1px 2px rgba(28, 28, 28, 0.1) !important;
  }
  div.refererlist ul {
    background-color: #f8f8f8 !important;
  }
  div.caption {
    border-bottom: 1px solid #ABC5E5 !important;
  }
  div.section h4 {
    border-bottom: 1px solid #ABC5E5 !important;
    border-left: 5px solid #ABC5E5 !important;
    margin: 3em 0 1em !important;
  }
  div.section h5 {
    margin: 1.5em 0 .5em
  }
  div.section p {
    margin-top: .5em;
    text-indent: 0;
  }

  br + br + br {
    background: red;
    display: none;
  }
}

Reviews

No reviews yet.