MediaWiki:Minerva.css: diferenças entre revisões

Created page with "All CSS here will be loaded for users of the MinervaNeue skin: 최근편집일, 개인정보처리방침, 면책조항 삭제: #footer-info-lastmod, #footer-places-privacy, #footer-places-disclaimer {display:none} 푸터 하나님의교회 소개 표시: #footer-places-about {display:inline} 저작권 표시: #footer-info-custom-copyright {display:inline-block} 미네르바 노이어 대문의 'OO님, 환영합니다!' 삭제: .page-Main_Page..."
 
Sem resumo de edição
Etiqueta: Revertida
Linha 96: Linha 96:
@media(max-width:719px){
@media(max-width:719px){
.branding-box{max-width: calc(100% - 111px)}
.branding-box{max-width: calc(100% - 111px)}
}
/* 모바일 언어선택*/
.select-mobile a {
  display: flex;
  align-items: center;
  padding: 10px 0;
  text-decoration: none;
  color: #54595d;
}
.select-mobile a:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 7px;
  background: url(/resources/assets/ico_lang.svg) no-repeat left center;
  background-size: 38px;
}
.modal {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 25%;
}
.close-button {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close-button:hover,
.close-button:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.minerva-user-notifications {
  display: none;
}
#language-selector {
  display: none;
}
}