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

편집 요약 없음
편집 요약 없음
 
(같은 사용자의 중간 판 4개는 보이지 않습니다)
11번째 줄: 11번째 줄:


/* 스베오 */
/* 스베오 */
.sveo-header {
#loading-screen {
   background-image:
   position: fixed;
    linear-gradient(to bottom, transparent 40%, #FF86AD 40%, #FF86AD 60%, transparent 60%),
  top:0;
    linear-gradient(to bottom, transparent 35%, #fff 35%, #fff 40%, transparent 40%),
  left:0;
    linear-gradient(to bottom, transparent 60%, #fff 60%, #fff 65%, transparent 65%),
  width:100%;
    linear-gradient(to bottom, transparent 25%, #FFC90E 25%, #FFC90E 35%, transparent 35%),
  height:100%;
    linear-gradient(to bottom, transparent 65%, #FFC90E 65%, #FFC90E 75%, transparent 75%),
  background:#003973;
    linear-gradient(to bottom, transparent 40%, #FF86AD 40%, #FF86AD 60%, transparent 60%),
  display:flex;
    linear-gradient(to bottom, transparent 35%, #fff 35%, #fff 40%, transparent 40%),
  align-items:center;
    linear-gradient(to bottom, transparent 60%, #fff 60%, #fff 65%, transparent 65%),
  justify-content:center;
    linear-gradient(to bottom, transparent 25%, #FFC90E 25%, #FFC90E 35%, transparent 35%),
  animation:fadeOut 2s ease-in-out forwards;
    linear-gradient(to bottom, transparent 65%, #FFC90E 65%, #FFC90E 75%, transparent 75%),
  z-index:9999;
    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%;
@keyframes fadeOut {
    
   0% { opacity: 1; }
  background-position: left center, left center, left center, left center, left center, right center, right center, right center, right center, right center, center;
  80% { opacity: 1; }
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
   100% { opacity: 0; visibility: hidden; }
}
}

2025년 10월 13일 (월) 10:27 기준 최신판

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

/* 스베오 */
#loading-screen {
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:#003973;
  display:flex;
  align-items:center;
  justify-content:center;
  animation:fadeOut 2s ease-in-out forwards;
  z-index:9999;
}

@keyframes fadeOut {
  0% { opacity: 1; }
  80% { opacity: 1; }
  100% { opacity: 0; visibility: hidden; }
}