settings/theme/common
Cosense.iconCosense の仕様により、次のCSSは ProjectCSS ではロードされない。starブラウザ側の UserCSS として利用する場合に反映される。 code:style.css
@import "/api/code/nremiel/settings%2Ftheme%2Fcommon%2Ftypefaces/style.css";
@import "/api/code/nremiel/settings%2Ftheme%2Fcommon%2Fshadow/style.css";
@import "/api/code/nremiel/settings%2Ftheme%2Fcommon%2Fnavigation/style.css";
@import "/api/code/nremiel/settings%2Ftheme%2Fcommon%2Fpage-list/style.css";
@import "/api/code/nremiel/settings%2Ftheme%2Fcommon%2Fpage/style.css";
@import "/api/code/nremiel/settings%2Ftheme%2Fcommon%2Ftelomeres/style.css";
@import "/api/code/nremiel/settings%2Ftheme%2Fcommon%2Fproject-settings-page/style.css";
@import "/api/code/nremiel/settings%2Ftheme%2Fcommon%2Ferror-page/style.css";
@import "/api/code/nremiel/settings%2Ftheme%2Fcommon%2Fpatches/style.css";
@import "/api/code/nremiel/settings%2Fcolor-palette%2Fcommon/style.css";
@import "/api/code/nremiel/settings%2Fcolor-palette%2FIDC/style.css";
@import "/api/code/nremiel/settings%2Fcolor-palette%2FMaterial_Design/style.css";
@container style(--overwrite-native-themes: y) {
code:style.css
html,
body,
.app {
--body-bg: var(--c-bg-bottom);
color: var(--c-tx-normal);
background-color: var(--c-bg-bottom);
}
input,
button,
select,
textarea,
.global-menu .project-list-filter input,
.drawer .drawer-menu ul .project-list-filter input {
font-family: var(--ui-sans-serif);
font-feature-settings: var(--ffs-ui-sans-serif);
font-size: var(--fs-ui-sans-serif);
&textarea {
font-family: var(--text-field);
line-height: var(--lh-base);
font-size: var(--fs-ui-sans-serif);
font-family: var(--ui-sans-serif);
}
}
}
b,
strong {
font-weight: bold;
}
h1 {
font-family: var(--h1);
font-feature-settings: var(--ffs-h1);
font-weight: var(--fw-h1);
text-transform: var(--tt-h1);
}
h2 {
font-family: var(--h2);
font-feature-settings: var(--ffs-h2);
font-weight: var(--fw-h2);
text-transform: var(--tt-h2);
}
h3 {
font-family: var(--h3);
font-feature-settings: var(--ffs-h3);
font-weight: var(--fw-h3);
text-transform: var(--tt-h3);
}
h4 {
font-family: var(--h4);
font-feature-settings: var(--ffs-h4);
font-weight: var(--fw-h4);
text-transform: var(--tt-h4);
}
h5 {
font-family: var(--h5);
font-feature-settings: var(--ffs-h5);
font-weight: var(--fw-h5);
text-transform: var(--tt-h5);
}
h6 {
font-family: var(--h6);
font-feature-settings: var(--ffs-h6);
font-weight: var(--fw-h6);
text-transform: var(--tt-h6);
}
code:style.css
}