Line 1: | Line 1: | ||
.mw-category-title { | .mw-category-title { | ||
color: #000000 ;} | color: #000000 ;} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
body.ns-0.art-subpage {background: #000000;} | body.ns-0.art-subpage {background: #000000;} | ||
Line 46: | Line 23: | ||
span.mw-editsection a { | span.mw-editsection a { | ||
font-weight: 200; | font-weight: 200; | ||
+ | } | ||
+ | |||
+ | |||
+ | #main-page-title, .mw-category-title { | ||
+ | font-family: ‘Open Sans’, sans-serif !important; | ||
+ | font-size: 30px; | ||
+ | font-weight: 500 !important; | ||
+ | } | ||
+ | |||
+ | .mw-category-title { | ||
+ | margin-top: 20px; | ||
+ | } | ||
+ | |||
+ | |||
+ | .mw-icon-title a { | ||
+ | } | ||
+ | |||
+ | |||
+ | a { | ||
+ | color: #4183c4; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | |||
+ | font-color | ||
+ | color: #333333; | ||
+ | |||
+ | /* 본문 */ | ||
+ | #mw-content-text h3 span { | ||
+ | font-family:'Open Sans', 'Nanum Gothic', sans-serif; | ||
+ | font-size: 16px; | ||
+ | color: #333; | ||
+ | padding-top: 30px; | ||
+ | padding-bottom: 15px; | ||
+ | padding-left: 0px; | ||
+ | font-weight: 600; | ||
} | } | ||
#mw-content-text p { | #mw-content-text p { | ||
padding-top: 0px; | padding-top: 0px; | ||
− | padding-bottom: | + | padding-bottom: 5px; |
+ | color: #666; | ||
} | } | ||
Line 58: | Line 72: | ||
} | } | ||
− | + | ul { | |
− | font-family: | + | font-family:'Open Sans', 'Nanum Gothic', sans-serif; |
− | + | color: #666; | |
− | + | padding-bottom: 20px; | |
+ | padding-right: 20px; | ||
} | } | ||
− | + | /* breadcrumb */ | |
− | + | #breadcrumbs { | |
+ | top: -15px; | ||
+ | color: #ccc; | ||
+ | font-size: 10px; | ||
} | } | ||
+ | #breadcrumbs a { | ||
+ | padding-left: 5px; | ||
+ | } | ||
+ | |||
+ | /* article */ | ||
#mw-content-text { | #mw-content-text { | ||
− | margin-top: | + | margin-top: 0px !important; |
} | } | ||
− | + | /* ToC */ | |
+ | #toc > a { | ||
+ | color: #440000; | ||
+ | } | ||
+ | |||
+ | #toc { | ||
+ | top: 260px; | ||
+ | display : inline; | ||
+ | position: fixed; | ||
+ | left : 10px; | ||
+ | font-size : 13px; | ||
+ | } | ||
+ | |||
+ | #toctitle > h2{ | ||
+ | color : #666; | ||
+ | font-size :16px; | ||
+ | font-weight: 500; | ||
+ | } | ||
+ | |||
+ | #toctitle > span { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | #toc-sections > a { | ||
+ | color : #666; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* 본문 이미지, 오브젝트 너비 최대 고정 */ | ||
+ | img,iframe,object{ | ||
+ | max-width:650px !important; | ||
} | } |
.mw-category-title { color: #000000 ;} body.ns-0.art-subpage {background: #000000;} body.ns-14.art-subpage {background: #554400;} #mw-content-text h3 span { font-weight: 600; padding-left: 0px; } .mw-headline { font-weight: 100; } span.mw-editsection { font-weight: 200; position: relative; float:right; margin-right: 25px } span.mw-editsection a { font-weight: 200; } #main-page-title, .mw-category-title { font-family: ‘Open Sans’, sans-serif !important; font-size: 30px; font-weight: 500 !important; } .mw-category-title { margin-top: 20px; } .mw-icon-title a { } a { color: #4183c4; text-decoration: none; } font-color color: #333333; /* 본문 */ #mw-content-text h3 span { font-family:'Open Sans', 'Nanum Gothic', sans-serif; font-size: 16px; color: #333; padding-top: 30px; padding-bottom: 15px; padding-left: 0px; font-weight: 600; } #mw-content-text p { padding-top: 0px; padding-bottom: 5px; color: #666; } li { margin-bottom: 5px list-style-type: circle; } ul { font-family:'Open Sans', 'Nanum Gothic', sans-serif; color: #666; padding-bottom: 20px; padding-right: 20px; } /* breadcrumb */ #breadcrumbs { top: -15px; color: #ccc; font-size: 10px; } #breadcrumbs a { padding-left: 5px; } /* article */ #mw-content-text { margin-top: 0px !important; } /* ToC */ #toc > a { color: #440000; } #toc { top: 260px; display : inline; position: fixed; left : 10px; font-size : 13px; } #toctitle > h2{ color : #666; font-size :16px; font-weight: 500; } #toctitle > span { display: none; } #toc-sections > a { color : #666; } /* 본문 이미지, 오브젝트 너비 최대 고정 */ img,iframe,object{ max-width:650px !important; }