本文に注力する以外の装飾を排除。はてなキーワードへのリンクを無効化。
はてダをシンプルに読むスタイル by faketurn
Details
Authorfaketurn
LicenseNo License
Categoryanond.hatelabo.jp
Created
Updated
Size1.0 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
パソコンでフルスクリーンで閲覧用。ウィンドウ幅を狭くしても読めなくはないけれど。
Source code
/* ==UserStyle==
@name anond.hatelabo.jp
@version 20231021.15.35
@namespace ?
==/UserStyle== */
@-moz-document domain("anond.hatelabo.jp") {
body {
margin: auto;
max-width: 1300px;
width: 60vw;
}
#globalheader form.search-form,
#breadcrumbs,
div.navigation,
#globalheader div#bannersub,
#headtable tr td#globalmenu{
display: none;
}
div.body {
border: none;
}
#hatena-anond div.section h3 {
font-size: 1.7rem;
}
h2,
h2 span.date{
background-color: white;
color: #666;
}
#globalheader {
margin: auto;
max-width: 800px;
}
p {
font-size: 16px;
}
div.section p {
margin: 1rem 0 2rem;
line-height: 1.75;
}
#hatena-anond div.section h3 {
font-size: 2.4rem;
}
a.keyword,
a.okeyword {
pointer-events: none;
cursor: text !important;
border: none;
}
a + a {
padding-left: 0 !important;
}
div.section h4 {
margin: 4rem 0 2rem;
border: none;
font-size: 2rem;
}
}