menu
close
home
HOME
star
로드비
hotel_class
CP
person
자캐
groups
자놀
collections_bookmark
갤러리
backup
백업
music_note
음악
thumbs_up_down
리뷰
note_alt
일지
edit
메모
handshake
방명록
login
LOGIN
person_add
JOIN
home
HOME
star
로드비
hotel_class
CP
person
자캐
groups
자놀
collections_bookmark
갤러리
backup
백업
music_note
음악
thumbs_up_down
리뷰
note_alt
일지
edit
메모
handshake
방명록
login
LOGIN
person_add
JOIN
새로고침
텍스트 서식
이모티콘
코드
keyboard_arrow_down
추가
클릭 시 복사
Link URL
<p class="btn" data-clipboard-text="내용"><img src="이미지 주소"></p>
<script>new ClipboardJS('.btn');</script>
브금 볼륨 고정
bgm.php에서
called_frame.player.playVideoAt(0); 위에
called_frame.player.setVolume(숫자);
마우스 오버 시 툴팁 나오게 하기
코드 설명:
Link URL
Hint.css:
Link URL
<span class="hint--bottom hint--success hint--bounce hint--rounded" aria-label="툴팁 텍스트"></span>
html
중앙 정렬: text-align: center;
이미지: <img src="" width="">
줄바꿈: <br>
공백: & nbsp;
굵기: font-weight: bold;
흰 배경: <span style="background-color:
#fff
">& nbsp;텍스트& nbsp;</span>
그라데이션 : background: linear-gradient(90deg, #, #);
접기: <details><summary>미리보기 문구</summary>내용</details>
강조 텍스트:
1. <span style="font-size:15pt; background-color:
#235347
; color:
#ffffff
; font-weight:900;">& nbsp;텍스트& nbsp;</span>
2. <span style="font-size:10pt; color:
#1C2D1C
; font-weight:900; background-color:
#F2EDBB
;">& nbsp;텍스트& nbsp;</span>
이미지 슬라이더
swiper js 라이브러리 사용
사이트:
Link URL
예제:
Link URL
이미지 팝업
브라우저 팝업: <a style="cursor:pointer;" onclick="javascript:viewPic('')"><img src=""></a>
lightbox:
Link URL
<a href="" data-lightbox=""><img src=""></a>
로드비 이미지 스와이퍼
MORE
<div class="swiper mySwiper">
<div class="swiper-wrapper">
<div class="swiper-slide">
<img src="">
</div>
<div class="swiper-slide">
<img src="">
</div>
<div class="swiper-slide">
<img src="">
</div>
<div class="swiper-slide">
<img src="">
</div>
</div>
<div class="swiper-pagination"></div>
</div>
<script>
var swiper = new Swiper(".mySwiper", {
effect: "fade",
centeredSlides: true,
loop:true,
autoplay: {
delay: 3000,
disableOnInteraction: false,
},
pagination: {
el: ".swiper-pagination",
clickable: true,
},
});
let $slides = document.querySelectorAll('.swiper-slide, .swiper-pagination');
for (let i of $slides) {
i.addEventListener('mouseover', function(){
swiper.autoplay.stop();
});
i.addEventListener('mouseout', function(){
swiper.autoplay.start();
});
};
</script>
<style>
/* 슬라이드 디자인
/
.swiper {
/
width: 400px;
height: 100%;
border-radius:10px;
/
}
.swiper-slide img {
/
width: 400px;
/
display: block;
/
height: 100%;*/
object-fit: cover;
}
.swiper-pagination{
bottom: 1px !important;
}
.swiper-pagination-bullet {
background-color: rgb(0, 0, 0) !important;
opacity: 0.4 !important;
border: solid 2px rgb(0, 0, 0);
box-shadow: 0 0 3px rgb(0, 0, 0);
}
.swiper-pagination-bullet-active {
background-color: rgb(255, 255, 255) !important;
border: solid 2px rgba(0, 0, 0,1);
opacity: 1 !important;
}
</style>
갠홈 디자인
keyboard_arrow_down
추가
텍스트 서식
MORE
Link URL
제목1
제목2
제목3
제목4
제목5
제목6
제목7
소제1
소제2
소제3
소제4
소제5
기타1
기타2
기타3
기타4
기타5
기타6
치환자
Link URL
굵은 글씨
━ ** 굵은 글씨 **
이탤릭
━ * 이탤릭 *
블러
━ || 블러 ||
굵고 이탤릭체
━ *** 굵고 이탤릭체 ***
-
Link URL
에디터에서 블러 쓰기
앞뒤에 ( 블러시작 ), ( 블러끝 )
스킨
main ━ main.php 수정
로드비 ━
Link URL
CP ━
Link URL
⭢
Link URL
자캐 ━ 라이트 기본 character 스킨 수정
자놀 ━ CP 게시판과 동일
갤러리 ━
Link URL
백업 ━ 라이트 기본 bbs 스킨 수정
리뷰 ━
Link URL
memo ━
Link URL
guest ━
Link URL
디자인 설정 ━ data/css/_design.config.css
배경 이미지 ━
Link URL
bbs 배경 이미지 ━
Link URL
/
Link URL
/
Link URL
/
Link URL
포켓몬 스티커 ━ 3D:
Link URL
/ 도트:
Link URL
마우스 커서 ━
Link URL
#MEMBER ONLY
keyboard_arrow_down
권한 있는 사람만이 열람 가능합니다.
코멘트
작성자
작성자(코)
메모
이미지태그
검색
arrow_upward