틀:디코워/styles.css: 두 판 사이의 차이

(새 문서: .toc ul { background-color:#050F1C!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: #050F1C!important; border: 2px solid #000!import...)
 
편집 요약 없음
1번째 줄: 1번째 줄:
.toc ul {
.NSO-font .wikitable {
background-color:#050F1C!important;
  text-shadow:none;
text-shadow:0px 0px 2px transparent;
  font-family: 'GmarketSansMedium';
border: 2px solid #000!important;
border-bottom-right-radius: 0rem!important;
border-bottom-left-radius: 0rem!important;
}
}
.toc li {
 
background-color: transparent!important;
a {
color:#ec9f19;
}
}
.toc ul ul {
 
border: none!important;
a.new {
box-shadow: none!important;
color:#dc4343;
}
}


.toctitle Liberty {
.flow-post, .Liberty .content-wrapper .liberty-content .liberty-content-main .toc .toctext {  
    background-color: transparent!important;
color: #fff;  
}
}


.toctitle {
.flow-topic-titlebar {  
background-color: #050F1C!important;
color: #fff;  
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 {
.flow-ui-navigationWidget {  
    color: #C4D2E1!important;
color: #fff;  
}
}


#mw-toc-heading{
.Liberty .content-wrapper .liberty-content .liberty-content-main .toccolours, .Liberty .content-wrapper .liberty-content .liberty-content-main .toc ul, .Liberty .content-wrapper .liberty-content .liberty-content-main .toc li {  
color:#877d7d;
background-color: #222;  
text-shadow:2px 2px 4px #877d7d!important;
}
}
.toctogglelabel:after {
 
color: #877d7d!important;
.Liberty .content-wrapper .liberty-content .liberty-content-main .toc .toctitle {  
text-shadow:2px 2px 4px #877d7d!important;
background-color: #222;  
}
}
.tocnumber {
 
color:#877d7d!important;
::selection{
text-shadow:2px 2px 4px #877d7d!important;
color : #fff;
    background-color : #ec9f19;  
    text-decoration : underline;}
/* 폰트 볼드 */   
b {
font-family: 'GmarketSansMedium';
}
}
.toctogglespan {
/* 배경*/
color:#877d7d!important;
.NSO-bg  {
text-shadow:2px 2px 4px #877d7d!important;
}
.toctext {
color:#877d7d!important;
text-shadow:0px 0px 25px #877d7d!important;
}
 
.WW-bg  {
   position: relative;
   position: relative;
   width: 100%;
   width: 100vw;
   height: 100vh;
   height: 100vh;
   background: #222;
   background: #222;
60번째 줄: 50번째 줄:
   align-items: center;
   align-items: center;
   overflow: hidden;
   overflow: hidden;
 
   z-index:-3;
   z-index:-3;
}
}

2025년 5월 4일 (일) 19:13 판

.NSO-font .wikitable {
  text-shadow:none;
  font-family: 'GmarketSansMedium';
}

a {
	color:#ec9f19;
}

a.new {
	color:#dc4343;
}

.flow-post, .Liberty .content-wrapper .liberty-content .liberty-content-main .toc .toctext { 
	color: #fff; 
}

.flow-topic-titlebar { 
	color: #fff; 
}

.flow-ui-navigationWidget { 
	color: #fff; 
}

.Liberty .content-wrapper .liberty-content .liberty-content-main .toccolours, .Liberty .content-wrapper .liberty-content .liberty-content-main .toc ul, .Liberty .content-wrapper .liberty-content .liberty-content-main .toc li { 
	background-color: #222; 
}

.Liberty .content-wrapper .liberty-content .liberty-content-main .toc .toctitle { 
	background-color: #222; 
}

::selection{
	color : #fff;
    background-color : #ec9f19; 
    text-decoration : underline;}
/* 폰트 볼드 */    
b {
	font-family: 'GmarketSansMedium';
}
/* 배경*/
.NSO-bg  {
  position: relative;
  width: 100vw;
  height: 100vh;
  background: #222;
  display: inherit;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index:-3;
}