Skip to content

Instantly share code, notes, and snippets.

@aeongdesu
Last active May 4, 2024 02:29
Show Gist options
  • Save aeongdesu/b25973b67a218830255f6b48340557f9 to your computer and use it in GitHub Desktop.
Save aeongdesu/b25973b67a218830255f6b48340557f9 to your computer and use it in GitHub Desktop.
투네이션 알림창 트윕 스킨(?)


상단 - 투네이션 | 하단 - 트윕

투네 알림창 트윕 스킨(?)

하시기 전

  • 폰트 제주 고딕
  • 시스템 텍스트 크기: 45px
  • 후원 내용 텍스트 크기 24px
  • 사이즈 1920x150

을 기준으로 합니다.

OBS 브라우저 소스 속성에 있는 CSS 칸에 넣어주세요!

투네이션

.animated.pulse { animation-name: none; }
.template-profile { width: 0px !important; visibility: hidden; }
.text-system { font-weight: 800; }
span { text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 5px #000; }
.alert-layout .text-area .text-content { padding: 0px; }

트윕

배경을 원치 않으신 분은 안하셔도 됩니다.

#alert-image { background-image: url("https://user-images.githubusercontent.com/50764666/152635670-98dbf3ad-a654-4a04-9354-4b3f6d7ae12d.png") !important; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment