DESIGN_MakeSpecificTagsBadges
from /scrasobox/バッヂになるタグ
特定タグをバッヂ風にする CSS
code:batch.css
.line ahref$="/But",
.line ahref$="/MTG",
.line ahref$="/IDEA" {
display: inline-block; padding: .2em; border-radius: .2em;
text-align: center; font: bolder 100%/normal Futura, Arial, sans-serif; color: #FFF;
}
.line ahref$="/But" { background-color: #0000BD }
.line ahref$="/MTG" { background-color: #08BDBD }
.line ahref$="/IDEA" { background-color: #FF9914 }
User CSS