연습장:Sakura: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
 
(사용자 2명의 중간 판 89개는 보이지 않습니다)
1번째 줄: 1번째 줄:
== 기능 틀 ==
<html>
=== 테마(라이트모드/다크모드) 별 이미지 ===
<style>
<div class="inline-block dark:hidden">{{{1|라이트모드에서 보입니다!}}}</div><div class="hidden dark:inline-block">{{{2|다크모드에서 보입니다!}}}</div>
.live-recent-wrapper:before {
 
  content: "";
=== 다크모드 전환 토글 ===
  background: url('/w/images/4/4b/Advertise_02.gif');
{{test}}
  background-size: cover;
 
  width: 318px;
== Tailwind CSS 설명 ==
  height: 93.5px;
  display: block;
  margin-bottom: 1rem;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, .05);
  border-radius: .5rem;
}
.liberty-sidebar img {
  display: none;
}
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper {
  box-shadow: none;
}
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, .05);
}
</style>
</html>

2024년 12월 8일 (일) 01:37 기준 최신판