Diferencia entre revisiones de «MediaWiki:Common.css»

새 문서: 이 CSS 설정은 모든 스킨에 적용됩니다: .wikiEditor-ui * {font-size: 13px; font-family: monospace,monospace} h1, h2, p ,span ,div{font-family:'roboto','notokr',sans-serif}: .mw-parser-output .external{background:none; padding:0}: .fw600{font-weight:600} .part-t{padding-top:20px}: .cog-container{max-width:960px; margin-left:auto; margin-right:auto} .cog-title{border:1px solid #E3E6EC; border-radius:8px; padding:20px} .cog-title h1{font-size:20px; mar...
 
Sin resumen de edición
 
(No se muestran 5 ediciones intermedias del mismo usuario)
Línea 126: Línea 126:
.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}
Línea 266: Línea 266:
@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;
}
}