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

RIA Wiki 已更新到 1.41!部分 CSS 在新版本下可能有不同的表现,请编辑者注意检查和修改。 目前wiki关闭了自行注册账号的功能,如需注册账号,请查阅Help:注册账号

模板:Fstpagetest styles:修订间差异

来自RIA | Wiki
ChenM0M留言 | 贡献
无编辑摘要
ChenM0M留言 | 贡献
无编辑摘要
 
(未显示同一用户的2个中间版本)
第1行: 第1行:
/* TemplateStyles for fstpagetest.wiki
/* TemplateStyles for fstpagetest.wiki
   Keep selectors scoped under .fst-page.
   Design goals:
  - Portal-like wiki homepage, not a web app
  - Clear section separation (esp. mobile)
  - No rounded corners anywhere
  - Avoid nested card-on-card framing
*/
*/


.fst-page {
.fst-page {
  width: 100%;
  color: #221b50;
}
/* Hard rule: absolutely no rounded corners in this portal */
.fst-page,
.fst-page * {
  border-radius: 0 !important;
}
.fst-page * {
  box-sizing: border-box;
}
/* MediaWiki parser often injects <p>; neutralize default margins */
.fst-page p {
   margin: 0;
   margin: 0;
   max-width: none;
}
 
/* External-link icon removal (keep portal clean) */
.fst-page a.external {
  background: none !important;
   padding-right: 0 !important;
}
 
.fst-page a.external::after {
  display: none !important;
}
}


.fst-page .fst-muted {
.fst-page .fst-muted {
   color: #5b626a;
   color: #5d5a7d;
   font-size: 0.95em;
   font-size: 0.95em;
}
.fst-page .fst-mt10 {
  margin-top: 10px;
}
}


.fst-page .fst-kicker {
.fst-page .fst-kicker {
   color: #3b4046;
   color: #4a4570;
   font-size: 0.95em;
   font-size: 0.95em;
   letter-spacing: 0.03em;
   letter-spacing: 0.03em;
第20行: 第53行:
}
}


.fst-page .fst-mt8 {
.fst-page .fst-zone {
   margin-top: 8px;
   margin-top: 34px;
  padding-top: 22px;
  padding-bottom: 22px;
  border-top: 2px solid #e3e1ee;
}
 
.fst-page .fst-zone-hero {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
 
.fst-page .fst-zone-mid {
  background:
    repeating-linear-gradient(0deg, rgba(100, 211, 150, 0.045), rgba(100, 211, 150, 0.045) 1px, transparent 1px, transparent 26px),
    repeating-linear-gradient(90deg, rgba(100, 211, 150, 0.045), rgba(100, 211, 150, 0.045) 1px, transparent 1px, transparent 26px),
    #f9f8fb;
  padding: 18px 12px 18px 12px;
}
 
.fst-page .fst-zone-nav {
  background: #f9f8fb;
  padding-left: 12px;
  padding-right: 12px;
}
}


.fst-page .fst-mt10 {
.fst-page .fst-zone-landmarks {
   margin-top: 10px;
   background: #f9f8fb;
  padding-left: 12px;
  padding-right: 12px;
}
}


.fst-page .fst-section {
.fst-page .fst-zone-footer {
   margin: 22px 0 0 0;
   border-top: 2px solid #e3e1ee;
  padding-top: 18px;
}
}


.fst-page .fst-section-h {
.fst-page .fst-section-h {
   font-size: 1.25em;
   font-size: 1.25em;
   font-weight: 800;
   font-weight: 900;
   margin: 0 0 12px 0;
   margin: 0 0 12px 0;
  border-left: 10px solid #e3e1ee;
  padding-left: 10px;
}
}


/* Hero */
.fst-page .fst-h-nav {
  border-left-color: #64d396;
}
 
.fst-page .fst-h-worlds {
  border-left-color: #8bccff;
}
 
.fst-page .fst-h-track {
  border-left-color: #64d396;
}
 
.fst-page .fst-h-news {
  border-left-color: #8bccff;
}
 
.fst-page .fst-h-landmarks {
  border-left-color: #64d396;
}


.fst-page .fst-hero {
.fst-page .fst-h-footer {
  position: relative;
   border-left-color: #64d396;
  overflow: hidden;
   border-radius: 12px;
  background: linear-gradient(135deg, #fff6e8 0%, #f8fbff 52%, #ffffff 100%);
}
}
/* Hero */


.fst-page .fst-hero-media {
.fst-page .fst-hero-media {
第70行: 第148行:
}
}


.fst-page .fst-hero-inner {
.fst-page .fst-hero {
   position: relative;
   position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f9f8fb 0%, #eafff3 54%, #eef7ff 100%);
  border-top: 1px solid #e3e1ee;
  border-bottom: 1px solid #e3e1ee;
   padding: 18px 18px 16px 18px;
   padding: 18px 18px 16px 18px;
}
}


.fst-page .fst-hero-title {
.fst-page .fst-title {
   font-size: 2.2em;
   font-size: 2.2em;
   font-weight: 900;
   font-weight: 900;
   line-height: 1.1;
   line-height: 1.1;
   margin: 0;
   margin-top: 6px;
}
}


.fst-page .fst-hero-sub {
.fst-page .fst-sub {
   margin-top: 8px;
   margin-top: 8px;
   color: #3f4650;
   color: #3b365f;
   font-size: 1.05em;
   font-size: 1.05em;
   line-height: 1.45;
   line-height: 1.5;
}
}


.fst-page .fst-hero-meta {
.fst-page .fst-meta {
   margin-top: 12px;
   margin-top: 10px;
  color: #4a4570;
  font-size: 0.95em;
}
}


.fst-page .fst-chip {
.fst-page .fst-jump {
  display: inline-block;
   margin-top: 8px;
  border: 1px solid #d0d7df;
   color: #4a4570;
  background: #ffffff;
  border-radius: 999px;
  padding: 5px 10px;
  margin: 0 8px 8px 0;
  font-size: 0.92em;
  color: #2f353b;
}
 
.fst-page .fst-hero-links {
   margin-top: 6px;
   color: #4b535d;
   font-size: 0.95em;
   font-size: 0.95em;
   line-height: 1.6;
   line-height: 1.7;
}
}


.fst-page .fst-hero-links a {
.fst-page .fst-jump a {
   text-decoration: none;
   text-decoration: none;
   border-bottom: 1px dotted #b7c0cb;
   border-bottom: 1px dotted #8bccff;
}
}


.fst-page .fst-hero-links a:hover {
.fst-page .fst-jump a:hover {
   border-bottom-style: solid;
   border-bottom-style: solid;
}
}
第123行: 第196行:


.fst-page .fst-banner {
.fst-page .fst-banner {
  margin-top: 12px;
   padding: 10px 12px;
   padding: 10px 12px;
   border-left: 6px solid #d5b88a;
   border: 1px solid #e3e1ee;
   border-radius: 12px;
   border-left: 10px solid #64d396;
   background: #fff7ec;
   background: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
}


.fst-page .fst-banner-tag {
.fst-page .fst-banner-tag {
   display: inline-block;
   display: inline-block;
  margin: 0 10px 6px 0;
   padding: 3px 10px;
   padding: 4px 10px;
   margin-right: 10px;
   border-radius: 999px;
   border: 1px solid #64d396;
  background: #fff;
   background: #f9f8fb;
   border: 1px solid #e7cfa4;
   font-weight: 900;
   color: #6a4a1f;
   font-weight: 800;
   font-size: 0.92em;
   font-size: 0.92em;
  color: #221b50;
}
}


.fst-page .fst-banner-text {
.fst-page .fst-banner-text {
  margin: 0 10px 6px 0;
   color: #3b365f;
   color: #3c444e;
}
}


/* Buttons (span wrapper + <a>) */
/* Layout */


.fst-page .fst-btn {
.fst-page .fst-row {
   display: inline-block;
   display: flex;
   margin-right: 8px;
   flex-wrap: wrap;
   margin-top: 6px;
   margin: -10px;
}
}


.fst-page .fst-btn a {
.fst-page .fst-col {
   display: inline-block;
   margin: 10px;
  text-decoration: none;
   flex: 1 1 420px;
  border: 1px solid #d0d7df;
   min-width: 320px;
  border-radius: 999px;
   padding: 6px 12px;
  background: #ffffff;
  color: #2c333a;
  transition: background 120ms ease, border-color 120ms ease;
}
 
.fst-page .fst-btn a:hover {
  background: #f5f9ff;
   border-color: #c2ccd7;
}
}


/* Top navigation */
/* Quick nav */


.fst-page .fst-topnav {
.fst-page .fst-navrow {
   display: flex;
   display: flex;
   flex-wrap: wrap;
   flex-wrap: wrap;
   align-items: flex-start;
   margin: 0 -6px;
  padding-left: 12px;
  border-left: 10px solid #e3e1ee;
}
}


.fst-page .fst-topnav-left {
.fst-page .fst-navrow + .fst-navrow {
   flex: 1 1 340px;
   margin-top: 12px;
  min-width: 280px;
  padding-right: 18px;
}
}


.fst-page .fst-topnav-right {
.fst-page .fst-navrow-1 {
   flex: 1 1 520px;
   border-left-color: #64d396;
  min-width: 320px;
}
}


.fst-page .fst-navgroup {
.fst-page .fst-navrow-2 {
   border-left: 6px solid #e4e8ee;
   border-left-color: #8bccff;
  padding-left: 12px;
  margin-top: 12px;
}
}


.fst-page .fst-topnav-left .fst-navgroup:nth-of-type(1) {
.fst-page .fst-navtile {
   border-left-color: #d5b88a;
  margin: 6px;
  flex: 1 1 calc(33.333% - 12px);
   min-width: 150px;
}
}


.fst-page .fst-topnav-left .fst-navgroup:nth-of-type(2) {
.fst-page .fst-navtile a {
   border-left-color: #bcd6ee;
  display: block;
  padding: 10px 8px;
   border: 0;
  background: transparent;
  text-decoration: none;
  text-align: center;
  color: #221b50;
  transition: background 120ms ease;
}
}


.fst-page .fst-icon-grid {
.fst-page .fst-navtile a:hover {
   display: flex;
   background: #ffffff;
  flex-wrap: wrap;
  margin: -6px;
}
}


.fst-page .fst-icon {
/* Suppress default external-link icon inside portal tiles */
   margin: 6px;
.fst-page .fst-navtile a.external {
   flex: 0 0 calc(33.333% - 12px);
   background: none !important;
  min-width: 150px;
   padding-right: 0 !important;
}
}


.fst-page .fst-icon-box {
.fst-page .fst-navtile a.external:hover {
  border: 1px solid #e3e7ec;
   background: #ffffff !important;
  border-radius: 12px;
   background: #ffffff;
}
}


.fst-page .fst-icon-box a {
.fst-page .fst-navicon {
   display: block;
   display: inline-block;
   text-decoration: none;
   width: 56px;
   text-align: center;
  height: 56px;
   padding: 12px 10px;
  line-height: 54px;
   border: 2px solid #e3e1ee;
   background: transparent;
   font-weight: 900;
   font-weight: 900;
   color: #2c333a;
   font-size: 1.05em;
   transition: background 120ms ease;
  letter-spacing: 0.02em;
   color: #221b50;
}
}


.fst-page .fst-icon-box a:hover {
.fst-page .fst-navrow-1 .fst-navicon {
   background: #f5f9ff;
  border-color: #64d396;
   color: #221b50;
}
}


.fst-page .fst-icon-label {
.fst-page .fst-navrow-2 .fst-navicon {
   margin-top: 6px;
   border-color: #8bccff;
  text-align: center;
   color: #221b50;
   color: #4b535d;
  font-size: 0.9em;
}
}


.fst-page .fst-navlines {
.fst-page .fst-navtitle {
   margin-top: 12px;
   display: block;
   border-left: 6px solid #e4e8ee;
  font-weight: 900;
   padding-left: 12px;
   font-size: 1.02em;
   margin-top: 10px;
}
}


.fst-page .fst-navline {
.fst-page .fst-navsub {
  display: block;
   margin-top: 6px;
   margin-top: 6px;
   color: #4b535d;
   color: #5d5a7d;
   font-size: 0.95em;
   font-size: 0.9em;
  line-height: 1.5;
}
}


.fst-page .fst-navline:first-child {
.fst-page .fst-navnote {
   margin-top: 0;
   margin-top: 12px;
}
  padding-left: 12px;
 
   border-left: 10px solid #e3e1ee;
.fst-page .fst-navkey {
   color: #4a4570;
   font-weight: 900;
  line-height: 1.6;
   color: #2c333a;
}
}


/* Worlds */
/* Worlds */


.fst-page .fst-world-tiles {
.fst-page .fst-world-grid {
   display: flex;
   display: flex;
   flex-wrap: wrap;
   flex-wrap: wrap;
第278行: 第339行:
.fst-page .fst-world {
.fst-page .fst-world {
   margin: 8px;
   margin: 8px;
   padding: 12px 12px 12px 14px;
   padding: 8px 0 12px 0;
   border-radius: 12px;
   border-bottom: 2px solid #e3e1ee;
   background: #f8fafc;
   background: transparent;
  border-left: 6px solid #d8dde3;
   flex: 1 1 calc(50% - 16px);
   flex: 1 1 260px;
   min-width: 240px;
   min-width: 260px;
}
}


第291行: 第351行:


.fst-page .fst-world-laputa {
.fst-page .fst-world-laputa {
  background: #fff7ec;
   border-bottom-color: #64d396;
   border-left-color: #d5b88a;
}
}


.fst-page .fst-world-eden {
.fst-page .fst-world-eden {
  background: #f3f9ff;
   border-bottom-color: #8bccff;
   border-left-color: #bcd6ee;
}
}


.fst-page .fst-world-sat {
.fst-page .fst-world-sat {
  background: #f4faf5;
   border-bottom-color: #e3e1ee;
   border-left-color: #d6e0d3;
}
}


.fst-page .fst-world-title {
.fst-page .fst-world-head {
   font-size: 1.1em;
   display: flex;
   font-weight: 900;
   flex-wrap: wrap;
   margin: 0 0 6px 0;
   align-items: center;
}
}


.fst-page .fst-world-icon {
.fst-page .fst-world-icon {
   display: inline-block;
   display: inline-block;
   width: 34px;
   width: 58px;
   height: 34px;
   height: 58px;
   line-height: 34px;
   line-height: 56px;
   text-align: center;
   text-align: center;
   border-radius: 12px;
   border: 2px solid #e3e1ee;
   background: #ffffff;
   background: transparent;
  border: 1px solid #e3e7ec;
   margin-right: 12px;
   margin-right: 10px;
   font-weight: 900;
   font-weight: 900;
   font-size: 0.92em;
   font-size: 1.05em;
   color: #2c333a;
   color: #221b50;
  transition: border-color 120ms ease;
}
}


.fst-page .fst-world-icon-laputa {
.fst-page .fst-world-icon-laputa {
  background: #fff3df;
   border-color: #64d396;
   border-color: #e7cfa4;
   color: #221b50;
   color: #6a4a1f;
}
}


.fst-page .fst-world-icon-eden {
.fst-page .fst-world-icon-eden {
  background: #e8f4ff;
   border-color: #8bccff;
   border-color: #bcd6ee;
   color: #221b50;
   color: #214a6b;
}
}


.fst-page .fst-world-icon-sat {
.fst-page .fst-world-icon-sat {
   background: #f3f7f2;
   border-color: #e3e1ee;
   border-color: #d6e0d3;
   color: #221b50;
   color: #35543e;
}
 
.fst-page .fst-world-name {
  font-weight: 900;
  font-size: 1.08em;
   margin-right: 10px;
}
}


.fst-page .fst-world-badge {
.fst-page .fst-world-badge {
   display: inline-block;
   display: inline-block;
   margin-left: 8px;
   padding: 0;
   border-radius: 999px;
   border: 0;
  padding: 3px 8px;
   background: transparent;
   background: #ffffff;
  border: 1px solid #e3e7ec;
  color: #3b4450;
   font-size: 0.88em;
   font-size: 0.88em;
   font-weight: 800;
   font-weight: 900;
  color: #4a4570;
}
}


.fst-page .fst-world-desc {
.fst-page .fst-world-desc {
   color: #4b535d;
  margin-top: 8px;
   color: #4a4570;
   font-size: 0.95em;
   font-size: 0.95em;
   line-height: 1.55;
   line-height: 1.6;
}
}


.fst-page .fst-minirow {
.fst-page .fst-world-links {
   margin-top: 10px;
   margin-top: 10px;
}
.fst-page .fst-world-cta {
   padding-top: 10px;
   padding-top: 10px;
   border-top: 1px solid #e6eaee;
   border-top: 1px solid #e3e1ee;
  color: #4a4570;
  line-height: 1.6;
}
}


/* Join callout */
.fst-page .fst-world-note {
 
   margin-top: 10px;
.fst-page .fst-callout {
   border-left: 6px solid #d8dde3;
  border-radius: 12px;
  background: #f8fafc;
  padding: 12px 12px 12px 14px;
}
}


.fst-page .fst-callout-join {
/* Tabs */
  border-left-color: #d5b88a;
  background: #fff7ec;
}


.fst-page .fst-callout-title {
.fst-page .fst-tabs {
   font-weight: 900;
   background: transparent;
   font-size: 1.05em;
   padding: 0;
  margin: 0 0 6px 0;
}
}


.fst-page .fst-callout-text {
.fst-page .fst-tab-anchor {
   color: #4b535d;
   display: block;
   line-height: 1.55;
   height: 0;
  overflow: hidden;
}
}


.fst-page .fst-callout-actions {
.fst-page .fst-tabbar {
   margin-top: 10px;
   margin-bottom: 10px;
}
}


/* Split layout */
.fst-page .fst-tabbar p {
 
   display: inline;
.fst-page .fst-split {
   margin: 0;
   display: flex;
  flex-wrap: wrap;
   margin: -10px;
}
 
.fst-page .fst-col {
  margin: 10px;
  flex: 1 1 380px;
  min-width: 320px;
}
 
/* Tabs (:target) */
 
.fst-page .fst-tabs {
  margin-top: 2px;
}
}


.fst-page .fst-tabtarget {
.fst-page .fst-tabbar br {
   display: none;
   display: none;
}
.fst-page .fst-tabbar {
  margin-bottom: 10px;
}
}


.fst-page .fst-tabbar a {
.fst-page .fst-tabbar a {
   display: inline-block;
   display: inline-block;
  padding: 6px 10px;
  margin: 0 10px 8px 0;
  border: 1px solid transparent;
  background: transparent;
   text-decoration: none;
   text-decoration: none;
  border: 1px solid #e3e7ec;
  border-radius: 999px;
  padding: 6px 12px;
  margin: 0 8px 8px 0;
  background: #ffffff;
  color: #2c333a;
   font-weight: 900;
   font-weight: 900;
  color: #221b50;
  transition: background 120ms ease, border-color 120ms ease;
}
}


.fst-page .fst-tabbar a:hover {
.fst-page .fst-tabbar a:hover {
   background: #f5f9ff;
   background: #ffffff;
  border-color: #c9d2dc;
}
}


.fst-page .fst-panels .fst-panel {
.fst-page .fst-tabpanel {
   display: none;
   display: none;
   border-left: 6px solid #d8dde3;
   padding: 10px 0 12px 12px;
   border-radius: 12px;
   border-left: 6px solid #e3e1ee;
  background: #f8fafc;
  padding: 12px 12px 12px 14px;
}
}


.fst-page .fst-panels .fst-panel-beginner {
.fst-page .fst-tabpanel-beginner {
   display: block;
   display: block;
   border-left-color: #bcd6ee;
   border-left-color: #64d396;
  background: #f3f9ff;
}
}


.fst-page .fst-panels .fst-panel-intermediate {
.fst-page .fst-tabpanel-intermediate {
   border-left-color: #d5b88a;
   border-left-color: #64d396;
  background: #fff7ec;
}
}


.fst-page .fst-panels .fst-panel-advanced {
.fst-page .fst-tabpanel-advanced {
   border-left-color: #d6e0d3;
   border-left-color: #64d396;
  background: #f4faf5;
}
}


.fst-page #tab-intermediate:target ~ .fst-panels .fst-panel-beginner,
.fst-page .fst-panel-h {
.fst-page #tab-advanced:target ~ .fst-panels .fst-panel-beginner {
  font-weight: 900;
   display: none;
  font-size: 1.05em;
   margin: 0 0 6px 0;
}
}


.fst-page #tab-intermediate:target ~ .fst-panels .fst-panel-intermediate {
.fst-page .fst-panel-p {
   display: block;
   color: #4a4570;
  line-height: 1.6;
}
}


.fst-page #tab-advanced:target ~ .fst-panels .fst-panel-advanced {
.fst-page .fst-panel-links {
   display: block;
   margin-top: 8px;
  color: #4a4570;
  line-height: 1.6;
}
}


/* Default highlighted tab */
.fst-page .fst-tabbar a[href="#tab-beginner"] {
.fst-page .fst-tabbar a[href="#tab-beginner"] {
  background: #f1f7ff;
  border-color: #bcd6ee;
}
.fst-page #tab-intermediate:target ~ .fst-tabbar a[href="#tab-beginner"],
.fst-page #tab-advanced:target ~ .fst-tabbar a[href="#tab-beginner"] {
   background: #ffffff;
   background: #ffffff;
   border-color: #e3e7ec;
   border-color: #64d396;
}
}


.fst-page #tab-intermediate:target ~ .fst-tabbar a[href="#tab-intermediate"] {
/* Target logic: show panel + highlight tab */
   background: #fff3df;
.fst-page #tab-intermediate:target ~ .fst-tabpanels .fst-tabpanel-beginner,
  border-color: #e7cfa4;
.fst-page #tab-advanced:target ~ .fst-tabpanels .fst-tabpanel-beginner {
   display: none;
}
}


.fst-page #tab-advanced:target ~ .fst-tabbar a[href="#tab-advanced"] {
.fst-page #tab-intermediate:target ~ .fst-tabpanels .fst-tabpanel-intermediate {
   background: #f3f7f2;
   display: block;
  border-color: #d6e0d3;
}
}


/* Lists */
.fst-page #tab-advanced:target ~ .fst-tabpanels .fst-tabpanel-advanced {
 
   display: block;
.fst-page .fst-tile-title {
   font-size: 1.05em;
  font-weight: 900;
  margin: 0 0 6px 0;
}
}


.fst-page .fst-tile-desc {
.fst-page #tab-intermediate:target ~ .fst-tabbar a[href="#tab-beginner"],
  color: #4b535d;
.fst-page #tab-advanced:target ~ .fst-tabbar a[href="#tab-beginner"] {
   font-size: 0.95em;
   background: transparent;
   line-height: 1.55;
   border-color: transparent;
}
}


.fst-page .fst-list {
.fst-page #tab-intermediate:target ~ .fst-tabbar a[href="#tab-intermediate"] {
   margin: 8px 0 0 0;
   background: #ffffff;
  border-color: #64d396;
}
}


.fst-page .fst-list ul {
.fst-page #tab-advanced:target ~ .fst-tabbar a[href="#tab-advanced"] {
   margin: 6px 0 0 18px;
   background: #ffffff;
  border-color: #64d396;
}
}


.fst-page .fst-list li {
/* Timeline + topics */
  margin: 4px 0;
}
 
/* Timeline */


.fst-page .fst-timeline {
.fst-page .fst-timeline {
   margin-top: 14px;
   margin-top: 12px;
   border-left: 6px solid #e4e8ee;
   padding-top: 12px;
   border-radius: 12px;
   border-top: 1px solid #e3e1ee;
   background: #ffffff;
   border-left: 2px solid #e3e1ee;
   padding: 12px 12px 10px 14px;
   padding-left: 12px;
}
}


第551行: 第571行:
   min-width: 74px;
   min-width: 74px;
   font-weight: 900;
   font-weight: 900;
   color: #2c333a;
   color: #221b50;
}
}


.fst-page .fst-timeline-text {
.fst-page .fst-timeline-text {
   color: #4b535d;
   color: #4a4570;
}
}


/* News list */
.fst-page .fst-topics {
 
   margin-top: 12px;
.fst-page .fst-newslist {
   padding-top: 12px;
   border-left: 6px solid #e4e8ee;
  border-top: 1px solid #e3e1ee;
   padding-left: 12px;
}
}


.fst-page .fst-newsli {
.fst-page .fst-topics-h {
   padding: 10px 0;
   font-weight: 900;
  border-bottom: 1px solid #e6eaee;
   margin: 0 0 6px 0;
}
 
.fst-page .fst-newsli:last-child {
   border-bottom: 0;
}
}


.fst-page .fst-newsli-title {
.fst-page .fst-topics-line {
   font-weight: 900;
   color: #4a4570;
   margin: 0 0 4px 0;
   line-height: 1.7;
}
}


/* Link columns */
/* News */


.fst-page .fst-linkcols {
.fst-page .fst-news {
   display: flex;
   background: transparent;
   flex-wrap: wrap;
   padding: 0;
  margin: -10px;
}
}


.fst-page .fst-linkcol {
.fst-page .fst-news-item {
   margin: 10px;
   padding: 10px 0 10px 12px;
   flex: 1 1 380px;
   border-left: 6px solid #8bccff;
   min-width: 320px;
   border-bottom: 0;
}
}


.fst-page .fst-linkitem {
.fst-page .fst-news-item + .fst-news-item {
   padding: 10px 0;
   margin-top: 10px;
  border-bottom: 1px solid #e6eaee;
}
}


.fst-page .fst-linkitem:last-child {
.fst-page .fst-news-item:last-child {
   border-bottom: 0;
   border-bottom: 0;
}
}


.fst-page .fst-linktitle {
.fst-page .fst-news-title {
   font-weight: 900;
   font-weight: 900;
   margin: 0 0 4px 0;
   margin: 0 0 4px 0;
}
}


.fst-page .fst-linkdesc {
/* Landmarks table (template output) */
   color: #4b535d;
 
   font-size: 0.95em;
.fst-page .fst-zone-landmarks table {
  line-height: 1.55;
   width: 100%;
   background: #ffffff !important;
}
}


/* Definition list */
.fst-page .fst-zone-landmarks th,
 
.fst-page .fst-zone-landmarks td {
.fst-page .fst-dl {
   border: 1px solid #e3e1ee !important;
   border-left: 6px solid #e4e8ee;
   padding: 6px 8px;
   padding-left: 12px;
  background: #ffffff !important;
  color: #221b50 !important;
}
}


.fst-page .fst-dl dl {
.fst-page .fst-zone-landmarks th {
   margin: 0;
   background: #f9f8fb !important;
}
}


.fst-page .fst-dl dt {
.fst-page .fst-zone-landmarks tr:nth-child(even) td {
  margin-top: 10px;
   background: #f9f8fb !important;
   font-weight: 900;
}
}


.fst-page .fst-dl dt:first-child {
/* Footer */
  margin-top: 0;
}


.fst-page .fst-dl dd {
.fst-page .fst-footer-links {
   margin: 4px 0 0 0;
   margin-top: 10px;
   color: #4b535d;
   color: #4a4570;
   line-height: 1.55;
   line-height: 1.7;
}
}


/* Footer */
/* Keep navbox/table styling tame inside this portal */
 
.fst-page .navbox,
.fst-page .fst-footer {
.fst-page table {
   border-top: 1px solid #e6eaee;
   box-shadow: none;
  margin-top: 26px;
  padding-top: 14px;
}
}


@media (max-width: 720px) {
@media (max-width: 720px) {
   .fst-page .fst-topnav-left {
   .fst-page .fst-zone-mid {
     padding-right: 0;
    padding-left: 10px;
     padding-right: 10px;
  }
 
  .fst-page .fst-col {
    min-width: 0;
   }
   }


   .fst-page .fst-icon {
   .fst-page .fst-navtile {
     flex-basis: calc(50% - 12px);
     flex-basis: calc(50% - 12px);
     min-width: 0;
     min-width: 0;

2026年2月14日 (六) 17:24的最新版本

/* TemplateStyles for fstpagetest.wiki
   Design goals:
   - Portal-like wiki homepage, not a web app
   - Clear section separation (esp. mobile)
   - No rounded corners anywhere
   - Avoid nested card-on-card framing
*/

.fst-page {
  width: 100%;
  color: #221b50;
}

/* Hard rule: absolutely no rounded corners in this portal */
.fst-page,
.fst-page * {
  border-radius: 0 !important;
}

.fst-page * {
  box-sizing: border-box;
}

/* MediaWiki parser often injects <p>; neutralize default margins */
.fst-page p {
  margin: 0;
}

/* External-link icon removal (keep portal clean) */
.fst-page a.external {
  background: none !important;
  padding-right: 0 !important;
}

.fst-page a.external::after {
  display: none !important;
}

.fst-page .fst-muted {
  color: #5d5a7d;
  font-size: 0.95em;
}

.fst-page .fst-mt10 {
  margin-top: 10px;
}

.fst-page .fst-kicker {
  color: #4a4570;
  font-size: 0.95em;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.fst-page .fst-zone {
  margin-top: 34px;
  padding-top: 22px;
  padding-bottom: 22px;
  border-top: 2px solid #e3e1ee;
}

.fst-page .fst-zone-hero {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.fst-page .fst-zone-mid {
  background:
    repeating-linear-gradient(0deg, rgba(100, 211, 150, 0.045), rgba(100, 211, 150, 0.045) 1px, transparent 1px, transparent 26px),
    repeating-linear-gradient(90deg, rgba(100, 211, 150, 0.045), rgba(100, 211, 150, 0.045) 1px, transparent 1px, transparent 26px),
    #f9f8fb;
  padding: 18px 12px 18px 12px;
}

.fst-page .fst-zone-nav {
  background: #f9f8fb;
  padding-left: 12px;
  padding-right: 12px;
}

.fst-page .fst-zone-landmarks {
  background: #f9f8fb;
  padding-left: 12px;
  padding-right: 12px;
}

.fst-page .fst-zone-footer {
  border-top: 2px solid #e3e1ee;
  padding-top: 18px;
}

.fst-page .fst-section-h {
  font-size: 1.25em;
  font-weight: 900;
  margin: 0 0 12px 0;
  border-left: 10px solid #e3e1ee;
  padding-left: 10px;
}

.fst-page .fst-h-nav {
  border-left-color: #64d396;
}

.fst-page .fst-h-worlds {
  border-left-color: #8bccff;
}

.fst-page .fst-h-track {
  border-left-color: #64d396;
}

.fst-page .fst-h-news {
  border-left-color: #8bccff;
}

.fst-page .fst-h-landmarks {
  border-left-color: #64d396;
}

.fst-page .fst-h-footer {
  border-left-color: #64d396;
}

/* Hero */

.fst-page .fst-hero-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  opacity: 0.22;
}

.fst-page .fst-hero-media p {
  margin: 0;
}

.fst-page .fst-hero-media a {
  display: block;
}

.fst-page .fst-hero-media img {
  width: 100%;
  height: auto;
}

.fst-page .fst-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f9f8fb 0%, #eafff3 54%, #eef7ff 100%);
  border-top: 1px solid #e3e1ee;
  border-bottom: 1px solid #e3e1ee;
  padding: 18px 18px 16px 18px;
}

.fst-page .fst-title {
  font-size: 2.2em;
  font-weight: 900;
  line-height: 1.1;
  margin-top: 6px;
}

.fst-page .fst-sub {
  margin-top: 8px;
  color: #3b365f;
  font-size: 1.05em;
  line-height: 1.5;
}

.fst-page .fst-meta {
  margin-top: 10px;
  color: #4a4570;
  font-size: 0.95em;
}

.fst-page .fst-jump {
  margin-top: 8px;
  color: #4a4570;
  font-size: 0.95em;
  line-height: 1.7;
}

.fst-page .fst-jump a {
  text-decoration: none;
  border-bottom: 1px dotted #8bccff;
}

.fst-page .fst-jump a:hover {
  border-bottom-style: solid;
}

/* Banner */

.fst-page .fst-banner {
  padding: 10px 12px;
  border: 1px solid #e3e1ee;
  border-left: 10px solid #64d396;
  background: #ffffff;
}

.fst-page .fst-banner-tag {
  display: inline-block;
  padding: 3px 10px;
  margin-right: 10px;
  border: 1px solid #64d396;
  background: #f9f8fb;
  font-weight: 900;
  font-size: 0.92em;
  color: #221b50;
}

.fst-page .fst-banner-text {
  color: #3b365f;
}

/* Layout */

.fst-page .fst-row {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.fst-page .fst-col {
  margin: 10px;
  flex: 1 1 420px;
  min-width: 320px;
}

/* Quick nav */

.fst-page .fst-navrow {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
  padding-left: 12px;
  border-left: 10px solid #e3e1ee;
}

.fst-page .fst-navrow + .fst-navrow {
  margin-top: 12px;
}

.fst-page .fst-navrow-1 {
  border-left-color: #64d396;
}

.fst-page .fst-navrow-2 {
  border-left-color: #8bccff;
}

.fst-page .fst-navtile {
  margin: 6px;
  flex: 1 1 calc(33.333% - 12px);
  min-width: 150px;
}

.fst-page .fst-navtile a {
  display: block;
  padding: 10px 8px;
  border: 0;
  background: transparent;
  text-decoration: none;
  text-align: center;
  color: #221b50;
  transition: background 120ms ease;
}

.fst-page .fst-navtile a:hover {
  background: #ffffff;
}

/* Suppress default external-link icon inside portal tiles */
.fst-page .fst-navtile a.external {
  background: none !important;
  padding-right: 0 !important;
}

.fst-page .fst-navtile a.external:hover {
  background: #ffffff !important;
}

.fst-page .fst-navicon {
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 54px;
  border: 2px solid #e3e1ee;
  background: transparent;
  font-weight: 900;
  font-size: 1.05em;
  letter-spacing: 0.02em;
  color: #221b50;
}

.fst-page .fst-navrow-1 .fst-navicon {
  border-color: #64d396;
  color: #221b50;
}

.fst-page .fst-navrow-2 .fst-navicon {
  border-color: #8bccff;
  color: #221b50;
}

.fst-page .fst-navtitle {
  display: block;
  font-weight: 900;
  font-size: 1.02em;
  margin-top: 10px;
}

.fst-page .fst-navsub {
  display: block;
  margin-top: 6px;
  color: #5d5a7d;
  font-size: 0.9em;
}

.fst-page .fst-navnote {
  margin-top: 12px;
  padding-left: 12px;
  border-left: 10px solid #e3e1ee;
  color: #4a4570;
  line-height: 1.6;
}

/* Worlds */

.fst-page .fst-world-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}

.fst-page .fst-world {
  margin: 8px;
  padding: 8px 0 12px 0;
  border-bottom: 2px solid #e3e1ee;
  background: transparent;
  flex: 1 1 calc(50% - 16px);
  min-width: 240px;
}

.fst-page .fst-world-wide {
  flex-basis: 100%;
}

.fst-page .fst-world-laputa {
  border-bottom-color: #64d396;
}

.fst-page .fst-world-eden {
  border-bottom-color: #8bccff;
}

.fst-page .fst-world-sat {
  border-bottom-color: #e3e1ee;
}

.fst-page .fst-world-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.fst-page .fst-world-icon {
  display: inline-block;
  width: 58px;
  height: 58px;
  line-height: 56px;
  text-align: center;
  border: 2px solid #e3e1ee;
  background: transparent;
  margin-right: 12px;
  font-weight: 900;
  font-size: 1.05em;
  color: #221b50;
  transition: border-color 120ms ease;
}

.fst-page .fst-world-icon-laputa {
  border-color: #64d396;
  color: #221b50;
}

.fst-page .fst-world-icon-eden {
  border-color: #8bccff;
  color: #221b50;
}

.fst-page .fst-world-icon-sat {
  border-color: #e3e1ee;
  color: #221b50;
}

.fst-page .fst-world-name {
  font-weight: 900;
  font-size: 1.08em;
  margin-right: 10px;
}

.fst-page .fst-world-badge {
  display: inline-block;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 0.88em;
  font-weight: 900;
  color: #4a4570;
}

.fst-page .fst-world-desc {
  margin-top: 8px;
  color: #4a4570;
  font-size: 0.95em;
  line-height: 1.6;
}

.fst-page .fst-world-links {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e3e1ee;
  color: #4a4570;
  line-height: 1.6;
}

.fst-page .fst-world-note {
  margin-top: 10px;
}

/* Tabs */

.fst-page .fst-tabs {
  background: transparent;
  padding: 0;
}

.fst-page .fst-tab-anchor {
  display: block;
  height: 0;
  overflow: hidden;
}

.fst-page .fst-tabbar {
  margin-bottom: 10px;
}

.fst-page .fst-tabbar p {
  display: inline;
  margin: 0;
}

.fst-page .fst-tabbar br {
  display: none;
}

.fst-page .fst-tabbar a {
  display: inline-block;
  padding: 6px 10px;
  margin: 0 10px 8px 0;
  border: 1px solid transparent;
  background: transparent;
  text-decoration: none;
  font-weight: 900;
  color: #221b50;
  transition: background 120ms ease, border-color 120ms ease;
}

.fst-page .fst-tabbar a:hover {
  background: #ffffff;
  border-color: #c9d2dc;
}

.fst-page .fst-tabpanel {
  display: none;
  padding: 10px 0 12px 12px;
  border-left: 6px solid #e3e1ee;
}

.fst-page .fst-tabpanel-beginner {
  display: block;
  border-left-color: #64d396;
}

.fst-page .fst-tabpanel-intermediate {
  border-left-color: #64d396;
}

.fst-page .fst-tabpanel-advanced {
  border-left-color: #64d396;
}

.fst-page .fst-panel-h {
  font-weight: 900;
  font-size: 1.05em;
  margin: 0 0 6px 0;
}

.fst-page .fst-panel-p {
  color: #4a4570;
  line-height: 1.6;
}

.fst-page .fst-panel-links {
  margin-top: 8px;
  color: #4a4570;
  line-height: 1.6;
}

/* Default highlighted tab */
.fst-page .fst-tabbar a[href="#tab-beginner"] {
  background: #ffffff;
  border-color: #64d396;
}

/* Target logic: show panel + highlight tab */
.fst-page #tab-intermediate:target ~ .fst-tabpanels .fst-tabpanel-beginner,
.fst-page #tab-advanced:target ~ .fst-tabpanels .fst-tabpanel-beginner {
  display: none;
}

.fst-page #tab-intermediate:target ~ .fst-tabpanels .fst-tabpanel-intermediate {
  display: block;
}

.fst-page #tab-advanced:target ~ .fst-tabpanels .fst-tabpanel-advanced {
  display: block;
}

.fst-page #tab-intermediate:target ~ .fst-tabbar a[href="#tab-beginner"],
.fst-page #tab-advanced:target ~ .fst-tabbar a[href="#tab-beginner"] {
  background: transparent;
  border-color: transparent;
}

.fst-page #tab-intermediate:target ~ .fst-tabbar a[href="#tab-intermediate"] {
  background: #ffffff;
  border-color: #64d396;
}

.fst-page #tab-advanced:target ~ .fst-tabbar a[href="#tab-advanced"] {
  background: #ffffff;
  border-color: #64d396;
}

/* Timeline + topics */

.fst-page .fst-timeline {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #e3e1ee;
  border-left: 2px solid #e3e1ee;
  padding-left: 12px;
}

.fst-page .fst-timeline-h {
  font-weight: 900;
  margin: 0 0 8px 0;
}

.fst-page .fst-timeline-item {
  margin-top: 6px;
}

.fst-page .fst-timeline-date {
  display: inline-block;
  min-width: 74px;
  font-weight: 900;
  color: #221b50;
}

.fst-page .fst-timeline-text {
  color: #4a4570;
}

.fst-page .fst-topics {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #e3e1ee;
}

.fst-page .fst-topics-h {
  font-weight: 900;
  margin: 0 0 6px 0;
}

.fst-page .fst-topics-line {
  color: #4a4570;
  line-height: 1.7;
}

/* News */

.fst-page .fst-news {
  background: transparent;
  padding: 0;
}

.fst-page .fst-news-item {
  padding: 10px 0 10px 12px;
  border-left: 6px solid #8bccff;
  border-bottom: 0;
}

.fst-page .fst-news-item + .fst-news-item {
  margin-top: 10px;
}

.fst-page .fst-news-item:last-child {
  border-bottom: 0;
}

.fst-page .fst-news-title {
  font-weight: 900;
  margin: 0 0 4px 0;
}

/* Landmarks table (template output) */

.fst-page .fst-zone-landmarks table {
  width: 100%;
  background: #ffffff !important;
}

.fst-page .fst-zone-landmarks th,
.fst-page .fst-zone-landmarks td {
  border: 1px solid #e3e1ee !important;
  padding: 6px 8px;
  background: #ffffff !important;
  color: #221b50 !important;
}

.fst-page .fst-zone-landmarks th {
  background: #f9f8fb !important;
}

.fst-page .fst-zone-landmarks tr:nth-child(even) td {
  background: #f9f8fb !important;
}

/* Footer */

.fst-page .fst-footer-links {
  margin-top: 10px;
  color: #4a4570;
  line-height: 1.7;
}

/* Keep navbox/table styling tame inside this portal */
.fst-page .navbox,
.fst-page table {
  box-shadow: none;
}

@media (max-width: 720px) {
  .fst-page .fst-zone-mid {
    padding-left: 10px;
    padding-right: 10px;
  }

  .fst-page .fst-col {
    min-width: 0;
  }

  .fst-page .fst-navtile {
    flex-basis: calc(50% - 12px);
    min-width: 0;
  }

  .fst-page .fst-world {
    min-width: 0;
    flex-basis: 100%;
  }
}