틀:배경: 두 판 사이의 차이
보이기
편집 요약 없음 |
편집 요약 없음 |
||
1번째 줄: | 1번째 줄: | ||
<onlyinclude>{{#if:{{{1|}}}||__NOCACHE__}}{{#css: | <onlyinclude>{{#if:{{{1|}}}||__NOCACHE__}}{{#css: | ||
body { | body { | ||
--background: {{{1|{{랜덤색|채도=100%|명도=97%}}}}}!important; | --content-background: {{{1|{{랜덤색|채도=100%|명도=97%}}}}}!important; | ||
{{#if:{{{2|<noinclude>1</noinclude>}}}|--background-dark: {{{2|{{랜덤색|채도=30%|명도=10%}}}}};}} | {{#if:{{{2|<noinclude>1</noinclude>}}}|--background-dark: {{{2|{{랜덤색|채도=30%|명도=10%}}}}};}} | ||
} | } |
2025년 1월 14일 (화) 07:23 기준 최신판
현재 문서의 배경색을 변경합니다.
사용법
{{배경|(배경색)|(다크 모드 배경색)}}
인자를 지정하지 않으면 파스텔색 계열의 랜덤색이 설정됩니다.
예시
code_blocks 코드
{{배경|hsl(0,100%,97%)}}
code
description 결과
배경색이 선홍색이 됩니다.
code_blocks 코드
{{배경|hsl(120,100%,97%)}}
code
description 결과
배경색이 연두색이 됩니다.
code_blocks 코드
{{배경|hsl(197,100%,97%)}}
code
description 결과
배경색이 하늘색이 됩니다.