編輯 要約 없음 |
編輯 要約 없음 |
||
( | |||
2番째 줄: | 2番째 줄: | ||
body { | body { | ||
font-size: 1. | font-size: 1.1rem; | ||
} | } | ||
.Liberty .nav-wrapper .navbar .navbar-brand { | .Liberty .nav-wrapper .navbar .navbar-brand { | ||
background: transparent url(/images/2/22/All-New-Gukhan-Daebaekgwa-Title-white.png) no-repeat scroll left center/auto 1.9rem; | |||
} | } | ||
13番째 줄: | 13番째 줄: | ||
} | } | ||
a.btn ruby > rt, a.btn ruby > rp { | a.btn ruby.hanja > rt, a.btn ruby.hanja > rp { | ||
display: none !important; | |||
} | |||
header ruby.hanja > rt, header ruby.hanja > rp { | |||
display: none !important; | display: none !important; | ||
} | } | ||
21番째 줄: | 25番째 줄: | ||
} | } | ||
@media screen and (max-width: | .Liberty .content-wrapper .liberty-content .liberty-content-main .tleft { | ||
. | margin-right: 0.8rem; | ||
margin-bottom: 0.8rem; | |||
} | |||
.alert-info { | |||
color: revert; | |||
background-color: #9addff80; | |||
border-color: #89caec; | |||
} | |||
.alert-info { | |||
color: revert; | |||
background-color: #9addff40; | |||
border-color: ##89caec80; | |||
} | |||
@media screen and (max-width:520px) { | |||
div.tright, div.floatright, table.floatright { | |||
float:none; | |||
} | |||
} | |||
@media (prefers-color-scheme: dark) { | |||
.mw-search-profile-tabs, #mw-searchoptions { | |||
background: black; | |||
} | |||
.diffchange { | |||
color: white; | |||
} | |||
.diff-addedline .diffchange { | |||
background: #2F58CD; | |||
} | |||
.diff-deletedline .diffchange { | |||
background: #E2703A; | |||
} | } | ||
} | } |
2024年6月25日(火)06時03分 基準 最新版
/* 이 CSS 설정은 리버티 스킨을 사용하는 사용자에게 적용됩니다 */ body { font-size: 1.1rem; } .Liberty .nav-wrapper .navbar .navbar-brand { background: transparent url(/images/2/22/All-New-Gukhan-Daebaekgwa-Title-white.png) no-repeat scroll left center/auto 1.9rem; } .Liberty .nav-wrapper .navbar .navbar-login .logout-btn { display: none; } a.btn ruby.hanja > rt, a.btn ruby.hanja > rp { display: none !important; } header ruby.hanja > rt, header ruby.hanja > rp { display: none !important; } .btn.btn-secondary.tools-btn.tools-share { display: none; } .Liberty .content-wrapper .liberty-content .liberty-content-main .tleft { margin-right: 0.8rem; margin-bottom: 0.8rem; } .alert-info { color: revert; background-color: #9addff80; border-color: #89caec; } .alert-info { color: revert; background-color: #9addff40; border-color: ##89caec80; } @media screen and (max-width:520px) { div.tright, div.floatright, table.floatright { float:none; } } @media (prefers-color-scheme: dark) { .mw-search-profile-tabs, #mw-searchoptions { background: black; } .diffchange { color: white; } .diff-addedline .diffchange { background: #2F58CD; } .diff-deletedline .diffchange { background: #E2703A; } }