틀:총력전/styles.css: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
1번째 줄: 1번째 줄:
/*    배경    */
.toc ul {
.Chongryuk-Main  {
background-color:#050c16!important;
  position: relative;
text-shadow:0px 0px 2px transparent;
  width: 100%;
border: 2px solid #000!important;
  height: 100vh;
border-bottom-right-radius: 0rem!important;
  background: #050c16;
border-bottom-left-radius: 0rem!important;
  display: inherit;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index:-3;
}
}
 
.toc li {
/* 글자 색 변경*/
background-color: transparent!important;
a.new {
color: #bbb !important;; text-shadow:0px 0px 1.5px #bbb!important;
}
}
a {
.toc ul ul {
color: #fff !important; text-shadow:0px 0px 1.5px #fff!important;
border: none!important;
box-shadow: none!important;
}
}


.Chongryuk-template a {
.toctitle Liberty {
color: #bbb;
    background-color: transparent!important;
}
}
.Chongryuk-template a:hover {
 
color: #bbb;
.toctitle {
}
background-color: #050c16!important;
.Chongryuk-template a:active {
border: 2px solid #000!important;
color: #bbb;
box-shadow:0px 0px 8px #800000!important;
}
border-top-right-radius: 0rem!important;
.Chongryuk-template a.new {
border-top-left-radius: 0rem!important;
color: #bbb;
}
.Chongryuk-template a.new:hover {
color:  #bbb;
}
.Chongryuk-template a.new:active {
color:  #bbb;
}
.Chongryuk-template a.external {
color:  #bbb;
}
.Chongryuk-template a.external:hover {
color:  #bbb;
}
.Chongryuk-template a.external:active {
color:  #bbb;
}
}


.mw-headline-number {
.number-link {
     color:  #ABDFFF!important;
     color:  #ABDFFF!important;
}
.mw-editsection {
float: right;
font-weight: bold;
}
}


/* 목차를 나무위키처럼 */
#mw-toc-heading{
.toc {
color:#877d7d;
border-radius: 0!important;
text-shadow:2px 2px 4px #877d7d!important;
border: 1px solid #ABDFFF!important;
margin-left: 5px;
}
.toctitle {
min-width: 0!important;
border: none!important;
background-color: #111!important;
}
}
#mw-toc-heading {
.toctogglelabel:after {
border: none!important;
color: #877d7d!important;
font-size:1.3rem!important;
text-shadow:2px 2px 4px #877d7d!important;
font-weight: normal;
user-select: none;
}
}
.tocnumber {
.tocnumber {
color: #ABDFFF;
color:#877d7d!important;
font-size:1rem!important;
text-shadow:2px 2px 4px #877d7d!important;
}
}
.tocnumber:after {
.toctogglespan {
content: '.';
color:#877d7d!important;
text-shadow:2px 2px 4px #877d7d!important;
}
}
.toctext {
.toctext {
color:#fff!important;
color:#877d7d!important;
font-size:1rem!important;
text-shadow:0px 0px 25px #877d7d!important;
}
.toctogglespan {
display: none;
}
#toc ul {
margin: 0!important;
padding: 0.6rem 1.2rem!important;
border: none;
background: #111;
}
#toc ul ul {
margin: 0 0 0 1rem!important;
padding: 0!important;
}
#toc li {
margin: 0!important;
padding: 0!important;
border: none;
background: #111;
}
}


108번째 줄: 55번째 줄:
   width: 100%;
   width: 100%;
   height: 100vh;
   height: 100vh;
   background: #111;
   background: #222;
   display: inherit;
   display: inherit;
   justify-content: center;
   justify-content: center;

2025년 4월 11일 (금) 23:08 판

.toc ul {
	background-color:#050c16!important;
	text-shadow:0px 0px 2px transparent;
	border: 2px solid #000!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;
}

.toctitle Liberty {
    background-color: transparent!important;
}

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

.number-link {
    color:  #ABDFFF!important;
}

#mw-toc-heading{
	color:#877d7d;
	text-shadow:2px 2px 4px #877d7d!important;
}
.toctogglelabel:after {
	color: #877d7d!important;
	text-shadow:2px 2px 4px #877d7d!important;
}
.tocnumber {
	color:#877d7d!important;
	text-shadow:2px 2px 4px #877d7d!important;
}
.toctogglespan {
	color:#877d7d!important;
	text-shadow:2px 2px 4px #877d7d!important;
}
.toctext {
	color:#877d7d!important;
	text-shadow:0px 0px 25px #877d7d!important;
}

.WW-bg  {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #222;
  display: inherit;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  
  z-index:-3;
}