MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| (7 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 43: | Line 43: | ||
.site-img a{ display:inline-block; width:42px; height:42px; font-size:0; vertical-align:top; padding-right:0 !important;} | .site-img a{ display:inline-block; width:42px; height:42px; font-size:0; vertical-align:top; padding-right:0 !important;} | ||
.site-img.site-img1 a{background:url(/resources/assets/Ico-watv.png) !important} | .site-img.site-img1 a{background:url(/resources/assets/Ico-watv.png) !important} | ||
.site-img.site-img2 a{background:url(/resources/assets/ | .site-img.site-img2 a{background:url(/resources/assets/Ico-father.png) !important} | ||
.site-img.site-img3 a{background:url(/resources/assets/Ico-mediacast.png) !important} | .site-img.site-img3 a{background:url(/resources/assets/Ico-mediacast.png) !important} | ||
.site-img.site-img4 a{background:url(/resources/assets/Ico-youtube.png) !important} | .site-img.site-img4 a{background:url(/resources/assets/Ico-youtube.png) !important} | ||
| 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 265: | 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; | |||
} | } | ||