Xarkanoth (talk | contribs)
No edit summary
Xarkanoth (talk | contribs)
No edit summary
Line 58: Line 58:
}
}


/* ===== Header Search ===== */
/* ===== Linebattle Page ===== */
body.skin-holdfast .hf-header-search,
.hf-linebattle-page .hf-lb-hero {
body.skin-holdfast .hf-sidebar .hf-search {
   background: linear-gradient(135deg, #2F2D2B 0%, #46463E 68%, #886D00 100%);
   position: fixed;
   border: 1px solid #BFB69C;
   top: 40px;
   color: #FFFFFF;
   right: 24px;
   padding: 20px;
   width: 320px;
   margin-bottom: 18px;
  max-width: calc(100vw - 48px);
   margin: 0;
  z-index: 1001;
}
}


body.skin-holdfast .hf-header-search,
.hf-linebattle-page .hf-lb-kicker {
body.skin-holdfast .hf-sidebar .hf-search form,
  color: #E0BA3A;
body.skin-holdfast .hf-sidebar .hf-search .search {
  font-size: 12px;
   display: flex;
  font-weight: 700;
   align-items: stretch;
  letter-spacing: .08em;
   width: 100%;
  margin-bottom: 8px;
   height: 32px;
  text-transform: uppercase;
   margin: 0;
}
 
.hf-linebattle-page .hf-lb-hero-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 8px;
}
 
.hf-linebattle-page .hf-lb-hero-text {
  color: #EEEDEB;
  font-size: 14px;
  line-height: 21px;
  max-width: 760px;
}
 
.hf-linebattle-page .hf-lb-facts,
.hf-linebattle-page .hf-lb-rule-grid,
.hf-linebattle-page .hf-lb-card-grid {
   display: grid;
   gap: 12px;
   margin: 16px 0;
}
 
.hf-linebattle-page .hf-lb-facts {
   grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
 
.hf-linebattle-page .hf-lb-rule-grid,
.hf-linebattle-page .hf-lb-card-grid {
   grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
}


body.skin-holdfast .hf-header-search input[type="search"],
.hf-linebattle-page .hf-lb-fact,
body.skin-holdfast .hf-header-search input[type="text"],
.hf-linebattle-page .hf-lb-rule,
body.skin-holdfast .hf-sidebar .hf-search input[type="search"],
.hf-linebattle-page .hf-lb-role-card,
body.skin-holdfast .hf-sidebar .hf-search input[type="text"] {
.hf-linebattle-page .hf-lb-phase {
   flex: 1;
   background: #F2F0EA;
  min-width: 0;
   border: 1px solid #d5d0c8;
  box-sizing: border-box;
   border-left: 4px solid #BFB69C;
   border: 1px solid #BFB69C;
   border-right: none;
  background: #EEEDEB;
   color: #1E1E1D;
   color: #1E1E1D;
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 12px 14px;
   font-size: 13px;
}
   line-height: 18px;
 
   padding: 6px 10px;
.hf-linebattle-page .hf-lb-fact span {
  color: #886D00;
  display: block;
   font-size: 12px;
   font-weight: 700;
   margin-bottom: 4px;
   text-transform: uppercase;
}
}


body.skin-holdfast .hf-header-search input[type="search"]:focus,
.hf-linebattle-page .hf-lb-phase-list {
body.skin-holdfast .hf-header-search input[type="text"]:focus,
  display: flex;
body.skin-holdfast .hf-sidebar .hf-search input[type="search"]:focus,
  flex-direction: column;
body.skin-holdfast .hf-sidebar .hf-search input[type="text"]:focus {
   gap: 10px;
   outline: 2px solid #C9A227;
   margin-top: 14px;
   outline-offset: 0;
}
}


body.skin-holdfast .hf-header-search button,
.hf-linebattle-page .hf-lb-phase {
body.skin-holdfast .hf-header-search input[type="submit"],
  display: grid;
body.skin-holdfast .hf-sidebar .hf-search input[type="submit"],
  grid-template-columns: 36px 1fr;
body.skin-holdfast .hf-sidebar .hf-search button {
  gap: 12px;
   border: 1px solid #BFB69C;
  align-items: start;
}
 
.hf-linebattle-page .hf-lb-phase-num {
   align-items: center;
   background: #C9A227;
   background: #C9A227;
   color: #1E1E1D;
   color: #1E1E1D;
   cursor: pointer;
   display: flex;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
   font-weight: 700;
   font-weight: 700;
   padding: 0 12px;
   height: 28px;
  justify-content: center;
  width: 28px;
}
}


body.skin-holdfast .hf-header-search button:hover,
.hf-linebattle-page .hf-lb-rule strong,
body.skin-holdfast .hf-header-search input[type="submit"]:hover,
.hf-linebattle-page .hf-lb-role-card h3 {
body.skin-holdfast .hf-sidebar .hf-search input[type="submit"]:hover,
   color: #886D00;
body.skin-holdfast .hf-sidebar .hf-search button:hover {
   background: #E0BA3A;
}
}


@media (max-width: 768px) {
.hf-linebattle-page .hf-lb-role-card h3 {
   body.skin-holdfast .hf-header-search,
  font-size: 16px;
   body.skin-holdfast .hf-sidebar .hf-search {
  line-height: 22px;
    top: 52px;
   margin: 0 0 8px 0;
    right: 16px;
}
    width: min(320px, calc(100vw - 32px));
 
   }
.hf-linebattle-page .hf-lb-note {
   background: #FFF8DC;
  border: 1px solid #C9A227;
  color: #1E1E1D;
  margin-top: 14px;
  padding: 12px 14px;
}
 
.hf-linebattle-page .hf-lb-terms th {
  background: #46463E;
  color: #FFFFFF;
}
 
.hf-linebattle-page .hf-lb-terms td:first-child {
  color: #886D00;
  font-weight: 700;
   width: 140px;
}
}



Revision as of 19:56, 3 July 2026

/* CSS placed here will be applied to all skins */
body.skin-holdfast .hf-upcoming-release-image {
  flex: 0 0 320px;
  max-width: 320px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}

body.skin-holdfast .hf-upcoming-release-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  display: block;
}

.toc,
#toc,
.toctoggle,
.mw-table-of-contents-container {
  display: none !important;
}

.wn-task-table td {
  vertical-align: top;
}

.wn-status {
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: bold;
  display: inline-block;
}

/* Status colors */
.wn-task.wn-status-not-started .wn-status-cell {
  color: #b00020;
  font-weight: bold;
}

.wn-task.wn-status-in-progress .wn-status-cell {
  color: #b26a00;
  font-weight: bold;
}

.wn-task.wn-status-done .wn-status-cell {
  color: #1b7f3a;
  font-weight: bold;
}

.hf-social-card-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

/* ===== Linebattle Page ===== */
.hf-linebattle-page .hf-lb-hero {
  background: linear-gradient(135deg, #2F2D2B 0%, #46463E 68%, #886D00 100%);
  border: 1px solid #BFB69C;
  color: #FFFFFF;
  padding: 20px;
  margin-bottom: 18px;
}

.hf-linebattle-page .hf-lb-kicker {
  color: #E0BA3A;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.hf-linebattle-page .hf-lb-hero-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 8px;
}

.hf-linebattle-page .hf-lb-hero-text {
  color: #EEEDEB;
  font-size: 14px;
  line-height: 21px;
  max-width: 760px;
}

.hf-linebattle-page .hf-lb-facts,
.hf-linebattle-page .hf-lb-rule-grid,
.hf-linebattle-page .hf-lb-card-grid {
  display: grid;
  gap: 12px;
  margin: 16px 0;
}

.hf-linebattle-page .hf-lb-facts {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.hf-linebattle-page .hf-lb-rule-grid,
.hf-linebattle-page .hf-lb-card-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.hf-linebattle-page .hf-lb-fact,
.hf-linebattle-page .hf-lb-rule,
.hf-linebattle-page .hf-lb-role-card,
.hf-linebattle-page .hf-lb-phase {
  background: #F2F0EA;
  border: 1px solid #d5d0c8;
  border-left: 4px solid #BFB69C;
  color: #1E1E1D;
  padding: 12px 14px;
}

.hf-linebattle-page .hf-lb-fact span {
  color: #886D00;
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.hf-linebattle-page .hf-lb-phase-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 14px;
}

.hf-linebattle-page .hf-lb-phase {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  align-items: start;
}

.hf-linebattle-page .hf-lb-phase-num {
  align-items: center;
  background: #C9A227;
  color: #1E1E1D;
  display: flex;
  font-weight: 700;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.hf-linebattle-page .hf-lb-rule strong,
.hf-linebattle-page .hf-lb-role-card h3 {
  color: #886D00;
}

.hf-linebattle-page .hf-lb-role-card h3 {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 8px 0;
}

.hf-linebattle-page .hf-lb-note {
  background: #FFF8DC;
  border: 1px solid #C9A227;
  color: #1E1E1D;
  margin-top: 14px;
  padding: 12px 14px;
}

.hf-linebattle-page .hf-lb-terms th {
  background: #46463E;
  color: #FFFFFF;
}

.hf-linebattle-page .hf-lb-terms td:first-child {
  color: #886D00;
  font-weight: 700;
  width: 140px;
}

/* ===== Server Hosting: Admin, Ban & Mute Files ===== */
.hf-admin-files-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 12px;
  margin: 16px 0;
}

.hf-admin-file-card {
  background: #F2F0EA;
  border: 1px solid #d5d0c8;
  border-left: 4px solid #BFB69C;
  padding: 12px 14px;
}

.hf-admin-file-card-important {
  border-left-color: #C9A227;
}

.hf-admin-file-name {
  color: #886D00;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 4px;
}

.hf-admin-file-desc {
  color: #1E1E1D;
  font-size: 13px;
  line-height: 18px;
}

.hf-admin-file-note {
  background: #FFF8DC;
  border: 1px solid #C9A227;
  border-radius: 4px;
  color: #1E1E1D;
  margin-top: 16px;
  padding: 12px 14px;
}

/* ===== Known Issues & Solutions Page ===== */
body.skin-holdfast[class*="page-Known_Issues"] .hf-content {
  width: auto;
  height: auto;
  margin-top: 40px;
  padding: 40px 0 0 0;
  overflow: visible;
  display: flex;
  justify-content: center;
}

body.skin-holdfast[class*="page-Known_Issues"] .mw-body-content {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
}

body.skin-holdfast[class*="page-Known_Issues"] .mw-parser-output {
  width: 100%;
  display: flex;
  justify-content: center;
}

body.skin-holdfast[class*="page-Known_Issues"] #toc,
body.skin-holdfast[class*="page-Known_Issues"] #firstHeading {
  display: none;
}

/* ===== Server Config Templates Page ===== */
/* Body selectors cover direct article/template views. The wrapper class below
   keeps the code colors working anywhere the template is transcluded. */
body.skin-holdfast[class*="Server_Config_Templates"] .hf-content {
  width: auto;
  height: auto;
  margin-top: 40px;
  padding: 40px 0 0 0;
  overflow: visible;
  display: flex;
  justify-content: center;
}

body.skin-holdfast[class*="Server_Config_Templates"] .mw-body-content,
body.skin-holdfast[class*="Server_Config_Templates"] .mw-parser-output {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
}

body.skin-holdfast[class*="Server_Config_Templates"] #toc,
body.skin-holdfast[class*="Server_Config_Templates"] #firstHeading {
  display: none;
}

/* Collapsible template headings inside Server Config Templates */
.hf-server-config-templates-page .hf-issue-block {
  border: 1px solid #d5d0c8;
  background: #EEEDEB;
  margin: 0.8em 0;
  position: relative;
}

.hf-server-config-templates-page .hf-issue-heading {
  background: #F2F0EA !important;
  color: #886D00 !important;
  border-left: 4px solid #C9A227;
  border-bottom: 1px solid #BFB69C;
  padding: 10px 96px 10px 14px;
  font-weight: 700;
  line-height: 20px;
}

.hf-server-config-templates-page .hf-issue-heading a {
  color: #C9A227 !important;
}

.hf-server-config-templates-page .mw-collapsible-toggle {
  color: #C9A227 !important;
  float: none !important;
  position: absolute !important;
  top: 0;
  right: 14px;
  left: auto !important;
  min-height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 20px;
  margin: 0 !important;
  z-index: 2;
}

.hf-server-config-templates-page .mw-collapsible-content {
  padding: 12px 14px;
}

/* Code blocks inside Server Config Templates */
.hf-server-config-templates-page .hf-relpage-section-body pre,
.hf-server-config-templates-page .hf-relpage-section-body .hf-code,
body.skin-holdfast[class*="Server_Config_Templates"] .hf-relpage-section-body pre,
body.skin-holdfast[class*="Server_Config_Templates"] .hf-relpage-section-body .hf-code {
  background: #1c1a18 !important;
  color: #e5e7eb !important;
  padding: .8em 1em;
  border-radius: .6em;
  overflow: auto;
  line-height: 1.45;
  font-size: .9em;
  border: 1px solid #3d3632;
  margin: 0.8em 0;
}

.hf-server-config-templates-page .hf-relpage-section-body code,
body.skin-holdfast[class*="Server_Config_Templates"] .hf-relpage-section-body code {
  background: #2d2926 !important;
  color: #e2c275 !important;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: .88em;
}