settings
0.
1.
1.
2.
2.
code:style.css!
@import "api/code/takker/番号付き箇条書きにFontAwesomeを使うUserCSS/style.css";
code:style.css!
@import "../settings_css/style.css";
code:style.css
html body {
--body-bg: var(--main-mycol-light);
--navbar-bg: rgba(172, 225, 248, 0.7);
--navbar-bg: var(--main-mycol);
--navbar-title-color: var(--white-mycol);
--navbar-icon-color: var(--white-mycol);
--tool-text-color: var(--white-mycol);
--tool-light-color: var(--main-mycol-light);
--tool-bg: var(--sub-mycol);
--tool-color: var(--white-mycol);
--new-button-bg: var(--accent-mycol);
--page-text-color: var(--black-mycol);
--line-title-color: var(--black-mycol);
--sub-color: var(--sub-mycol);
--card-title-bg: none;
--card-title-color: var(--sub-mycol);
--relation-label-links-bg:var(--blue-mycol);
--relation-label-bg:var(--glay-mycol);
--relation-label-empty-bg:var(--red-mycol);
--search-form-bg: var(--main-mycol-light);
--search-form-icon-color: var(--accent-mycol);
--search-form-icon-focus-color: var(--accent-mycol);
--telomere-updated: var(--accent-mycol);
}
html body {
background-color: var(--main-mycol-light);
background-image:
linear-gradient(
135deg,
var(--main-mycol-light) 0%,
var(--main-mycol-dark) 100%);
}
.line .indent-mark .dot {
background-color: transparent;
}
.line .indent-mark .dot::before {
display: block;
position: absolute;
top: -10px;
font-size: 9px;
content: "\30fc";
font-weight: 900;
}
.indent-mark .dot:nth-child(6n+2)::before {
}
.indent-mark .dot:nth-child(6n+3)::before {
}
.indent-mark .dot:nth-child(6n+4)::before {
}
.indent-mark .dot:nth-child(6n+5)::before {
}
.indent-mark .dot:nth-child(6n+6)::before {
}
.indent-mark .dot:nth-child(6n+7)::before {
}
.page-list > .grid li.pin {
height: 32px;
width: 100%;
margin-bottom: 5px;
}
.page-list > .grid li.page-list-item.pin a {
background-color: var(--card-bg);
border-radius: 7px;
margin: none;
box-shadow: none;
}
.page-list > .grid li.page-list-item a .header.pinned {
border-top: none;
padding: 6px 5px;
}
.page-list > .grid li.page-list-item.pin a .title {
font-size: 12px;
color: var(--card-title-color);
max-height: 20px;
text-align: center;
}
.page-list > .grid li.page-list-item.pin a .content :is(.description, .icon) {
display: none;
}
.page-list > .grid li.page-list-item a .pin {
background: none;
}
.page-list-item.pin + .page-list-item:not(.pin) {
grid-column-start: 1;
}
.grid li.page-list-item a {
border-radius: 5px;
}
body {
--card-box-shadow:none;
--card-box-hover-shadow:none;
}
display: none;
}
.line img.image,
.video-player video,
.iframe-video-player iframe {
border-radius: 8px;
}
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f023";
margin-right: .25em;
}
font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
font-weight: 900;
font-size: 0.8rem;
content: " \f35d";
display: inline-block;
}
.app .navbar .navbar-brand .brand-icon {
}
.big-page-link {
font-weight: 500 !important;
color: var(--accent-mycol) !important;
}
.line.number-list .dot {
background-color: transparent !important;
display: list-item;
}
.line.number-list .dot::before {
display: block;
position: absolute;
font-family: "Font Awesome 5 Free";
top: -11px;
content: "\f292";
font-weight: 900;
font-size: 11px;
opacity: 0.0;
}
.line.number-list .c-0 + .dot::before {
opacity: 1.0;
}
.line.number-list .c-1 + .dot::before {
opacity: 0.8;
}
.line.number-list .c-2 + .dot::before {
opacity: 0.6;
}
.line.number-list .c-3 + .dot::before {
opacity: 0.4;
}
.line.number-list .c-4 + .dot::before {
opacity: 0.2;
}
body {
min-height: 100vh;
}
.status-bar > div {
background-color: var(--main-mycol-dark);
}
.new-button {
width: 28px;
height: 28px;
}
.search-form .form-group .dropdown-menu {
width: 100%;
max-height: calc(100vh - 130px);
}
.navbar .navbar-menu > li.stream-btn,
.navbar .navbar-menu > li.stream-btn.hidden-xs {
display: block !important;
}
.stream-btn a {
color: var(--accent-mycol);
}
.stream-btn a:hover {
color: var(--accent-mycol-light);
}