메뉴 여닫기
환경 설정 메뉴 여닫기
개인 메뉴 여닫기
로그인하지 않음
지금 편집한다면 당신의 IP 주소가 공개될 수 있습니다.

현재 창팝위키는 베타 오픈입니다. 공지 보기

.ts-subtitle {
	text-align: center; 
	margin-block: 0.5rem; 
	font-weight: 500;
}

.ts-title {
	text-align: center;
	font-size: 3rem;
	margin-block-start: 0.3em;
}

.ts-welcome {
	text-align: center; 
}

.ts-layout-container {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.ts-layout-item {
	flex: 1;
	flex-basis: 480px;
}

.ts-search {
	padding: 1rem;
	margin-top: 1.5rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 480px;
	cursor: pointer;
	text-align: center;
	transition-property: background-color, color, border-color, box-shadow;
	transition-duration: .25s;
}

.ts-search:hover {
	border-color: #a14ceb !important; 
	background-color: unset !important; 
}

.ts-search:active {
	border-color: #a14ceb !important;
	box-shadow: inset 0 0 0 1px #a14ceb;
}

.ts-search-icon {
	margin-right: 1rem;
	opacity: 0.6;
}