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