사용자:2여/liberty.css: 두 판 사이의 차이

(asdf)
편집 요약 없음
5번째 줄: 5번째 줄:
.nav-wrapper.navbar-fixed-top {
.nav-wrapper.navbar-fixed-top {
     background-color: #1f2023;
     background-color: #1f2023;
     color: white;
     color: #aaa;
}
}


20번째 줄: 20번째 줄:


.Liberty .content-wrapper .liberty-content .liberty-content-header .title>h1 {
.Liberty .content-wrapper .liberty-content .liberty-content-header .title>h1 {
color: white;
color: #aaa;
}
}


31번째 줄: 31번째 줄:
background-color: #1f2023;
background-color: #1f2023;
border: 1px solid #1f2023;
border: 1px solid #1f2023;
color: #aaa;
}
}



2019년 11월 21일 (목) 21:02 판

.Liberty {
    background-color: black;
}

.nav-wrapper.navbar-fixed-top {
    background-color: #1f2023;
    color: #aaa;
}

.Liberty .content-wrapper .liberty-content .liberty-content-main { 
    background-color: #1f2023;
    border: 1px solid #1f2023;
    color: #aaa;
}

.Liberty .content-wrapper .liberty-content .liberty-content-header {
    background-color: #1f2023;
    border: 1px solid #1f2023;
}

.Liberty .content-wrapper .liberty-content .liberty-content-header .title>h1 {
	color: #aaa;
}

.mw-editform .editOptions, pre, html .editOptions input {
	background-color: #1f2023;
	border: 1px solid #1f2023;
}

.Liberty .content-wrapper .liberty-sidebar .liberty-right-fixed .live-recent .live-recent-content {
	background-color: #1f2023;
	border: 1px solid #1f2023;
	color: #aaa;
}

.Liberty .content-wrapper .liberty-footer {
	background-color: #1f2023;
	border: 1px solid #1f2023;
}