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

편집 요약 없음
편집 요약 없음
 
29번째 줄: 29번째 줄:
/* 목차 머리 칸*/
/* 목차 머리 칸*/
#mw-toc-heading{
#mw-toc-heading{
color:#1e1e30;
color:#1e1e30; font-weight:bold;
}
}



2024년 4월 20일 (토) 18:23 기준 최신판

/* 뒷배경 */
.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;
}

/* 목차 머리 칸*/
#mw-toc-heading{
	color:#1e1e30; font-weight:bold;
}

.toctitle Liberty {
    background-color: #1e1e30!important;
}

.toctitle {
	background-color: #1e1e30!important;
	border: 2px solid #000!important;
	box-shadow:0px 0px 8px #000!important;
	border-top-right-radius: 0rem!important;
	border-top-left-radius: 0rem!important;
}

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