settings
https://scrapbox.io/files/60a7e6664380f10021789aa3.png
CSS
code:style.css
/* トップページの書式 */
li.page-list-item.grid-style-item a {
}
li.page-list-item.grid-style-item.pin a .header {
}
.grid li.page-list-item.grid-style-item:not(.pin) a .header {
}
li.page-list-item.grid-style-item:not(.pin) a {
}
/* 画像の表示サイズをhogeのスタイルで調整できるようにする */
.level-1 img.image { width: 16.7%; height: auto; max-height: none; }
.level-2 img.image { width: 33.3%; height: auto; max-height: none; }
.level-3 img.image { width: 50%; height: auto; max-height: none; }
.level-4 img.image { width: 66.7%; height: auto; max-height: none; }
.level-5 img.image { width: 83.3%; height: auto; max-height: none; }
.level-6 img.image { width: 100%; height: auto; max-height: none; }
/* 強調レベルごとの書式 */
.line strong.level-2{
}
.line strong.level-3{
}
.line strong.level-4{
line-height: 2em;
}
.line strong.level-5{
padding: 10px 20px;
border-left: solid 10px #d14; line-height: 2em;
}
/* タグの見た目に関する記述 */
display: inline-block;
padding: 0px 14px;
font-size: 0.9em;
border-radius: 50px;
transition: .6s;
}
}
/* hoge */
.deco-\{, .deco-\} {
font-size: 1em;
padding: 0.1em 0.2em 0.1em 0.2em;
border-radius: 0.4em;
margin: auto 0.3em;
display: inline-block;
max-width: calc(100% - 100px);
vertical-align: top;
}
/* 吹き出しの尖った部分に関する記述 */
.deco-\{:before {
position: absolute;
margin: 0;
padding: 0;
transform: translateX(-100%) translateY(calc(1em - 80%));
width: 0;
content: "";
border-width: 0 0 0.6em 0.6em;
border-style: solid;
}
.deco-\}:after {
position: absolute;
margin: 0;
padding: 0;
transform: translateY(calc(1em - 80%));
width: 0;
content: "";
border-width: 0 0.6em 0.6em 0;
border-style: solid;
}
/* 吹き出し中のリンクに関する書式 */
.deco-\{ a,
.deco-\} a {
}
/* hoge */
.deco-\! {
padding: 0.1em 0.2em 0.1em 0.2em;
}
.deco-\!:before,
.deco-\!:after {
}
/* hogeで赤字 */
.deco-\# {
}
JavaScript
code:script.js
import '/api/code/7cancerWriting/7cancer/script.js'
import '/api/code/kn1cht/embed-tweet/script.js'