|
|
(같은 사용자의 중간 판 4개는 보이지 않습니다) |
1번째 줄: |
1번째 줄: |
| /* 본문 전역 스타일 */
| | @import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"); |
| .mw-parser-output {
| |
| font-size: 15px;
| |
| line-height: 1.7em;
| |
| word-break: break-word;
| |
| }
| |
| | |
| /* 문단 제목 간 여백 */ | |
| .mw-parser-output h2,
| |
| .mw-parser-output h3, | |
| .mw-parser-output h4 { | |
| margin-top: 2em;
| |
| margin-bottom: 1em;
| |
| }
| |
| | |
| /* 제목 아래 첫 문단 간격 확보 */ | |
| .mw-parser-output h2 + p,
| |
| .mw-parser-output h3 + p {
| |
| margin-top: 1em !important;
| |
| }
| |
| | |
| /* 본문 단락 간 여백 */ | |
| .mw-parser-output p {
| |
| margin-bottom: 1.2em !important;
| |
| line-height: 1.8 !important;
| |
| font-size: 15px !important;
| |
| }
| |
| | |
| /* 리스트 스타일 */ | |
| .mw-parser-output ul, | |
| .mw-parser-output ol { | |
| padding-left: 1.6em !important;
| |
| margin-bottom: 1.2em !important;
| |
| }
| |
| | |
| .mw-parser-output li {
| |
| margin-bottom: 0.5em;
| |
| line-height: 1.7em;
| |
| }
| |
| | |
| /* 강조 텍스트 스타일 */ | |
| .mw-parser-output b, | |
| .mw-parser-output strong { | |
| font-weight: 600;
| |
| color: #333;
| |
| }
| |
| | |
| /* 링크 컬러 */
| |
| a {
| |
| color: #3366cc;
| |
| text-decoration: none;
| |
| }
| |
| a:hover {
| |
| text-decoration: underline;
| |
| }
| |
2025년 10월 1일 (수) 05:21 기준 최신판
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");