틀:기교사회 테마: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
 
(같은 사용자의 중간 판 2개는 보이지 않습니다)
2번째 줄: 2번째 줄:
{{#CSS: .liberty-content-header {
{{#CSS: .liberty-content-header {
   background-color: #B9B9B9 !important; /* 배경 색상 */
   background-color: #B9B9B9 !important; /* 배경 색상 */
   border-bottom: 2px solid #dd0000 !important; /* 아래쪽 테두리 색상 */
   border-bottom: 2px solid #6F6F6F !important; /* 아래쪽 테두리 색상 */
   border-top: 2px solid transparent !important; /* 상단 테두리는 투명 */
   border-top: 2px solid transparent !important; /* 상단 테두리는 투명 */
   border-right: none !important; /* 오른쪽 테두리는 없앰 */
   border-right: none !important; /* 오른쪽 테두리는 없앰 */
   border-left: none !important; /* 왼쪽 테두리는 없앰 */
   border-left: none !important; /* 왼쪽 테두리는 없앰 */
   box-shadow: 0px 0px 25px #dd0000; /* 그림자 효과 */
   box-shadow: 0px 0px 25px #6F6F6F; /* 그림자 효과 */
}
}


.mw-page-title-namespace { color:#fff !important; } /* 제목 접두사의 색상 */
.mw-page-title-namespace { color:#000 !important; } /* 제목 접두사의 색상 */
.mw-page-title-main { color:#fff !important; } /* 제목 본문 색상 */
.mw-page-title-main { color:#000 !important; } /* 제목 본문 색상 */
}
}


.subpages { color:#e69720 !important; }
.subpages { color:#A0005E !important; }
.subpages a { color:#e69720!important; }
.subpages a { color:#A0005E!important; }
.subpages a:active { color:#e69720 !important; }
.subpages a:active { color:#A0005E !important; }


.btn-secondary { color: #e69720 !important; background-color: #B9B9B9 !important; border: 1px solid #dd0000 !important;}
.btn-secondary { color: #A0005E !important; background-color: #B9B9B9 !important; border: 1px solid #6F6F6F !important;}
.btn-secondary:hover {
.btn-secondary:hover {
   color:  #e69720 !important; /* 버튼 호버 시 텍스트 색상 */
   color:  #A0005E !important; /* 버튼 호버 시 텍스트 색상 */
   background-color: #222 !important; /* 버튼 호버 시 배경 색상 */
   background-color: #B9B9B9 !important; /* 버튼 호버 시 배경 색상 */
   border: 1px solid #dd0000 !important; /* 버튼 호버 시 테두리 색상 유지 */
   border: 1px solid #6F6F6F !important; /* 버튼 호버 시 테두리 색상 유지 */
}
}


.dropdown-item {
.dropdown-item {
   color: #e69720 !important; /* 드롭다운 항목 색상 */
   color: #A0005E !important; /* 드롭다운 항목 색상 */
   background-color: #B9B9B9 !important; /* 드롭다운 색상 */
   background-color: #B9B9B9 !important; /* 드롭다운 색상 */
   border: 1px solid #dd0000 !important; /* 드롭다운 항목 테두리 */
   border: 1px solid #6F6F6F !important; /* 드롭다운 항목 테두리 */
}
}


.dropdown-item:hover {
.dropdown-item:hover {
   color: #e69720 !important; /* 드롭다운 항목 호버 시 텍스트 색상 */
   color: #A0005E !important; /* 드롭다운 항목 호버 시 텍스트 색상 */
   background-color: #B9B9B9 !important; /* 드롭다운 항목 호버 시 색상 */
   background-color: #B9B9B9 !important; /* 드롭다운 항목 호버 시 색상 */
   border: 1px solid #dd0000 !important; /* 드롭다운 항목 호버 시 테두리 */
   border: 1px solid #6F6F6F !important; /* 드롭다운 항목 호버 시 테두리 */
}
}


.dropdown-menu {
.dropdown-menu {
   color: #e69720 !important; /* 드롭다운 메뉴 텍스트 색상 */
   color: #A0005E !important; /* 드롭다운 메뉴 텍스트 색상 */
   background-color: #B9B9B9 !important; /* 드롭다운 메뉴 배경 색상 */
   background-color: #B9B9B9 !important; /* 드롭다운 메뉴 배경 색상 */
   border: 1px solid #dd0000 !important; /* 드롭다운 메뉴 테두리 색상 */
   border: 1px solid #6F6F6F !important; /* 드롭다운 메뉴 테두리 색상 */
}
}


.mw-category-generated { color:#e69720 !important; } /* 분류 문서 설명 색상 */
.mw-category-generated { color:#A0005E !important; } /* 분류 문서 설명 색상 */
.mw-category-generated a { color:#e69720 !important; } /* 분류 문서 링크 색상 */
.mw-category-generated a { color:#A0005E !important; } /* 분류 문서 링크 색상 */
.CategoryTreeToggle { color:#dd0000 !important; } /* 분류 문서 화살표 색상 */
.CategoryTreeToggle { color:#6F6F6F !important; } /* 분류 문서 화살표 색상 */
.number-link { color:#dd0000 !important; } /* 분류 문서 목차 순 색상 */
.number-link { color:#6F6F6F !important; } /* 분류 문서 목차 순 색상 */
}
}


.external { color:#e69720 !important; } /* 공지사항 텍스트 색상 */
.external { color:#A0005E !important; } /* 공지사항 텍스트 색상 */
.external:before { color:#e69720 !important; } /* 공지사항 특수문자 색상 */
.external:before { color:#A0005E !important; } /* 공지사항 특수문자 색상 */
.alert-info {
.alert-info {
   background-color: #B9B9B9 !important; /* 공지사항 배경 색상 */
   background-color: #B9B9B9 !important; /* 공지사항 배경 색상 */
58번째 줄: 58번째 줄:
.liberty-footer {
.liberty-footer {
   background-color: #B9B9B9 !important; /* 하단 정보창 배경 색상 */
   background-color: #B9B9B9 !important; /* 하단 정보창 배경 색상 */
   border-top: 2px solid #dd0000 !important; /* 하단 정보창 상단 테두리 색상 */
   border-top: 2px solid #6F6F6F !important; /* 하단 정보창 상단 테두리 색상 */
}
}


.footer-info-lastmod { color:#e69720 !important; } /* 편집 시기 색상 */
.footer-info-lastmod { color:#A0005E !important; } /* 편집 시기 색상 */
.footer-info-copyright { color:#e69720 !important; } /* 저작권 색상 */
.footer-info-copyright { color:#A0005E !important; } /* 저작권 색상 */
.footer-places-privacy a { color:#e69720 !important; } /* 개인정보처리방침 링크 색상 */
.footer-places-privacy a { color:#A0005E !important; } /* 개인정보처리방침 링크 색상 */
.footer-places-privacy a:active { color:#e69720 !important; } /* 개인정보처리방침 클릭 시 색상 */
.footer-places-privacy a:active { color:#A0005E !important; } /* 개인정보처리방침 클릭 시 색상 */
.footer-places-about a {color:#e69720 !important; }
.footer-places-about a {color:#A0005E !important; }
.footer-places-about a:active { color:#e69720 !important; }
.footer-places-about a:active { color:#A0005E !important; }
.footer-places-disclaimers a { color:#e69720 !important; }
.footer-places-disclaimers a { color:#A0005E !important; }
.footer-places-disclaimers a:active { color:#e69720 !important; }
.footer-places-disclaimers a:active { color:#A0005E !important; }


.liberty-content {
.liberty-content {
     border: 2px solid #dd0000 !important; /* 테두리 색상 */
     border: 2px solid #6F6F6F !important; /* 테두리 색상 */
     box-shadow: 0px 0px 25px #dd0000; /* 그림자 색상 */
     box-shadow: 0px 0px 25px #6F6F6F; /* 그림자 색상 */
     border-radius: 0.35rem 0.35rem 0.35rem 0.35rem; /* 모서리 */
     border-radius: 0.35rem 0.35rem 0.35rem 0.35rem; /* 모서리 */
}
}
81번째 줄: 81번째 줄:
}
}


.Liberty .content-wrapper .liberty-content .liberty-content-main, .mw-datatable th, .mw-datatable tr:hover td, textarea, div.mw-warning-with-logexcerpt, div.mw-lag-warn-high, div.mw-cascadeprotectedwarning, div#mw-protect-cascadeon { background:#222; }  
.Liberty .content-wrapper .liberty-content .liberty-content-main, .mw-datatable th, .mw-datatable tr:hover td, textarea, div.mw-warning-with-logexcerpt, div.mw-lag-warn-high, div.mw-cascadeprotectedwarning, div#mw-protect-cascadeon { background:#B9B9B9; }  
.cs-comments { background-color: #B9B9B9 !important; border-top: 2px solid #dd0000 !important; border-bottom:2px solid #dd0000 !important; border-right:none !important; border-left:none !important; box-shadow:0px 0px 25px #dd0000; }
.cs-comments { background-color: #B9B9B9 !important; border-top: 2px solid #6F6F6F !important; border-bottom:2px solid #6F6F6F !important; border-right:none !important; border-left:none !important; box-shadow:0px 0px 25px #6F6F6F; }


.catlinks { color: #e69720 !important; background-color: #B9B9B9 !important; border: 1px solid #dd0000 !important;}
.catlinks { color: #A0005E !important; background-color: #B9B9B9 !important; border: 1px solid #6F6F6F !important;}
.catlinks a { color: #e69720 !important;}
.catlinks a { color: #A0005E !important;}
}}
}}
</onlyinclude>
</onlyinclude>

2025년 7월 7일 (월) 23:30 기준 최신판