연습장:구면

Gumion (토론 | 기여)님의 2025년 3월 22일 (토) 21:38 판
<style>
   /* 배경 색상 */
   .Liberty .content-wrapper .liberty-content .liberty-content-main {
       background-color: #000 !important;
   }
   /* 일반 글씨 색상 */
   .mw-parser-output {
       color: #FFF !important;
   }
   /* 링크 색상 */
   .mw-parser-output a {
       color: #FFF !important;
       transition: color 0.3s ease-in-out;
   }
   /* 링크 마우스 오버 시 효과 */
   .mw-parser-output a:hover {
       color: #FFF;
       background: linear-gradient(to right, #FFF, transparent);
       text-decoration: underline;
   }
   /* 테두리 및 목차 선 */
   .liberty-content {
       border: 2px solid #222 !important;
   }
   .mw-parser-output .toc {
       background-color: #000 !important;
       border: 2px solid #222 !important;
   }
   /* 목차 상단 색상 */
   .liberty-content-header {
       background-color: #444 !important;
       border-bottom: 2px solid #222 !important;
   }
</style>