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
/* #で始まるタグをラベル風にする */
atype="hashTag" {
display: inline-block;
padding: 0px 10px;
margin: 0 8px 10px 0;
color: #6b5723;
font-size: 80%;
border: 2px solid #b49543;
border-radius: 18px;
transition: .1s;
-webkit-transform: scale(1);
transform: scale(1);
}
atype="hashTag".empty-page-link{
color: #888888;
border: 2px solid #c3c3c3;
}
.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;
color: #174432;
}
.navbar-default {
background: linear-gradient(90deg, #31b39b, #74ce85);
}
body {
background-color: #e8e8e8;
}
.page {
background-color: #fefefe;
box-shadow: 0 4px 0 rgba(0,0,0,0.16);
border-radius: 6px;
border: 1px solid #d6d6d6;
}
code:style.css
element.style {
border-width: 0px 0px 0px 8px;
}
.line .meta {
border-color: #DDD;
}
.line .meta.unread {
border-color: #5cbd80;
}
.grid li.page-list-item:hover
{
box-shadow: 0 0 0 3px #a6dc37;
border-radius: 5px;
transition: box-shadow .1s;
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.grid li.page-list-item:active {
box-shadow: 0 0 0 0px #a6dc37;
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 {
background-color: #a6dc37;}
インデント
code:style.css
.line .indent-mark .dot {
display: block;
position: absolute;
right: 6px;
top: 13px;
width: 8px;
height: 2px;
border-radius: 3px;
background-color: #DDD;}
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
.line ahref^="/li9ri9/%E3%80%8C":not(.icon),
.line ahref^="/li9ri9/(":not(.icon),
.line ahref^="/li9ri9/%3C":not(.icon) {
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;
}
.line ahref^="/li9ri9/%E3%80%8C":not(.icon):after,
.line ahref^="/li9ri9/(":not(.icon):before,
.line ahref^="/li9ri9/(":not(.icon):after,
.line ahref^="/li9ri9/%3C":not(.icon):after {
display: block;
position: absolute;
content: "";
top: 10px;
left: -16px;
width: 0;
border-width: 7px 0 0 18px;
border-style: solid;
}
.line ahref^="/li9ri9/%E3%80%8C":not(.icon) span:first-child,
.line ahref^="/li9ri9/(":not(.icon) span:first-child,
.line ahref^="/li9ri9/%3C":not(.icon) span:first-child { display: none }
.line.cursor-line ahref^="/li9ri9/%E3%80%8C":not(.icon) span:first-child,
.line.cursor-line ahref^="/li9ri9/(":not(.icon) span:first-child,
.line.cursor-line ahref^="/li9ri9/%3C":not(.icon) span:first-child { display: inline }
.line.cursor-line ahref^="/li9ri9/%E3%80%8C":not(.icon),
.line.cursor-line ahref^="/li9ri9/(":not(.icon),
.line.cursor-line ahref^="/li9ri9/%3C":not(.icon){
all:initial;
pointer-events: none;
font-size: 14px;
}
.line.cursor-line ahref^="/li9ri9/%E3%80%8C":not(.icon):after,
.line.cursor-line ahref^="/li9ri9/(":not(.icon):after,
.line.cursor-line ahref^="/li9ri9/%3C":not(.icon):after {
all:initial;
}
セリフ吹き出し
code:style.css
/* 「 で始まるタグを吹き出しにする ※アイコン記法は除く */
.line ahref^="/li9ri9/%E3%80%8C":not(.icon) {
color: #000 ;
background-color: #d8d8d8;
}
.line ahref^="/li9ri9/%E3%80%8C":not(.icon):after {
border-color: #d8d8d8 transparent;
}
モノローグ用吹き出し
code:style.css
/* ( で始まるタグを吹き出しにする ※アイコン記法は除く */
.line ahref^="/li9ri9/(":not(.icon), .line ahref^="/li9ri9/(":not(.icon):before, .line ahref^="/li9ri9/(":not(.icon):after {
background-color: #a0a0a0;
}
.line ahref^="/li9ri9/(":not(.icon) {
color: #FFF !important;
padding: 6px 7px 6px 7px;
border-radius: 17px;
}
.line ahref^="/li9ri9/(":not(.icon):before {
top: 10px;
left: -6px;
width: 12px;
height: 8px;
border-radius: 8px;
border-style: hidden;
}
.line ahref^="/li9ri9/(":not(.icon):after {
top: 7px;
left: -12px;
width: 6px;
height: 4px;
border-radius: 8px;
border-style: hidden;
}
.line.cursor-line ahref^="/li9ri9/(":not(.icon){
background-color: #a0a0a0;
color: #000 ;
}
.line.cursor-line ahref^="/li9ri9/(":not(.icon):before {
all:initial;
}
LINE風吹き出し
code:style.css
/* < で始まるタグを吹き出しにする ※アイコン記法は除く */
.line ahref^="/li9ri9/%3C":not(.icon) {
color: #FFF ;
background-color: #17ce61;
}
.line ahref^="/li9ri9/%3C":not(.icon):after {
border-color: #17ce61 transparent;
}
#設定