사용자:Hsl0/vector-2022.css: 두 판 사이의 차이
< 사용자:Hsl0
잔글편집 요약 없음 |
편집 요약 없음 |
||
| 2번째 줄: | 2번째 줄: | ||
:root { | :root { | ||
--site-background: hsl(120 50% 85% / 1); | --site-background: hsl(120 50% 85% / 1); | ||
} | |||
/* 좌하단 네비게이션 (https://bigforest.a2hosted.com/wiki/Mediawiki:Gadget-NavigationButtons.js) */ | |||
#navigation-buttons { | |||
position: fixed; | |||
bottom: 1rem; | |||
left: 1rem; | |||
z-index: 10; | |||
display: flex; | |||
overflow: hidden; | |||
background: color-mix(in srgb,var(--site-background),#ffffffcc 80%); | |||
backdrop-filter: var(--blur); | |||
box-shadow: var(--section-shadow); | |||
border-radius: var(--radius); | |||
} | |||
#navigation-buttons .oo-ui-buttonElement { | |||
padding: 0.15em; | |||
font-size: 105%; | |||
margin-right: 0; | |||
} | |||
#navigation-buttons .oo-ui-buttonElement:first-child { | |||
margin-left: 0; | |||
} | } | ||
2025년 1월 12일 (일) 15:20 기준 최신판
@import url('https://cdn.jsdelivr.net/gh/hsl0/mediawiki-skin-float@mw1.41/vector-2022.css');
:root {
--site-background: hsl(120 50% 85% / 1);
}
/* 좌하단 네비게이션 (https://bigforest.a2hosted.com/wiki/Mediawiki:Gadget-NavigationButtons.js) */
#navigation-buttons {
position: fixed;
bottom: 1rem;
left: 1rem;
z-index: 10;
display: flex;
overflow: hidden;
background: color-mix(in srgb,var(--site-background),#ffffffcc 80%);
backdrop-filter: var(--blur);
box-shadow: var(--section-shadow);
border-radius: var(--radius);
}
#navigation-buttons .oo-ui-buttonElement {
padding: 0.15em;
font-size: 105%;
margin-right: 0;
}
#navigation-buttons .oo-ui-buttonElement:first-child {
margin-left: 0;
}