컬러 슬라이드 알림 스킨

/* 연결 상태 표시 비활성화 */
div#Connecting {
  display: none
}

/* 이미지 표시 비활성화 */
#image-wrap {
  display: none !important
}

html,
body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%
}

body {
  text-align: center;
  font-size: 2em !important
}

h1 {
  font-size: 1em !important
}

#alertbox {
  display: flex;
  position: relative
}

#wrap {
  justify-content: center;
  align-items: center
}

#text-wrap {
  width: calc(100vw - 6rem)
}

.layout-above #alertbox #text-wrap #alert-text {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #bac8ff;
  animation: fadeWidthIn 1s ease 0s alternate forwards running !important;
  z-index: 3
}

.layout-above #alertbox #text-wrap #alert-text:before,
.layout-above #alertbox #text-wrap #alert-text:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  box-sizing: border-box;
  top: 0;
  left: 0
}

.layout-above #alertbox #text-wrap #alert-text:before {
  background-color: #fff;
  animation: fadeWidthIn 1s ease 250ms alternate forwards running !important;
  z-index: -1
}

.layout-above #alertbox #text-wrap #alert-text:after {
  background-color: #ffa8a8;
  animation: fadeWidthIn 1s ease 125ms alternate forwards running !important;
  z-index: -2
}

.fadeIn {
  animation: none !important
}

h1,
#comment {
  width: calc(100vw - 40px - 6.5rem)
}

#ytaria {
  display: none
}

h1,
h2,
#nickname,
#amount,
#comment {
  text-shadow: 0 0 0 rgba(0,0,0,0) !important
}

@keyframes fadeWidthIn {
  0% {
    width: 0%
  }
  to {
    width: 100%
  }
}

오랜만에 새로 만들어 본 트윕 알림 스킨 입니다!

파란색, 빨간색, 하얀색 배경이 순서대로 슬라이드 하면서 표시해 주는 알림 스킨을 제작했습니다. 잘 쓰시기 바랍니다!

광고

하루 제작

하루 입니다! Twitch 스트리머이며 사진 보정과 영상 보정 도와드리고 있어요

댓글 남기기

아래 항목을 채우거나 오른쪽 아이콘 중 하나를 클릭하여 로그 인 하세요:

WordPress.com 로고

WordPress.com의 계정을 사용하여 댓글을 남깁니다. 로그아웃 /  변경 )

Facebook 사진

Facebook의 계정을 사용하여 댓글을 남깁니다. 로그아웃 /  변경 )

%s에 연결하는 중

%d 블로거가 이것을 좋아합니다: