틀:엘리시온/style.css: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
 
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;  
}
.elysion-font .wikitable {
  text-shadow:none;
  font-family: 'GmarketSansMedium';
}
}
::selection{
::selection{
30번째 줄: 34번째 줄:
     background-color : #90464D;  
     background-color : #90464D;  
     text-decoration : underline;}
     text-decoration : underline;}
b {
font-family: 'SUITE Variable';
}

2025년 6월 14일 (토) 01:51 기준 최신판

a {
	color:#90464D;
}

a.new {
	color:#90464D;
}

.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; 
}
.elysion-font .wikitable {
  text-shadow:none;
  font-family: 'GmarketSansMedium';
}
::selection{
	color : #fff;
    background-color : #90464D; 
    text-decoration : underline;}