:헤르메스 스킨/styles.css

주니 (토론 | 기여)님의 2024년 4월 20일 (토) 12:01 판
/* 뒷배경 */
.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;
}

/* 목차 머리 칸*/
.toctitle Liberty {
    background-color: transparent!important;
}

.toctitle {
	background-color: #181010!important;
	border: 2px solid #dfbaba!important;
}

/* 목차 순번 칸*/
.toc ul {
	background-color: #181010!important;
	text-shadow:0px 0px 0px transparent;
	border: 2px solid #dfbaba!important;
	border-bottom-right-radius: 0rem!important;
	border-bottom-left-radius: 0rem!important;
}
.toc li {
	background-color: transparent!important;
}
.toc ul ul {
	border: none!important;
	box-shadow: none!important;
}