God โพสต์ 2025-12-25 19:07:39

[ห้องลงชื่อแจ้งจองภารกิจคำพยากรณ์ที่ยังไม่พร้อมเปิด]



<style>
    @import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@700;900&family=Noto+Sans+Thai:wght@300;400;700&family=Metamorphous&display=swap');

    /* --- 🏛️ STRATEGY CONTAINER --- */
    .mission-plan-wrapper {
      max-width: 900px;
      margin: 50px auto;
      background: #0a0a0a;
      border: 1px solid #333;
      box-shadow: 0 30px 80px rgba(0,0,0,0.8);
      font-family: 'Noto Sans Thai', sans-serif;
      position: relative;
      overflow: hidden;
    }

    /* ตกแต่งมุมด้วยลวดลายกรีกโบราณจางๆ */
    .mission-plan-wrapper::before {
      content: "";
      position: absolute;
      top: 0; left: 0; width: 100%; height: 100%;
      background-image: radial-gradient(circle at 2px 2px, #1a1a1a 1px, transparent 0);
      background-size: 24px 24px;
      opacity: 0.5;
    }

    /* --- 📜 HEADER --- */
    .mission-header {
      background: #111;
      padding: 60px 40px;
      text-align: center;
      border-bottom: 4px solid #c5a059;
      position: relative;
      z-index: 2;
    }

    .mission-logo {
      width: 130px;
      margin-bottom: 25px;
      filter: drop-shadow(0 0 15px rgba(197, 160, 89, 0.4));
    }

    /* --- 🛡️ INSTRUCTION SECTION --- */
    .mission-body {
      padding: 60px 80px;
      position: relative;
      z-index: 2;
      line-height: 2.2;
    }

    .mission-notice-box {
      background: rgba(197, 160, 89, 0.05);
      border-left: 4px solid #c5a059;
      padding: 30px;
      margin-bottom: 50px;
    }

    /* --- 📝 FORM AREA --- */
    .mission-form-section {
      background: #111;
      padding: 60px 80px;
      border-top: 1px solid #222;
    }

    .mission-form-card {
      border: 1px solid #c5a059;
      background: rgba(0, 0, 0, 0.5);
      padding: 45px;
      position: relative;
    }

    .form-label-tag {
      position: absolute;
      top: -14px;
      left: 35px;
      background: #c5a059;
      color: #000;
      font-family: 'Cinzel', serif;
      font-size: 10px;
      font-weight: 900;
      padding: 2px 15px;
      letter-spacing: 2px;
    }

    .form-line {
      margin-bottom: 25px;
      border-bottom: 1px solid #222;
      padding-bottom: 10px;
    }

    /* --- ⚠️ WARNING BOX --- */
    .mission-warning {
      margin-top: 40px;
      padding: 25px;
      border: 1px dashed #444;
      text-align: center;
    }

    /* --- 🔱 FOOTER --- */
    .mission-footer {
      padding: 30px;
      text-align: center;
      background: #000;
      border-top: 1px solid #1a1a1a;
    }
</style>

<div class="mission-plan-wrapper">
   
    <div class="mission-header">
      <img src="https://i.imgur.com/TNZs8Qz.png" class="mission-logo"><br>
      <font face="Cinzel" size="6" color="#c5a059" style="letter-spacing: 5px; font-weight: 900;">PROPHECY PLANNING</font><br>
      <font size="2" color="#666" style="letter-spacing: 3px; display: block; margin-top: 10px;">ห้องแจ้งเจตจำนงในการจองภารกิจคำพยากรณ์</font>
    </div>

    <div class="mission-body">
      <div class="mission-notice-box">
            <font size="4" color="#c5a059" face="Metamorphous">Strategic Intent</font><br>
            <font size="3" color="#bbb">
                พื้นที่สำหรับการยื่นแบบฟอร์มจองภารกิจล่วงหน้า เพื่อให้ทุกท่านสามารถวางแผนเตรียมตัวก่อนที่ภารกิจจะเปิดทำการจริง หากท่านสนใจคำพยากรณ์ใดเป็นพิเศษ สามารถแจ้งความประสงค์ไว้ ณ ที่นี่
            </font>
      </div>

      <font size="3" color="#888">
            <b style="color: #c5a059;">หมายเหตุการดำเนินงาน:</b><br>
            เมื่อใกล้ถึงกำหนดเดตไลน์ภารกิจ จะมีการประกาศแจ้งเตือนผ่านช่องทาง <b>Telegram</b> อีกครั้ง ทั้งนี้ ภารกิจอาจมีการปรับระดับความยากขึ้น หรือมีการสุ่มทีม (TGC) เข้าปฏิบัติหน้าที่ตามสถานการณ์ความเหมาะสมในขณะนั้น
      </font>
    </div>

    <div class="mission-form-section">
      <div class="mission-form-card">
            <div class="form-label-tag">MISSION PETITION</div>

            <div class="form-line">
                <font size="2" color="#c5a059" face="Cinzel" style="letter-spacing: 1px;">IDENTIFICATION</font><br>
                <font size="4" color="#fff"><b>ชื่อ-นามสกุล :</b> ................................................................</font>
            </div>

            <div class="form-line">
                <font size="2" color="#c5a059" face="Cinzel" style="letter-spacing: 1px;">PROPHECY TARGET</font><br>
                <font size="4" color="#fff"><b>ภารกิจคำพยากรณ์ที่จอง :</b> ................................................................</font>
            </div>

            <div class="form-line">
                <font size="2" color="#c5a059" face="Cinzel" style="letter-spacing: 1px;">REFERENCE LINK</font><br>
                <font size="4" color="#fff"><b>LINK กระทู้ภารกิจ :</b> ................................................................</font>
            </div>

            <div class="form-line" style="border: none;">
                <font size="2" color="#c5a059" face="Cinzel" style="letter-spacing: 1px;">ANTICIPATED TIMELINE</font><br>
                <font size="4" color="#fff"><b>ระยะเวลาที่คาดว่าจะเปิด :</b> <font color="#666" size="3">(ระบุช่วงวันที่ให้ชัดเจน ก่อน 5 วันสุดท้ายของเดตไลน์)</font></font>
            </div>
      </div>

      <div class="mission-warning">
            <font size="2" color="#555" face="Cinzel" style="letter-spacing: 2px;">THE FATES ARE WATCHING YOUR PREPARATION</font>
      </div>
    </div>

    <div class="mission-footer">
      <font face="Cinzel" size="2" color="#c5a059" style="letter-spacing: 5px;">OFFICIAL MISSION REGISTRY // CAMP JUPITER - CHB</font>
    </div>

</div>

Daemon โพสต์ 2025-12-25 19:09:27

<div align="center"><br>
<div class="waves">
<div class="wvtop">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="var(--accent4-25)" fill-opacity="1" d="M0,96L80,96C160,96,320,96,480,85.3C640,75,800,53,960,64C1120,75,1280,117,1360,138.7L1440,160L1440,0L1360,0C1280,0,1120,0,960,0C800,0,640,0,480,0C320,0,160,0,80,0L0,0Z"></path><path fill="var(--accent3-25)" fill-opacity="1" d="M0,160L80,138.7C160,117,320,75,480,58.7C640,43,800,53,960,48C1120,43,1280,21,1360,10.7L1440,0L1440,0L1360,0C1280,0,1120,0,960,0C800,0,640,0,480,0C320,0,160,0,80,0L0,0Z"></path><path fill="var(--accent2-25)" fill-opacity="1" d="M0,288L80,277.3C160,267,320,245,480,250.7C640,256,800,288,960,277.3C1120,267,1280,213,1360,186.7L1440,160L1440,0L1360,0C1280,0,1120,0,960,0C800,0,640,0,480,0C320,0,160,0,80,0L0,0Z"></path><path fill="var(--accent1-25)" fill-opacity="1" d="M0,128L80,144C160,160,320,192,480,192C640,192,800,160,960,149.3C1120,139,1280,149,1360,154.7L1440,160L1440,0L1360,0C1280,0,1120,0,960,0C800,0,640,0,480,0C320,0,160,0,80,0L0,0Z"></path></svg>
</div>
<div class="wvicon"><img src="https://i.imgur.com/Uyj2Bee.gif/100"></div>
<div class="wvhead">
<strong><br></strong><strong><br></strong><strong><br></strong><strong><br></strong><strong><br></strong>
<em><br></em>
</div>
<div class="wvtext"><div class="wvtext"><div style="text-align: center;"><span style="color: rgb(0, 0, 0); text-align: justify;"><font face="Sarabun" style="" size="3">ชื่อ-นามสกุล: เดม่อน แคนเนลท์</font></span></div><div style="text-align: center;"><font face="Sarabun" size="3"><span style="color: rgb(0, 0, 0); text-align: justify;">ภารกิจคำพยากรณ์ที่จอง:&nbsp;</span><span style="text-align: justify;"><font color="#000000">The Maelstrom's Call</font></span></font></div><div style="text-align: center;"><font face="Sarabun" size="3"><span style="color: rgb(0, 0, 0); text-align: justify;">LINK กระทู้ภารกิจ:&nbsp;</span><a href="https://percyjackson.mooorp.com/thread/1034/1/1" style="text-align: justify;">Link</a></font></div><div style="text-align: center;"><span style="color: rgb(0, 0, 0); text-align: justify;"><font face="Sarabun" style="" size="3">ระยะเวลาที่คาดว่าจะเปิดคำพยากรณ์: ช่วงต้นปี เดือนมกราคม 2026 ที่น่าจะเริ่มว่างแล้ว</font></span></div></div></div><div class="wvtext"><br></div>
<div class="wvbot">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="var(--accent4-25)" fill-opacity="1" d="M0,96L80,96C160,96,320,96,480,122.7C640,149,800,203,960,202.7C1120,203,1280,149,1360,122.7L1440,96L1440,320L1360,320C1280,320,1120,320,960,320C800,320,640,320,480,320C320,320,160,320,80,320L0,320Z"></path><path fill="var(--accent3-25)" fill-opacity="1" d="M0,96L80,128C160,160,320,224,480,245.3C640,267,800,245,960,202.7C1120,160,1280,96,1360,64L1440,32L1440,320L1360,320C1280,320,1120,320,960,320C800,320,640,320,480,320C320,320,160,320,80,320L0,320Z"></path><path fill="var(--accent2-25)" fill-opacity="1" d="M0,32L80,53.3C160,75,320,117,480,133.3C640,149,800,139,960,149.3C1120,160,1280,192,1360,208L1440,224L1440,320L1360,320C1280,320,1120,320,960,320C800,320,640,320,480,320C320,320,160,320,80,320L0,320Z"></path><path fill="var(--accent1-25)" fill-opacity="1" d="M0,160L80,138.7C160,117,320,75,480,85.3C640,96,800,160,960,197.3C1120,235,1280,245,1360,250.7L1440,256L1440,320L1360,320C1280,320,1120,320,960,320C800,320,640,320,480,320C320,320,160,320,80,320L0,320Z"></path></svg>
</div>
</div>
<a href="https://necromancercoding.tumblr.com/" class="ncredit"></a><a href="https://necromancercoding.tumblr.com/" class="ncredit" style="display: inline !important;">NC</a>

<style>.waves { --accent: #b7011f; --accent1-25: #b7011f; --accent2-25: #fdc4e2; --accent3-25: #b7011f; --accent4-25: #b7011f; --text:#666; --bckg:#fff; }</style><link rel="stylesheet" href="https://dl.dropboxusercontent.com/scl/fi/50ognhvddbgrdql71m9ys/waves.css?rlkey=zzfy7ubvad00156x4dydsxjv6&amp;st=r13bibt5&amp;dl=0"></div>
หน้า: [1]
ดูในรูปแบบกติ: [ห้องลงชื่อแจ้งจองภารกิจคำพยากรณ์ที่ยังไม่พร้อมเปิด]