バッヂになるUserCSS
バッヂになるタグ
https://gyazo.com/df4cb8dbbfc45ca74bc46f8be9922704
code:style.css
/* バッヂ風 */
.line ahref$="/TODO",
.line ahref$="/TASK",
.line ahref$="/IMP",
.line ahref$="/MEMO",
.line ahref$="/%E7%A2%BA%E5%AE%9A",
.deco-\! {
display: inline-block;
padding-left: .3em;
padding-right: .3em;
border-radius: .2em;
text-align: center; font: bolder 100%/normal Futura, Arial, sans-serif; color: #FFF }
.line ahref$="/TODO" { background-color: #08BDBD }
.line ahref$="/TASK" { background-color: #08BDBD }
.line ahref$="/IMP", .deco-\! { background-color: #FF9914 }
.line ahref$="/MEMO" { background-color: #66ccff }
.line ahref$="/%E7%A2%BA%E5%AE%9A", .deco-\! { background-color: #FF9914 }
#UserCSS