settings
code:reference.css
/* @import "/api/code/vvvv-gamma/settings/style.css" */
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";
}
:root {
}
.line strong:not(class) { background: linear-gradient(transparent 75%, rgba(255, 255, 102, 0.7) 25%);
}
.deco-\' {
display: block;
}
.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;
}
.grid li.page-list-item a {
background-color: var(--body-bgc);
box-shadow: none !important;
}
/* "settings"を透明化 */
/* "Scrapboxの使い方"を透明化 */
.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(20, 20, 20, 0.4);}
.brand-icon {
visibility:hidden;
}
a.navbar-brand.dropdown-toggle {
position: relative;
}
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(27, 27, 27, 0.4);
}
.search-form .form-group input:is(:focus, .for-mobile) {
background-color: rgba(27, 27, 27, 0.4);
}
.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);
}
.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 {
}
.line .quote {
display: block;
}
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);
}
:is(.line, .line .deco) a.link:is(
)::before{
font-family:'Font Awesome 5 Free', 'Font Awesome 5 Brands';
content:'\f392';
font-weight:400;
margin-right:1px;
}