settings
色味は今のところvvvv gamma本体の配色に沿う方針
そのまま背景#131313だとちょっと暗すぎるのでHelp Browserの背景#222222に
code:style.css
:root {
}
メニューアイコンはgammaのアイコンに
記法
引用
code:style.css
.line .quote {
display: block;
}
二重括弧による強調をマーカーっぽくする
code:style.css
.line strong:not(class) { background: linear-gradient(transparent 75%, rgba(255, 255, 102, 0.7) 25%);
}
文字色
code:style.css
黒塗り
code:style.css
.deco-\":not(:hover){color:transparent;background-color:#28292b;a.page-link {color: transparent;};a.icon {visibility: hidden;};img {filter: contrast(0);}}.line:not(.cursor-line)
水平線
code:style.css
.deco-\' {
display: block;
}
小見出し
code:style.css
.deco-\| {
border-left: 4px solid #fff; padding-left: 11px;
margin-bottom: 3px;
}
大見出し
code:style.css
.deco-\~ {
display: block;
border-bottom-style: solid;
border-bottom-width: 2px;
border-bottom-color: var(--level-3-border);
padding: 1px 0 1px 0.5em;
font-size: 1.7em;
margin-top: 0.1em;
margin-bottom: 0.1em;
}
右揃え
code:style.css
.deco-\> {
position: absolute;
right: 0;
}
中央揃え
code:style.css
.deco-\+ {
display: block;
text-align: center;
}
画像下キャプション
code:style.css
.deco-\& {
display: block;
text-align: center;
font-size: smaller;
line-height: 1;
opacity: 0.8;
}
code:style.css
display: inline-block;
padding: 0.8px 6px;
margin: 0 8px 10px 0;
font-size: 0.9em;
border-radius: 4px;
transition: .3s;
transform: scale(1);
-webkit-transform: scale(1);
}
transform: scale(1);
-webkit-transform: scale(1);
}
code:style.css
/* ホーム表示 */
/* 背景 */
.grid li.page-list-item a {
background-color: var(--body-bgc);
box-shadow: none !important;
}
/* settingsを透明化 */
/* scrapbox translatorを透明化 */
/* _で隠す */
/* ピン留めを段分け */
.page-list-item.pin + .page-list-item:not(.pin) {grid-column-start: 1;}
/* ピン表示 */
.grid li.page-list-item a .pin {
position: absolute;
height: 12px;
width: 12px;
top: 0;
right: 0;
border-radius: 0 0 0 0px;
background: var(--page-bgc);
z-index: 2;
outline:solid 4px var(--body-bgc);
}
/* 背景 */
body {
background-color: var(--page-bgc);
}
/* 本文 */
.page {
background: var(--body-bgc);
box-shadow: none;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
}
/* タイトル */
.line.line-title .text {
padding-bottom: 1rem;
margin-bottom: 3rem;
}
/* テロメアをおとなしくする */
.line .telomere .telomere-border {
border-width: 0px 0px 0px 2.5px !important;
width: 0;
}
.unread {
}
/* メニューバー */
/* 背景色 */
.navbar {background-color: rgba(0, 0, 0, 0.3);}
/* 新規作成ボタン */
/* scrapboxアイコン上書き */
.brand-icon {
visibility:hidden;
}
a.navbar-brand.dropdown-toggle {
position: relative;
visibility: hidden:
}
a.navbar-brand.dropdown-toggle::before {
content: "";
width: 30px;
height: 30px;
display: block;
position: absolute;
top: 4px;
left: -2px;
background-size: contain;
background-repeat: no-repeat;
}
/* 検索メニュー */
.search-form .form-group input:focus {
background-color: rgba(5, 5, 5, 0.3);
}
.search-form .form-group input:is(:focus, .for-mobile) {
background-color: rgba(5, 5, 5, 0.3);
}
.navbar-form .dropdown.open .dropdown-menu {
min-width: 100%;
max-height: calc(100vh - 100px);
overflow-y: auto;
}
.navbar-form .dropdown-menu a {
}
/* グローバルメニュー */
.global-menu {
background-color: var(--body-bgc);
}
.global-menu li a {
}
.global-menu li a.updated, .global-menu li a.highlight {
}
.global-menu .project-list-tab a.active {
background-color: var(--body-bgc);
}
.project-list-tab a {
}
.global-menu li.project-list-filter a:hover {
background-color: var(--page-bgc);
}
/* 関連ページ */
.related-page-list .toolbar .related-page-list-search:focus-within {
background-color: 383838;
}
.related-page-list .toolbar .related-page-list-search:focus-within .fa-search {
}
/* インデント */
/* 表示 */
.line .indent-mark .dot {
display: block;
position: absolute;
right: 10px;
top: 13px;
width: 2px;
height: 2px;
border-radius: 0;
}
/* 列を色分け*/
.indent-mark {
height: 100% !important;
}
.indent-mark .pad {
height: 100% !important;
overflow: unset !important;
}
.indent-mark span:nth-child(2n+2) .pad {
}
/* 特定リンクにアイコン */
:is(.line, .line .deco) a.link:is(
)::before{
font-family:'Font Awesome 5 Free', 'Font Awesome 5 Brands';
content:'\f1c1';
font-weight:400;
margin-right:1px;
}
:is(.line, .line .deco) a.link:is(
)::before{
content: ' ';
margin-right:1px;
}
:is(.line, .line .deco) a.link:is(
)::before{
font-family:'Font Awesome 5 Free', 'Font Awesome 5 Brands';
content:'\f167';
font-weight:400;
margin-right:1px;
}
:is(.line, .line .deco) a.link:is(
/* デフォルトのtwitterリンクのアイコンがユーザー用リンクでも表示されるように名指し */
)::before{
font-family:'Font Awesome 5 Free', 'Font Awesome 5 Brands';
content:'\f099';
font-weight:400;
margin-right:1px;
}
:is(.line, .line .deco) a.link:is(
)::before{
font-family:'Font Awesome 5 Free', 'Font Awesome 5 Brands';
content:'\f16d';
font-weight:400;
margin-right:1px;
}
:is(.line, .line .deco) a.link:is(
)::before{
font-family:'Font Awesome 5 Free', 'Font Awesome 5 Brands';
content:'\f09b';
font-weight:400;
margin-right:1px;
}
:is(.line, .line .deco) a.link:is(
)::before{
font-family:'Font Awesome 5 Free', 'Font Awesome 5 Brands';
content:'\f270';
font-weight:400;
margin-right:1px;
}
:is(.line, .line .deco) a.link:is(
)::before{
font-family:'Font Awesome 5 Free', 'Font Awesome 5 Brands';
content:'\f266';
font-weight:400;
margin-right:0px;
}
/* ポップアップメニュー */
/* ポップアップメニューの修飾ボタンをアイコン化 */
.popup-menu .button-container .button.strong-button > strong,
.popup-menu .button-container .button.italic-button > i,
.popup-menu .button-container .button.strike-button > strike {
display: inline-block; width: 0; text-indent: -9999px }
.popup-menu .button-container .button.link-button::after,
.popup-menu .button-container .button.strong-button::after,
.popup-menu .button-container .button.italic-button::after,
.popup-menu .button-container .button.strike-button::after {
font: 900 100%/normal 'Font Awesome 5 Free';
display: inline-block; min-width: 16px; text-align: center }
.popup-menu .button-container .button.strong-button::after { content: '\f032' }
.popup-menu .button-container .button.italic-button::after { content: '\f033' }
.popup-menu .button-container .button.strike-button::after { content: '\f0cc' }
/* ポップアップメニューのボタン周りの線を消す */
.selections .popup-menu .button-container .button:not(:first-of-type) { border: 0 }
フォント
code:style_.css
@font-face {
font-family: 'l-safe';
src:local("Bahnschrift"), local("DIN"), local("MS Pゴシック"), local("MS PGothic");
unicode-range: U+006C;
}
font-family:'l-safe','calibri','Zen Kaku Gothic New',"YuGothic",'Yu Gothic',"Font Awesome 5 Free","Font Awesome 5 Brands","Roboto","メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", "sans-serif";
}