Guest User

tmpl

a guest
May 10th, 2025
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 11.30 KB | Source Code | 0 0
  1. <div style="font-family: 'Share Tech Mono', 'Consolas', 'Courier New', monospace; background: linear-gradient(160deg, #0D1721 0%, #030508 100%); padding: 8px; border-radius: 4px; border: 1px solid #1A2E40; border-top: 3px solid #00EFFF; color: #B0CFE0; box-shadow: 0 1px 7px rgba(0,239,255,0.1), inset 0 0 3px rgba(0,120,150,0.3);">
  2.     <!-- Header -->
  3.     <div style="text-align: center; margin-bottom: 10px;">
  4.         <h2 style="color: #FFFFFF; font-size: 18px; font-weight: bold; margin: 0; text-shadow: 0 0 5px #00EFFF, 0 0 2px #00EFFF, 0 0 7px #FFFFFF;">
  5.             GHOST_ID: CHAPPY // ICEBREAKER v4.2
  6.         </h2>
  7.     </div>
  8.  
  9.     <!-- Row 1: Last Sync, Grid Node, CrypCoin -->
  10.     <div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 6px; margin-bottom: 10px;">
  11.         <div style="background-color: rgba(10, 20, 30, 0.7); padding: 6px; border-radius: 3px; border: 1px solid #203A50;">
  12.             <span style="font-size: 10px; color: #60DFFF; font-weight: 600; margin-right: 4px;">LAST_PING:</span>
  13.             <span style="font-size: 12px; font-weight: 500;">22:15 // SYS_CYCLE_99.8</span>
  14.         </div>
  15.         <div style="background-color: rgba(10, 20, 30, 0.7); padding: 6px; border-radius: 3px; border: 1px solid #203A50;">
  16.             <span style="font-size: 10px; color: #60DFFF; font-weight: 600; margin-right: 4px;">GRID_NODE:</span>
  17.             <span style="font-size: 12px; font-weight: 500;">NEO-KYOTO_SECTOR_7_DEEP</span>
  18.         </div>
  19.         <div style="background-color: rgba(10, 20, 30, 0.7); padding: 6px; border-radius: 3px; border: 1px solid #203A50;">
  20.             <span style="font-size: 10px; color: #60DFFF; font-weight: 600; margin-right: 4px;">CRYPCOIN <span style="color:#ADD8E6;">฿</span>:</span>
  21.             <span style="font-size: 12px; font-weight: 500;">1,250</span>
  22.         </div>
  23.     </div>
  24.  
  25.     <!-- Row 2: Netrunner Alias, Threat Level, Anonymity Index, ICE Alert -->
  26.     <div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); gap: 6px; margin-bottom: 10px;">
  27.         <div style="background-color: rgba(10, 20, 30, 0.7); padding: 6px; border-radius: 3px; border: 1px solid #203A50;">
  28.             <span style="font-size: 10px; color: #60DFFF; font-weight: 600; margin-right: 4px;">ALIAS_LVL:</span>
  29.             <span style="font-size: 12px; font-weight: 500;">PRO_GHOST</span>
  30.         </div>
  31.         <div style="background-color: rgba(10, 20, 30, 0.7); padding: 6px; border-radius: 3px; border: 1px solid #203A50;">
  32.             <span style="font-size: 10px; color: #60DFFF; font-weight: 600; margin-right: 4px;">THREAT:</span>
  33.             <span style="font-size: 12px; font-weight: 500;">Tier 15</span>
  34.         </div>
  35.         <div style="background-color: rgba(10, 20, 30, 0.7); padding: 6px; border-radius: 3px; border: 1px solid #203A50;">
  36.             <span style="font-size: 10px; color: #60DFFF; font-weight: 600; margin-right: 4px;">ANON_IDX:</span>
  37.             <span style="font-size: 12px; font-weight: 500;">5 Pts</span>
  38.         </div>
  39.         <div style="background-color: rgba(10, 20, 30, 0.7); padding: 6px; border-radius: 3px; border: 1px solid #203A50;">
  40.             <span style="font-size: 10px; color: #60DFFF; font-weight: 600; margin-right: 4px;">SYS_ALERT:</span>
  41.             <span style="font-size: 12px; font-weight: 500; color: #FFD700;">LOW</span>
  42.         </div>
  43.     </div>
  44.  
  45.     <!-- Exploit Dev XP, Cognitive Load, Data Throughput, Deck RAM -->
  46.     <div style="display: grid; grid-template-columns: 1fr; gap: 6px; margin-bottom: 10px;">
  47.         <div style="background-color: rgba(10, 20, 30, 0.7); padding: 6px; border-radius: 3px; border: 1px solid #203A50; display: flex; align-items: center; gap: 4px;">
  48.             <span style="font-size: 10px; color: #60DFFF; font-weight: 600; white-space: nowrap;">PROGRAM_XP:</span>
  49.             <div style="height: 16px; background-color: #0A1A2A; border-radius: 2px; position: relative; overflow: hidden; flex-grow: 1; border: 1px solid #1A2E40;">
  50.                 <div style="width: 60%; height: 100%; background: linear-gradient(90deg, #00BFFF, #00EFFF); border-radius: 1px;"></div>
  51.                 <div style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 10px; color: #030508; font-weight: bold;">
  52.                     1200/2000
  53.                 </div>
  54.             </div>
  55.         </div>
  56.         <div style="background-color: rgba(10, 20, 30, 0.7); padding: 6px; border-radius: 3px; border: 1px solid #203A50; display: flex; align-items: center; gap: 4px;">
  57.             <span style="font-size: 10px; color: #60DFFF; font-weight: 600; white-space: nowrap;">COG_LOAD:</span>
  58.             <div style="height: 16px; background-color: #0A1A2A; border-radius: 2px; position: relative; overflow: hidden; flex-grow: 1; border: 1px solid #1A2E40;">
  59.                 <div style="width: 100%; height: 100%; background-color: #00AFFF; border-radius: 1px;"></div>
  60.                 <div style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 10px; color: #E0F0FF; font-weight: bold;">
  61.                     150/150
  62.                 </div>
  63.             </div>
  64.         </div>
  65.         <div style="background-color: rgba(10, 20, 30, 0.7); padding: 6px; border-radius: 3px; border: 1px solid #203A50; display: flex; align-items: center; gap: 4px;">
  66.             <span style="font-size: 10px; color: #60DFFF; font-weight: 600; white-space: nowrap;">BANDWIDTH:</span>
  67.             <div style="height: 16px; background-color: #0A1A2A; border-radius: 2px; position: relative; overflow: hidden; flex-grow: 1; border: 1px solid #1A2E40;">
  68.                 <div style="width: 100%; height: 100%; background-color: #00FFFF; border-radius: 1px;"></div>
  69.                 <div style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 10px; color: #030508; font-weight: bold;">
  70.                     80/80 GBPS
  71.                 </div>
  72.             </div>
  73.         </div>
  74.          <div style="background-color: rgba(10, 20, 30, 0.7); padding: 6px; border-radius: 3px; border: 1px solid #203A50; display: flex; align-items: center; gap: 4px;">
  75.             <span style="font-size: 10px; color: #60DFFF; font-weight: 600; white-space: nowrap;">DECK_RAM:</span>
  76.             <div style="height: 16px; background-color: #0A1A2A; border-radius: 2px; position: relative; overflow: hidden; flex-grow: 1; border: 1px solid #1A2E40;">
  77.                 <div style="width: 100%; height: 100%; background-color: #AFEEEE; border-radius: 1px;"></div>
  78.                 <div style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 10px; color: #030508; font-weight: bold;">
  79.                     50/50 TB
  80.                 </div>
  81.             </div>
  82.         </div>
  83.     </div>
  84.  
  85.     <!-- SKILL_MATRIX: Exploits, Crypto, SysAdmin, SocialEng, Evasion -->
  86.     <div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(80px, 1fr)); gap: 6px; margin-bottom: 10px;">
  87.          <div style="background-color: rgba(10, 20, 30, 0.7); padding: 6px; border-radius: 3px; border: 1px solid #203A50;">
  88.             <span style="font-size: 10px; color: #60DFFF; font-weight: 600; margin-right: 4px;">EXPLOIT:</span>
  89.             <span style="font-size: 12px;">16</span>
  90.         </div>
  91.         <div style="background-color: rgba(10, 20, 30, 0.7); padding: 6px; border-radius: 3px; border: 1px solid #203A50;">
  92.             <span style="font-size: 10px; color: #60DFFF; font-weight: 600; margin-right: 4px;">CRYPTO:</span>
  93.             <span style="font-size: 12px;">14</span>
  94.         </div>
  95.         <div style="background-color: rgba(10, 20, 30, 0.7); padding: 6px; border-radius: 3px; border: 1px solid #203A50;">
  96.             <span style="font-size: 10px; color: #60DFFF; font-weight: 600; margin-right: 4px;">SYS_KNL:</span>
  97.             <span style="font-size: 12px;">10</span>
  98.         </div>
  99.         <div style="background-color: rgba(10, 20, 30, 0.7); padding: 6px; border-radius: 3px; border: 1px solid #203A50;">
  100.             <span style="font-size: 10px; color: #60DFFF; font-weight: 600; margin-right: 4px;">SOC_ENG:</span>
  101.             <span style="font-size: 12px;">8</span>
  102.         </div>
  103.         <div style="background-color: rgba(10, 20, 30, 0.7); padding: 6px; border-radius: 3px; border: 1px solid #203A50;">
  104.             <span style="font-size: 10px; color: #60DFFF; font-weight: 600; margin-right: 4px;">EVASION:</span>
  105.             <span style="font-size: 12px;">12</span>
  106.         </div>
  107.     </div>
  108.  
  109.     <!-- CYBERDECK_CONFIG, ICEBREAKER_SUITE, ACTIVE_SCRIPTS -->
  110.     <div style="display: grid; grid-template-columns: 1fr; gap: 6px; margin-bottom: 10px;">
  111.         <div style="background-color: rgba(10, 20, 30, 0.7); padding: 6px; border-radius: 3px; border: 1px solid #203A50;">
  112.             <div style="font-size: 10px; color: #60DFFF; font-weight: 600; margin-bottom: 2px;">CYBERDECK_CFG:</div>
  113.             <div style="font-size: 11px; font-weight: 500;">"Phantom" Mk.VII (Custom OS: ShadowNet), Neural Co-Processor, Ghost-Module</div>
  114.         </div>
  115.         <div style="background-color: rgba(10, 20, 30, 0.7); padding: 6px; border-radius: 3px; border: 1px solid #203A50;">
  116.             <div style="font-size: 10px; color: #60DFFF; font-weight: 600; margin-bottom: 2px;">ICEBREAKER_SUITE:</div>
  117.             <div style="font-size: 11px; font-weight: 500;">Wraith v3.1 (Stealth), Cerberus v2.5 (Attack), JanusKey v1.9 (Bypass)</div>
  118.         </div>
  119.         <div style="background-color: rgba(10, 20, 30, 0.7); padding: 6px; border-radius: 3px; border: 1px solid #203A50;">
  120.             <div style="font-size: 10px; color: #60DFFF; font-weight: 600; margin-bottom: 2px;">NEURAL_WARE:</div>
  121.             <div style="font-size: 11px; font-weight: 500;">Cortex Modulator (Focus), Reflex Booster, Datajack Mk.IV (Encrypted)</div>
  122.         </div>
  123.     </div>
  124.  
  125.     <!-- BLACK_ICE_CONTACTS, ZERO_DAY_CACHE, ACTIVE_OPERATIONS -->
  126.     <div style="display: grid; grid-template-columns: 1fr; gap: 6px;">
  127.         <div style="background-color: rgba(10, 20, 30, 0.7); padding: 6px; border-radius: 3px; border: 1px solid #203A50;">
  128.             <div style="font-size: 10px; color: #60DFFF; font-weight: 600; margin-bottom: 2px;">KNOWN_VULNS:</div>
  129.             <div style="font-size: 11px; font-weight: 500;">CorpNet_Firewall_v6 (Backdoor), SecuriCorp_Protocols (Zero-Day)</div>
  130.         </div>
  131.         <div style="background-color: rgba(10, 20, 30, 0.7); padding: 6px; border-radius: 3px; border: 1px solid #203A50;">
  132.             <div style="font-size: 10px; color: #60DFFF; font-weight: 600; margin-bottom: 2px;">DARKNET_CONTACTS:</div>
  133.             <div style="font-size: 11px; font-weight: 500;">Whisper (InfoBroker), Glitch (Hardware), Binary (Code)</div>
  134.         </div>
  135.         <div style="background-color: rgba(10, 20, 30, 0.7); padding: 6px; border-radius: 3px; border: 1px solid #203A50;">
  136.             <div style="font-size: 10px; color: #60DFFF; font-weight: 600; margin-bottom: 2px;">ACTIVE_RUNS:</div>
  137.             <div style="font-size: 11px; font-weight: 500;">Data_Heist_Arasaka_R&D, Neutralize_Rival_Netrunner, Exfiltrate_Datacore_Zodiac</div>
  138.        </div>
  139.    </div>
  140. </div>
Advertisement
Add Comment
Please, Sign In to add comment