참고: 설정을 저장한 후에 바뀐 점을 확인하기 위해서는 브라우저의 캐시를 새로 고쳐야 합니다.

  • 파이어폭스 / 사파리: Shift 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5 또는 Ctrl-R을 입력 (Mac에서는 ⌘-R)
  • 구글 크롬: Ctrl-Shift-R키를 입력 (Mac에서는 ⌘-Shift-R)
  • 인터넷 익스플로러 / 엣지: Ctrl 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5를 입력.
  • 오페라: Ctrl-F5를 입력.
/* 이 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:18% 100%,17% 100%,15% 100%,16% 100%,13% 100%,18% 100%,15% 100%,17% 100%,13% 100%,16% 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;
}
@media (max-width: 600px) {
  .sveo-header {
    background-size:
      calc(18% - 0.5px) 100%, calc(17% - 0.5px) 100%, calc(15% - 0.5px) 100%,
      calc(16% - 0.5px) 100%, calc(13% - 0.5px) 100%,
      calc(18% - 0.5px) 100%, calc(15% - 0.5px) 100%, calc(17% - 0.5px) 100%,
      calc(13% - 0.5px) 100%, calc(16% - 0.5px) 100%,
      100% 100%;
  }
}

}