settings
code: style.css
display: none;
}
display: none;
}
body {
background-color: #c13628 !important; }
.selection {
background-color:#c13628ff;
}
.selections {
background-color:#c13628ff;
}
.line a.link, .line a.page-link {
text-decoration: none;
}
.line a:hover {
text-decoration: underline;
}
/* 吹き出し本体 */
.deco-\{, .deco-\} {
font-size: 1em;
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;
}
/* 右吹き出しの角 */
.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;
}
.line .dot {
display: none !important;
}
/* 強調吹き出しの角 */
.deco-\!:before, .deco-\!:after { border-color: #ee6666 transparent; } /* 吹き出し内のリンク色の調整 */
.deco-\{ a, .deco-\} a { color: #000000; } /*.deco-\{ a.empty-page-link, .deco-\} a { color: #F00; }*/ /* #で始まるタグをラベル風にする */
display: inline-block;
padding: 0 6px;
margin-left: 4px;
font-size: 0.9em;
border-radius: 3px;
transition: .3s;
-webkit-transform: scale(1);
transform: scale(1);
}
-webkit-transform: scale(1.1);
transform: scale(1.1);
} */
display: inline-block;
margin: 4px;
font-size: 14px;
height: 32px;
width: auto;
padding-left: 8px;
padding-right: 8px;
padding-top: 2px;
padding-bottom: 2px;
border-radius: 2px;
border-style: none;
background-color: rgba(193, 54, 40, 0.1);
}
background-color: rgba(193, 54, 40, 0.2);
}
background-color: rgba(193, 54, 40, 0.3);
}
box-shadow: 0 0 0 1px #0a84ff inset, 0 0 0 1px #0a84ff, 0 0 0 4px rgba(10, 132, 255, 0.3) } */
display: inline-block;
margin: 4px;
font-size: 14px;
height: 32px;
width: auto;
padding-left: 8px;
padding-right: 8px;
padding-top: 2px;
padding-bottom: 2px;
border-radius: 2px;
border-style: none;
background-color: rgba(193, 54, 40, 1);
}
background-color: rgba(193, 84, 40, 1);
}
background-color: rgba(193, 54, 40, 1);
}
0 0 0 4px rgba(193, 54, 40, 0.3);
}
/* 二重括弧による強調をマーカーっぽくする */
.line strong:not(class) { background: linear-gradient(transparent 10%, #eba675 25%, #eba675 70%, transparent 90%) }