태그: 편집 취소 |
편집 요약 없음 |
||
37번째 줄: | 37번째 줄: | ||
/* 글자 색 */ | /* 글자 색 */ | ||
a { | |||
color: #10069F; | color: #10069F; | ||
} | } | ||
a:hover { | |||
color: #10069F; | color: #10069F; | ||
} | } | ||
a:active { | |||
color: #10069F; | color: #10069F; | ||
} | } | ||
a.new { | |||
color: #EF3340; | color: #EF3340; | ||
} | } | ||
a.new:hover { | |||
color: #EF3340; | color: #EF3340; | ||
} | } | ||
a.new:active { | |||
color: #EF3340; | color: #EF3340; | ||
} | } |
2024년 9월 16일 (월) 22:29 기준 최신판
/* 레이어(위 아래) */
.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;
}
/* 글자 색 */
a {
color: #10069F;
}
a:hover {
color: #10069F;
}
a:active {
color: #10069F;
}
a.new {
color: #EF3340;
}
a.new:hover {
color: #EF3340;
}
a.new:active {
color: #EF3340;
}