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

편집 요약 없음
편집 요약 없음
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; /* 그림자 효과 */
}
}


17번째 줄: 17번째 줄:
.subpages a:active { color:#e69720 !important; }
.subpages a:active { color:#e69720 !important; }


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


27번째 줄: 27번째 줄:
   color: #e69720 !important; /* 드롭다운 항목 색상 */
   color: #e69720 !important; /* 드롭다운 항목 색상 */
   background-color: #B9B9B9 !important; /* 드롭다운 색상 */
   background-color: #B9B9B9 !important; /* 드롭다운 색상 */
   border: 1px solid #dd0000 !important; /* 드롭다운 항목 테두리 */
   border: 1px solid #6F6F6F !important; /* 드롭다운 항목 테두리 */
}
}


33번째 줄: 33번째 줄:
   color: #e69720 !important; /* 드롭다운 항목 호버 시 텍스트 색상 */
   color: #e69720 !important; /* 드롭다운 항목 호버 시 텍스트 색상 */
   background-color: #B9B9B9 !important; /* 드롭다운 항목 호버 시 색상 */
   background-color: #B9B9B9 !important; /* 드롭다운 항목 호버 시 색상 */
   border: 1px solid #dd0000 !important; /* 드롭다운 항목 호버 시 테두리 */
   border: 1px solid #6F6F6F !important; /* 드롭다운 항목 호버 시 테두리 */
}
}


39번째 줄: 39번째 줄:
   color: #e69720 !important; /* 드롭다운 메뉴 텍스트 색상 */
   color: #e69720 !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:#e69720 !important; } /* 분류 문서 설명 색상 */
.mw-category-generated a { color:#e69720 !important; } /* 분류 문서 링크 색상 */
.mw-category-generated a { color:#e69720 !important; } /* 분류 문서 링크 색상 */
.CategoryTreeToggle { color:#dd0000 !important; } /* 분류 문서 화살표 색상 */
.CategoryTreeToggle { color:#6F6F6F !important; } /* 분류 문서 화살표 색상 */
.number-link { color:#dd0000 !important; } /* 분류 문서 목차 순 색상 */
.number-link { color:#6F6F6F !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; /* 하단 정보창 상단 테두리 색상 */
}
}


71번째 줄: 71번째 줄:


.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; /* 모서리 */
}
}
82번째 줄: 82번째 줄:


.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:#222; }  
.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: #e69720 !important; background-color: #B9B9B9 !important; border: 1px solid #6F6F6F !important;}
.catlinks a { color: #e69720 !important;}
.catlinks a { color: #e69720 !important;}
}}
}}
</onlyinclude>
</onlyinclude>

2025년 7월 7일 (월) 23:26 판