(같은 사용자의 중간 판 26개는 보이지 않습니다)
1번째 줄: 1번째 줄:
ul.footer-icons, ul.footer-places, li.footer-info-copyright, div.hiddencats {
+
@media (prefers-color-scheme: dark) {
display: none!important;
+
body, .Liberty, .dropdown-menu, .dropdown-item, .Liberty .nav-wrapper .navbar .form-inline .btn, .Liberty .content-wrapper .liberty-sidebar .liberty-right-fixed .live-recent .live-recent-header .nav .nav-item .nav-link.active, .Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr > th, .Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr > td, table.mw_metadata th, .Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox th {
}
+
background-color: #000;
 +
color: #DDD;
 +
}
 +
 
 +
.liberty-content-header, .liberty-footer, .Liberty .content-wrapper .liberty-sidebar .liberty-right-fixed .live-recent .live-recent-footer, .Liberty .content-wrapper .liberty-sidebar .liberty-right-fixed .live-recent .live-recent-header .nav .nav-item, .Liberty .content-wrapper .liberty-content .liberty-content-header, .Liberty .content-wrapper .liberty-footer, .editOptions, html .wikiEditor-ui-toolbar, #pagehistory li.selected, .mw-datatable td, .Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr > th, .Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr > td, table.mw_metadata td, .Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable, .Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox {
 +
background-color: #1F2023;
 +
color: #DDD;
 +
}
  
body, .Liberty, .dropdown-menu {
+
.Liberty .content-wrapper .liberty-content .liberty-content-main, .mw-datatable th, .mw-datatable tr:hover td, textarea, .Liberty .content-wrapper .liberty-sidebar .liberty-right-fixed .live-recent .live-recent-content {
background-color: black!important;
+
background-color: #000;
color: #DDD;
+
}
}
 
  
.liberty-content-header, .liberty-footer {
+
.Liberty .content-wrapper .liberty-content .liberty-content-header .title>h1, .Liberty .content-wrapper .liberty-sidebar .liberty-right-fixed .live-recent .live-recent-content .live-recent-list .recent-item, caption { color: #DDD; }
background-color: #1f2023!important;
 
border: 1px solid #1f2023!important;
 
}
 
  
.Liberty .content-wrapper .liberty-content .liberty-content-main {
+
.btn-secondary { background: transparent; color: #DDD; }
background-color: black!important;
 
border: 1px solid black!important;
 
 
}
 
}
 
textarea { background: black; }
 
 
.Liberty .content-wrapper .liberty-content .liberty-content-header .title>h1 { color: #DDD; }
 
 
.btn-secondary { background: transparent; color: #DDD; }
 

2019년 11월 5일 (화) 04:49 판

@media (prefers-color-scheme: dark) {
	body, .Liberty, .dropdown-menu, .dropdown-item, .Liberty .nav-wrapper .navbar .form-inline .btn, .Liberty .content-wrapper .liberty-sidebar .liberty-right-fixed .live-recent .live-recent-header .nav .nav-item .nav-link.active, .Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr > th, .Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr > td, table.mw_metadata th, .Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox th {
		background-color: #000;
		color: #DDD;
	}

	.liberty-content-header, .liberty-footer, .Liberty .content-wrapper .liberty-sidebar .liberty-right-fixed .live-recent .live-recent-footer, .Liberty .content-wrapper .liberty-sidebar .liberty-right-fixed .live-recent .live-recent-header .nav .nav-item, .Liberty .content-wrapper .liberty-content .liberty-content-header, .Liberty .content-wrapper .liberty-footer, .editOptions, html .wikiEditor-ui-toolbar, #pagehistory li.selected, .mw-datatable td, .Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr > th, .Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr > td, table.mw_metadata td, .Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable, .Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox {
		background-color: #1F2023;
		color: #DDD;
	}

	.Liberty .content-wrapper .liberty-content .liberty-content-main, .mw-datatable th, .mw-datatable tr:hover td, textarea, .Liberty .content-wrapper .liberty-sidebar .liberty-right-fixed .live-recent .live-recent-content {
		background-color: #000;
	}

	.Liberty .content-wrapper .liberty-content .liberty-content-header .title>h1, .Liberty .content-wrapper .liberty-sidebar .liberty-right-fixed .live-recent .live-recent-content .live-recent-list .recent-item, caption { color: #DDD; }

	.btn-secondary { background: transparent; color: #DDD; }
}