">>
秀徳祐太.iconかわいい。
code:style.css
/* タグアイコンの共通スタイル (1) */
.line:not(.cursor-line) ahref='./a':not(.icon) span, .line:not(.cursor-line) ahref='./!':not(.icon) span, .line:not(.cursor-line) ahref='./*':not(.icon) span, .line:not(.cursor-line) ahref='./_':not(.icon) span, .line:not(.cursor-line) ahref='./v':not(.icon) span, .line:not(.cursor-line) ahref='./o':not(.icon) span { display: inline-block; width: 0; text-indent: -9999px }
.line:not(.cursor-line) ahref='./x':not(.icon) span { display: inline-block; width: 0; text-indent: -9999px }
/* タグアイコンの共通スタイル (2) */
.line:not(.cursor-line) ahref='./a':not(.icon)::after, .line:not(.cursor-line) ahref='./!':not(.icon)::after, .line:not(.cursor-line) ahref='./*':not(.icon)::after, .line:not(.cursor-line) ahref='./_':not(.icon)::after, .line:not(.cursor-line) ahref='./v':not(.icon)::after, .line:not(.cursor-line) ahref='./o':not(.icon)::after { display: inline-block; min-width: 1.15em; padding-left: 1px;
font: normal 110%/normal;font-family: 'Font Awesome 5 Free'; text-align: center;font-weight: 900; }
.line:not(.cursor-line) ahref='./x':not(.icon)::after { display: inline-block; min-width: 1.15em; padding-left: 1px;
font: normal 110%/normal;font-family: 'Font Awesome 5 Free'; text-align: center; font-weight: 900;}
/* ここから各アイコンの設定 */
.line:not(.cursor-line) ahref='./a':not(.icon)::after { font-family: 'Font Awesome 5 Free';content: '\f004'; color: #64DD19 ;pointer-events: none;font-weight: 900;} .line:not(.cursor-line) ahref='./!':not(.icon)::after { font-family: 'Font Awesome 5 Free';content: '\f12a'; color: #64DD19 ;pointer-events: none;font-weight: 900;} .line:not(.cursor-line) ahref='./*':not(.icon)::after {font-family: 'Font Awesome 5 Free'; content: '\f069'; color: #F26419 ;pointer-events: none;font-weight: 900;} .line:not(.cursor-line) ahref='./_':not(.icon)::after { font-family: 'Font Awesome 5 Free';content: '\f0c8'; color: #08BDBD ;pointer-events: none;font-weight: 400;} .line:not(.cursor-line) ahref='./v':not(.icon)::after { font-family: 'Font Awesome 5 Free';content: '\f14a'; color: #08BDBD ;pointer-events: none;font-weight: 400;} .line:not(.cursor-line) ahref='./%3E':not(.icon)::after { font-family: 'Font Awesome 5 Free';content: '\f0a4'; color: #08AEFF ;pointer-events: none;font-weight: 900;} .line:not(.cursor-line) ahref='./%3C':not(.icon)::after { font-family: 'Font Awesome 5 Free';content: '\f274'; color: lightgrey ;pointer-events: none;font-weight: 400;} .line:not(.cursor-line) ahref='./%7B':not(.icon)::after { font-family: 'Font Awesome 5 Free';content: '\f075'; color: #EAA264 ;pointer-events: none;font-weight: 900;} .line:not(.cursor-line) ahref='./o':not(.icon)::after { font-family: 'Font Awesome 5 Free';content: '\f111'; color: #19DD30 ;pointer-events: none;font-weight: 400;} .line:not(.cursor-line) ahref='./x':not(.icon)::after { font-family: 'Font Awesome 5 Free';content: '\f00d'; color: #F26419 ;pointer-events: none;font-weight: 900;} code:style.css
/* しおり記法 -- しおり箇所のマークやハイライトが不要な場合はこのブロックは消してね */
@media screen {
.app:not(.presentation) .line .deco-\. { background-color: #F5FAEA } .app:not(.presentation) .line .deco-\.::after {
position: absolute; top: 3px; left: -1.4em;
content: '\f02e'; font: 1.7rem/1;font-family: 'Font Awesome 5 Free'; color: yellowgreen } }
@media screen and (max-width: 990px) {
.app:not(.presentation) .line .deco-\.::after { position: static; padding-left: .3em } }
マーカー
こんな感じ
code:style.css
.deco-\& {
background: linear-gradient(transparent 10%, #FBEA6D 25%, #FBEA6D 75%, transparent 90%) }
うす墨字
こんな感じ
code:style.css
.deco-\' {
color:#C0C0C0
}