settings
code:style.css
.level-1 img { width: 16.7%; max-height: none; }
.level-2 img { width: 33.3%; max-height: none; }
.level-3 img { width: 50%; max-height: none; }
.level-4 img { width: 66.7%; max-height: none; }
.level-5 img { width: 83.3%; max-height: none; }
.level-6 img { width: 100%; max-height: none; }
.deco-\{, .deco-\} {
font-size: 1em;
color: #fff;
background-color: #b2bcba;
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;
border-color: #b2bcba transparent;
}
.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;
border-color: #b2bcba transparent;
}
.deco-\{ a, .deco-\} a { /* 吹き出し中のリンク */
color: #66F;
}
.deco-\!:before, .deco-\!:after {
border-color: #ee6666 transparent;
}
.deco-\! {/*重要な部分は!をつける*/
color: #fff; /* 白文字 */
background-color: #ee6666; /* 赤背景 */
padding: 0.1em 0.2em 0.1em 0.2em;
}
.deco-\# {/* #をつけると緑色になる */
color: #fff; /* 白文字 */
background-color: #6a6; /*緑背景*/
padding: 0.1em 0.2em 0.1em 0.2em;
}
/* タグの見た目に関する記述 */
atype="hashTag"{
display: inline-block;
color: #47A4B1;
padding: 0px 14px;
font-size: 0.9em;
background-color: #EEEEEE;
border: px solid #47A4B1;
border-radius: 50px;
transition: .6s;
}
atype="hashTag":hover{
background-color: #F0F0F0;
color: #67C4D1;
}
/* 強調レベルごとの書式 */
.line strong.level-1{
border-bottom: solid 2px #20B2AA;
line-height: 2em;
}
.line strong.level-2{
border-bottom: solid 2px #3CB371;
line-height: 2em;
}
.line strong.level-3{
padding: 5px 5px;
border-left: solid 8px #2E8B57;
line-height: 2em;
}
.line strong.level-4{
border-bottom: solid 2px #47A4B1;
line-height: 2em;
}
.line strong.level-5{
padding: 10px 20px;
border-left: solid 10px #d14;
line-height: 2em;
border-color: #000080;
}