:괴멸민국/styles.css

한국잼민 (토론 | 기여)님의 2024년 8월 7일 (수) 00:15 판 (한국잼민 (토론)의 619256 판 편집을 되돌림)
/* 레이어(위 아래) */
.crok-lyr-1 {
	z-index: -1;
}
.crok-lyr0 {
	z-index: 0;
}
.crok-lyr1 {	
	z-index: 1;
}

/* 호이형 툴팁 */
.crok-ttp {
	user-select: none;	
}
.crok-ttp-text {
	display: none;
	user-select: none;
}
.crok-ttp:hover .crok-ttp-text {
	display: inherit;
}

/* 뒷배경 */
.crok-BG1 {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #1a1a1f;
  display: inherit;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  user-select: none;
  z-index:-999;
}

/* 글자 색 */
.crok-template a {
	color: #10069F;
}
.crok-template a:hover {
	color: #10069F;
}
.crok-template a:active {
	color: #10069F;
}

.crok-template a.new {
	color: #EF3340;
}
.crok-template a.new:hover {
	color: #EF3340;
}
.crok-template a.new:active {
	color: #EF3340;
}