본문으로 건너뛰기
사용자

nyangx3/a(비교)

r103 vs r104
......
17471747
* CSS Custom Property
17481748
{{{#!wiki style="margin-left: -25px"
17491749
* espejo, liberty 스킨은 화이트 모든 배경색이 #fff로 같으나 다크 모드 배경색이 각각 #1c1d1f, #000로 다른데, 스타일 문법에서 background: var(--article-background-color)를 쓰는 방식으로 이를 가져올 수 있다.
1750
그 외 color: var(--text-color)로 스킨 상관 없이 기본 텍스트 색[* #373a3c,#ddd]을 가져올 수 있으며, espejo 스킨 한정으로 color: var(--espejo-link-color)로 기본 링크 색[* #0275d8,#e69720]을 가져올 수 있다.
1750
그 외 color: var(-\-text-color)로 스킨 상관 없이 기본 텍스트 색[* #373a3c,#ddd]을 가져올 수 있으며, espejo 스킨 한정으로 color: var(-\-espejo-link-color)로 기본 링크 색[* #0275d8,#e69720]을 가져올 수 있다.
17511751
* 그 외에도 있으나 따로 정리하기 귀찮으니 속성 이름과 값을 보고 알아서 유추하시길..
17521752
{{{#!wiki style="font-size: .75rem; display: table"
17531753
{{{#!folding [ (espejo/색상) 펼치기 · 접기 ]
......
18991899
}}}
19001900
--dark-article-background-color: #1c1d1f {{{#!wiki style="background: #1c1d1f; @a@
19011901
}}}
1902
}}}}}}
1903
{{{#!wiki style="font-size: .75rem; display: table"
1902
}}}}}}{{{#!wiki style="font-size: .75rem; display: table"
19041903
{{{#!folding [ (espejo/색상 외) 펼치기 · 접기 ]
19051904
##)]
19061905
--espejo-layout-gutter-var: 0;
......
20102009
--espejo-nav-control-item-height-var: 2.5rem;
20112010
--espejo-nav-control-toc-popup-width-var: 320px;
20122011
--espejo-nav-control-toc-popup-max-height-var: 28rem;
2013
}}}}}}
2014
{{{#!wiki style="font-size: .75rem; display: table"
2015
{{{#!folding [ (liberty) 펼치기 · 접기 ]
2012
}}}}}}{{{#!wiki style="font-size: .75rem; display: table"
2013
{{{#!folding [ (liberty/전체) 펼치기 · 접기 ]
20162014
##)]
20172015
--liberty-brand-color: #008275 {{{#!wiki style="background: #008275; @a@
2016
}}} / #2d2f34 {{{#!wiki style="background: #2d2f34; @a@
20182017
}}}
20192018
--liberty-brand-dark-color: #00413b {{{#!wiki style="background: #00413b; @a@
2019
}}} / #16171a {{{#!wiki style="background: #16171a; @a@
20202020
}}}
20212021
--liberty-brand-bright-color: #80c1ba {{{#!wiki style="background: #80c1ba; @a@
2022
}}} / #383b40 {{{#!wiki style="background: #383b40; @a@
20222023
}}}
20232024
--liberty-navbar-logo-image: url(https://namu.wiki/liberty_namu_logo.png);
20242025
--liberty-navbar-logo-minimum-width: 6rem;
20252026
--text-color: #373a3c {{{#!wiki style="background: #373a3c; @a@
2027
}}} / #ddd {{{#!wiki style="background: #ddd; @a@
20262028
}}}
20272029
--article-background-color: #fff {{{#!wiki style="background: #fff; @a@
2030
}}} / #000 {{{#!wiki style="background: #000; @a@
20282031
}}}
2029
----
2030
--liberty-brand-color: #2d2f34 {{{#!wiki style="background: #2d2f34; @a@
2031
}}}
2032
--liberty-brand-dark-color: #16171a {{{#!wiki style="background: #16171a; @a@
2033
}}}
2034
--liberty-brand-bright-color: #383b40 {{{#!wiki style="background: #383b40; @a@
2035
}}}
2036
--liberty-navbar-logo-image: url(https://namu.wiki/liberty_namu_logo.png);
2037
--liberty-navbar-logo-minimum-width: 6rem;
2038
--text-color: #ddd {{{#!wiki style="background: #ddd; @a@
2039
}}}
2040
--article-background-color: #000 {{{#!wiki style="background: #000; @a@
2041
}}}
20422032
}}}}}}
20432033
*
20442034
}}}
......