게시글 색상코드 여분필드
1. write.skin.php 의 적당한 위치에 넣어줍니다.
2. 예제는 wr_1 로 하였습니다. 다른 여분필드를 사용하려면 그 부분만 찾아서 바꾸세요.
3. css 는 본인이 원하는대로 바꾸세요.
4. 코드복사 기능은 https 보안주소에서만 적용됩니다.
5. 기본값은 #000000 입니다.
6. https://wittazzurri.com/editor/html_editor.php 에서 확인해 보세요.
[code]
<style>
@font-face { font-family:'NEXON Lv1 Gothic OTF'; src:url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv1 Gothic OTF.woff') format('woff'); }
#colorDiv div { width:100px; font-weight:bold; padding:5px; margin-right:5px; font-size:16px; font-family:'NEXON Lv1 Gothic OTF'; text-align:center; cursor:pointer; border:1px solid #cccccc; border-radius:5px; box-shadow:#dddddd 2px 2px 4px; box-sizing:border-box; }
#colorDiv input { display:none; }
</style>
<div id="colorDiv">
<label for="wr_1"><div id="colorCode"></div></label>
<input type="color" id="wr_1" name="wr_1">
</div>
<script>
wr_1.onchange = function() {
colorCode.innerText = colorCode.style.color = wr_1.value;
navigator.clipboard.writeText(wr_1.value);
alert("색상코드가 복사되었습니다");
}
wr_1.value = "<?php echo $write['wr_1']; ?>";
colorCode.innerText = colorCode.style.color = wr_1.value;
</script>
[/code]
댓글 1개
역시....좋은자료입니다.
감사합니다
게시판 목록
그누보드5 팁자료실
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 2515 | 1년 전 | 896 | ||
| 2514 |
베리소프트
|
1년 전 | 615 | |
| 2513 |
|
1년 전 | 944 | |
| 2512 |
|
1년 전 | 1072 | |
| 2511 | 1년 전 | 998 | ||
| 2510 | 1년 전 | 1051 | ||
| 2509 | 1년 전 | 1300 | ||
| 2508 | 1년 전 | 683 | ||
| 2507 | 1년 전 | 1249 | ||
| 2506 |
|
1년 전 | 1201 | |
| 2505 | 1년 전 | 1403 | ||
| 2504 | 1년 전 | 940 | ||
| 2503 | 1년 전 | 1066 | ||
| 2502 | 1년 전 | 1165 | ||
| 2501 |
welcome
|
1년 전 | 1070 | |
| 2500 |
하늘그루터기
|
1년 전 | 864 | |
| 2499 | 1년 전 | 1170 | ||
| 2498 | 1년 전 | 636 | ||
| 2497 | 1년 전 | 956 | ||
| 2496 |
|
1년 전 | 1413 | |
| 2495 | 1년 전 | 937 | ||
| 2494 | 1년 전 | 939 | ||
| 2493 | 1년 전 | 1146 | ||
| 2492 | 1년 전 | 1114 | ||
| 2491 | 1년 전 | 1082 | ||
| 2490 | 1년 전 | 1011 | ||
| 2489 | 1년 전 | 768 | ||
| 2488 |
|
1년 전 | 1202 | |
| 2487 | 1년 전 | 821 | ||
| 2486 | 1년 전 | 996 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기