MediaWiki:Common.css: Difference between revisions

No edit summary
Tags: Mobile edit Mobile web edit
No edit summary
 
(6 intermediate revisions by the same user not shown)
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/ico-father.png) !important}
.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 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: justify}
.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;
}
}