takker
https://gyazo.com/9848f337a8da5505e8b11800fb919cd6
this is takker’s page
このwikiの管理人
よろしくおねがいします
よろりんごーコキスズメ.icon
お手数おかけしました寝坊助.icon
Never miんごtakker.icon
Accounts
/icons/niconico.icon いつか動画を投稿できたらいいなあ
/icons/hr.icon
code:script.js
import '/api/code/takker/import/script.js';
code:style.css
@import '/api/code/takker/import/style.css';
code:script.js
import '/api/code/taberungo/インライン引用/script.js';
code:script.js
import '/api/code/taberungo/赤文字記法/script.js';
code:style.css
.line span.code-block .code-block-start title="css" a::before { content: '\e749';
display: inline-block;
}
.line span.code-block .code-block-start title="html" a::before { content: '\f13b';
display: inline-block;
}
content: '\e74f';
display: inline-block;
}
content: '\e628';
display: inline-block;
}
.line span.code-block .code-block-start title="cpp" a::before { content: '\e61d';
display: inline-block;
}
.line span.code-block .code-block-start title="c" a::before { content: '\e61e';
display: inline-block;
}
.line span.code-block .code-block-start title="toml" a::before, .line span.code-block .code-block-start title="json" a::before, .line span.code-block .code-block-start title="yaml" a::before { content: '\e60b';
display: inline-block;
}
.line span.code-block .code-block-start title="xml" a::before { content: '\fabf';
display: inline-block;
}
content: '\f013';
display: inline-block;
}
content: '\e73e';
display: inline-block;
}
.line span.code-block .code-block-start title="txt" a::before { content: '\e612';
display: inline-block;
}
.line span.code-block .code-block-start title="csv" a::before { content: '\f0ce';
display: inline-block;
}
.line span.code-block .code-block-start title="fish" a::before, .line span.code-block .code-block-start title="bash" a::before, .line span.code-block .code-block-start title="zsh" a::before { content: '\f489';
display: inline-block;
}
.line span.code-block .code-block-start title="dos" a::before { content: '\e629';
display: inline-block;
}
コードブロック行頭の空白の色を変えた
code:style.css
.line span.code-block .pad:not(.code-block-margin){
background-color: rgba(0,0,0,0.05);
height: inherit;
}
箇条書き中のコードブロック記法での行頭のインデントの色を背景と同じ色にする
code:style.css
.line span.code-block .code-block-margin {
margin-bottom: inherit;
}
コードブロック記法中のfontを変更
code:style.css
.line code {
font-family: Cica,Consolas,Roboto,Helvetica,Arial,"Hiragino Sans",sans-serif;
font-size: 110%;
line-height: 1.5em;
}
code:style.css
/* はりつくメニューバー */
@media screen and (min-height: 600px) and (min-width: 768px) {
.app:not(.presentation) { padding-top: 90px; padding-right: 0 !important }
.app:not(.presentation) .page-menu { position: fixed; top: 90px }
.navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 990; overflow: unset }
.dropdown.open .dropdown-menu {
position: absolute; left: auto; top: auto;
max-height: calc(100vh - 100px); overflow-y: auto
}
.dropdown.open .dropdown-menu.global-menu { left: 0; top: 54px }
.page-menu .dropdown.open .dropdown-menu { position: absolute; top: 0 }
}