settings
https://4.bp.blogspot.com/-SWPisi2DKlU/WAhy1lUw6GI/AAAAAAAA_Hc/jODjehKI-ucgXs-Aq4bjaBIC9kkqdnx4ACLcB/s400/junkatsuyu_haguruma.png
行間を調整する
code:style.css
/* 行間調整 */
.line .section-0{
line-height: 1.4em !important;
}
#で始まるタグをラベル風にする
code:style.css
/* #で始まるタグをラベル風にする */
display: inline-block;
padding: 0px 10px;
margin: 0 8px 10px 0;
font-size: 80%;
border-radius: 18px;
transition: .1s;
-webkit-transform: scale(1);
transform: scale(1);
}
}
.line.number-list .indent-mark {
display: none;
}
[* ]<-これに蛍光のラインを足す
code:style.css
.level-1{
background: linear-gradient(transparent 60%, rgb(105, 251, 170) 60%);
}
code:style.css
.grid li.page-list-item a {
border-radius: 6px;
box-shadow: 0 1px 0 rgba(0,0,0,0.13);
}
.grid li.page-list-item a .title {
font-weight: bold;
}
.navbar-default {
}
body {
}
.page {
box-shadow: 0 4px 0 rgba(0,0,0,0.16);
border-radius: 6px;
}
code:style.css
element.style {
border-width: 0px 0px 0px 8px;
}
.line .meta {
}
.line .meta.unread {
}
.grid li.page-list-item:hover
{
border-radius: 5px;
transition: box-shadow .1s;
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.grid li.page-list-item:active {
transition: box-shadow .3s;
transition-delay: .3s;
}
.grid li.page-list-item a .hover {
opacity: 0;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
background-color: rgba(116, 206, 133, 0.31);
transition: background-color .5s;
}
.grid li.page-list-item a:active .hover{
background-color: rgba(242, 126, 72,0);}
関連ページのアレ
code:style.css
.grid li.relation-label a {
background-color: rgba(0, 0, 0, 0.07);
}
.grid li.page-list-item a .pin {
インデント
code:style.css
.line .indent-mark .dot {
display: block;
position: absolute;
right: 6px;
top: 13px;
width: 8px;
height: 2px;
border-radius: 3px;
Ohajiki用
code:style.css
.text-input{
font-size: 16px;
transform: scale(0.9375);
}
code:style.css
/* 行内の画像を左寄せにする */
.line .text { clear: both; overflow: hidden }
.line img.image { float: left; margin-right: .5em }
吹き出し準備用
code:style.css
.line .text { clear: both; overflow: auto }
.line img.icon {
display: inline;
}
吹き出し全体用
code:style.css
pointer-events: none;
line-height: 1.4em;
display: inline-block;
vertical-align: top;
margin-left: 16px;
max-width: 80%;
margin-bottom: 0.5em;
position: relative;
padding: 3px 7px 2px 7px;
border-radius: 6px;
}
display: block;
position: absolute;
content: "";
top: 10px;
left: -16px;
width: 0;
border-width: 7px 0 0 18px;
border-style: solid;
}
all:initial;
pointer-events: none;
font-size: 14px;
}
all:initial;
}
セリフ吹き出し
code:style.css
/* 「 で始まるタグを吹き出しにする ※アイコン記法は除く */
}
}
モノローグ用吹き出し
code:style.css
/* ( で始まるタグを吹き出しにする ※アイコン記法は除く */
}
padding: 6px 7px 6px 7px;
border-radius: 17px;
}
top: 10px;
left: -6px;
width: 12px;
height: 8px;
border-radius: 8px;
border-style: hidden;
}
top: 7px;
left: -12px;
width: 6px;
height: 4px;
border-radius: 8px;
border-style: hidden;
}
}
all:initial;
}
LINE風吹き出し
code:style.css
/* < で始まるタグを吹き出しにする ※アイコン記法は除く */
}
}