settings
code:style.css
/* description */
.app > .container > .page-column > .col-page::before, .app > .container > .quick-launch::before {
content: "このプロジェクトはメンテナンスされていません。詳しくはREADMEをご覧ください。";
display: flex;
height: 40px;
margin-bottom: 10px;
align-items: center;
justify-content: center;
border-radius: 4px;
}
/* フキダシ記法 */
.line:not(.cursor-line) .deco-\{ {
display: inline-block;
position: relative;
max-width: calc(100% - 4em);
line-height: 1;
font-size: small;
padding: 3px 4px 2px 5px;
margin-left: .6em;
border-radius: .4em;
border-bottom-left-radius: 0 }
.line:not(.cursor-line) .deco-\{::after {
display: block; /* reduce the damage in FF3.0 */
position: absolute;
bottom: 0;
left: -0.5em;
width: 0;
content: '';
border-width: 0 0 .5em .5em;
border-style: solid;
}