틀:헤르메스 스킨/styles.css: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
25번째 줄: 25번째 줄:
color: #fe5757!important;
color: #fe5757!important;
text-shadow:0px 0px 25px #f80101!important;
text-shadow:0px 0px 25px #f80101!important;
}
.her-template a.new {
color: #337ab7!important;
}
.her-template a.new:active {
color: #337ab7!important;
}
}

2024년 3월 2일 (토) 23:09 판

/* 뒷배경 */
.hr-bg1  {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-repeat: repeat-y;
  display: inherit;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index:-3;
 -webkit-user-select: none;
 -moz-user-select: none;
  user-select: none;
}

/* 글자 색 변경*/
.her-template a.new {
	color: #ba0000!important;
}
.her-template a.new:active {
	color: #ba0000!important;
}
.her-template a.new:hover {
	color: #fe5757!important;
	text-shadow:0px 0px 25px #f80101!important;
}