編輯 要約 없음 |
編輯 要約 없음 |
||
45番째 줄: | 45番째 줄: | ||
div.tright, div.floatright, table.floatright { | div.tright, div.floatright, table.floatright { | ||
float:none; | float:none; | ||
} | |||
} | |||
@media (prefers-color-scheme: dark) { | |||
.diffchange { | |||
color: white; | |||
} | |||
.diff-addedline .diffchange { | |||
background: #2F58CD; | |||
} | |||
.diff-deletedline .diffchange { | |||
background: #E2703A; | |||
} | } | ||
} | } |
2024年4月19日(金)07時17分 版
/* 이 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) { .diffchange { color: white; } .diff-addedline .diffchange { background: #2F58CD; } .diff-deletedline .diffchange { background: #E2703A; } }