본문으로 이동

틀:배경: 두 판 사이의 차이

리버티게임, 모두가 만들어가는 자유로운 게임
Hsl0 (토론 | 기여)
편집 요약 없음
Hsl0 (토론 | 기여)
편집 요약 없음
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 결과
배경색이 하늘색이 됩니다.