settings
style.css@import "/api/code/shio/indentcolors/style.css";
@media screen { .quick-launch .title { color: #ffffff;}
.grid-size-range { display: none !important }
.project-home {font-size: 1.6em !important;}
.new-button { background-color: rgba(255, 111, 175, 0) !important; }
.horizontal-line, .vertical-line { background-color: rgba(255, 111, 175, 0.3) !important; }
.kamon.kamon-caret-down { display: none !important }
.project-home {position: fixed; top: 4px; left:60px; font-size: 1.6em !important;}
.random-jump-button, .dropdown-toggle { color:
#BBBBBB !important; }
style.css.line .quote { font-style: normal; background: #ffffff; }
body { background-color: #ffffff; font-family: 'Times New Roman','UDデジタル教科書体','游教科書体 横用','游教科書体 横用 ミディアム','YuKyo_Yoko-Medium','游明朝体','YuMincho','游明朝','Yu Mincho','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ヒラギノ明朝 Pro','Hiragino Mincho Pro','BIZ UDP明朝 Medium',serif;}
.editor, .stream, li.page-list-item {font-family: unset; color: #000; !important;}
.navbar-default {
background-color: rgba(255, 111, 175, 0.8);
overflow: unset;
border-top: solid #ff1493 5px;
}
.grid li.page-list-item a {
box-shadow: 0 1px 0 rgba(0,0,0,0);
}
ul.grid li.page-list-item a .header{
border-top: solid 0px #555555;
}
ul.grid-md.grid li.page-list-item a .header{
border-top: solid 0px #555555;
}
ul.grid-lg.grid li.page-list-item a .header{
border-top: solid 1px #555555;
}
.grid li.page-list-item a:hover{
box-shadow: none;
}
.page {
box-shadow: 0 0px 0 rgba(0,0,0,0.16);
background-color: #ffffff;
}
form {
border:0px #ddd solid;
}
.page-list-item .description img.inline-icon {
height: 100%;
width: 100%
}
ピンクのpin
style.css .grid li.page-list-item a .pin { background-color: transparent; background-image: none }
.grid li.page-list-item a .pin::after {
content: '\f08d'; font-family: 'Font Awesome 5 Free'; font-weight: 900;
font-size: 10px; color: #ff6faf; bottom: 0; display: inline-block; transform: rotate(30deg) }
新着ピンクの濃淡テロメア
style.css .editor .lines .telomere .telomere-border.unread {border-color: #ffcbe2;}
.editor .lines .telomere .telomere-border.unread.updated-after-load {border-color: #ff6faf;}
角丸
style.css.page,
.grid li.page-list-item a,
.grid.grid-md li.page-list-item a,
.grid.grid-lg li.page-list-item a {
border-radius: 15px;
}
.grid li.page-list-item a .header {
position: absolute;
bottom: 0px;
z-index: 1;
background: rgba(240, 240, 240, 0.9);
border-top: 1px;
}
.grid li.page-list-item a .icon img {
position: absolute;
top: 0px;
left: 0px;
}
.grid li.page-list-item a:hover {
border-radius: 10px ;
box-shadow: 0px 0px 0px 4px #729FCF ;
}
.container {
max-width: none;
}
style.css/* 行内の画像を左寄せにする */
.line .text, .stream .line { clear: both; overflow: hidden }
.line img.image { float: left; margin-right: .5em }
.stream .line img.image { float: none; margin-right: 0 }
status-barのスタイル変更
style.css.status-bar {
background-color: rgba(255, 255, 255, 0);
color: #a9aaaf;
border-top-left-radius: 15px;
border-top-color: #888;
border-left-color: #888;
}
カーソルをカスタマイズ
style.css .cursor {width: 2px; background-color: rgb(0,0,0); }
style.css/* カウンターのスタイル */
#__charCounter__ span {
cursor: pointer; font: 88%/1 monospace;
opacity: .35; /* ←マウスを乗せてないときの濃さ 35% */
transition: opacity .2s ease-out }
#__charCounter__ span:hover { opacity: 1 } /* ←マウスを乗せたときの濃さ 100% */
#__charCounter__ { z-index: 30; position: sticky; bottom: 0; text-align: right }
/* ポップアップのスタイル */
#__charCounterPopup__ {
z-index: 30; position: absolute; bottom: 2em; right: -1em;
border-radius: .25em; border: 1px solid #ddd; box-shadow: 0 0 8px 1px rgba(8,8,8,.1);
padding: .8em; background-color: azure; color: #5F9EA0; font: 13.5px/1.4 monospace;
transition: opacity .3s ease-out }
/* プレゼンモードのときは非表示にする */
.presentation #__charCounter__,
.presentation #__charCounterPopup__ { display: none }
吹き出し
吹き出しが書ける 右からもできるし、赤くもできる style.css/* 吹き出し本体 */
.deco-\{, .deco-\} {
font-size: 1em;
color: #fff;
background-color: #a2acaa;
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: #a2acaa 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: #a2acaa transparent;
}
/* 強調吹き出しの角 */
.deco-\!:before, .deco-\!:after { border-color: #ee6666 transparent; }
/* 吹き出し内のリンク色の調整 */
.deco-\{ a, .deco-\} a { color: #66F; }
二重括弧にマーカーを引く
二重括弧 [[
]]
で蛍光ラインマーカーを引く
style.css/* [[ ]]<ーこれに蛍光のラインを引く */
.line strong:not([class]){
color:#0a0705;
background:linear-gradient(#ffffff 30%,#00ff01 80%)
}
強調文字に色を付ける
コメント記入用
style.css .deco-\# {color: #0a0705; background:linear-gradient(#ffffff 60%,#ffff00 99%) }
重要な部分を赤くする
ここが 重要なところ です!!
style.css.deco-\! {
color: #fff; /* 白文字 */
background-color: #ee6666; /* 赤背景 */
padding: 0.1em 0.2em 0.1em 0.2em;
}
文字の位置揃えをする
センタリング
右寄せ
style.css/* 中央寄せ */
.deco-\< { position: absolute; width: 100%; text-align: center }
/* 右寄せ */
.deco-\> { position: absolute; width: 100%; text-align: right }
行頭のドットスタイル
style.css .line .indent-mark .dot {
top: 11px;
width: 6px;
height: 3px;
background-color: #8888aa;
}
style.css .line [class="deco-\( deco-\)"] {
display: inline-block; border-radius: 50%; border: .05em solid #f40;
min-width: 1em; padding: .1em; vertical-align: text-bottom;
line-height: 1; color: #f40; font-weight: 600 }
style.css/* セル間に線を入れる */
.table-block .cell {
/* 全てのセルの右と下 */
border-right: solid 1px #ffffff;
border-bottom: solid 1px #dddddd;
}
.table-block .cell:first-child {
/* 1列目のセルの左 */
border-left: solid 1px #ffffff;
}
.section-title + .line .table-block .cell {
/* 1行目のセルの上 */
border-top: solid 1px #ffffff;
}
/* 1行目を太字、中央揃え */
.section-title + .line .table-block .cell {
font-weight: bolder;
text-align: center;
}
レインボウ記法
style.css /*.deco-\! {*/
.deco-\' {
color: #fff; /* 白文字 */
background: linear-gradient( to right,
deeppink,
hotpink,
orchid,
violet,
plum,
darkmagenta,
purple,
deeppink
) 0% center / 200% auto ; /* グラデーション */
padding: 0.1em 0.2em 0.1em 0.2em;
animation: rainbow 4s linear infinite;
}
@keyframes rainbow {
to { background-position-x: 200%; }
}