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

Fonte: Enciclopédia de conhecimento da Igreja de Deus
Saltar para a navegação Saltar para a pesquisa
Sem resumo de edição
Etiqueta: Revertida
Sem resumo de edição
 
(Há 3 edições intermédias do mesmo utilizador que não estão a ser apresentadas)
Linha 1: Linha 1:
/* All CSS here will be loaded for users of the MinervaNeue skin */
/* 최근편집일, 개인정보처리방침, 면책조항 삭제 */
/* 최근편집일, 개인정보처리방침, 면책조항 삭제 */
#footer-info-lastmod,
#footer-info-lastmod,
#footer-places-privacy,
#footer-places-privacy,
#footer-places-disclaimer {
#footer-places-disclaimer {display:none}
  display: none;
}


/* 푸터 하나님의교회 소개 표시 */
/* 푸터 하나님의교회 소개 표시 */
#footer-places-about {
#footer-places-about {display:inline}
  display: inline;
}


/* 저작권 표시 */
/* 저작권 표시 */
#footer-info-custom-copyright {
#footer-info-custom-copyright {display:inline-block}
  display: inline-block;
}


/* 미네르바 노이어 대문의 'OO님, 환영합니다!' 삭제 */
/* 미네르바 노이어 대문의 'OO님, 환영합니다!' 삭제 */
.page-Main_Page #section_0 {
.page-Main_Page #section_0 {display:none}
  display: none;
}


/* 푸터 위키이름 삭제 */
/* 푸터 위키이름 삭제 */
footer .footer-content h2 {
footer .footer-content h2 {display:none}
  display: none;
footer #mw-data-after-content h2 {display:block}
}
footer #mw-data-after-content h2 {
  display: block;
}


/*각주*/
/*각주*/
ol.references > li {
ol.references > li{font-size:12px; margin-top:4px; line-height:1.6}
  font-size: 12px;
ol.references{padding-left:24px}
  margin-top: 4px;
.client-js .collapsible-block{margin-top:10px; margin-bottom:10px}
  line-height: 1.6;
.content h3{font-size:16px}
}
.content * + h3{margin-top: 1.5em}
ol.references {
.content p{margin-top:0}
  padding-left: 24px;
}
.client-js .collapsible-block {
  margin-top: 10px;
  margin-bottom: 10px;
}
.content h3 {
  font-size: 16px;
}
.content * + h3 {
  margin-top: 1.5em;
}
.content p {
  margin-top: 0;
}


/* 언어선택, PDF 다운로드, 주시하기, 편집 버튼 숨김 */
/* 언어선택, PDF 다운로드, 주시하기, 편집 버튼 숨김 */
Linha 57: Linha 29:


/* 공유하기 표시 여백 */
/* 공유하기 표시 여백 */
#content {
#content{padding-bottom:110px}
  padding-bottom: 110px;
}


/* 모바일 메뉴 푸터 삭제*/
#mw-mf-page-left .hlist{display:none}


/* 모바일 메뉴 열기/닫기 */
/* 모바일 메뉴 열기/닫기 */
nav .ico-arrow {
nav .ico-arrow{position:absolute; top:50%; right:20px}
  position: absolute;
nav .ico-arrow::before{transform: rotate(45deg)}
  top: 50%;
nav .ico-arrow::after{transform: rotate(-45deg); margin-left: 4px; margin-top: -1px}
  right: 20px;
nav .ico-arrow::before, nav .ico-arrow::after{content: ''; position: relative; width: 6px; height: 1px; display: block; background: #000}
}
nav li.open .ico-arrow {transform:rotate(180deg)}
nav .ico-arrow::before {
  transform: rotate(45deg);
}
nav .ico-arrow::after {
  transform: rotate(-45deg);
  margin-left: 4px;
  margin-top: -1px;
}
nav .ico-arrow::before,
nav .ico-arrow::after {
  content: "";
  position: relative;
  width: 6px;
  height: 1px;
  display: block;
  background: #000;
}
nav li.open .ico-arrow {
  transform: rotate(180deg);
}
#p-main-categories .recommended,
#p-main-categories .recommended,
#p-main-categories .category,
#p-main-categories .category,
#p-main-categories .language {
#p-main-categories .language{display:none}
  display: none;
 
}
#p-main-categories.recommended-open .recommended,
#p-main-categories.recommended-open .recommended,
#p-main-categories.category-open .category,
#p-main-categories.category-open .category,
#p-main-categories.language-open .language {
#p-main-categories.language-open .language{display:list-item}
  display: list-item;
}
#p-main-categories .recommended span,
#p-main-categories .recommended span,
#p-main-categories .category span,
#p-main-categories .category span,
#p-main-categories .language span {
#p-main-categories .language span{font-weight:500}
  font-weight: 500;
.recommended-open > li:hover {
    background-color: #eaeff7;
    list-style: none;
}
}


/* 로그인 */
/* 로그인 */
#userloginForm .warningbox {
#userloginForm .warningbox{display:none}
  display: none;
}


/* 유튜브 */
/* 유튜브 */
.video-wrap {
.video-wrap{position:relative; width:100%; height:0; overflow:hidden; padding-bottom:56.26%; margin-top:20px; background-color:#666;}
  position: relative;
.video-wrap iframe{position:absolute; top:0; left:0; width:100%; height:100%}
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.26%;
  margin-top: 20px;
  background-color: #666;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* p iframe{width:100%; height:200px}
/* p iframe{width:100%; height:200px}
@media(min-width:720px){
@media(min-width:720px){
Linha 134: Linha 69:
}*/
}*/


.mw-parser-output a.extiw,
.mw-parser-output a.extiw, .mw-parser-output a.external{color: #69f;}
.mw-parser-output a.external {
.mw-notification, .toast, .drawer{z-index:9999}
  color: #69f;
 
}
.a2a_kit a {display:inline-block; margin-right:10px}
.mw-notification,
.content .wikishare_toolbox a > img{width:28px}
.toast,
 
.drawer {
 
  z-index: 9999;
}


.a2a_kit a {
.content .infobox tbody > tr > th {
  display: inline-block;
    flex: initial;  
  margin-right: 10px;
}
.content .wikishare_toolbox a > img {
  width: 28px;
}
}


/* 미네르바 스킨의 썸네일 이미지 크기 보정 */
/* 미네르바 스킨의 썸네일 이미지 크기 보정 */
@media (max-width: 719px) {
.content .infobox {max-width:356px !important;}
  .thumbinner {
 
    width: 100% !important;
  }
  a.image {
    width: 100%;
  }
  a.image img {
    width: 100% !important;
  }
  table.infobox {
    display: table;
  }
  .thumb,
  .gallery .gallerybox div.thumb {
    position: relative;
    width: calc(100% + 32px) !important;
    left: -16px;
  }
  .thumb .thumbcaption {
    margin-left: 16px;
  }
  .infobox .thumb {
    position: static;
    width: auto !important;
    left: 0;
  }


  .custom-image {
@media(max-width:719px){
     width: 100vw !important;
     .thumbinner{width:100% !important}
     position: relative;
     a.image{width:100%}
     left: -16px;
     a.image > img{width:100% !important}
    background: none;
    table.infobox{display:table}
    border: none;
.thumb, .gallery .gallerybox div.thumb{position: relative; width: calc(100% + 32px) !important; left: -16px}
    padding: 0 !important;
.thumb .thumbcaption{margin-left:16px}
    float: none !important;
.infobox .thumb{position:static; width:auto !important; left:0}
    margin-left: unset !important;
    margin-right: unset !important;
  }
  .custom-image .thumbcaption {
    padding: 0 16px !important;
  }
  .custom-album {
    border: none !important;
    background: none !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .custom-album .thumbcaption {
    margin-bottom: 10px;
  }
  .custom-album .custom-image {
    width: calc(100vw + 3px) !important;
  }
  .custom-album .albumitem {
    margin: 5px 0;
  }
  .infobox .custom-image {
    width: 100% !important;
    left: 0;
  }
  .infobox .custom-album {
    width: 100% !important;
  }
}


.minerva-header > form {
    .custom-image{width: 100vw !important; position: relative; left: -16px; background: none; border: none; padding: 0 !important; float: none !important; margin-left: unset !important; margin-right: unset !important;}
  justify-content: center;
    .custom-image .thumbcaption {padding:0 16px !important}
}
    .custom-album {border:none !important; background:none !important; float:none !important; margin:0 !important; padding:0 !important}
@media (max-width: 800px) {
     .custom-album .thumbcaption{margin-bottom:10px}
  .branding-box {
    .custom-album .custom-image{width: calc(100vw + 3px) !important}
    max-width: calc(100% - 450px);
    .custom-album .albumitem{margin:5px 0}
    min-width: auto !important;
     .infobox .custom-image {width: 100% !important; left:0}
  }
    .infobox .custom-album {width: 100% !important}
  .minerva-header .branding-box a {
    width: 100%;
  }
  .minerva-header .branding-box a span {
    width: 100%;
    line-height: normal;
    overflow: hidden;
     text-overflow: ellipsis;
  }
}
@media (max-width: 719px) {
  .branding-box {
     max-width: calc(100% - 111px);
  }
}
}


 
#mw-mf-page-left ul {
/* 왼쪽메뉴 스타일 */
     padding-bottom: 22px;
#mw-mf-page-left ul:first-child li:first-child {
     border-top: 0
}
}


Linha 267: Linha 125:
     line-height: inherit;
     line-height: inherit;
     max-width: 100%;
     max-width: 100%;
     padding: 12px 10px 12px 15px
     padding: 12px 10px 12px 15px;
}
}


Linha 281: Linha 139:
     font-size: 0.875rem;
     font-size: 0.875rem;
     font-weight: bold
     font-weight: bold
}
#mw-mf-page-left ul.hlist {
    display: flex;
    flex-wrap: wrap
}
#mw-mf-page-left ul.hlist li {
    background-color: transparent;
    border: 0;
    margin: 0;
    font-size: 0.75em
}
#mw-mf-page-left ul.hlist li:after {
    content: none
}
#mw-mf-page-left ul.hlist li a {
    color: #3366cc;
    padding: 0.7em 12px
}
#mw-mf-page-left ul.hlist li a:hover {
    background-color: transparent;
    box-shadow: none
}
#mw-mf-page-left ul.hlist li a span {
    font-weight: normal
}
}

Edição atual desde as 07h58min de 13 de dezembro de 2024

/* 최근편집일, 개인정보처리방침, 면책조항 삭제 */
#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 #section_0 {display:none}

/* 푸터 위키이름 삭제 */
footer .footer-content h2 {display:none}
footer #mw-data-after-content h2 {display:block}

/*각주*/
ol.references > li{font-size:12px; margin-top:4px; line-height:1.6}
ol.references{padding-left:24px}
.client-js .collapsible-block{margin-top:10px; margin-bottom:10px}
.content h3{font-size:16px}
.content * + h3{margin-top: 1.5em}
.content p{margin-top:0}

/* 언어선택, PDF 다운로드, 주시하기, 편집 버튼 숨김 */
#page-actions{margin-top:20px; display:none}

/* 공유하기 표시 여백 */
#content{padding-bottom:110px}

/* 모바일 메뉴 푸터 삭제*/
#mw-mf-page-left .hlist{display:none}

/* 모바일 메뉴 열기/닫기 */
nav .ico-arrow{position:absolute; top:50%; right:20px}
nav .ico-arrow::before{transform: rotate(45deg)}
nav .ico-arrow::after{transform: rotate(-45deg); margin-left: 4px; margin-top: -1px}
nav .ico-arrow::before, nav .ico-arrow::after{content: ''; position: relative; width: 6px; height: 1px; display: block; background: #000}
nav li.open .ico-arrow {transform:rotate(180deg)}
#p-main-categories .recommended,
#p-main-categories .category,
#p-main-categories .language{display:none}

#p-main-categories.recommended-open .recommended,
#p-main-categories.category-open .category,
#p-main-categories.language-open .language{display:list-item}
#p-main-categories .recommended span,
#p-main-categories .category span,
#p-main-categories .language span{font-weight:500}
.recommended-open > li:hover {
    background-color: #eaeff7;
    list-style: none;
}

/* 로그인 */
#userloginForm .warningbox{display:none}

/* 유튜브 */
.video-wrap{position:relative; width:100%; height:0; overflow:hidden; padding-bottom:56.26%; margin-top:20px; background-color:#666;}
.video-wrap iframe{position:absolute; top:0; left:0; width:100%; height:100%}
/* p iframe{width:100%; height:200px}
@media(min-width:720px){
p iframe{width:600px; height:340px}
}
@media(min-width:1300px){
p iframe{width:1000px; height:560px}
}*/

.mw-parser-output a.extiw, .mw-parser-output a.external{color: #69f;}
.mw-notification, .toast, .drawer{z-index:9999}

.a2a_kit a {display:inline-block; margin-right:10px}
.content .wikishare_toolbox a > img{width:28px}



.content .infobox tbody > tr > th {
    flex: initial; 
}

/* 미네르바 스킨의 썸네일 이미지 크기 보정 */
.content .infobox {max-width:356px !important;}


@media(max-width:719px){
    .thumbinner{width:100% !important}
    a.image{width:100%}
    a.image > img{width:100% !important}
    table.infobox{display:table}
	.thumb, .gallery .gallerybox div.thumb{position: relative; width: calc(100% + 32px) !important; left: -16px}
	.thumb .thumbcaption{margin-left:16px}
	.infobox .thumb{position:static; width:auto !important; left:0}

    .custom-image{width: 100vw !important; position: relative; left: -16px; background: none; border: none; padding: 0 !important; float: none !important; margin-left: unset !important; margin-right: unset !important;}
    .custom-image .thumbcaption {padding:0 16px !important}
    .custom-album {border:none !important; background:none !important; float:none !important; margin:0 !important; padding:0 !important}
    .custom-album .thumbcaption{margin-bottom:10px}
    .custom-album .custom-image{width: calc(100vw + 3px) !important}
    .custom-album .albumitem{margin:5px 0}
    .infobox .custom-image {width: 100% !important; left:0}
    .infobox .custom-album {width: 100% !important}
}

#mw-mf-page-left ul {
    padding-bottom: 22px;
}

#mw-mf-page-left ul li {
    background-color: #ffffff;
    position: relative;
    border-top: 1px solid #eaecf0;
    margin-top: -1px
}

#mw-mf-page-left ul li:first-child {
    border-top: 0
}

#mw-mf-page-left ul li a {
    color: #54595d;
    display: flex;
    align-items: center;
    line-height: inherit;
    max-width: 100%;
    padding: 12px 10px 12px 15px;
}

#mw-mf-page-left ul li a:hover {
    box-shadow: inset 4px 0 0 0 #3366cc;
    text-decoration: none
}

#mw-mf-page-left ul li a span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.875rem;
    font-weight: bold
}