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