본문으로 이동
메뉴 여닫기
  • 33 문서
  • 239 파일
  • 1 사용자
  • 928 편집
에이펙스 한국어 위키
환경 설정 메뉴 여닫기
개인 메뉴 여닫기
로그인하지 않음
지금 편집한다면 당신의 IP 주소가 공개될 수 있습니다.

:레전드 정보상자/styles.css

에이펙스 한국어 위키
/* 레전드 정보상자 */
.legend-infobox {
	float: right;
	width: 22em;
	text-align: left;
	font-size: 88%;
	border: 1px solid #aaa;
	background-color: #f9f9f9;
}

/* 레전드 정보상자 타이틀 */
.legend-infobox-title {
	font-size:150%; 
	font-weight:800; 
	background-color:#161616; 
	color:#dad6d7;
}

/* 레전드 정보상자 모바일 배치 */
@media screen and (max-width: 639px) {
	
}
@media (max-width: 719px) {
	.legend-infobox {
		float: none !important;
		margin-left: auto;
		margin-right: auto;
	}
	.legend-infobox-title {
		text-align:center;
	}
}