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

편집 요약 없음
편집 요약 없음
1번째 줄: 1번째 줄:
a {
a {
color:#C7B377;
color:#90464D;
}
}


a.new {
a.new {
color:#C7B377;
color:#90464D;
}
}


28번째 줄: 28번째 줄:
::selection{
::selection{
color : #fff;
color : #fff;
     background-color : #C7B377;  
     background-color : #90464D;  
     text-decoration : underline;}
     text-decoration : underline;}
b {
b {
font-family: 'SUITE Variable';
font-family: 'SUITE Variable';
}
}

2025년 6월 14일 (토) 01:33 판

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; 
}
::selection{
	color : #fff;
    background-color : #90464D; 
    text-decoration : underline;}
b {
	font-family: 'SUITE Variable';
}