"미디어위키:Timeless.css"의 두 판 사이의 차이

누리위키, 온 누리의 백과사전
잔글
잔글
(같은 사용자의 중간 판 10개는 보이지 않습니다)
37번째 줄: 37번째 줄:
 
width:auto;
 
width:auto;
 
}
 
}
 +
 
/* 모바일에서 편집요약이 줄바꿈되도록 함. */
 
/* 모바일에서 편집요약이 줄바꿈되도록 함. */
.comment{
+
.comment{
word-break:break-all;
+
word-break:break-all;
}
+
}
  
 
/* 모바일 infobox 잘림 현상 개선 */
 
/* 모바일 infobox 잘림 현상 개선 */
.infobox{
+
.infobox{
width:100% !important;
+
width:100% !important;
}
+
}
}  
+
 
 +
/* 모바일 wikitable 설정 */
 +
.wikitable{
 +
display:block;
 +
padding:0;
 +
overflow:scroll;
 +
word-break:keep-all;
 +
margin:1.5em !important;
 +
}
 +
 
 +
/* 모바일 tatabox 설정 */
 +
.tatabox{
 +
display:block;
 +
overflow:scroll;
 +
word-break:keep-all;
 +
}
 +
 
 +
.toccolours{
 +
margin:0;
 +
}
 +
 
 +
}
 +
 
 
.suggestions {
 
.suggestions {
 
z-index: 100 !important;
 
z-index: 100 !important;
 
margin-top:50px;
 
margin-top:50px;
 
}
 
}

2019년 6월 23일 (일) 23:13 판

/* CSS placed here will affect users of the Timeless skin */

/* 사이드바 옵션 */
@media (min-width: 1340px) {
  #mw-content-block {
    display: block;
  }
  #mw-content,
  #content-bottom-stuff {
  margin-left: 14em;
  }
  #mw-content-wrapper {
    float: right;
    margin-left: -14em;
    width: 100%;
  }
  #mw-related-navigation {
    width: 14em;
    padding: 0 1em 0 0;
  }
}

/* 모바일 옵션 */
.oo-ui-clippableElement-clippable {
	width:auto !important;
}
.oo-ui-popupWidget-popup {
	width:auto !important;
	max-width:400px !important;
}
@media screen and (max-width: 500px) {
	#p-logo-text {
		display:none;	
	}
	#hauptseite {
		display:block;
		width:auto;
	}

/* 모바일에서 편집요약이 줄바꿈되도록 함. */
.comment{
word-break:break-all;
}	

/* 모바일 infobox 잘림 현상 개선 */
.infobox{
width:100% !important;
}

/* 모바일 wikitable 설정 */
.wikitable{
display:block;
padding:0;
overflow:scroll;
word-break:keep-all;
margin:1.5em !important;
}

/* 모바일 tatabox 설정 */
.tatabox{
display:block;
overflow:scroll;
word-break:keep-all;
}

.toccolours{
margin:0;
}

}

.suggestions {
	z-index: 100 !important;
	margin-top:50px;
}