MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| (16 intermediate revisions by the same user not shown) | |||
| Line 4: | Line 4: | ||
/*.mw-parser-output .external{background:none; padding:0}*/ | /*.mw-parser-output .external{background:none; padding:0}*/ | ||
.fw600{font-weight:600} | .fw600{font-weight:600} | ||
.part-t{padding-top:20px} | /*.part-t{padding-top:20px}*/ | ||
.cog-container{max-width:960px; margin-left:auto; margin-right:auto} | .cog-container{max-width:960px; margin-left:auto; margin-right:auto} | ||
| Line 23: | Line 23: | ||
/* cog-related-site */ | /* cog-related-site */ | ||
.cog-related-site ul{display:flex; flex-wrap:wrap; border-top:1px solid #686C70; margin-left: | .cog-related-site ul{display:flex; flex-wrap:wrap; border-top:1px solid #686C70; margin-left:14px; padding-left:0 !important; padding-top:10px} | ||
.cog-related-site ul li{display:flex; padding-top:4px; padding-bottom:4px; margin-top:10px; box-sizing:border-box; width:100%} | .cog-related-site ul li{display:flex; padding-top:4px; padding-bottom:4px; margin-top:10px; box-sizing:border-box; width:100%} | ||
.cog-intro-wrap .cog-intro-desc{flex:1; font-size:16px;} | .cog-intro-wrap .cog-intro-desc{flex:1; font-size:16px;} | ||
| Line 64: | Line 64: | ||
@media(min-width:768px){ | @media(min-width:768px){ | ||
/* .part-t{padding-top:40px} */ | |||
.cog-title{padding:25px 30px} | .cog-title{padding:25px 30px} | ||
.cog-title h1{font-size:28px} | .cog-title h1{font-size:28px} | ||
| Line 125: | Line 125: | ||
.mw-footer > ul{max-width:960px; margin-left:auto; margin-right:auto} | .mw-footer > ul{max-width:960px; margin-left:auto; margin-right:auto} | ||
.mw-body-content h2{font-weight:600} | .mw-body-content h2{font-weight:600} | ||
.mw-body-content p{text-align: | .mw-body-content p{text-align: left} | ||
#p-search{margin-right:0} | #p-search{margin-right:0} | ||
.content .section-heading{margin-bottom:0 !important; font-size:18px} | .content .section-heading{margin-bottom:0 !important; font-size:18px} | ||
| Line 235: | Line 235: | ||
ul.gallery{padding:0; margin:0} | ul.gallery{padding:0; margin:0} | ||
ul.gallery .thumb{margin:0 !important} | ul.gallery .thumb{margin:0 !important} | ||
/* 본문 스타일 */ | /* 본문 스타일 */ | ||
| Line 264: | Line 265: | ||
@media(max-width:719px){ | @media(max-width:719px){ | ||
.custom-album > *{width:100% !important} | .custom-album > *{width:100% !important} | ||
} | |||
.hatnote.navigation-not-searchable {font-style: italic} | |||
/* 언어 box */ | |||
.vector-menu-dropdown { | |||
direction: ltr; | |||
float: left; | |||
cursor: pointer; | |||
position: relative; | |||
line-height: 1.125em; | |||
top: 10px; | |||
} | |||
.select-language { | |||
content: ""; | |||
display: inline-block; | |||
width: 16px; | |||
height: 16px; | |||
background: url(/resources/assets/ico_lang.svg) no-repeat left center; | |||
background-size: 32px; | |||
} | |||
#mw-head .vector-menu-dropdown .vector-menu-heading { | |||
border-radius: 6px; | |||
padding: 0; | |||
display: flex; | |||
align-items: center; | |||
padding-left: 12px; | |||
padding-right: 5px; | |||
gap: 5px; | |||
height: 30px; | |||
top: 10px; | |||
} | |||
.vector-menu-dropdown .vector-menu-checkbox:checked ~ .vector-menu-content { | |||
border: 1px solid #bbb; | |||
border-radius: 6px; | |||
padding: 6px 0; | |||
} | |||
.vector-menu-dropdown:not(.vector-user-menu):hover .vector-menu-content { | |||
border: 1px solid #bbb; | |||
border-radius: 6px; | |||
padding: 6px 0; | |||
} | |||
#footer-places-disclaimers { | |||
display: none; | |||
} | } | ||