打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

目前wiki关闭了自行注册账号的功能,如需注册账号,请查阅Help:注册账号

模板:Fstpagetest styles:修订间差异

来自RIA | Wiki
ChenM0M留言 | 贡献
无编辑摘要
ChenM0M留言 | 贡献
无编辑摘要
第1行: 第1行:
/* =========================
/* =========================
   Fstpagetest_styles
   Fstpagetest_styles (MW 1.39 TemplateStyles-safe)
   - keep it portal-like, not "page inside page"
   - NO url(), NO background-image
  - consistent radius/shadow
   - NO iframe, NO JS, NO input/radio/checkbox reliance
   - no input/checkbox/radio
   - interactions: :hover + :target
   - interactions: hover + :target
  - layout: flex + simple blocks
========================= */
========================= */


.fstp{
/* ---------- Base ---------- */
   max-width: 1200px;
.fstx{
   max-width: 1240px;
   margin: 0 auto;
   margin: 0 auto;
   padding: 0 14px 32px 14px;
   padding: 0 14px 44px 14px;
   color: rgba(0,0,0,.84);
   color: rgba(0,0,0,.86);
  line-height: 1.6;
}
}


.fstp a{ color:#8f1f1f; font-weight:700; text-decoration:none; }
.fstx a{
.fstp a:hover{ color:#b63737; text-decoration:underline; }
  color:#8f1f1f;
  font-weight: 800;
  text-decoration: none;
}


/* --- baseline rhythm --- */
.fstx a:hover{ text-decoration: underline; }
.fstp-sec{ margin-top:22px; }
.fstp-sech{ margin-bottom:12px; }
.fstp-sectitle{ font-size:18px; font-weight:900; }
.fstp-secsub{ margin-top:4px; font-size:13px; color: rgba(0,0,0,.60); line-height:1.6; }


/* --- hero --- */
.fstx-mini{
.fstp-hero{
  margin-top:10px;
   display:flex;
  font-size:12px;
   gap:18px;
  color: rgba(0,0,0,.58);
   align-items:stretch;
  line-height:1.7;
   padding:16px 0;
}
   border-bottom:1px solid rgba(0,0,0,.08);
 
.fstx-blocktitle{
  font-size:14px;
  font-weight:900;
  letter-spacing:.2px;
  margin-bottom:10px;
}
 
/* ---------- HERO (image as <img>, overlay content) ---------- */
.fstx-hero{
   position: relative;
   margin-top: 12px;
   border-radius: 16px;
   overflow: hidden;
   border: 1px solid rgba(0,0,0,.08);
  background: #fff;
}
 
/* Wikitext: [[File:xxx.png|class=fstx-hero-bg|frameless]] */
.fstx-hero-bg{
  width: 100%;
  height: 360px;
  display: block;
  object-fit: cover;
}
 
/* overlay card layer */
.fstx-hero-overlay{
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  padding: 18px;
  background: rgba(255,255,255,.82);
}
}


.fstp-hero-left{ flex:1 1 auto; min-width:280px; }
/* header box */
.fstp-hero-right{ flex:0 0 460px; display:flex; flex-direction:column; gap:8px; align-items:flex-end; justify-content:center; }
.fstx-hero-head{
  padding: 14px 14px 10px 14px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(255,255,255,.78);
}


.fstp-badge{
.fstx-kicker{
   display:inline-block;
   display:inline-block;
   padding:4px 10px;
   padding:4px 10px;
   border-radius:999px;
   border-radius:999px;
  border:1px solid rgba(182,55,55,.22);
   background: rgba(182,55,55,.10);
   background: rgba(182,55,55,.10);
  border:1px solid rgba(182,55,55,.20);
   color:#8f1f1f;
   color:#8f1f1f;
  font-size:12px;
   font-weight:900;
   font-weight:900;
  font-size:12px;
  letter-spacing:.2px;
}
}


.fstp-title{
.fstx-title{
   margin:10px 0 6px 0;
   margin-top:10px;
   font-size:38px;
   font-size:34px;
   font-weight:900;
   font-weight:900;
   letter-spacing:.3px;
   letter-spacing:.6px;
}
 
.fstx-sub{
  margin-top:6px;
  font-size:13px;
  color: rgba(0,0,0,.65);
  line-height:1.7;
}
 
/* "dynamic" banner - CSS-only opacity rotation */
.fstx-banner{
  position: relative;
  margin-top: 10px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.08);
  background: #fff;
  overflow: hidden;
}
}


.fstp-lead{
.fstx-bitem{
   font-size:15px;
  position:absolute;
   line-height:1.75;
  left:12px;
  right:12px;
  top:10px;
   font-size:13px;
   font-weight:900;
   color: rgba(0,0,0,.72);
   color: rgba(0,0,0,.72);
  opacity: 0;
  animation: fstxFade 12s infinite;
}
}


/* KPI */
.fstx-b2{ animation-delay: 4s; }
.fstp-kpis{
.fstx-b3{ animation-delay: 8s; }
 
@keyframes fstxFade{
  0%{opacity:0;}
  8%{opacity:1;}
  30%{opacity:1;}
  38%{opacity:0;}
  100%{opacity:0;}
}
 
/* top grid under banner */
.fstx-topgrid{
  display:flex;
  gap:14px;
  margin-top:12px;
  align-items:stretch;
}
 
/* KPIs */
.fstx-kpis{
   display:flex;
   display:flex;
   gap:10px;
   gap:10px;
   flex-wrap:wrap;
   flex-wrap:wrap;
   margin-top:12px;
   margin-top:10px;
}
}


.fstp-kpi{
.fstx-kpi{
   min-width: 170px;
   min-width: 160px;
   padding:10px 12px;
   padding:10px 12px;
   border-radius:12px;
   border-radius:14px;
  background:#f6f7fa;
   border:1px solid rgba(0,0,0,.08);
   border:1px solid rgba(0,0,0,.06);
  background: rgba(255,255,255,.78);
}
 
.fstx-kpi-num{
  font-weight: 900;
  font-size: 16px;
}
}


.fstp-kpi-num{ font-size:16px; font-weight:900; }
.fstx-kpi-text{
.fstp-kpi-text{ margin-top:2px; font-size:12px; color: rgba(0,0,0,.62); }
  margin-top:2px;
  font-size:12px;
  color: rgba(0,0,0,.62);
  font-weight: 800;
}


/* nav */
/* small nav row */
.fstp-nav{
.fstx-nav{
   margin-top:12px;
   margin-top:10px;
   display:flex;
   display:flex;
  gap:10px;
   flex-wrap:wrap;
   flex-wrap:wrap;
  gap:10px;
}
}
.fstp-nav a{
 
.fstx-nav a{
   display:inline-block;
   display:inline-block;
   padding:6px 10px;
   padding:7px 10px;
   border-radius:999px;
   border-radius:999px;
  background:#fff;
   border:1px solid rgba(0,0,0,.10);
   border:1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.70);
   color: rgba(0,0,0,.72);
   color: rgba(0,0,0,.72);
   font-weight:900;
   font-weight:900;
  text-decoration:none;
}
}
.fstp-nav a:hover{
 
.fstx-nav a:hover{
   border-color: rgba(182,55,55,.22);
   border-color: rgba(182,55,55,.22);
   background: rgba(182,55,55,.06);
   background: rgba(182,55,55,.06);
第103行: 第192行:
}
}


.fstp-note{
.fstx-note{
   margin-top:10px;
   margin-top:10px;
   padding:10px 12px;
   font-size:12px;
   border-radius:12px;
   color: rgba(0,0,0,.58);
   background:#fbfbfd;
  line-height:1.7;
   border:1px solid rgba(0,0,0,.06);
  padding: 10px 12px;
   color: rgba(0,0,0,.66);
   border-radius: 14px;
  font-size:13px;
   border: 1px solid rgba(0,0,0,.08);
  line-height:1.65;
   background: rgba(255,255,255,.78);
}
}


.fstp-hero-image{
/* ---------- Left quick links ---------- */
   border-radius:12px;
.fstx-quick{
   box-shadow: 0 10px 26px rgba(0,0,0,.10);
  flex: 1 1 360px;
}
   border-radius:14px;
.fstp-caption{
   border:1px solid rgba(0,0,0,.08);
   font-size:12px;
   background:#fff;
   color: rgba(0,0,0,.55);
   padding:12px;
}
}


/* --- grids/cards --- */
.fstx-quickgrid{
.fstp-grid4{
   display:flex;
   display:flex;
   flex-wrap:wrap;
   flex-wrap:wrap;
   gap:12px;
   gap:10px;
}
}


.fstp-card{
.fstx-q{
   flex: 1 1 240px;
   width: 92px;
  max-width: 320px;
   border-radius:14px;
   border-radius:12px;
   border:1px solid rgba(0,0,0,.08);
   border:1px solid rgba(0,0,0,.10);
   background:#fafbfe;
   background:#fff;
   padding:10px 8px;
   padding:12px;
  text-align:center;
   box-shadow: 0 6px 18px rgba(0,0,0,.06);
  font-size:12px;
   font-weight:900;
  line-height:1.35;
}
}


.fstp-card:hover{
.fstx-q:hover{
   border-color: rgba(182,55,55,.18);
   border-color: rgba(182,55,55,.20);
   box-shadow: 0 10px 22px rgba(0,0,0,.08);
   background: rgba(182,55,55,.06);
}
}


.fstp-cardtop{
/* force icons align */
   display:flex;
.fstx-q img{
   gap:8px;
   display:block;
  align-items:center;
   margin: 0 auto 6px auto;
  flex-wrap:wrap;
}
}


.fstp-tag{
/* ---------- World tiles (image inside tile, overlay content) ---------- */
  display:inline-block;
.fstx-worlds{
  padding:4px 8px;
   flex: 0 0 460px;
  font-size:12px;
   display:flex;
  font-weight:900;
   flex-direction:column;
   border-radius:999px;
   gap:10px;
   background:rgba(182,55,55,.10);
   border:1px solid rgba(182,55,55,.18);
   color:#8f1f1f;
}
}


.fstp-tag-warn{
/* tile container */
   background:rgba(255,153,0,.14);
.fstx-worldtile{
   border-color: rgba(255,153,0,.22);
   position: relative;
   color: rgba(110,70,0,.95);
   border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.08);
   background:#fff;
  height: 120px;
}
}


.fstp-tag-cool{
/* Wikitext: [[File:xxx.png|class=fstx-wimg|frameless]] */
   background:rgba(80,120,255,.12);
.fstx-wimg{
   border-color: rgba(80,120,255,.22);
   width:100%;
   color: rgba(20,50,140,.95);
  height:100%;
   display:block;
   object-fit:cover;
}
}


.fstp-chip{
/* content overlay */
   display:inline-block;
.fstx-wcontent{
   padding:4px 8px;
   position:absolute;
   font-size:12px;
   left:10px;
   font-weight:900;
   right:10px;
   border-radius:999px;
   top:10px;
   background:#f6f7fa;
   bottom:10px;
   border-radius:14px;
   border:1px solid rgba(0,0,0,.06);
   border:1px solid rgba(0,0,0,.06);
   color: rgba(0,0,0,.68);
   background: rgba(255,255,255,.84);
  padding: 10px 12px;
}
}


.fstp-cardtitle{
.fstx-worldtile:hover{
   margin-top:8px;
   border-color: rgba(182,55,55,.18);
  font-size:16px;
  font-weight:900;
  line-height:1.25;
}
}


.fstp-carddesc{
.fstx-worldtile:hover .fstx-wcontent{
  margin-top:6px;
   background: rgba(255,255,255,.92);
  font-size:13px;
   border-color: rgba(182,55,55,.14);
   color: rgba(0,0,0,.72);
   line-height:1.6;
  /* two-line clamp fallback: keep it short even without clamp support */
  max-height: 3.2em;
  overflow:hidden;
}
}


.fstp-cardlink{
.fstx-wname{
   margin-top:8px;
   font-size:18px;
   font-weight:900;
   font-weight:900;
  letter-spacing:.3px;
}
}


/* --- list (start) --- */
.fstx-wdesc{
.fstp-list{
  margin-top:4px;
   border:1px solid rgba(0,0,0,.10);
  font-size:12px;
   border-radius:12px;
   color: rgba(0,0,0,.62);
  background:#fff;
   font-weight:800;
  overflow:hidden;
}
}


.fstp-item{
/* ---------- MID ---------- */
   display:flex;
.fstx-mid{
  gap:12px;
   margin-top:16px;
  padding:12px;
  border-bottom:1px solid rgba(0,0,0,.08);
}
}
.fstp-item:last-child{ border-bottom:none; }


.fstp-ico{
.fstx-mid-inner{
  flex:0 0 74px;
   display:flex;
   display:flex;
   align-items:center;
   gap:14px;
   justify-content:center;
   align-items:flex-start;
  border-radius:12px;
  background:#f3f5f8;
  border:1px solid rgba(0,0,0,.06);
}
}


.fstp-itemtitle{ font-size:16px; font-weight:900; margin-bottom:4px; }
/* Tabs left */
.fstp-itemtext{ font-size:14px; color: rgba(0,0,0,.72); line-height:1.65; }
.fstx-tabs{
.fstp-itemgo{ margin-top:6px; font-weight:900; }
   flex: 1 1 620px;
 
   border-radius:16px;
.fstp-callout{
   border:1px solid rgba(0,0,0,.08);
   margin-top:12px;
  padding:10px 12px;
   border-radius:12px;
  background:#f6f7fa;
   border:1px solid rgba(0,0,0,.06);
  color: rgba(0,0,0,.72);
  line-height:1.7;
}
 
/* --- tabs (target on panel itself) --- */
.fstp-tabs{
  border:1px solid rgba(0,0,0,.10);
  border-radius:12px;
   background:#fff;
   background:#fff;
   overflow:hidden;
   padding:12px;
}
}


.fstp-tabbar{
.fstx-tabbar{
  padding:10px;
  border-bottom:1px solid rgba(0,0,0,.08);
  background:#fbfbfd;
   display:flex;
   display:flex;
   gap:8px;
   gap:8px;
   flex-wrap:wrap;
   flex-wrap:wrap;
  margin-bottom:10px;
}
}


.fstp-tabbar a{
.fstx-tabbar a{
   display:inline-block;
   display:inline-block;
   padding:7px 12px;
   padding:8px 12px;
   border-radius:999px;
   border-radius:999px;
   border:1px solid rgba(0,0,0,.10);
   border:1px solid rgba(0,0,0,.10);
   background:#fff;
   background:#fbfbfd;
  color: rgba(0,0,0,.70);
   font-weight:900;
   font-weight:900;
   color: rgba(0,0,0,.72);
}
 
.fstx-tabbar a:hover{
   border-color: rgba(182,55,55,.20);
  background: rgba(182,55,55,.06);
  color:#8f1f1f;
   text-decoration:none;
   text-decoration:none;
}
}
.fstp-tabbar a:hover{
 
  border-color: rgba(182,55,55,.22);
/* Pills */
   color:#8f1f1f;
.fstx-pill{
  display:inline-block;
  padding:4px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  border:1px solid rgba(0,0,0,.08);
  background:#fff;
}
 
.fstx-pill-green{ border-color: rgba(60,160,120,.22); background: rgba(60,160,120,.10); color: rgba(10,90,60,.95); }
.fstx-pill-amber{ border-color: rgba(255,153,0,.22); background: rgba(255,153,0,.14); color: rgba(110,70,0,.95); }
.fstx-pill-red{ border-color: rgba(182,55,55,.22); background: rgba(182,55,55,.10); color:#8f1f1f; }
 
.fstx-panelhint{
  font-size:12px;
   color: rgba(0,0,0,.60);
  font-weight:800;
}
}


/* panels */
/* panels (CSS-only :target) */
.fstp-panel{
.fstx-panel{
   display:none;
   display:none;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.08);
  background:#fbfbfd;
   padding:12px;
   padding:12px;
}
}


.fstp-panel-default{
.fstx-panel-default{ display:block; }
   display:block;
 
#t1:target, #t2:target, #t3:target{ display:block; }
#t1:target ~ .fstx-panel-default,
#t2:target ~ .fstx-panel-default,
#t3:target ~ .fstx-panel-default{ display:none; }
 
.fstx-panelhead{
   display:flex;
  gap:10px;
  align-items:center;
  margin-bottom:10px;
}
}


/* when any panel is targeted, hide default */
.fstx-panelbig{
#tab-eden:target ~ .fstp-panel-default,
  border-radius:14px;
#tab-laputa:target ~ .fstp-panel-default,
  border:1px solid rgba(0,0,0,.08);
#tab-faq:target ~ .fstp-panel-default{
  background:#fff;
   display:none;
   padding:12px;
}
}


/* show targeted panel */
.fstx-panelbig-title{
#tab-eden:target,
  font-weight:900;
#tab-laputa:target,
   font-size:16px;
#tab-faq:target{
   display:block;
}
}


/* panel content style */
.fstx-panelbig-text{
.fstp-ptitle{ font-weight:900; font-size:16px; margin-bottom:6px; }
  margin-top:6px;
.fstp-ptext{ color: rgba(0,0,0,.72); line-height:1.7; font-size:14px; }
  color: rgba(0,0,0,.72);
.fstp-plink{ margin-top:8px; font-weight:900; }
  line-height:1.7;
  font-size:13px;
}


.fstp-pills{
.fstx-reclist{
   margin-top:10px;
   margin-top:10px;
   display:flex;
   display:flex;
   flex-wrap:wrap;
   flex-direction:column;
   gap:10px;
   gap:10px;
}
}
.fstp-pill{
 
  display:inline-block;
.fstx-rec{
  padding:7px 10px;
   border-radius:12px;
   border-radius:999px;
   border:1px solid rgba(0,0,0,.08);
  background:#f6f7fa;
   background:#fff;
   border:1px solid rgba(0,0,0,.06);
   padding:10px 12px;
   font-weight:900;
   color: rgba(0,0,0,.70);
  font-size:13px;
}
}


.fstp-tabsnote{
.fstx-rec-title{ font-weight:900; }
   padding:0 12px 12px 12px;
.fstx-rec-sub{
   color: rgba(0,0,0,.60);
   margin-top:2px;
   font-size:13px;
   color: rgba(0,0,0,.62);
   font-size:12px;
   line-height:1.6;
   line-height:1.6;
}
}


/* --- FAQ accordion (target on item itself) --- */
.fstx-panelfoot{
.fstp-acc{
  margin-top:10px;
   border:1px solid rgba(0,0,0,.10);
  font-size:12px;
   border-radius:12px;
   color: rgba(0,0,0,.62);
  background:#fff;
   font-weight:800;
  overflow:hidden;
}
}


.fstp-q{
/* Notice right */
   border-bottom:1px solid rgba(0,0,0,.08);
.fstx-notice{
  flex: 0 0 420px;
   border-radius:16px;
  border:1px solid rgba(0,0,0,.08);
  background:#fff;
  padding:12px;
}
}
.fstp-q:last-child{ border-bottom:none; }


.fstp-qhead{
.fstx-ncard{
  border-radius:14px;
  border:1px solid rgba(0,0,0,.08);
  background:#fbfbfd;
   padding:12px;
   padding:12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
}


.fstp-qt{ font-weight:900; }
.fstx-nhead{
.fstp-qctl{
  padding:6px 10px;
  border-radius:999px;
  background:#f6f7fa;
  border:1px solid rgba(0,0,0,.06);
   font-weight:900;
   font-weight:900;
   color: rgba(0,0,0,.68);
   margin-bottom:6px;
  font-size:12px;
}
}


/* collapsed by default */
.fstx-nitem{
.fstp-qbody{
   font-size:13px;
   padding:0 12px;
   line-height:1.7;
   max-height:0;
  opacity:0;
  overflow:hidden;
  transition: opacity .18s ease, max-height .18s ease;
   color: rgba(0,0,0,.72);
   color: rgba(0,0,0,.72);
   line-height:1.7;
   margin-top:4px;
}
 
.fstx-nbanner{
  margin-top:10px;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.08);
  background:#fbfbfd;
  padding:10px;
}
}


/* expand when item itself is target */
.fstx-nbanner-title{
.fstp-q:target .fstp-qbody{
   font-weight:900;
   max-height: 520px;
   margin-bottom:8px;
   opacity:1;
  padding: 0 12px 12px 12px;
}
}


.fstp-mini{
.fstx-nbanner-sub{
   margin:10px 0;
   margin-top:6px;
   padding:10px 12px;
   font-size:12px;
  border-radius:12px;
   color: rgba(0,0,0,.58);
   background:#f6f7fa;
  line-height:1.6;
  border:1px solid rgba(0,0,0,.06);
}
}


/* --- timeline --- */
/* make images inside cards responsive */
.fstp-tl{
.fstx-notice img,
   border:1px solid rgba(0,0,0,.10);
.fstx-tabs img,
   border-radius:12px;
.fstx-worldinner img{
   background:#fff;
   max-width:100%;
  padding: 12px;
  height:auto;
   border-radius: 12px;
   display:block;
}
}


.fstp-tli{
/* ---------- World sections ---------- */
.fstx-worldsec{ margin-top:16px; }
 
.fstx-worldinner{
   display:flex;
   display:flex;
   gap:12px;
   flex-direction:column;
   padding: 10px 0;
   gap:14px;
}
}
.fstp-tli:not(:last-child){
 
   border-bottom:1px dashed rgba(0,0,0,.14);
.fstx-wbox{
   border-radius:16px;
  border:1px solid rgba(0,0,0,.08);
  background:#fff;
  padding:12px;
}
}


.fstp-tldot{
.fstx-wtext{
   flex:0 0 10px;
   margin-top:-4px;
   width:10px;
   margin-bottom:10px;
   height:10px;
   color: rgba(0,0,0,.70);
   border-radius:999px;
   line-height:1.7;
   background:#b63737;
   font-size:13px;
  margin-top:7px;
}
   box-shadow: 0 0 0 4px rgba(182,55,55,.10);
 
/* ---------- Landmarks ---------- */
.fstx-land{ margin-top:16px; }
 
.fstx-land-inner{
   border-radius:16px;
  border:1px solid rgba(0,0,0,.08);
  background:#fff;
  padding:14px;
}
}


.fstp-tltime{ font-size:12px; color: rgba(0,0,0,.55); font-weight:900; }
.fstx-landtitle{
.fstp-tltitle{ font-weight:900; margin-top:2px; }
  font-size:22px;
.fstp-tltext{ margin-top:4px; color: rgba(0,0,0,.72); line-height:1.65; font-size:14px; }
  font-weight:900;
  text-align:center;
  letter-spacing:.6px;
  margin: 8px 0;
}


/* --- links --- */
.fstx-landsub{
.fstp-links{
  text-align:center;
  color: rgba(0,0,0,.60);
  font-size:13px;
  line-height:1.7;
  margin-bottom:12px;
}
 
.fstx-landgrid{
   display:flex;
   display:flex;
   flex-wrap:wrap;
   flex-wrap:wrap;
   gap:10px;
   gap:12px;
}
 
.fstx-landcard{
  flex: 1 1 260px;
  border-radius:16px;
  border:1px solid rgba(0,0,0,.08);
  background:#fbfbfd;
  padding:12px;
}
}


.fstp-link{
.fstx-landh{
  flex: 1 1 220px;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid rgba(0,0,0,.10);
  background:#fff;
   font-weight:900;
   font-weight:900;
  font-size:16px;
}
}


.fstp-link:hover{
.fstx-landp{
   border-color: rgba(182,55,55,.18);
  margin-top:8px;
   background:#fbfbfd;
   line-height:1.8;
  color: rgba(0,0,0,.72);
   font-size:13px;
}
}


/* footer */
/* ---------- Footer ---------- */
.fstp-foot{
.fstx-foot{ margin-top:16px; }
   margin-top:12px;
 
   border:1px solid rgba(0,0,0,.10);
.fstx-foot-inner{
  border-radius:12px;
   border-radius:16px;
   border:1px solid rgba(0,0,0,.08);
   background:#fff;
   background:#fff;
   overflow:hidden;
   padding:14px;
}
}
.fstp-foot-h{
 
.fstx-footbox{
  border-radius:14px;
  border:1px solid rgba(0,0,0,.08);
  background:#fbfbfd;
   padding:12px;
   padding:12px;
  background:#fbfbfd;
}
  border-bottom:1px solid rgba(0,0,0,.08);
 
.fstx-foottitle{
   font-weight:900;
   font-weight:900;
  font-size:14px;
  margin-bottom:6px;
}
}
.fstp-foot-c{
 
  padding:12px;
.fstx-foottext{
   color: rgba(0,0,0,.72);
   color: rgba(0,0,0,.72);
   line-height:1.75;
   line-height:1.8;
  font-size:13px;
}
}


/* responsive */
/* ---------- Responsive ---------- */
@media (max-width: 1024px){
@media (max-width: 1020px){
   .fstp-hero-right{ display:none; }
   .fstx-hero-bg{ height: 320px; }
}
  .fstx-topgrid{ flex-direction:column; }
@media (max-width: 640px){
  .fstx-worlds{ flex:1 1 auto; }
   .fstp-title{ font-size:30px; }
   .fstx-mid-inner{ flex-direction:column; }
   .fstp-kpi{ min-width: 150px; }
   .fstx-notice{ flex:1 1 auto; }
}
}

2026年2月14日 (六) 00:40的版本

/* =========================
   Fstpagetest_styles (MW 1.39 TemplateStyles-safe)
   - NO url(), NO background-image
   - NO iframe, NO JS, NO input/radio/checkbox reliance
   - interactions: :hover + :target
   - layout: flex + simple blocks
========================= */

/* ---------- Base ---------- */
.fstx{
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 14px 44px 14px;
  color: rgba(0,0,0,.86);
  line-height: 1.6;
}

.fstx a{
  color:#8f1f1f;
  font-weight: 800;
  text-decoration: none;
}

.fstx a:hover{ text-decoration: underline; }

.fstx-mini{
  margin-top:10px;
  font-size:12px;
  color: rgba(0,0,0,.58);
  line-height:1.7;
}

.fstx-blocktitle{
  font-size:14px;
  font-weight:900;
  letter-spacing:.2px;
  margin-bottom:10px;
}

/* ---------- HERO (image as <img>, overlay content) ---------- */
.fstx-hero{
  position: relative;
  margin-top: 12px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.08);
  background: #fff;
}

/* Wikitext: [[File:xxx.png|class=fstx-hero-bg|frameless]] */
.fstx-hero-bg{
  width: 100%;
  height: 360px;
  display: block;
  object-fit: cover;
}

/* overlay card layer */
.fstx-hero-overlay{
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  padding: 18px;
  background: rgba(255,255,255,.82);
}

/* header box */
.fstx-hero-head{
  padding: 14px 14px 10px 14px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(255,255,255,.78);
}

.fstx-kicker{
  display:inline-block;
  padding:4px 10px;
  border-radius:999px;
  border:1px solid rgba(182,55,55,.22);
  background: rgba(182,55,55,.10);
  color:#8f1f1f;
  font-size:12px;
  font-weight:900;
}

.fstx-title{
  margin-top:10px;
  font-size:34px;
  font-weight:900;
  letter-spacing:.6px;
}

.fstx-sub{
  margin-top:6px;
  font-size:13px;
  color: rgba(0,0,0,.65);
  line-height:1.7;
}

/* "dynamic" banner - CSS-only opacity rotation */
.fstx-banner{
  position: relative;
  margin-top: 10px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.08);
  background: #fff;
  overflow: hidden;
}

.fstx-bitem{
  position:absolute;
  left:12px;
  right:12px;
  top:10px;
  font-size:13px;
  font-weight:900;
  color: rgba(0,0,0,.72);
  opacity: 0;
  animation: fstxFade 12s infinite;
}

.fstx-b2{ animation-delay: 4s; }
.fstx-b3{ animation-delay: 8s; }

@keyframes fstxFade{
  0%{opacity:0;}
  8%{opacity:1;}
  30%{opacity:1;}
  38%{opacity:0;}
  100%{opacity:0;}
}

/* top grid under banner */
.fstx-topgrid{
  display:flex;
  gap:14px;
  margin-top:12px;
  align-items:stretch;
}

/* KPIs */
.fstx-kpis{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:10px;
}

.fstx-kpi{
  min-width: 160px;
  padding:10px 12px;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.08);
  background: rgba(255,255,255,.78);
}

.fstx-kpi-num{
  font-weight: 900;
  font-size: 16px;
}

.fstx-kpi-text{
  margin-top:2px;
  font-size:12px;
  color: rgba(0,0,0,.62);
  font-weight: 800;
}

/* small nav row */
.fstx-nav{
  margin-top:10px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.fstx-nav a{
  display:inline-block;
  padding:7px 10px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.70);
  color: rgba(0,0,0,.72);
  font-weight:900;
}

.fstx-nav a:hover{
  border-color: rgba(182,55,55,.22);
  background: rgba(182,55,55,.06);
  color:#8f1f1f;
  text-decoration:none;
}

.fstx-note{
  margin-top:10px;
  font-size:12px;
  color: rgba(0,0,0,.58);
  line-height:1.7;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(255,255,255,.78);
}

/* ---------- Left quick links ---------- */
.fstx-quick{
  flex: 1 1 360px;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.08);
  background:#fff;
  padding:12px;
}

.fstx-quickgrid{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.fstx-q{
  width: 92px;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.08);
  background:#fafbfe;
  padding:10px 8px;
  text-align:center;
  font-size:12px;
  font-weight:900;
  line-height:1.35;
}

.fstx-q:hover{
  border-color: rgba(182,55,55,.20);
  background: rgba(182,55,55,.06);
}

/* force icons align */
.fstx-q img{
  display:block;
  margin: 0 auto 6px auto;
}

/* ---------- World tiles (image inside tile, overlay content) ---------- */
.fstx-worlds{
  flex: 0 0 460px;
  display:flex;
  flex-direction:column;
  gap:10px;
}

/* tile container */
.fstx-worldtile{
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.08);
  background:#fff;
  height: 120px;
}

/* Wikitext: [[File:xxx.png|class=fstx-wimg|frameless]] */
.fstx-wimg{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

/* content overlay */
.fstx-wcontent{
  position:absolute;
  left:10px;
  right:10px;
  top:10px;
  bottom:10px;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.06);
  background: rgba(255,255,255,.84);
  padding: 10px 12px;
}

.fstx-worldtile:hover{
  border-color: rgba(182,55,55,.18);
}

.fstx-worldtile:hover .fstx-wcontent{
  background: rgba(255,255,255,.92);
  border-color: rgba(182,55,55,.14);
}

.fstx-wname{
  font-size:18px;
  font-weight:900;
  letter-spacing:.3px;
}

.fstx-wdesc{
  margin-top:4px;
  font-size:12px;
  color: rgba(0,0,0,.62);
  font-weight:800;
}

/* ---------- MID ---------- */
.fstx-mid{
  margin-top:16px;
}

.fstx-mid-inner{
  display:flex;
  gap:14px;
  align-items:flex-start;
}

/* Tabs left */
.fstx-tabs{
  flex: 1 1 620px;
  border-radius:16px;
  border:1px solid rgba(0,0,0,.08);
  background:#fff;
  padding:12px;
}

.fstx-tabbar{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-bottom:10px;
}

.fstx-tabbar a{
  display:inline-block;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.10);
  background:#fbfbfd;
  color: rgba(0,0,0,.70);
  font-weight:900;
}

.fstx-tabbar a:hover{
  border-color: rgba(182,55,55,.20);
  background: rgba(182,55,55,.06);
  color:#8f1f1f;
  text-decoration:none;
}

/* Pills */
.fstx-pill{
  display:inline-block;
  padding:4px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  border:1px solid rgba(0,0,0,.08);
  background:#fff;
}

.fstx-pill-green{ border-color: rgba(60,160,120,.22); background: rgba(60,160,120,.10); color: rgba(10,90,60,.95); }
.fstx-pill-amber{ border-color: rgba(255,153,0,.22); background: rgba(255,153,0,.14); color: rgba(110,70,0,.95); }
.fstx-pill-red{ border-color: rgba(182,55,55,.22); background: rgba(182,55,55,.10); color:#8f1f1f; }

.fstx-panelhint{
  font-size:12px;
  color: rgba(0,0,0,.60);
  font-weight:800;
}

/* panels (CSS-only :target) */
.fstx-panel{
  display:none;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.08);
  background:#fbfbfd;
  padding:12px;
}

.fstx-panel-default{ display:block; }

#t1:target, #t2:target, #t3:target{ display:block; }
#t1:target ~ .fstx-panel-default,
#t2:target ~ .fstx-panel-default,
#t3:target ~ .fstx-panel-default{ display:none; }

.fstx-panelhead{
  display:flex;
  gap:10px;
  align-items:center;
  margin-bottom:10px;
}

.fstx-panelbig{
  border-radius:14px;
  border:1px solid rgba(0,0,0,.08);
  background:#fff;
  padding:12px;
}

.fstx-panelbig-title{
  font-weight:900;
  font-size:16px;
}

.fstx-panelbig-text{
  margin-top:6px;
  color: rgba(0,0,0,.72);
  line-height:1.7;
  font-size:13px;
}

.fstx-reclist{
  margin-top:10px;
  display:flex;
  flex-direction:column;
  gap:10px;
}

.fstx-rec{
  border-radius:12px;
  border:1px solid rgba(0,0,0,.08);
  background:#fff;
  padding:10px 12px;
}

.fstx-rec-title{ font-weight:900; }
.fstx-rec-sub{
  margin-top:2px;
  color: rgba(0,0,0,.62);
  font-size:12px;
  line-height:1.6;
}

.fstx-panelfoot{
  margin-top:10px;
  font-size:12px;
  color: rgba(0,0,0,.62);
  font-weight:800;
}

/* Notice right */
.fstx-notice{
  flex: 0 0 420px;
  border-radius:16px;
  border:1px solid rgba(0,0,0,.08);
  background:#fff;
  padding:12px;
}

.fstx-ncard{
  border-radius:14px;
  border:1px solid rgba(0,0,0,.08);
  background:#fbfbfd;
  padding:12px;
}

.fstx-nhead{
  font-weight:900;
  margin-bottom:6px;
}

.fstx-nitem{
  font-size:13px;
  line-height:1.7;
  color: rgba(0,0,0,.72);
  margin-top:4px;
}

.fstx-nbanner{
  margin-top:10px;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.08);
  background:#fbfbfd;
  padding:10px;
}

.fstx-nbanner-title{
  font-weight:900;
  margin-bottom:8px;
}

.fstx-nbanner-sub{
  margin-top:6px;
  font-size:12px;
  color: rgba(0,0,0,.58);
  line-height:1.6;
}

/* make images inside cards responsive */
.fstx-notice img,
.fstx-tabs img,
.fstx-worldinner img{
  max-width:100%;
  height:auto;
  border-radius: 12px;
  display:block;
}

/* ---------- World sections ---------- */
.fstx-worldsec{ margin-top:16px; }

.fstx-worldinner{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.fstx-wbox{
  border-radius:16px;
  border:1px solid rgba(0,0,0,.08);
  background:#fff;
  padding:12px;
}

.fstx-wtext{
  margin-top:-4px;
  margin-bottom:10px;
  color: rgba(0,0,0,.70);
  line-height:1.7;
  font-size:13px;
}

/* ---------- Landmarks ---------- */
.fstx-land{ margin-top:16px; }

.fstx-land-inner{
  border-radius:16px;
  border:1px solid rgba(0,0,0,.08);
  background:#fff;
  padding:14px;
}

.fstx-landtitle{
  font-size:22px;
  font-weight:900;
  text-align:center;
  letter-spacing:.6px;
  margin: 8px 0;
}

.fstx-landsub{
  text-align:center;
  color: rgba(0,0,0,.60);
  font-size:13px;
  line-height:1.7;
  margin-bottom:12px;
}

.fstx-landgrid{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.fstx-landcard{
  flex: 1 1 260px;
  border-radius:16px;
  border:1px solid rgba(0,0,0,.08);
  background:#fbfbfd;
  padding:12px;
}

.fstx-landh{
  font-weight:900;
  font-size:16px;
}

.fstx-landp{
  margin-top:8px;
  line-height:1.8;
  color: rgba(0,0,0,.72);
  font-size:13px;
}

/* ---------- Footer ---------- */
.fstx-foot{ margin-top:16px; }

.fstx-foot-inner{
  border-radius:16px;
  border:1px solid rgba(0,0,0,.08);
  background:#fff;
  padding:14px;
}

.fstx-footbox{
  border-radius:14px;
  border:1px solid rgba(0,0,0,.08);
  background:#fbfbfd;
  padding:12px;
}

.fstx-foottitle{
  font-weight:900;
  font-size:14px;
  margin-bottom:6px;
}

.fstx-foottext{
  color: rgba(0,0,0,.72);
  line-height:1.8;
  font-size:13px;
}

/* ---------- Responsive ---------- */
@media (max-width: 1020px){
  .fstx-hero-bg{ height: 320px; }
  .fstx-topgrid{ flex-direction:column; }
  .fstx-worlds{ flex:1 1 auto; }
  .fstx-mid-inner{ flex-direction:column; }
  .fstx-notice{ flex:1 1 auto; }
}