842 shaares
111 private links
111 private links
1 result
tagged
Stylish
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("kakuyomu.jp") {
/* Color & font
----------------------------------------------------------------- */
body {
color: #d8f8d8 !important;
background: #000 !important;
}
body {
font-family: sans-serif !important;
font-weight: normal !important;
}
/* width
----------------------------------------------------------------- */
.widget-episodeTitle, .chapterTitle {
max-width: 1200px !important;
}
.widget-episode-inner {
max-width: 1200px !important;
}
.widget-episode-inner p {
line-height: 1.5 !important;
margin-bottom: 2em !important;
}
.widget-episode-inner p.blank {
display: none !important;
}
/* Elase
----------------------------------------------------------------- */
#episodeFooter {
display: none !important;
}
}