Fluentスタイルのスタイラス(Windows 11など)+日本語用のNeoGothicフォント。
5. Stylus Fluent + NeoGothic JP by MaruniUmebachi
Details
AuthorMaruniUmebachi
LicenseNo License
Categorychrome-extension
Created
Updated
Size16 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
Source code has over 10K characters, so we truncated it. You can inspect the full source code on install link./* ==UserStyle==
@name Stylus Fluent + NeoGothic JP
@version 20240806.05.06
@namespace https://userstyles.world/user/MaruniUmebachi
@description Stylus in Fluent style (like Windows 11) + NeoGothic font for Japanese.
@author MaruniUmebachi
@license No License
==/UserStyle== */
@-moz-document regexp("^\\w+-extension://.+") {
@font-face {
font-family: 'Verdana';
src: local("Yu Gothic");
}
@font-face {
font-family: 'Verdana';
font-weight: 400;
src: local("Yu Gothic Medium");
}
:root {
--c97: hsl(0, 0%, 8%);
--c98: hsl(0, 0%, 10%);
--c99: hsl(0, 0%, 15%);
--c100: hsl(0, 0%, 10%);
--name-padding-left: 0;
}
body:lang(ja) {
font-family: "Segoe UI Variable Display", "Segoe UI", "Helvetica Neue", Helvetica, "Yu Gothic UI", sans-serif;
}
#header h1:lang(ja),
#header #filters summary h2:lang(ja) {
font-family: "Segoe UI Variable Display", "Segoe UI", "Helvetica Neue", Helvetica, Verdana, sans-serif !important;
font-weight: 600;
}
button {
border-radius: 4px;
padding: 6px 25px!important;
border: 1px solid var(--c70);
font-size: 14px;
font-style: normal;
font-weight: 400;
color: var(--fg);
background-color: rgba(255, 255, 255, .0605);
border-color: rgba(255, 255, 255, .09) rgba(255, 255, 255, .07) rgba(255, 255, 255, .07);
transition: background-color .25s, border-color .25s;
}
.dirty #save-button,
.dirty #save-button + button,
#usw-publish-style {
background: #3da8ff;
border-color: transparent;
color: #000;
}
input:not([type]):lang(ja),
input[type=text]:lang(ja),
input[type=number]:lang(ja),
input[type=search]:lang(ja),
textarea:lang(ja),
input[type="url"]:lang(ja),
input[type="time"]:lang(ja),
#search:lang(ja),
#manage\.newUI\.sort:lang(ja) {
padding-left: 10px;
font-family: "Segoe UI Variable Display", "Segoe UI", "Helvetica Neue", Helvetica, Verdana, Tahoma, Geneva, "Yu Gothic UI", sans-serif;
width: 100%;
box-sizing: border-box;
outline: 0;
height: 32px;
background-color: rgba(255, 255, 255, .0605)!important;
border: 1px solid;
border-bottom-width: 2px;
border-color: rgba(255, 255, 255, .0698)!important;
border-radius: 4px;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 32px;
color: rgba(255, 255, 255, .786);
}
input:not([type]):focus,
input[type=text]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type="url"]:focus,
input[type="time"]:focus,
#search:focus,
#manage\.newUI\.sort:focus {
outline: none;
box-shadow: none !important;
border-bottom: 2px solid #0076d6 !important;
background-color: rgba(30, 30, 30, .7);
color: #fff;
border-color: rgba(255, 255, 255, .0698);
}
select:lang(ja) {
padding-left: 10px;
font-family: "Segoe UI Variable Display", "Segoe UI", "Helvetica Neue", Helvetica, Verdana, Tahoma, Geneva, "Yu Gothic UI", sans-serif;
width: 100%;
box-sizing: border-box;
outline: 0;
height: 32px;
border: 1px solid;
border-bottom-width: 2px;
border-color: rgba(255, 255, 255, .0698)!important;
border-radius: 4px;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 32px;
color: rgba(255, 255, 255, .786);
background-color: #363636 !important;
}
input[type="checkbox"]:not(.slider),
input[type=radio] {
background-color: transparent;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
height: 20px;
width: 20px;
outline: 0;
cursor: pointer;
vertical-align: middle;
margin: 0px 5px 3px;
background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='8.5' y='8.5' width='15' height='15' rx='1.5' stroke='%23ADADAD'/%3E%3C/svg%3E%0A");
border: 0;
background-position: -6px -6px;
flex: 0 0 20px !important;
}
input[type="checkbox"]:not(.slider):checked::after {
content: '';
}
input[type=radio] {
background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='7.5' stroke='%23ADADAD'/%3E%3C/svg%3E");
background-position: -5px -6px;
}
input[type="checkbox"]:not(.slider):checked {
background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='8' y='8' width='16' height='16' rx='2' fill='%23479EF5'/%3E%3Cpath d='M19.765 13.2047C20.0661 13.4892 20.0797 13.9638 19.7953 14.265L15.5453 18.765C15.4061 18.9123 15.2133 18.997 15.0107 18.9999C14.8081 19.0028 14.6129 18.9236 14.4697 18.7803L12.2197 16.5303C11.9268 16.2374 11.9268 15.7626 12.2197 15.4697C12.5126 15.1768 12.9874 15.1768 13.2803 15.4697L14.9846 17.174L18.7047 13.235C18.9891 12.9339 19.4638 12.9203 19.765 13.2047Z' fill='%23242424'/%3E%3C/svg%3E");
background-position: -6px -6px;
}
input[type="checkbox"]:not(.slider):hover:checked {
background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='8' y='8' width='16' height='16' rx='2' fill='%2362ABF5'/%3E%3Cpath d='M19.765 13.2047C20.0661 13.4892 20.0797 13.9638 19.7953 14.265L15.5453 18.765C15.4061 18.9123 15.2133 18.997 15.0107 18.9999C14.8081 19.0028 14.6129 18.9236 14.4697 18.7803L12.2197 16.5303C11.9268 16.2374 11.9268 15.7626 12.2197 15.4697C12.5126 15.1768 12.9874 15.1768 13.2803 15.4697L14.9846 17.174L18.7047 13.235C18.9891 12.9339 19.4638 12.9203 19.765 13.2047Z' fill='%23242424'/%3E%3C/svg%3E%0A");
background-position: -6px -6px;
}
input[type="checkbox"]:not(.slider):hover {
background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='8.5' y='8.5' width='15' height='15' rx='1.5' stroke='%23BDBDBD'/%3E%3C/svg%3E");
background-position: -6px -6px;
}
input[type=radio]:checked {
background-image: url("data:image/svg+xml,%3Csvg width='33' height='32' viewBox='0 0 33 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 16C24 20.1421 20.6421 23.5 16.5 23.5C12.3579 23.5 9 20.1421 9 16C9 11.8579 12.3579 8.5 16.5 8.5C20.6421 8.5 24 11.8579 24 16Z' stroke='%23479EF5'/%3E%3Ccircle cx='16.5' cy='16' r='5' fill='%23479EF5'/%3E%3C/svg%3E%0A");
background-position: -5px -6px;
}
input[type=radio]:checked:hover {
background-image: url("data:image/svg+xml,%3Csvg width='33' height='32' viewBox='0 0 33 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 16C24 20.1421 20.6421 23.5 16.5 23.5C12.3579 23.5 9 20.1421 9 16C9 11.8579 12.3579 8.5 16.5 8.5C20.6421 8.5 24 11.8579 24 16Z' stroke='%2362ABF5'/%3E%3Ccircle cx='16.5' cy='16' r='5' fill='%2362ABF5'/%3E%3C/svg%3E%0A");
background-position: -5px -6px;
}
input[type=radio]:hover {
background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='7.5' stroke='%23BDBDBD'/%3E%3C/svg%3E%0A");
background-position: -5px -6px;
}
input[type="radio"]::after {
display: none;
}
#header-resizer::after,
.resize-grip::after {
border: 0;
}
#header-resizer {
width: 0;
}
.resize-grip {
height: 0;
}
#popup-options button,
.edit-actions button {
height: initial;
}
.filter-selection select,
#header .filter-selection label {
height: 30px;
}
.filter-selection .select-wrapper {
left: 40px;
}
#message-box {
backdrop-filter: blur(1px);
}
#message-box > div {
border-radius: 8px;
}
#message-box-title:lang(ja) {
font-family: "Segoe UI Variable Display", "Segoe UI", "Helvetica Neue", Helvetica, Verdana, sans-serif !important;
font-weight: 600;
background-color: transparent;
padding: .45rem 12px;
font-size: 18px;
min-height: 0;
}
#message-box-title::before {
display: none;
}
.i-edit::after {
content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5289 1.76386C11.5525 0.740171 13.2123 0.740172 14.236 1.76386C15.2596 2.78755 15.2596 4.44728 14.236 5.47097L13.4571 6.24979L9.75002 2.54269L10.5289 1.76386ZM9.04292 3.24979L2.65722 9.63549C2.28304 10.0097 2.01623 10.4775 1.88467 10.99L1.01571 14.3755C0.971767 14.5467 1.02148 14.7284 1.14646 14.8534C1.27144 14.9783 1.45312 15.028 1.62432 14.9841L5.00978 14.1151C5.52234 13.9836 5.99015 13.7168 6.36433 13.3426L12.75 6.9569L9.04292 3.24979Z' fill='%23878787'/%3E%3C/svg%3E%0A");
}
.i-config::after {
content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.91099 7.38266C2.28028 6.24053 2.88863 5.19213 3.69133 4.30364C3.82707 4.15339 4.04002 4.09984 4.23069 4.16802L6.14897 4.85392C6.66905 5.03977 7.24131 4.76883 7.42716 4.24875C7.44544 4.19762 7.45952 4.14507 7.46925 4.09173L7.83471 2.08573C7.87104 1.88627 8.02422 1.7285 8.22251 1.6863C8.8027 1.5628 9.39758 1.5 10.00...