메뉴 여닫기
환경 설정 메뉴 여닫기
개인 메뉴 여닫기
로그인하지 않음
편집을 하면 임시 계정이 생성되어 부여됩니다.

창팝위키 서버 이전 완료 [1]

.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;
}