틀:1961/style.css: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
 
(다른 사용자 한 명의 중간 판 5개는 보이지 않습니다)
25번째 줄: 25번째 줄:
.Liberty .content-wrapper .liberty-content .liberty-content-main .toc .toctitle {  
.Liberty .content-wrapper .liberty-content .liberty-content-main .toc .toctitle {  
background-color: #222;  
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;
}
}

2024년 1월 7일 (일) 06:42 기준 최신판

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;
}