편집 요약 없음
편집 요약 없음
1번째 줄: 1번째 줄:
<templatestyles src="틀:SveoLoading/styles.css" />
<style>
#loading-screen {
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:black;
  display:flex;
  align-items:center;
  justify-content:center;
  animation:fadeOut 3s ease-in-out forwards;
  z-index:9999;
}
 
@keyframes fadeOut {
  0% { opacity: 1; }
  80% { opacity: 1; }
  100% { opacity: 0; visibility: hidden; }
}
</style>
 
<div id="loading-screen">
<div id="loading-screen">
   <div class="logo">
   <div class="logo">
     [[파일:스베오국장.png|400px|center|link=|class=moving-image]]
     [[파일:스베오국장_배경없음.png|400px|center|link=|class=moving-image]]
   </div>
   </div>
</div>
</div>

2025년 10월 13일 (월) 10:15 판

<style>

  1. loading-screen {
 position: fixed;
 top:0;
 left:0;
 width:100%;
 height:100%;
 background:black;
 display:flex;
 align-items:center;
 justify-content:center;
 animation:fadeOut 3s ease-in-out forwards;
 z-index:9999;

}

@keyframes fadeOut {

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

} </style>