未登录
中文(中国大陆)
创建账号
登录
SOKA CAFE
搜索
查看“测试页面”的源代码
来自SOKA CAFE
命名空间
页面
讨论
更多
更多
页面操作
阅读
查看源代码
历史
←
测试页面
因为以下原因,您没有权限编辑本页:
您请求的操作仅限属于该用户组的用户执行:
用户
您必须确认您的电子邮件地址才能编辑页面。请通过
参数设置
设置并确认您的电子邮件地址。
您可以查看和复制此页面的源代码。
<html lang="zh-CN"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.5, user-scalable=yes"> <title>尘封档案 · 封存样式</title> <style> * { margin: 0; padding: 0; box-sizing: border-box; } .archive-card { max-width: 820px; width: 100%; background: #f3efe0; background-image: radial-gradient(circle at 10% 20%, rgba(215, 195, 160, 0.2) 0%, transparent 30%), radial-gradient(circle at 90% 80%, rgba(180, 155, 120, 0.25) 0%, transparent 40%), linear-gradient(145deg, #e8dfca 0%, #f7f2e0 80%); box-shadow: 0 12px 28px rgba(0, 0, 0, 0.6), 0 4px 12px rgba(0, 0, 0, 0.3), inset 0 0 30px rgba(120, 90, 60, 0.15), inset 0 0 8px #d8c8a8; border-radius: 8px 8px 12px 12px; padding: 20px 16px 28px; position: relative; transition: all 0.2s ease; border: 1px solid #b8a78a; border-top-color: #d6c6aa; border-left-color: #cbb99b; border-right-color: #ac9a7c; border-bottom-color: #8f7d60; transform: rotate(0.4deg) scale(1); margin: 6px auto; } .archive-card::before { content: ''; position: absolute; inset: 0; border-radius: inherit; background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200"><filter id="noise"><feTurbulence type="fractalNoise" baseFrequency="0.8" numOctaves="4" stitchTiles="stitch"/><feColorMatrix type="matrix" values="1 0 0 0 0 0 0.9 0 0 0 0 0 0.8 0 0 0 0 0 0.12 0"/></filter><rect width="100%" height="100%" filter="url(%23noise)" opacity="0.2"/></svg>'); background-repeat: repeat; background-size: 300px 300px; opacity: 0.4; pointer-events: none; mix-blend-mode: multiply; z-index: 2; } .archive-card::after { content: ''; position: absolute; top: -2px; left: 10%; width: 80%; height: 24px; background: rgba(200, 175, 140, 0.25); background: linear-gradient(90deg, transparent, rgba(190, 160, 120, 0.3) 20%, rgba(210, 180, 140, 0.2) 80%, transparent); border-radius: 60% 60% 30% 30% / 100% 100% 20% 20%; filter: blur(1px); box-shadow: 0 -2px 6px rgba(100, 70, 40, 0.2); z-index: 1; opacity: 0.7; pointer-events: none; } .archive-item { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); font-size: 16px; font-family: 'Times New Roman', 'Songti SC', 'STSong', 'SimSun', serif; color: #2e2a24; margin: 13px 0.5%; padding: 10px 10px; border-radius: 4px; border-left: 7px solid #d4b68a; line-height: 1.8; background-color: rgba(252, 248, 235, 0.6); position: relative; z-index: 3; letter-spacing: 0.3px; word-spacing: 0.8px; text-shadow: 0 0 2px rgba(160, 120, 80, 0.1); background-image: radial-gradient(circle at 20% 30%, rgba(180, 150, 110, 0.08) 0%, transparent 60%), radial-gradient(circle at 80% 70%, rgba(140, 110, 70, 0.06) 0%, transparent 50%); backdrop-filter: blur(0.5px); } .archive-item strong, .archive-item b, .archive-item .project-name { font-weight: 600; color: #2b241c; text-shadow: 0 0 3px #b8a080; letter-spacing: 0.6px; } .archive-meta { display: flex; justify-content: space-between; align-items: baseline; margin-top: 18px; padding-top: 12px; border-top: 1px dashed #b7a48a; font-size: 13px; color: #5f5342; font-family: 'Courier New', 'SimSun', monospace; letter-spacing: 0.6px; opacity: 0.75; flex-wrap: wrap; gap: 6px 12px; position: relative; z-index: 3; } .archive-meta span { background: rgba(210, 190, 165, 0.2); padding: 0 8px; border-radius: 12px; font-size: 12px; border: 1px solid #cbb69b; box-shadow: inset 0 1px 2px rgba(255, 245, 220, 0.6); backdrop-filter: blur(1px); display: inline-block; white-space: nowrap; } .stamp-watermark { position: absolute; bottom: 18px; right: 25px; font-size: 48px; font-weight: 700; color: rgba(160, 70, 50, 0.15); font-family: 'Times New Roman', 'STSong', serif; transform: rotate(-12deg) scale(1.2); letter-spacing: 6px; pointer-events: none; z-index: 1; text-shadow: 0 2px 6px rgba(0,0,0,0.1); border: 1px solid rgba(160, 70, 50, 0.08); padding: 0 8px; border-radius: 20px 0 20px 0; background: rgba(200, 160, 130, 0.05); backdrop-filter: blur(1px); } .foxing { position: absolute; border-radius: 50%; background: radial-gradient(circle, rgba(140, 110, 70, 0.08) 0%, transparent 80%); pointer-events: none; z-index: 0; } .foxing-1 { width: 120px; height: 120px; top: 10%; left: 5%; background: radial-gradient(circle, rgba(170, 140, 100, 0.12) 0%, transparent 70%); filter: blur(6px); } .foxing-2 { width: 200px; height: 200px; bottom: 0; right: 0; background: radial-gradient(circle, rgba(120, 90, 60, 0.09) 0%, transparent 70%); filter: blur(10px); } .foxing-3 { width: 80px; height: 80px; top: 60%; left: 70%; background: radial-gradient(circle, rgba(100, 70, 40, 0.06) 0%, transparent 70%); filter: blur(8px); } .crease { position: absolute; height: 100%; width: 2px; background: rgba(160, 130, 100, 0.08); top: 0; left: 30%; transform: rotate(4deg); filter: blur(1px); box-shadow: 0 0 12px rgba(100, 70, 40, 0.05); pointer-events: none; z-index: 1; } .crease-2 { left: 70%; transform: rotate(-3deg); width: 1px; background: rgba(120, 90, 60, 0.1); } .archive-item { border-left-color: #c6ad88 !important; } .typewriter { font-family: 'Courier New', 'Lucida Console', 'SimSun', monospace; } @media (max-width: 640px) { .archive-card { padding: 14px 10px 22px; margin: 4px 0; border-radius: 6px; transform: rotate(0.2deg); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5), 0 2px 8px rgba(0, 0, 0, 0.25); } .archive-card::after { height: 16px; left: 8%; width: 84%; } .archive-item { font-size: 15px; margin: 10px 0.2%; padding: 8px 8px; border-left-width: 5px; line-height: 1.7; } .archive-item span[style*="font-size: 0.9em"] { font-size: 0.85em !important; margin-left: 4px; display: inline-block; } .archive-item::before { left: -12px; font-size: 18px; top: 4px; } .archive-card > div[style*="margin: 12px 1% 0 1%"] { margin: 10px 0.2% 0 0.2% !important; padding: 4px 8px 10px 8px !important; font-size: 14px !important; line-height: 1.8 !important; border-left-width: 2px; } .archive-card > div[style*="margin: 12px 1% 0 1%"] p { text-indent: 1.8em; margin-bottom: 4px; letter-spacing: 0.3px; } .archive-card > div[style*="margin: 12px 1% 0 1%"] div[style*="display: flex"] { gap: 6px; font-size: 12px !important; padding-top: 6px; flex-wrap: wrap; } .archive-meta { font-size: 11px; margin-top: 14px; padding-top: 10px; gap: 4px 8px; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; } .archive-meta span { font-size: 10px; padding: 0 6px; white-space: nowrap; } .stamp-watermark { font-size: 28px; bottom: 10px; right: 12px; letter-spacing: 4px; transform: rotate(-10deg) scale(1); opacity: 0.5; padding: 0 4px; border-radius: 14px 0 14px 0; } .foxing-1 { width: 70px; height: 70px; top: 5%; left: 2%; } .foxing-2 { width: 120px; height: 120px; bottom: 0; right: 0; } .foxing-3 { width: 50px; height: 50px; top: 50%; left: 60%; } .crease { display: none; } .crease-2 { display: none; } .archive-card > div[style*="bottom: 50px; left: 30px;"] { bottom: 36px !important; left: 12px !important; font-size: 11px !important; padding: 0 8px !important; letter-spacing: 1px; opacity: 0.3; } .archive-card > div[style*="top: 40px; right: 20px;"] { display: none; } .archive-card > div[style*="bottom: 70px; left: 60px;"] { display: none; } body > div[style*="position: fixed; bottom: 8px; right: 12px;"] { font-size: 8px; padding: 0 4px; bottom: 4px; right: 6px; opacity: 0.25; } } @media (max-width: 420px) { .archive-card { padding: 10px 6px 18px; } .archive-item { font-size: 14px; padding: 6px 6px; border-left-width: 4px; margin: 8px 0.1%; } .archive-item span[style*="font-weight: 600"] { font-size: 0.95em; } .archive-card > div[style*="margin: 12px 1% 0 1%"] { font-size: 13px !important; padding: 2px 6px 8px 6px !important; } .archive-meta span { font-size: 9px; padding: 0 4px; } .stamp-watermark { font-size: 22px; bottom: 6px; right: 6px; letter-spacing: 2px; opacity: 0.3; } .archive-card > div[style*="bottom: 50px; left: 30px;"] { bottom: 28px !important; left: 6px !important; font-size: 9px !important; padding: 0 4px !important; border-width: 1px; } } .fade-edge { box-shadow: inset 0 0 40px rgba(120, 90, 60, 0.08); } .archive-item .project-name { display: inline; } </style> </head> <body> <div class="archive-card fade-edge"> <div class="foxing foxing-1"></div> <div class="foxing foxing-2"></div> <div class="foxing foxing-3"></div> <div class="crease"></div> <div class="crease crease-2"></div> <div class="stamp-watermark">半公开</div> <div class="archive-item" style="box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); font-size: 16px; font-family: 'Times New Roman', 'Songti SC', serif; color: #2e2a24; margin: 13px 1%; padding: 10px 10px; border-radius: 4px; border-left: 7px solid #d4b68a; line-height: 1.8; background-color: rgba(252, 248, 235, 0.6);"> <span style="font-weight: 600; letter-spacing: 1px;"><strong>📂 项目名称:五位数</strong> </span> </div> <div style="margin: 12px 1% 0 1%; padding: 4px 10px 10px 10px; font-family: 'Times New Roman', 'STSong', serif; color: #3d352c; font-size: 15px; line-height: 1.9; background: rgba(245, 238, 218, 0.2); border-left: 2px solid #b8a184; border-radius: 0 0 0 12px; box-shadow: inset 0 0 20px rgba(140, 110, 70, 0.08); z-index: 3; position: relative;"> <p style="margin-bottom: 6px; text-indent: 2em; letter-spacing: 0.4px;"> <span style="background: #dacdb6; color: #2f281f; padding: 0 4px; font-size: 0.8rem; border-radius: 2px;">案卷摘要</span> 本卷宗收录了<strong>高等精神病</strong>相关作品的主要资料与数据,对外以<strong>「五位数」</strong>作为其唯一安全公开代号。凡涉及公开引用、跨库传输及学术问询,均须以此代号指代本系列核心数据。 </p> <div style="display: flex; gap: 12px; flex-wrap: wrap; font-size: 13px; color: #5e503b; margin-top: 8px; border-top: 1px dotted #c9b79b; padding-top: 8px;"> <span>📋 建档日期: ████ - █ - █</span> <span>🔖 密级: 半公开</span> </div> </div> <div class="archive-meta"> <span>📋 全宗号: 088 · 目录号: 戊-子</span> <span>📁 案卷号: 88 · 件号: 08</span> <span>🕰️ 数字化时间: ████-08-08</span> <span style="background: #cbb69b30; border-color: #9c876c;">⚙️ 状态: 半公开</span> </div> <div style="position: absolute; bottom: 50px; left: 30px; font-size: 14px; color: #7d5f44; opacity: 0.25; font-family: 'Courier New', monospace; transform: rotate(-6deg); border: 1px solid #a3876a; padding: 2px 12px; border-radius: 40px 0 40px 0; background: rgba(200, 170, 140, 0.1); z-index: 3; backdrop-filter: blur(1px); letter-spacing: 2px;"> ⚡ 档案局 · 查验章 </div> <div style="position: absolute; top: 40px; right: 20px; width: 60px; height: 1px; background: rgba(100, 70, 40, 0.1); transform: rotate(20deg); filter: blur(1px);"></div> <div style="position: absolute; bottom: 70px; left: 60px; width: 40px; height: 1px; background: rgba(80, 60, 40, 0.08); transform: rotate(-15deg); filter: blur(1px);"></div> </div> <div style="position: fixed; bottom: 8px; right: 12px; font-size: 10px; color: #7b6d5a; opacity: 0.3; font-family: monospace; letter-spacing: 1px; background: #f3efe0; padding: 0 6px; border-radius: 12px; border: 1px solid #b8a78a80;"> 尘封 · 档案样式 v1.0 </div> </body> </html>
本页使用的模板:
模板:栏目块
(
查看源代码
)
模板:栏目块.css
(
查看源代码
)
返回
测试页面
。
导航
导航
首页
最近更改
随机页面
知识集锦
活动公告
讨论版块
档案区
人物图鉴
团体势力
地点区域
登场作品
历史事件
创作区
词典概念
作品推荐
世界设定
创作作者
创作团体
编辑帮助
查找页面
入站须知
测试页面
任务计划
官方教程
wiki工具
wiki工具
特殊页面
页面工具
页面工具
用户页面工具
更多
链入页面
相关更改
页面信息
页面日志