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

편집 요약 없음
편집 요약 없음
17번째 줄: 17번째 줄:
   background-repeat:no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat;
   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:480px){
@media (max-width: 600px) {
   .sveo-header{
   .sveo-header {
    /* 모바일 */
     background-size:
     background-size:16.6% 100%,15.6% 100%,13.8% 100%,14.7% 100%,12% 100%,16.6% 100%,13.8% 100%,15.6% 100%,12% 100%,14.7% 100%,100% 100%;
      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%;
   }
   }
}
}
}

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

/* 이 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%;
  }
}

}