편집 요약 없음 |
편집 요약 없음 |
||
(사용자 2명의 중간 판 35개는 보이지 않습니다) | |||
1번째 줄: | 1번째 줄: | ||
{{navbarcolor|#151517}} | |||
{{사이드 바 색상|#d8aa79|#d8aa79|#151517|#d8aa79}} | |||
{{#CSS: | |||
body { background-color: #191928 !important; color: #d8aa79 !important; } | body { background-color: #191928 !important; color: #d8aa79 !important; } | ||
.mw-body-content { color: #d8aa79 !important; } | .mw-body, .mw-body-content { | ||
background-color: #191928 !important; | |||
color: #d8aa79 !important; | |||
} | |||
.btn-secondary { | |||
color: #d8aa79 !important; | |||
background-color: #1b1b1e !important; | |||
border-color: #d8aa79 !important; | |||
} | |||
.dropdown-item { | |||
color: #d8aa79 !important; | |||
background-color: #1b1b1e !important; | |||
border: 0.5px solid #d8aa79 !important; | |||
} | |||
.dropdown-menu { | |||
color: #d8aa79 !important; | |||
background-color: #d8aa79 !important; | |||
border-color: transparent !important; | |||
} | |||
.liberty-content-header { | .liberty-content-header { | ||
color: #d8aa79 !important; | color: #d8aa79 !important; | ||
11번째 줄: | 31번째 줄: | ||
margin-bottom: 10px; | margin-bottom: 10px; | ||
} | } | ||
.mw-page-title-main { color: #b5834d !important; } | .mw-page-title-main{ | ||
color: #b5834d !important; | |||
font-family: 'Chosunilbo_myungjo' !important; | |||
} | |||
.liberty-content-main { | .liberty-content-main { | ||
background-color: rgba(27, 27, 30, 1) !important; | background-color: rgba(27, 27, 30, 1) !important; | ||
20번째 줄: | 43번째 줄: | ||
} | } | ||
.liberty-content-main h1, .Liberty .content-wrapper .liberty-content .liberty-content-main h2 { | .liberty-content-main h1, .Liberty .content-wrapper .liberty-content .liberty-content-main h2 { | ||
width: 95%; /* 너비를 80%로 설정 */ | |||
margin-left: auto; /* 가운데 정렬을 위한 좌우 여백 */ | |||
margin-right: auto; /* 가운데 정렬을 위한 좌우 여백 */ | |||
font-family: 'Chosunilbo_myungjo' !important; | font-family: 'Chosunilbo_myungjo' !important; | ||
color: #b5834d !important; | color: #b5834d !important; | ||
box-shadow: inset 1px 1px 2px 0 hsla(0, 0%, 100%, .1); | box-shadow: inset 1px 1px 2px 0 hsla(0, 0%, 100%, .1); | ||
vertical-align: middle; | vertical-align: middle; | ||
background: #191928 !important; | background: #191928 !important; | ||
margin-top: 0.2rem !important; | margin-top: 0.2rem !important; | ||
margin-bottom: | margin-bottom: 2rem !important; | ||
padding: 15px !important; | padding: 15px !important; | ||
padding-top: 15px !important; | padding-top: 15px !important; | ||
38번째 줄: | 63번째 줄: | ||
.Liberty .content-wrapper .liberty-content .liberty-content-main h5, | .Liberty .content-wrapper .liberty-content .liberty-content-main h5, | ||
.Liberty .content-wrapper .liberty-content .liberty-content-main h6 { | .Liberty .content-wrapper .liberty-content .liberty-content-main h6 { | ||
width: 95%; /* 너비를 80%로 설정 */ | |||
margin-left: auto; /* 가운데 정렬을 위한 좌우 여백 */ | |||
margin-right: auto; /* 가운데 정렬을 위한 좌우 여백 */ | |||
font-family: 'Chosunilbo_myungjo' !important; | font-family: 'Chosunilbo_myungjo' !important; | ||
color: #b5834d !important; | color: #b5834d !important; | ||
vertical-align: middle; | vertical-align: middle; | ||
margin-top: 0.2rem !important; | margin-top: 0.2rem !important; | ||
margin-bottom: | margin-bottom: 1.5rem !important; | ||
padding: 10px !important; | padding: 10px !important; | ||
padding-top: 10px !important; | padding-top: 10px !important; | ||
53번째 줄: | 80번째 줄: | ||
border-bottom: 1px solid #b5834d !important; | border-bottom: 1px solid #b5834d !important; | ||
} | } | ||
.liberty-footer{ | |||
border: 1px solid transparent !important; | |||
background-color:transparent !important; | |||
background:#151517 !important; | |||
margin-top:10px !important; | |||
color: #b5834d !important; | |||
} | |||
.cs-comments { | |||
box-shadow: inset 1px 1px 2px 0 hsla(0, 0%, 100%, .1); | |||
margin-top:10px !important; | |||
margin-bottom:10px !important; | |||
border: 1px solid #b5834d !important; | |||
background-color: #151517 !important; | |||
padding: 1rem; | |||
} | |||
.cs-comment-body { | |||
background-color: #1b1b1e !important; | |||
} | |||
.cs-vote-up-count, | |||
.cs-vote-down-count { | |||
color: #DECC9C !important; | |||
} | |||
.cs-comment-header { | |||
box-shadow: inset 1px 1px 2px 0 hsla(0, 0%, 100%, .3); | |||
border-radius: 5px; | |||
background-color: #8E001C !important; | |||
border: none !important; | |||
} | |||
.cs-avatar { | |||
border-radius:10px !important; | |||
} | |||
.cs-comment-author a { | |||
color: #DECC9C !important; | |||
} | |||
.cs-comment-author a:active { | |||
color: #DECC9C !important; | |||
} | |||
.cs-comment-title { | |||
color: #DECC9C !important; | |||
} | |||
.cs-comment-details { | |||
color: #DECC9C !important; | |||
} | |||
}} | |||
<noinclude> | |||
스텔레 노스트레를 위해 만든 스킨입니다. | |||
{{목차}} | |||
==예시== | |||
{ | ===예시1=== | ||
==예시2== | |||
</noinclude> | |||
{ | |||
< | |||
2024년 10월 31일 (목) 19:03 기준 최신판
스텔레 노스트레를 위해 만든 스킨입니다.