미디어위키:Common.css: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
24번째 줄: 24번째 줄:
     linear-gradient(to bottom, transparent 65%, #FFC90E 65%, #FFC90E 75%, transparent 75%),
     linear-gradient(to bottom, transparent 65%, #FFC90E 65%, #FFC90E 75%, transparent 75%),
     linear-gradient(115deg, #003973 16%, #FFC90E 16%, #FFC90E 18%, #fff 18%, #fff 19%, #FF86AD 19%, #FF86AD 25%, #003973 45%, #003973 55%, #FF86AD 75%, #FF86AD 81%, #fff 81%, #fff 82%, #FFC90E 82%, #FFC90E 84%, #003973 84%);
     linear-gradient(115deg, #003973 16%, #FFC90E 16%, #FFC90E 18%, #fff 18%, #fff 19%, #FF86AD 19%, #FF86AD 25%, #003973 45%, #003973 55%, #FF86AD 75%, #FF86AD 81%, #fff 81%, #fff 82%, #FFC90E 82%, #FFC90E 84%, #003973 84%);
  background-size: 15.5% 100%, 14.5% 100%, 12.7% 100%, 13.6% 100%, 11.1% 100%, 15.5% 100%, 12.7% 100%, 14.5% 100%, 11.1% 100%, 13.6% 100%, 100% 100%;
    
    
  background-size:
   background-position: left center, left center, left center, left center, left center, right center, right center, right center, right center, right center, center;
    18% 100%, 17% 100%, 15% 100%, 16% 100%, 13% 100%,
   background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    18% 100%, 15% 100%, 17% 100%, 13% 100%, 16% 100%, 100% 100%;
 
   background-position:
    left 4% center, left 4% center, left 4% center, left 4% center, left 4% center,
    right 4% center, right 4% center, right 4% center, right 4% center, right 4% center,
    center center;
 
   background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat,
                    no-repeat, no-repeat, no-repeat, no-repeat, no-repeat,
                    no-repeat;
}
}
}

2025년 9월 27일 (토) 18:40 판

/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
.mw-collapsible-toggle a:hover,
.mw-collapsible-toggle:hover {
    background-color: transparent !important;
    color: inherit !important;
    box-shadow: none !important;
}
.mw-collapsible-toggle {
  color: f000 !important;
}

/* 스베오 */
.sveo-header {
  background-image:
    linear-gradient(to bottom, transparent 40%, #FF86AD 40%, #FF86AD 60%, transparent 60%),
    linear-gradient(to bottom, transparent 35%, #fff 35%, #fff 40%, transparent 40%),
    linear-gradient(to bottom, transparent 60%, #fff 60%, #fff 65%, transparent 65%),
    linear-gradient(to bottom, transparent 25%, #FFC90E 25%, #FFC90E 35%, transparent 35%),
    linear-gradient(to bottom, transparent 65%, #FFC90E 65%, #FFC90E 75%, transparent 75%),
    linear-gradient(to bottom, transparent 40%, #FF86AD 40%, #FF86AD 60%, transparent 60%),
    linear-gradient(to bottom, transparent 35%, #fff 35%, #fff 40%, transparent 40%),
    linear-gradient(to bottom, transparent 60%, #fff 60%, #fff 65%, transparent 65%),
    linear-gradient(to bottom, transparent 25%, #FFC90E 25%, #FFC90E 35%, transparent 35%),
    linear-gradient(to bottom, transparent 65%, #FFC90E 65%, #FFC90E 75%, transparent 75%),
    linear-gradient(115deg, #003973 16%, #FFC90E 16%, #FFC90E 18%, #fff 18%, #fff 19%, #FF86AD 19%, #FF86AD 25%, #003973 45%, #003973 55%, #FF86AD 75%, #FF86AD 81%, #fff 81%, #fff 82%, #FFC90E 82%, #FFC90E 84%, #003973 84%);

  background-size: 15.5% 100%, 14.5% 100%, 12.7% 100%, 13.6% 100%, 11.1% 100%, 15.5% 100%, 12.7% 100%, 14.5% 100%, 11.1% 100%, 13.6% 100%, 100% 100%;
  
  background-position: left center, left center, left center, left center, left center, right center, right center, right center, right center, right center, center;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
}