Dean โพสต์ 2025-8-11 17:02:16

แบบฟอร์ม
รูปอิมเมจที่ 1: LINK
https://img5.pic.in.th/file/secure-sv1/4cfe3518b1aa387474cb7ed10755843f.jpg
รูปอิมเมจที่ 2: LINK
https://img5.pic.in.th/file/secure-sv1/70666e28f2d8c729bda728a1f138b8c9.jpg

สังกัดค่าย: ฮาล์ฟบลัด
รับรางวัล: +10 ดรักม่า

Jemena โพสต์ 2025-8-11 17:08:06

แก้ไขครั้งสุดท้ายโดย Jemena เมื่อ 2025-8-11 17:12 <br /><br /><div style="background:linear-gradient(135deg,#fffdd0,#fff8dc);border-radius:30px;padding:60px 40px 140px;max-width:720px;margin:40px auto;box-shadow:0 0 60px rgba(255,140,0,0.5),0 0 120px rgba(255,140,0,0.2);border:3px solid rgba(255,215,0,0.3);font-family:'Kanit',sans-serif;">

<div style="background:linear-gradient(135deg,#f8c8dc,#ffb6c1);border-radius:26px;padding:50px 40px 120px;text-align:center;color:#ffb347;box-shadow:inset 0 0 30px rgba(255,255,255,0.3);">
   
    <!-- ข้อความคนละบรรทัด -->
    <div id="float1" style="display:inline-block;font-weight:700;font-size:1.9rem;background:linear-gradient(135deg,#ff6b6b,#ff8e8e);border-radius:28px;color:white;white-space:nowrap;padding:16px 48px;box-shadow:0 0 24px #ffb347;position:relative;">แบบฟอร์ม</div>
   
    <br><br>
   
    <div id="float2" style="display:inline-block;font-weight:700;font-size:1.9rem;background:linear-gradient(135deg,#4ecdc4,#44a08d);border-radius:28px;color:white;white-space:nowrap;padding:16px 48px;box-shadow:0 0 24px #ffb347;position:relative;">อิมเมจรูปภาพที่ 1</div>
   
    <div style="max-width:460px;margin:40px auto;border:10px double #fffdd0;border-radius:24px;box-shadow:0 0 52px rgba(255,192,203,0.95);background:white;overflow:hidden;">
      <img src="https://img5.pic.in.th/file/secure-sv1/1000064991.md.jpg" style="width:100%;height:auto;border-radius:18px;display:block;">
    </div>
   
    <div id="float3" style="display:inline-block;font-weight:700;font-size:1.9rem;background:rgba(255,255,255,0.9);border-radius:28px;color:#ffb347;white-space:nowrap;padding:16px 48px;box-shadow:0 0 24px #ffb347;position:relative;">อิมเมจรูปภาพที่ 2</div>
   
    <div style="max-width:460px;margin:40px auto;border:10px double #fffdd0;border-radius:24px;box-shadow:0 0 52px rgba(255,192,203,0.95);background:white;overflow:hidden;">
      <img src="https://img5.pic.in.th/file/secure-sv1/1000064990.md.jpg" style="width:100%;height:auto;border-radius:18px;display:block;">
    </div>
   
    <div id="float4" style="display:inline-block;font-weight:700;font-size:1.8rem;background:linear-gradient(135deg,#ffd700,#ffed4e);color:#ff6b6b;border-radius:28px;padding:18px 54px;box-shadow:0 0 40px rgba(255,215,0,0.8);max-width:fit-content;margin:0 auto;border:3px solid #ff6b6b;position:relative;">ค่าย:ฮาล์ฟบลัด</div>
   
    <br><br>
   
    <div id="float5" style="display:inline-block;font-weight:700;font-size:1.7rem;background:linear-gradient(135deg,#ffd700,#f5e56b);color:#1e293b;border-radius:24px;padding:14px 42px;box-shadow:0 0 24px rgba(255,215,0,0.7);max-width:fit-content;margin:0 auto;position:relative;">รับรางวัล 10 ดรักม่า</div>

</div>
</div>

Soyeon โพสต์ 2025-8-11 21:49:10

<!-- โหลดฟอนต์ Mali -->
<link href="https://fonts.googleapis.com/css2?family=Mali&amp;display=swap" rel="stylesheet">

<style>
.outer-box {
    max-width: 620px;
    margin: 30px auto;
    border: 4px solid #f15a29; /* สีส้มยูซุ */
    border-radius: 20px;
    background: #fff0f0;
    padding: 18px;
    box-sizing: border-box;
    font-family: 'Mali', cursive;
    color: #ffb07c; /* สีพีช */
    user-select: none;
}

.inner-box {
    border: 3px solid #c72c41; /* สีแดงกุหลาบ */
    border-radius: 15px;
    background: #fff5f7;
    padding: 25px 20px;
    box-shadow: 0 0 16px #c72c41aa;
}

.center-text {
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    margin: 18px 0 14px;
    cursor: grab;
    user-select: none;
}

.image-wrapper {
    text-align: center;
    margin-bottom: 30px;
}

.image-frame {
    display: inline-block;
    border: 5px solid #f15a29;
    border-radius: 18px;
    box-shadow: 0 0 30px #f15a29cc;
    max-width: 100%;
}

.image-frame img {
    display: block;
    border-radius: 12px;
    max-width: 100%;
    height: auto;
}

/* Animation เลื่อนข้อความวนซ้ายขวา */
@keyframes slideRightLeft {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(20px); }
}

@keyframes slideLeftRight {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(-20px); }
}

.slide1 {
    animation: slideRightLeft 5s ease-in-out infinite;
}

.slide2 {
    animation: slideLeftRight 5s ease-in-out infinite;
}
</style>

<div class="outer-box">
<div class="inner-box">

    <div class="center-text slide1" title="เลื่อนซ้ายขวาอัตโนมัติ">
      แบบฟอร์ม
    </div>

    <div class="center-text slide2" title="เลื่อนซ้ายขวาอัตโนมัติ">
      อิมเมจรูปภาพที่ 1
    </div>

    <div class="image-wrapper">
      <a href="https://img2.pic.in.th/pic/1000065016.md.jpg" target="_blank" class="image-frame" title="คลิกดูภาพเต็ม">
      <img src="https://img2.pic.in.th/pic/1000065016.md.jpg" alt="Image 1">
      </a>
    </div>

    <div class="center-text slide1" title="เลื่อนซ้ายขวาอัตโนมัติ">
      อิมเมจรูปภาพที่ 2
    </div>

    <div class="image-wrapper">
      <a href="https://img5.pic.in.th/file/secure-sv1/1000065019.md.jpg" target="_blank" class="image-frame" title="คลิกดูภาพเต็ม">
      <img src="https://img5.pic.in.th/file/secure-sv1/1000065019.md.jpg" alt="Image 2">
      </a>
    </div>

    <div class="center-text" style="font-size: 20px; margin-bottom: 12px;">
      ค่าย: จูปิเตอร์
    </div>

    <div class="center-text" style="font-size: 18px; font-weight: 700; color: #ff8c00;">
      ได้รับรางวัล + 10 ดีนาเรียส ตามค่ายที่กำลังสังกัดอยู่
    </div>

</div>
</div>

Nanette โพสต์ 2025-8-15 10:31:26

แบบฟอร์มรูปอิมเมจที่ 1 : clickรูปอิมเมจที่ 2 : clickสังกัดค่าย : ฮาล์ฟบลัดรางวัลที่ได้รับ : +10 ดรักม่า

Phatranit โพสต์ 2025-8-19 16:56:56

<!-- Google Font -->
<link href="https://fonts.googleapis.com/css2?family=Sarabun:wght@300;400;600;700&amp;display=swap" rel="stylesheet">

<style>
@keyframes floatText {
0%,100% { transform: translateY(0); }
50% { transform: translateY(-8px); }
}
@keyframes glowBox {
0%,100% { box-shadow: 0 0 20px rgba(255,215,0,0.3),0 0 40px rgba(255,215,0,0.1); }
50% { box-shadow: 0 0 30px rgba(255,215,0,0.6),0 0 60px rgba(255,215,0,0.3); }
}
</style>

<div style="box-sizing:border-box; font-family:'Sarabun',sans-serif; width:min(100%,1000px); margin:40px auto; padding:30px; background:linear-gradient(145deg,#1a1a2e,#16213e,#0f0f23); border:3px solid transparent; border-radius:25px; position:relative; backdrop-filter:blur(10px); animation:glowBox 4s ease-in-out infinite;">

<!-- กรอบทอง -->
<div style="background:linear-gradient(135deg,#2a2a3e 0%,#1e1e2f 50%,#1a1a2a 100%); border:2px solid #ffd700; border-radius:20px; padding:30px; box-shadow:inset 0 0 30px rgba(255,215,0,0.15);">

    <!-- หัวข้อ -->
    <div style="width:100%; text-align:center; font-size:28px; font-weight:700; margin:20px 0; background:linear-gradient(45deg,#ffd700,#ffed4e,#ffd700); -webkit-background-clip:text; -webkit-text-fill-color:transparent; text-shadow:0 0 20px rgba(255,215,0,0.4); animation:floatText 6s ease-in-out infinite;">
      แบบฟอร์มขอความร่วมมือส่งอิมเมจตัวละคร
    </div>

    <!-- ตัวละคร 1 -->
    <div style="margin:40px 0; padding:25px; background:linear-gradient(135deg,rgba(255,215,0,0.1),rgba(255,215,0,0.05)); border-radius:15px; border:1px solid rgba(255,215,0,0.3); text-align:center;">
      <div style="font-size:20px; font-weight:600; color:#ffd700; margin-bottom:15px;">อิมเมจรูปภาพ ตัวละครที่ 1</div>
      <img src="https://img5.pic.in.th/file/secure-sv1/100006522702b4f98a57302ee8.md.jpg" alt="Character 1" style="max-width:85%; border-radius:15px; border:3px solid #ffd700; box-shadow:0 8px 25px rgba(0,0,0,0.4); transition:transform 0.3s ease;">
    </div>

    <!-- ตัวละคร 2 -->
    <div style="margin:40px 0; padding:25px; background:linear-gradient(135deg,rgba(255,215,0,0.1),rgba(255,215,0,0.05)); border-radius:15px; border:1px solid rgba(255,215,0,0.3); text-align:center;">
      <div style="font-size:20px; font-weight:600; color:#ffd700; margin-bottom:15px;">อิมเมจรูปภาพ ตัวละครที่ 2</div>
      <img src="https://img5.pic.in.th/file/secure-sv1/1000065232.md.jpg" alt="Character 2" style="max-width:85%; border-radius:15px; border:3px solid #ffd700; box-shadow:0 8px 25px rgba(0,0,0,0.4); transition:transform 0.3s ease;">
    </div>

    <!-- รางวัล -->
    <div style="margin-top:30px; padding:20px; background:linear-gradient(135deg,rgba(255,215,0,0.15),rgba(255,215,0,0.08)); border-radius:12px; border:2px solid rgba(255,215,0,0.4); text-align:center;">
      <div style="font-size:22px; font-weight:700; color:#ffed4e; margin-bottom:10px;">สังกัดค่าย: จูปิเตอร์</div>
      <div style="font-size:20px; font-weight:600; background:linear-gradient(45deg,#ffd700,#ffed4e); -webkit-background-clip:text; -webkit-text-fill-color:transparent;">รับรางวัล: +10 ดีนาเรียส ตามค่ายที่กำลังสังกัดอยู่</div>
    </div>

</div>
</div>

Esther โพสต์ เมื่อวาน 03:04

แบบฟอร์ม
รูปอิมเมจที่ 1 : LINKhttps://img5.pic.in.th/file/secure-sv1/740full-isabella-sermon.jpg
รูปอิมเมจที่ 2 : LINKhttps://img2.pic.in.th/pic/SaveClip.App_464827942_1098937158551604_4470247168374709407_n.jpgสังกัดค่าย: ฮาล์ฟบลัดรับรางวัลไปเลย: +10 ดรักม่า

Moneka โพสต์ เมื่อวาน 06:52

แก้ไขครั้งสุดท้ายโดย Moneka เมื่อ 2025-8-28 06:56 <br /><br /><div style="text-align: center;"><font style="" face="TH SarabunPSK" size="6"><b style="">แบบฟอร์ม</b></font></div><div style="text-align: center;"><font face="TH SarabunPSK" size="5"><br></font></div><div style="text-align: center;"><font face="TH SarabunPSK" size="5">รูปอิมเมจที่ 1 :&nbsp;<a href="https://img5.pic.in.th/file/secure-sv1/BeautyPlus_20220217030245996_save.md.jpg">[ปักตะไคร้]</a></font></div><div style="text-align: center;"><font face="TH SarabunPSK" size="5"><img src="https://img5.pic.in.th/file/secure-sv1/BeautyPlus_20220217030245996_save.md.jpg" width="500" _height="333" border="0"></font></div><div style="text-align: center;"><font face="TH SarabunPSK" size="5">รูปอิมเมจที่ 2 :&nbsp;<a href="https://img2.pic.in.th/pic/BeautyPlus_20220217030319884_save.md.jpg">[ปักตะไคร้]</a></font></div><div style="text-align: center;"><font face="TH SarabunPSK" size="5"><img src="https://img2.pic.in.th/pic/BeautyPlus_20220217030319884_save.md.jpg" width="500" _height="750" border="0"></font></div><div style="text-align: center;"><font face="TH SarabunPSK" size="5"><br></font></div><div style="text-align: center;"><font face="TH SarabunPSK" size="5">แถมเฉย ๆ ความจริงมีอีกภาพนะเปงเซ็ต อยากอวดเฉย ๆ&nbsp;</font></div><div style="text-align: center;"><img src="https://img5.pic.in.th/file/secure-sv1/BeautyPlus_20220217030417436_save.md.jpg" width="500" _height="750" border="0"></div><div style="text-align: center;"><font face="TH SarabunPSK" size="5"><br></font></div><div style="text-align: center;"><font face="TH SarabunPSK" size="5"><b>สังกัดค่าย :</b> จูปาจุ๊บ เอ้ยย จูปิเตอร์</font></div><div style="text-align: center;"><font face="TH SarabunPSK" size="5"><b>รางวัล :</b> 10 ดีนาเรียส</font></div><div><br></div>
หน้า: 1 [2]
ดูในรูปแบบกติ: [ขอความร่วมมือส่งภาพตัวละครทุกคน]