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

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

模板:Fstpagetest styles:修订间差异

来自RIA | Wiki
ChenM0M留言 | 贡献
无编辑摘要
ChenM0M留言 | 贡献
无编辑摘要
第4行: 第4行:


.fst-page {
.fst-page {
   margin: 0 auto;
   margin: 0;
   max-width: 1120px;
   max-width: none;
}
}


第18行: 第18行:
   letter-spacing: 0.03em;
   letter-spacing: 0.03em;
   text-transform: uppercase;
   text-transform: uppercase;
}
.fst-page .fst-mt6 {
  margin-top: 6px;
}
}


第30行: 第26行:
.fst-page .fst-mt10 {
.fst-page .fst-mt10 {
   margin-top: 10px;
   margin-top: 10px;
}
.fst-page .fst-mt12 {
  margin-top: 12px;
}
}


.fst-page .fst-section {
.fst-page .fst-section {
   margin: 18px 0;
   margin: 22px 0 0 0;
}
}


.fst-page .fst-section-h {
.fst-page .fst-section-h {
   font-size: 1.22em;
   font-size: 1.25em;
   font-weight: 700;
   font-weight: 800;
   margin: 0 0 10px 0;
   margin: 0 0 12px 0;
}
 
.fst-page .fst-surface {
  border: 1px solid #d8dde3;
  border-radius: 14px;
  background: #ffffff;
  padding: 14px;
}
}


第56行: 第41行:


.fst-page .fst-hero {
.fst-page .fst-hero {
   border: 1px solid #d8dde3;
   position: relative;
  border-radius: 18px;
   overflow: hidden;
   overflow: hidden;
   position: relative;
   border-radius: 12px;
   background: linear-gradient(135deg, #fff6e8 0%, #f8fbff 48%, #ffffff 100%);
   background: linear-gradient(135deg, #fff6e8 0%, #f8fbff 52%, #ffffff 100%);
}
}


第87行: 第71行:


.fst-page .fst-hero-inner {
.fst-page .fst-hero-inner {
  padding: 18px 18px 14px 18px;
   position: relative;
   position: relative;
  padding: 18px 18px 16px 18px;
}
}


.fst-page .fst-hero-title {
.fst-page .fst-hero-title {
   font-size: 2.1em;
   font-size: 2.2em;
   font-weight: 800;
   font-weight: 900;
   line-height: 1.1;
   line-height: 1.1;
   margin: 0;
   margin: 0;
第99行: 第83行:


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


.fst-page .fst-hero-row {
.fst-page .fst-hero-meta {
   margin-top: 12px;
   margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
}


.fst-page .fst-pill {
.fst-page .fst-chip {
   display: inline-block;
   display: inline-block;
   border: 1px solid #cfd6de;
   border: 1px solid #d0d7df;
   background: #ffffff;
   background: #ffffff;
   border-radius: 999px;
   border-radius: 999px;
   padding: 4px 10px;
   padding: 5px 10px;
   margin: 0 8px 8px 0;
   margin: 0 8px 8px 0;
   font-size: 0.92em;
   font-size: 0.92em;
第123行: 第104行:
}
}


.fst-page .fst-hero-jumps {
.fst-page .fst-hero-links {
  margin-top: 10px;
  color: #3f4650;
  font-size: 0.98em;
}
 
/* Buttons (span wrapper + <a>) */
 
.fst-page .fst-btn {
  display: inline-block;
  margin-right: 8px;
   margin-top: 6px;
   margin-top: 6px;
  color: #4b535d;
  font-size: 0.95em;
  line-height: 1.6;
}
}


.fst-page .fst-btn a {
.fst-page .fst-hero-links a {
  display: inline-block;
   text-decoration: none;
   text-decoration: none;
   border: 1px solid #cfd6de;
   border-bottom: 1px dotted #b7c0cb;
  border-radius: 999px;
  padding: 6px 12px;
  background: #ffffff;
  color: #2c333a;
  transition: background 120ms ease, border-color 120ms ease;
}
}


.fst-page .fst-btn a:hover {
.fst-page .fst-hero-links a:hover {
  background: #f5f9ff;
   border-bottom-style: solid;
   border-color: #c2ccd7;
}
}


第157行: 第124行:
.fst-page .fst-banner {
.fst-page .fst-banner {
   margin-top: 12px;
   margin-top: 12px;
  border: 1px solid #d8dde3;
  border-radius: 14px;
  background: linear-gradient(90deg, #fff 0%, #f5fbff 55%, #fff 100%);
   padding: 10px 12px;
   padding: 10px 12px;
  border-left: 6px solid #d5b88a;
  border-radius: 12px;
  background: #fff7ec;
   display: flex;
   display: flex;
   flex-wrap: wrap;
   flex-wrap: wrap;
第168行: 第135行:
.fst-page .fst-banner-tag {
.fst-page .fst-banner-tag {
   display: inline-block;
   display: inline-block;
   border: 1px solid #d5b88a;
   margin: 0 10px 6px 0;
   background: #fff3df;
   padding: 4px 10px;
   border-radius: 999px;
   border-radius: 999px;
   padding: 4px 10px;
   background: #fff;
   margin: 0 10px 6px 0;
   border: 1px solid #e7cfa4;
   font-weight: 700;
  color: #6a4a1f;
   font-weight: 800;
   font-size: 0.92em;
   font-size: 0.92em;
  color: #6a4a1f;
}
}


第183行: 第150行:
}
}


/* Top navigation block */
/* Buttons (span wrapper + <a>) */
 
.fst-page .fst-btn {
  display: inline-block;
  margin-right: 8px;
  margin-top: 6px;
}
 
.fst-page .fst-btn a {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #d0d7df;
  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 */


.fst-page .fst-topnav {
.fst-page .fst-topnav {
第192行: 第183行:


.fst-page .fst-topnav-left {
.fst-page .fst-topnav-left {
   flex: 1 1 300px;
   flex: 1 1 340px;
   min-width: 260px;
   min-width: 280px;
   padding-right: 12px;
   padding-right: 18px;
}
}


.fst-page .fst-topnav-right {
.fst-page .fst-topnav-right {
   flex: 1 1 480px;
   flex: 1 1 520px;
   min-width: 320px;
   min-width: 320px;
}
.fst-page .fst-navgroup {
  border-left: 6px solid #e4e8ee;
  padding-left: 12px;
  margin-top: 12px;
}
.fst-page .fst-topnav-left .fst-navgroup:nth-of-type(1) {
  border-left-color: #d5b88a;
}
.fst-page .fst-topnav-left .fst-navgroup:nth-of-type(2) {
  border-left-color: #bcd6ee;
}
}


第211行: 第216行:
   margin: 6px;
   margin: 6px;
   flex: 0 0 calc(33.333% - 12px);
   flex: 0 0 calc(33.333% - 12px);
  min-width: 150px;
}
}


.fst-page .fst-icon-box {
.fst-page .fst-icon-box {
   border: 1px solid #d8dde3;
   border: 1px solid #e3e7ec;
   border-radius: 12px;
   border-radius: 12px;
   background: #ffffff;
   background: #ffffff;
  overflow: hidden;
}
}


第224行: 第229行:
   text-decoration: none;
   text-decoration: none;
   text-align: center;
   text-align: center;
   padding: 14px 10px;
   padding: 12px 10px;
   font-weight: 800;
   font-weight: 900;
   color: #2c333a;
   color: #2c333a;
   transition: background 120ms ease;
   transition: background 120ms ease;
第241行: 第246行:
}
}


/* Layout helpers */
.fst-page .fst-navlines {
  margin-top: 12px;
  border-left: 6px solid #e4e8ee;
  padding-left: 12px;
}
 
.fst-page .fst-navline {
  margin-top: 6px;
  color: #4b535d;
  font-size: 0.95em;
  line-height: 1.5;
}


.fst-page .fst-split {
.fst-page .fst-navline:first-child {
  display: flex;
   margin-top: 0;
  flex-wrap: wrap;
   margin: -10px;
}
}


.fst-page .fst-col {
.fst-page .fst-navkey {
   margin: 10px;
   font-weight: 900;
  flex: 1 1 360px;
   color: #2c333a;
   min-width: 320px;
}
}


/* Tiles grid */
/* Worlds */


.fst-page .fst-grid {
.fst-page .fst-world-tiles {
   display: flex;
   display: flex;
   flex-wrap: wrap;
   flex-wrap: wrap;
第263行: 第276行:
}
}


.fst-page .fst-grid > .fst-tile {
.fst-page .fst-world {
   margin: 8px;
   margin: 8px;
   padding: 12px;
   padding: 12px 12px 12px 14px;
   border: 1px solid #d8dde3;
   border-radius: 12px;
   border-radius: 14px;
   background: #f8fafc;
   background: #ffffff;
   border-left: 6px solid #d8dde3;
   flex: 1 1 210px;
   flex: 1 1 260px;
   min-width: 210px;
   min-width: 260px;
  transition: background 120ms ease, box-shadow 120ms ease, border-color 120ms ease;
}
}


.fst-page .fst-grid > .fst-tile:hover {
.fst-page .fst-world-wide {
  background: #fbfdff;
   flex-basis: 100%;
  border-color: #cbd3dc;
  box-shadow: 0 1px 12px rgba(20, 30, 40, 0.06);
}
 
.fst-page .fst-tile-title {
   font-size: 1.05em;
  font-weight: 800;
  margin: 0 0 6px 0;
}
 
.fst-page .fst-tile-desc {
  color: #4b535d;
  font-size: 0.95em;
  line-height: 1.45;
}
 
.fst-page .fst-tile-cta {
  margin-top: 10px;
  font-size: 0.95em;
}
}


/* Worlds tiles */
.fst-page .fst-world-laputa {
 
   background: #fff7ec;
.fst-page .fst-world-tiles {
   border-left-color: #d5b88a;
   display: flex;
   flex-wrap: wrap;
  margin: -8px;
}
}


.fst-page .fst-world-tiles .fst-world {
.fst-page .fst-world-eden {
   margin: 8px;
   background: #f3f9ff;
  padding: 12px;
   border-left-color: #bcd6ee;
  border: 1px solid #d8dde3;
   border-radius: 14px;
  background: #ffffff;
  flex: 1 1 220px;
  min-width: 220px;
}
}


.fst-page .fst-world-tiles .fst-world-wide {
.fst-page .fst-world-sat {
   flex-basis: 100%;
   background: #f4faf5;
  border-left-color: #d6e0d3;
}
}


.fst-page .fst-world-title {
.fst-page .fst-world-title {
   font-size: 1.1em;
   font-size: 1.1em;
   font-weight: 800;
   font-weight: 900;
   margin: 0 0 6px 0;
   margin: 0 0 6px 0;
}
}
第331行: 第317行:
   line-height: 34px;
   line-height: 34px;
   text-align: center;
   text-align: center;
   border-radius: 10px;
   border-radius: 12px;
  border: 1px solid #d8dde3;
   background: #ffffff;
   background: #ffffff;
  border: 1px solid #e3e7ec;
   margin-right: 10px;
   margin-right: 10px;
   font-weight: 800;
   font-weight: 900;
   font-size: 0.92em;
   font-size: 0.92em;
   color: #2c333a;
   color: #2c333a;
第361行: 第347行:
   display: inline-block;
   display: inline-block;
   margin-left: 8px;
   margin-left: 8px;
  border: 1px solid #d8dde3;
   border-radius: 999px;
   border-radius: 999px;
   padding: 3px 8px;
   padding: 3px 8px;
   background: #f7fafc;
   background: #ffffff;
  border: 1px solid #e3e7ec;
   color: #3b4450;
   color: #3b4450;
   font-size: 0.88em;
   font-size: 0.88em;
  font-weight: 800;
}
}


第372行: 第359行:
   color: #4b535d;
   color: #4b535d;
   font-size: 0.95em;
   font-size: 0.95em;
   line-height: 1.45;
   line-height: 1.55;
}
}


第379行: 第366行:
}
}


.fst-page .fst-minirow .fst-btn a {
.fst-page .fst-world-cta {
   padding: 5px 10px;
  padding-top: 10px;
   font-size: 0.93em;
  border-top: 1px solid #e6eaee;
}
 
/* Join callout */
 
.fst-page .fst-callout {
  border-left: 6px solid #d8dde3;
  border-radius: 12px;
  background: #f8fafc;
   padding: 12px 12px 12px 14px;
}
 
.fst-page .fst-callout-join {
  border-left-color: #d5b88a;
  background: #fff7ec;
}
 
.fst-page .fst-callout-title {
  font-weight: 900;
   font-size: 1.05em;
  margin: 0 0 6px 0;
}
 
.fst-page .fst-callout-text {
  color: #4b535d;
  line-height: 1.55;
}
 
.fst-page .fst-callout-actions {
  margin-top: 10px;
}
 
/* Split layout */
 
.fst-page .fst-split {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
 
.fst-page .fst-col {
  margin: 10px;
  flex: 1 1 380px;
  min-width: 320px;
}
}


第387行: 第417行:


.fst-page .fst-tabs {
.fst-page .fst-tabs {
   border: 1px solid #d8dde3;
   margin-top: 2px;
  border-radius: 14px;
  background: #ffffff;
  padding: 12px;
}
}


第398行: 第425行:


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


第404行: 第431行:
   display: inline-block;
   display: inline-block;
   text-decoration: none;
   text-decoration: none;
   border: 1px solid #d8dde3;
   border: 1px solid #e3e7ec;
   border-radius: 999px;
   border-radius: 999px;
   padding: 6px 12px;
   padding: 6px 12px;
第410行: 第437行:
   background: #ffffff;
   background: #ffffff;
   color: #2c333a;
   color: #2c333a;
   font-weight: 700;
   font-weight: 900;
}
}


第419行: 第446行:
.fst-page .fst-panels .fst-panel {
.fst-page .fst-panels .fst-panel {
   display: none;
   display: none;
   border: 1px solid #d8dde3;
   border-left: 6px solid #d8dde3;
   border-radius: 12px;
   border-radius: 12px;
   background: #fbfdff;
   background: #f8fafc;
   padding: 12px;
   padding: 12px 12px 12px 14px;
}
}


.fst-page .fst-panels .fst-panel-beginner {
.fst-page .fst-panels .fst-panel-beginner {
   display: block;
   display: block;
  border-left-color: #bcd6ee;
  background: #f3f9ff;
}
.fst-page .fst-panels .fst-panel-intermediate {
  border-left-color: #d5b88a;
  background: #fff7ec;
}
.fst-page .fst-panels .fst-panel-advanced {
  border-left-color: #d6e0d3;
  background: #f4faf5;
}
}


第443行: 第482行:


.fst-page .fst-tabbar a[href="#tab-beginner"] {
.fst-page .fst-tabbar a[href="#tab-beginner"] {
   background: #e8f4ff;
   background: #f1f7ff;
   border-color: #bcd6ee;
   border-color: #bcd6ee;
}
}
第450行: 第489行:
.fst-page #tab-advanced:target ~ .fst-tabbar a[href="#tab-beginner"] {
.fst-page #tab-advanced:target ~ .fst-tabbar a[href="#tab-beginner"] {
   background: #ffffff;
   background: #ffffff;
   border-color: #d8dde3;
   border-color: #e3e7ec;
}
 
.fst-page #tab-intermediate:target ~ .fst-tabbar a[href="#tab-intermediate"] {
  background: #fff3df;
  border-color: #e7cfa4;
}
}


.fst-page #tab-intermediate:target ~ .fst-tabbar a[href="#tab-intermediate"],
.fst-page #tab-advanced:target ~ .fst-tabbar a[href="#tab-advanced"] {
.fst-page #tab-advanced:target ~ .fst-tabbar a[href="#tab-advanced"] {
   background: #e8f4ff;
   background: #f3f7f2;
   border-color: #bcd6ee;
   border-color: #d6e0d3;
}
 
/* Lists */
 
.fst-page .fst-tile-title {
  font-size: 1.05em;
  font-weight: 900;
  margin: 0 0 6px 0;
}
}


/* Lists inside panels */
.fst-page .fst-tile-desc {
  color: #4b535d;
  font-size: 0.95em;
  line-height: 1.55;
}


.fst-page .fst-list {
.fst-page .fst-list {
第473行: 第528行:
}
}


/* News */
/* Timeline */


.fst-page .fst-news {
.fst-page .fst-timeline {
   border: 1px solid #d8dde3;
  margin-top: 14px;
   border-radius: 14px;
   border-left: 6px solid #e4e8ee;
   border-radius: 12px;
   background: #ffffff;
   background: #ffffff;
   padding: 12px;
   padding: 12px 12px 10px 14px;
}
 
.fst-page .fst-timeline-h {
  font-weight: 900;
  margin: 0 0 8px 0;
}
 
.fst-page .fst-timeline-item {
  margin-top: 6px;
}
}


.fst-page .fst-newsitem {
.fst-page .fst-timeline-date {
   border: 1px solid #d8dde3;
  display: inline-block;
   border-radius: 12px;
  min-width: 74px;
   background: #ffffff;
  font-weight: 900;
   padding: 10px 12px;
  color: #2c333a;
   margin-top: 10px;
}
 
.fst-page .fst-timeline-text {
  color: #4b535d;
}
 
/* News list */
 
.fst-page .fst-newslist {
   border-left: 6px solid #e4e8ee;
  padding-left: 12px;
}
 
.fst-page .fst-newsli {
  padding: 10px 0;
  border-bottom: 1px solid #e6eaee;
}
 
.fst-page .fst-newsli:last-child {
   border-bottom: 0;
}
 
.fst-page .fst-newsli-title {
  font-weight: 900;
  margin: 0 0 4px 0;
}
 
/* Link columns */
 
.fst-page .fst-linkcols {
  display: flex;
   flex-wrap: wrap;
   margin: -10px;
}
 
.fst-page .fst-linkcol {
   margin: 10px;
  flex: 1 1 380px;
  min-width: 320px;
}
 
.fst-page .fst-linkitem {
  padding: 10px 0;
  border-bottom: 1px solid #e6eaee;
}
}


.fst-page .fst-newsitem:first-child {
.fst-page .fst-linkitem:last-child {
   margin-top: 0;
   border-bottom: 0;
}
}


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


.fst-page .fst-newsitem-desc {
.fst-page .fst-linkdesc {
   color: #4b535d;
   color: #4b535d;
   font-size: 0.95em;
   font-size: 0.95em;
   line-height: 1.45;
   line-height: 1.55;
}
}


/* Footer */
/* Definition list */
 
.fst-page .fst-dl {
  border-left: 6px solid #e4e8ee;
  padding-left: 12px;
}


.fst-page .fst-footer {
.fst-page .fst-dl dl {
  border-top: 1px solid #e3e7ec;
   margin: 0;
   margin-top: 22px;
  padding-top: 12px;
  color: #4b535d;
}
}


.fst-page .fst-footer .fst-btn a {
.fst-page .fst-dl dt {
   background: #ffffff;
  margin-top: 10px;
   font-weight: 900;
}
}


@media (max-width: 720px) {
.fst-page .fst-dl dt:first-child {
  .fst-page {
  margin-top: 0;
    max-width: 100%;
}
  }


  .fst-page .fst-col {
.fst-page .fst-dl dd {
    min-width: 0;
  margin: 4px 0 0 0;
   }
  color: #4b535d;
   line-height: 1.55;
}


  .fst-page .fst-grid > .fst-tile {
/* Footer */
    min-width: 0;
    flex-basis: 100%;
  }


  .fst-page .fst-world-tiles .fst-world {
.fst-page .fst-footer {
    min-width: 0;
  border-top: 1px solid #e6eaee;
    flex-basis: 100%;
  margin-top: 26px;
   }
   padding-top: 14px;
}


@media (max-width: 720px) {
   .fst-page .fst-topnav-left {
   .fst-page .fst-topnav-left {
     padding-right: 0;
     padding-right: 0;
第543行: 第654行:
   .fst-page .fst-icon {
   .fst-page .fst-icon {
     flex-basis: calc(50% - 12px);
     flex-basis: calc(50% - 12px);
    min-width: 0;
  }
  .fst-page .fst-world {
    min-width: 0;
    flex-basis: 100%;
   }
   }
}
}

2026年2月14日 (六) 15:07的版本

/* TemplateStyles for fstpagetest.wiki
   Keep selectors scoped under .fst-page.
*/

.fst-page {
  margin: 0;
  max-width: none;
}

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

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

.fst-page .fst-mt8 {
  margin-top: 8px;
}

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

.fst-page .fst-section {
  margin: 22px 0 0 0;
}

.fst-page .fst-section-h {
  font-size: 1.25em;
  font-weight: 800;
  margin: 0 0 12px 0;
}

/* Hero */

.fst-page .fst-hero {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: linear-gradient(135deg, #fff6e8 0%, #f8fbff 52%, #ffffff 100%);
}

.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-inner {
  position: relative;
  padding: 18px 18px 16px 18px;
}

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

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

.fst-page .fst-hero-meta {
  margin-top: 12px;
}

.fst-page .fst-chip {
  display: inline-block;
  border: 1px solid #d0d7df;
  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;
  line-height: 1.6;
}

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

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

/* Banner */

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

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

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

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

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

.fst-page .fst-btn a {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #d0d7df;
  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 */

.fst-page .fst-topnav {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

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

.fst-page .fst-topnav-right {
  flex: 1 1 520px;
  min-width: 320px;
}

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

.fst-page .fst-topnav-left .fst-navgroup:nth-of-type(1) {
  border-left-color: #d5b88a;
}

.fst-page .fst-topnav-left .fst-navgroup:nth-of-type(2) {
  border-left-color: #bcd6ee;
}

.fst-page .fst-icon-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -6px;
}

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

.fst-page .fst-icon-box {
  border: 1px solid #e3e7ec;
  border-radius: 12px;
  background: #ffffff;
}

.fst-page .fst-icon-box a {
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 12px 10px;
  font-weight: 900;
  color: #2c333a;
  transition: background 120ms ease;
}

.fst-page .fst-icon-box a:hover {
  background: #f5f9ff;
}

.fst-page .fst-icon-label {
  margin-top: 6px;
  text-align: center;
  color: #4b535d;
  font-size: 0.9em;
}

.fst-page .fst-navlines {
  margin-top: 12px;
  border-left: 6px solid #e4e8ee;
  padding-left: 12px;
}

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

.fst-page .fst-navline:first-child {
  margin-top: 0;
}

.fst-page .fst-navkey {
  font-weight: 900;
  color: #2c333a;
}

/* Worlds */

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

.fst-page .fst-world {
  margin: 8px;
  padding: 12px 12px 12px 14px;
  border-radius: 12px;
  background: #f8fafc;
  border-left: 6px solid #d8dde3;
  flex: 1 1 260px;
  min-width: 260px;
}

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

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

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

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

.fst-page .fst-world-title {
  font-size: 1.1em;
  font-weight: 900;
  margin: 0 0 6px 0;
}

.fst-page .fst-world-icon {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #e3e7ec;
  margin-right: 10px;
  font-weight: 900;
  font-size: 0.92em;
  color: #2c333a;
}

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

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

.fst-page .fst-world-icon-sat {
  background: #f3f7f2;
  border-color: #d6e0d3;
  color: #35543e;
}

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

.fst-page .fst-world-desc {
  color: #4b535d;
  font-size: 0.95em;
  line-height: 1.55;
}

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

.fst-page .fst-world-cta {
  padding-top: 10px;
  border-top: 1px solid #e6eaee;
}

/* Join callout */

.fst-page .fst-callout {
  border-left: 6px solid #d8dde3;
  border-radius: 12px;
  background: #f8fafc;
  padding: 12px 12px 12px 14px;
}

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

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

.fst-page .fst-callout-text {
  color: #4b535d;
  line-height: 1.55;
}

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

/* Split layout */

.fst-page .fst-split {
  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 {
  display: none;
}

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

.fst-page .fst-tabbar a {
  display: inline-block;
  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;
}

.fst-page .fst-tabbar a:hover {
  background: #f5f9ff;
}

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

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

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

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

.fst-page #tab-intermediate:target ~ .fst-panels .fst-panel-beginner,
.fst-page #tab-advanced:target ~ .fst-panels .fst-panel-beginner {
  display: none;
}

.fst-page #tab-intermediate:target ~ .fst-panels .fst-panel-intermediate {
  display: block;
}

.fst-page #tab-advanced:target ~ .fst-panels .fst-panel-advanced {
  display: block;
}

.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;
  border-color: #e3e7ec;
}

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

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

/* Lists */

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

.fst-page .fst-tile-desc {
  color: #4b535d;
  font-size: 0.95em;
  line-height: 1.55;
}

.fst-page .fst-list {
  margin: 8px 0 0 0;
}

.fst-page .fst-list ul {
  margin: 6px 0 0 18px;
}

.fst-page .fst-list li {
  margin: 4px 0;
}

/* Timeline */

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

.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: #2c333a;
}

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

/* News list */

.fst-page .fst-newslist {
  border-left: 6px solid #e4e8ee;
  padding-left: 12px;
}

.fst-page .fst-newsli {
  padding: 10px 0;
  border-bottom: 1px solid #e6eaee;
}

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

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

/* Link columns */

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

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

.fst-page .fst-linkitem {
  padding: 10px 0;
  border-bottom: 1px solid #e6eaee;
}

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

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

.fst-page .fst-linkdesc {
  color: #4b535d;
  font-size: 0.95em;
  line-height: 1.55;
}

/* Definition list */

.fst-page .fst-dl {
  border-left: 6px solid #e4e8ee;
  padding-left: 12px;
}

.fst-page .fst-dl dl {
  margin: 0;
}

.fst-page .fst-dl dt {
  margin-top: 10px;
  font-weight: 900;
}

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

.fst-page .fst-dl dd {
  margin: 4px 0 0 0;
  color: #4b535d;
  line-height: 1.55;
}

/* Footer */

.fst-page .fst-footer {
  border-top: 1px solid #e6eaee;
  margin-top: 26px;
  padding-top: 14px;
}

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

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

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