Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:MainPage/styles.css: Difference between revisions

Template page
No edit summary
Rekaris (talk | contribs)
No edit summary
Tag: Manual revert
 
(299 intermediate revisions by 2 users not shown)
Line 1: Line 1:
body {
@font-face {
   background-color: #0e1117;
   font-family: 'AngerStyles';
   font-family: 'Segoe UI', sans-serif;
   src: url('https://wiki.cathedralofblades.com/resources/AngerStyles.woff2') format('woff2'),
   color: white;
      url('https://wiki.cathedralofblades.com/resources/AngerStyles.woff') format('woff');
  font-weight: normal;
   font-style: normal;
}
 
/* Base */
*,
*::before,
*::after {
  box-sizing: border-box;
}
 
body, html {
   margin: 0;
   margin: 0;
   padding: 0;
   padding: 0;
  overflow-x: hidden;
  width: 100%;
}
}


.home-header {
/* Clickable container using data-href */
   text-align: center;
.big-box[data-href],
   padding: 60px 20px 30px;
.small-box[data-href] {
   position: relative;
   cursor: pointer;
}
}


.home-header h1 {
.big-box[data-href]::after,
   font-size: 48px;
.small-box[data-href]::after {
   color: #cceeff;
   content: "";
   margin: 0;
   position: absolute;
   inset: 0;
  z-index: 5;
}
}


.home-header p {
/* Remove MediaWiki navigation and sidebars */
  color: #aaaaaa;
#mw-page-base,
   margin-top: 8px;
#mw-head-base,
#mw-navigation,
#mw-panel,
#mw-sidebar,
#p-navigation,
#p-tb,
.p-views {
   display: none !important;
}
}


.search-bar {
/* Expand content container */
#content, .mw-body, .mw-body-content, #mw-content-text, .mw-main-content {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: none;
}
 
/* Layout container */
.tiles-row {
   display: flex;
   display: flex;
  flex-wrap: wrap;
   justify-content: center;
   justify-content: center;
   margin: 20px auto;
   align-items: flex-start;
  gap: 2rem;
}
}


.search-bar input {
/* BIG BOXES */
   padding: 14px;
.big-box {
   border-radius: 30px;
   width: 250px;
   border: none;
   height: 380px;
   width: 400px;
   position: relative;
   font-size: 16px;
   background-size: cover;
   background-color: #1c2128;
   background-position: center;
   color: #ddd;
   background-repeat: no-repeat;
  border-radius: 12px;
  color: #c9a500;
   box-shadow: 0 0 10px #00000088;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 10px;
  text-align: center;
  overflow: hidden;
  flex-shrink: 0;
}
}


.event-banner {
/* SMALL BOXES */
   margin: 20px auto;
.small-box {
   background: linear-gradient(to right, #1c1e2b, #3a1f4f);
   width: 250px;
   border-radius: 10px;
  height: 80px;
   padding: 16px;
  position: relative;
   background-size: cover;
  background-position: center 30%;
  background-repeat: no-repeat;
   border-radius: 4px;
  color: #c9a500;
   box-shadow: 0 0 10px #00000088;
   display: flex;
   display: flex;
   align-items: center;
  flex-direction: column;
   justify-content: space-between;
  justify-content: flex-end;
   max-width: 1100px;
   align-items: flex-start;
   padding: 10px;
  text-align: left;
  overflow: hidden;
  flex-shrink: 0;
}
 
/* Hover overlay */
.big-box::before,
.small-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  z-index: 1;
   transition: background 0.3s ease;
}
}


.event-banner .text {
.big-box:hover::before,
   flex-grow: 1;
.small-box:hover::before {
   background: rgba(0, 0, 0, 0.4);
}
}


.event-banner button {
.big-box .overlay-title,
   background: #3096e6;
.small-box .overlay-title,
   color: white;
.big-box .overlay-desc,
   border: none;
.small-box .overlay-desc {
   padding: 10px 20px;
   position: relative;
   border-radius: 6px;
   z-index: 2;
   font-weight: bold;
}
   cursor: pointer;
 
.big-box .overlay-title {
   font-size: 24px;
   font-family: 'AngerStyles';
   border-bottom: 2px solid #c9a500;
   padding-bottom: 2px;
   transition: color 0.2s ease, border-color 0.2s ease;
}
}


.tiles {
.big-box:hover .overlay-title {
  max-width: 1100px;
   color: #c9a500;
  margin: 20px auto;
   border-color: #c9a500;
   display: grid;
   grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 12px;
}
}


.tile {
.big-box .overlay-desc {
  background-color: #1c2128;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  color: #eee;
   font-size: 14px;
   font-size: 14px;
   padding: 6px;
   margin-top: 9px;
  color: #e0e0e0;
  text-shadow: 1px 1px 3px black;
  opacity: 0;
  transition: opacity 0.3s ease;
}
}


.tile img {
.big-box:hover .overlay-desc {
   width: 100%;
   opacity: 1;
  height: 80px;
  object-fit: cover;
}
}


.stats {
.small-column {
  max-width: 1100px;
   display: flex;
   display: flex;
   gap: 20px;
   flex-direction: column;
   margin: 30px auto;
   gap: 1rem;
}
}


.featured, .start-editing, .wiki-links {
.small-box .overlay-title {
   background-color: #1c2128;
   font-size: 20px;
   border-radius: 8px;
  font-family: 'AngerStyles';
   padding: 20px;
   border-bottom: 1px solid #c9a500;
   flex: 1;
   padding-bottom: 2px;
   transition: color 0.2s ease, border-color 0.2s ease;
}
}


.featured img {
.small-box .overlay-desc {
  font-size: 13px;
  margin-top: 6px;
  color: #ddd;
  text-shadow: 1px 1px 3px black;
  opacity: 0;
  transition: opacity 0.3s ease;
}
 
.small-box:hover .overlay-desc {
  opacity: 1;
}
 
/* Background classes (clean, no duplicates) */
.bg-button    { background-image: url('https://cathedralofblades.com/wiki/images/e/e0/Menubutton.png'); }
.bg-bhealing  { background-image: url('https://cathedralofblades.com/wiki/images/4/49/Healing.jpg'); }
.bg-bstatus    { background-image: url('https://cathedralofblades.com/wiki/images/7/72/Status.jpg'); }
.bg-bcostume  { background-image: url('https://cathedralofblades.com/wiki/images/5/53/Costume.jpg'); }
.bg-banomaly  { background-image: url('https://cathedralofblades.com/wiki/images/7/72/Event.jpg'); }
.bg-benchant  { background-image: url('https://cathedralofblades.com/wiki/images/7/73/Enchant.jpg'); }
.bg-bcards    { background-image: url('https://cathedralofblades.com/wiki/images/7/70/Cards.jpg'); }
.bg-bcharacters{ background-image: url('https://cathedralofblades.com/wiki/images/4/43/Characters.jpg'); }
.bg-classes    { background-image: url('https://cathedralofblades.com/wiki/images/7/7e/Classes.jpg'); }
.bg-bossrelic  { background-image: url('https://cathedralofblades.com/wiki/images/5/58/Bossrelic.jpg'); }
.bg-combat    { background-image: url('https://cathedralofblades.com/wiki/images/d/d7/Combat.jpg'); }
.bg-elements  { background-image: url('https://cathedralofblades.com/wiki/images/7/7d/Elements.jpg'); }
.bg-stigmata  { background-image: url('https://cathedralofblades.com/wiki/images/b/b3/Stigmata.jpg'); }
.bg-tools      { background-image: url('https://cathedralofblades.com/wiki/images/c/c8/Tool.jpg'); }
.bg-world      { background-image: url('https://cathedralofblades.com/wiki/images/5/5c/Worldmap.jpg'); }
.bg-weapons    { background-image: url('https://cathedralofblades.com/wiki/images/9/9c/Weapons.jpg'); }
.bg-signets    { background-image: url('https://cathedralofblades.com/wiki/images/6/61/Signets.jpg'); }
.bg-quests    { background-image: url('https://cathedralofblades.com/wiki/images/9/98/Damarossa.jpg'); }
.bg-maidens    { background-image: url('https://cathedralofblades.com/wiki/images/6/61/Sorrow.jpg'); }
.bg-dungeons  { background-image: url('https://cathedralofblades.com/wiki/images/d/db/Obscuradungeon.jpg'); }
.bg-rhapsody  { background-image: url('https://cathedralofblades.com/wiki/images/4/4a/Rhapsody.jpg'); }
.bg-railways  { background-image: url('https://cathedralofblades.com/wiki/images/1/12/Railways.jpg'); }
.bg-abyss      { background-image: url('https://cathedralofblades.com/wiki/images/c/c0/Abyss.jpg'); }
.bg-bobscura  { background-image: url('https://cathedralofblades.com/wiki/images/a/a1/Obsdungeon.jpg'); }
.bg-bpatch    { background-image: url('https://cathedralofblades.com/wiki/images/f/f5/Patch.jpg'); }
.bg-bprogress  { background-image: url('https://cathedralofblades.com/wiki/images/f/f4/Progression.jpg'); }
.bg-bpvpinfo  { background-image: url('https://cathedralofblades.com/wiki/images/5/52/Pvpinfo.jpg'); }
.bg-bunique    { background-image: url('https://cathedralofblades.com/wiki/images/4/4c/Unique.jpg'); }
.bg-bveteran  { background-image: url('https://cathedralofblades.com/wiki/images/6/62/Veteran.jpg'); }
.bg-bexplore  { background-image: url('https://cathedralofblades.com/wiki/images/8/8f/Exploration.jpg'); }
.bg-bchallenges{ background-image: url('https://cathedralofblades.com/wiki/images/1/19/Challenges.jpg'); }
.bg-bserver    { background-image: url('https://cathedralofblades.com/wiki/images/f/ff/Serverprogress.jpg'); }
.bg-bmenu      { background-image: url('https://cathedralofblades.com/wiki/images/5/59/Menuinterface.jpg'); }
 
/* Divider */
.divider-ornamental {
  margin: 1px;
}
.divider-ornamental .symbol {
  font-size: 28px;
  text-shadow: 1px 1px 3px black;
}
.divider-line-only {
  height: 2px;
   width: 100%;
   width: 100%;
   border-radius: 4px;
  background: linear-gradient(to right, #c9a500, #886b00, #c9a500);
   margin-bottom: 10px;
   border-radius: 1px;
}
 
/* Theme-aware adjustments */
body.skin-citizen[data-theme='light'] .divider-ornamental,
body.skin-citizen[data-theme='dark'] .divider-ornamental,
body.skin-citizen:not([data-theme]) .divider-ornamental {
  color: inherit;
  background: none;
}
 
/* Responsive adjustments */
@media screen and (max-width: 768px) {
  .tiles-row {
    flex-direction: column;
    align-items: center;
  }
  .small-column {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }
  .small-box,
  .big-box {
    width: 90%;
    max-width: 400px;
    height: auto;
  }
}
 
@media screen and (max-width: 600px) {
  .responsive-img,
  img[alt="season.jpg"],
  img[alt="extlinks.jpg"] {
    width: 25% !important;
    height: auto !important;
  }
}
 
/* Elegant standalone title (no box) */
.luna-title {
  font-family:'AngerStyles', serif;
  font-size:46px;
  line-height:1.1;
  color:#e0e0e0;
  text-align:center;
   margin:28px 0 28px;
  position:relative;
  text-shadow:0 0 10px #000000cc;
}
}


.featured span {
/* Gold gradient underline with glow */
   background: #3074a5;
.luna-title::after {
   color: white;
   content:"";
   padding: 2px 6px;
  position:absolute;
   font-size: 12px;
   left:0; right:0; bottom:-10px;
   border-radius: 4px;
   height:2px;
   background:linear-gradient(90deg,rgba(0,0,0,0) 0%, #c9a500 12%, #ffd666 50%, #c9a500 88%, rgba(0,0,0,0) 100%);
   box-shadow:0 0 10px #c9a50055;
}
}


.start-editing h3, .wiki-links h3 {
/* Small central diamond ornament on the underline */
   margin-top: 0;
.luna-title::before {
   color: #00baff;
  content:"";
  position:absolute;
  left:50%; transform:translateX(-50%) rotate(45deg);
  bottom:-14px;
  width:10px; height:10px;
  background:#ffd666;
   box-shadow:0 0 8px #c9a500aa, inset 0 0 2px #c9a500;
   border-radius:2px;
}
}


.wiki-links ul {
/* Buttons styled like ornaments under the title */
   list-style: none;
.luna-buttons {
   display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 5px;
  background: none;
  border: none;
   padding: 0;
   padding: 0;
}
}


.wiki-links li {
.luna-button {
   padding: 4px 0;
  display: inline-block;
   color: #aaa;
  position: relative;
  font-family:'AngerStyles', serif;
  font-size:20px;
  width: 250px;
   padding:5px 5px;
  color:#f5f5f5;
  background:rgba(40,40,40,0.75);
  border:1px solid #c9a500;
  border-radius:6px;
   text-align: center;
  text-decoration:none;
  transition:all 0.25s ease;
  text-shadow:0 0 6px #000;
}
}


.tile-image-overlay {
.luna-button:hover {
  background:rgba(40,40,40,0.95);
  color:#ffd666;
  box-shadow:0 0 8px #c9a500aa, inset 0 0 4px #000;
}
 
/* Light blue variant button */
.luna-buttonx {
  display: inline-block;
   position: relative;
   position: relative;
  font-family:'AngerStyles', serif;
  font-size:20px;
  width: 200px;
  padding:5px 5px;
  color:#e0f7ff;
  background:rgba(40,40,40,0.75);
  border:1px solid #66ccff;
  border-radius:6px;
   text-align: center;
   text-align: center;
  text-decoration:none;
  transition:all 0.25s ease;
  text-shadow:0 0 6px #000;
}
.luna-buttonx:hover {
  background:rgba(30,50,70,0.9);
  color:#aee9ff;
  box-shadow:0 0 8px #66ccffaa, inset 0 0 4px #000;
}
/* subtle underline accent on hover */
.luna-button::after,
.luna-buttonx::after {
  content:"";
  position:absolute;
  left:10%; right:10%;
  bottom:6px;
  height:1px;
  background:linear-gradient(90deg,transparent 0%,#ffd666 50%,transparent 100%);
  opacity:0;
  transition:opacity 0.3s ease;
}
.luna-button:hover::after,
.luna-buttonx:hover::after {
  opacity:1;
}
/* External link icon override */
a.external .luna-button::after,
a.external .luna-buttonx::after {
  content: none !important;
}
a.external .luna-button,
a.external .luna-buttonx {
  background: transparent !important;
  padding-right: inherit !important;
}
/* Discord button (light purple) */
.luna-button-discord {
   display: inline-block;
   display: inline-block;
  position: relative;
  font-family:'AngerStyles', serif;
  font-size:20px;
  width: 200px;
  padding:5px 5px;
  color:#f5e6ff;
  background:rgba(40,40,40,0.75);
  border:1px solid #a066ff;
  border-radius:6px;
  text-align:center;
  text-decoration:none;
  transition:all 0.25s ease;
  text-shadow:0 0 6px #000;
}
.luna-button-discord:hover {
  background:rgba(40,30,60,0.9);
  color:#d6b8ff;
  box-shadow:0 0 8px #a066ffaa, inset 0 0 4px #000;
}
.luna-button-discord::after {
  content:"";
  position:absolute;
  left:10%; right:10%;
  bottom:6px;
  height:1px;
  background:linear-gradient(90deg,transparent 0%,#a066ff 50%,transparent 100%);
  opacity:0;
  transition:opacity 0.3s ease;
}
.luna-button-discord:hover::after { opacity:1; }
/* YouTube button (red) */
.luna-button-youtube {
  display: inline-block;
  position: relative;
  font-family:'AngerStyles', serif;
  font-size:20px;
  width: 200px;
  padding:5px 5px;
  color:#ffe6e6;
  background:rgba(40,40,40,0.75);
  border:1px solid #cc3333;
  border-radius:6px;
  text-align:center;
  text-decoration:none;
  transition:all 0.25s ease;
  text-shadow:0 0 6px #000;
}
.luna-button-youtube:hover {
  background:rgba(60,20,20,0.9);
  color:#ffaaaa;
  box-shadow:0 0 8px #cc3333aa, inset 0 0 4px #000;
}
.luna-button-youtube::after {
  content:"";
  position:absolute;
  left:10%; right:10%;
  bottom:6px;
  height:1px;
  background:linear-gradient(90deg,transparent 0%,#cc3333 50%,transparent 100%);
  opacity:0;
  transition:opacity 0.3s ease;
}
}
.luna-button-youtube:hover::after { opacity:1; }


.tile-image-overlay .overlay-text {
/* Patreon button (green) */
   position: absolute;
.luna-button-patreon {
   top: 8px;
  display: inline-block;
   left: 0;
  position: relative;
   right: 0;
  font-family:'AngerStyles', serif;
   color: white;
  font-size:20px;
   font-weight: bold;
  width: 200px;
   text-shadow: 1px 1px 3px black;
  padding:5px 5px;
   z-index: 2;
  color:#e6ffe6;
   pointer-events: none;
  background:rgba(40,40,40,0.75);
   transition: color 0.2s ease;
  border:1px solid #33aa55;
  border-radius:6px;
  text-align:center;
   text-decoration:none;
   transition:all 0.25s ease;
   text-shadow:0 0 6px #000;
}
.luna-button-patreon:hover {
   background:rgba(20,50,30,0.9);
   color:#aaffcc;
   box-shadow:0 0 8px #33aa55aa, inset 0 0 4px #000;
}
.luna-button-patreon::after {
  content:"";
  position:absolute;
  left:10%; right:10%;
   bottom:6px;
  height:1px;
   background:linear-gradient(90deg,transparent 0%,#33aa55 50%,transparent 100%);
  opacity:0;
   transition:opacity 0.3s ease;
}
.luna-button-patreon:hover::after { opacity:1; }
/* Remove arrows only inside the custom button bar */
.luna-buttons a.external {
  background: none !important;
   padding-right: 0 !important;
}
.luna-buttons a.external::after {
  content: none !important;
}
}


.tile-image-overlay:hover .overlay-text {
 
   color: #c9a500;
.luna-buttons {
   text-shadow: 1px 1px 3px black;
   overflow-x: auto;
   justify-content: start;
}
}

Latest revision as of 10:16, 5 November 2025

@font-face {
  font-family: 'AngerStyles';
  src: url('https://wiki.cathedralofblades.com/resources/AngerStyles.woff2') format('woff2'),
       url('https://wiki.cathedralofblades.com/resources/AngerStyles.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* Base */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
}

/* Clickable container using data-href */
.big-box[data-href],
.small-box[data-href] {
  position: relative;
  cursor: pointer;
}

.big-box[data-href]::after,
.small-box[data-href]::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
}

/* Remove MediaWiki navigation and sidebars */
#mw-page-base,
#mw-head-base,
#mw-navigation,
#mw-panel,
#mw-sidebar,
#p-navigation,
#p-tb,
.p-views {
  display: none !important;
}

/* Expand content container */
#content, .mw-body, .mw-body-content, #mw-content-text, .mw-main-content {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: none;
}

/* Layout container */
.tiles-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
}

/* BIG BOXES */
.big-box {
  width: 250px;
  height: 380px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 12px;
  color: #c9a500;
  box-shadow: 0 0 10px #00000088;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 10px;
  text-align: center;
  overflow: hidden;
  flex-shrink: 0;
}

/* SMALL BOXES */
.small-box {
  width: 250px;
  height: 80px;
  position: relative;
  background-size: cover;
  background-position: center 30%;
  background-repeat: no-repeat;
  border-radius: 4px;
  color: #c9a500;
  box-shadow: 0 0 10px #00000088;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 10px;
  text-align: left;
  overflow: hidden;
  flex-shrink: 0;
}

/* Hover overlay */
.big-box::before,
.small-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  z-index: 1;
  transition: background 0.3s ease;
}

.big-box:hover::before,
.small-box:hover::before {
  background: rgba(0, 0, 0, 0.4);
}

.big-box .overlay-title,
.small-box .overlay-title,
.big-box .overlay-desc,
.small-box .overlay-desc {
  position: relative;
  z-index: 2;
}

.big-box .overlay-title {
  font-size: 24px;
  font-family: 'AngerStyles';
  border-bottom: 2px solid #c9a500;
  padding-bottom: 2px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.big-box:hover .overlay-title {
  color: #c9a500;
  border-color: #c9a500;
}

.big-box .overlay-desc {
  font-size: 14px;
  margin-top: 9px;
  color: #e0e0e0;
  text-shadow: 1px 1px 3px black;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.big-box:hover .overlay-desc {
  opacity: 1;
}

.small-column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.small-box .overlay-title {
  font-size: 20px;
  font-family: 'AngerStyles';
  border-bottom: 1px solid #c9a500;
  padding-bottom: 2px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.small-box .overlay-desc {
  font-size: 13px;
  margin-top: 6px;
  color: #ddd;
  text-shadow: 1px 1px 3px black;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.small-box:hover .overlay-desc {
  opacity: 1;
}

/* Background classes (clean, no duplicates) */
.bg-button     { background-image: url('https://cathedralofblades.com/wiki/images/e/e0/Menubutton.png'); }
.bg-bhealing   { background-image: url('https://cathedralofblades.com/wiki/images/4/49/Healing.jpg'); }
.bg-bstatus    { background-image: url('https://cathedralofblades.com/wiki/images/7/72/Status.jpg'); }
.bg-bcostume   { background-image: url('https://cathedralofblades.com/wiki/images/5/53/Costume.jpg'); }
.bg-banomaly   { background-image: url('https://cathedralofblades.com/wiki/images/7/72/Event.jpg'); }
.bg-benchant   { background-image: url('https://cathedralofblades.com/wiki/images/7/73/Enchant.jpg'); }
.bg-bcards     { background-image: url('https://cathedralofblades.com/wiki/images/7/70/Cards.jpg'); }
.bg-bcharacters{ background-image: url('https://cathedralofblades.com/wiki/images/4/43/Characters.jpg'); }
.bg-classes    { background-image: url('https://cathedralofblades.com/wiki/images/7/7e/Classes.jpg'); }
.bg-bossrelic  { background-image: url('https://cathedralofblades.com/wiki/images/5/58/Bossrelic.jpg'); }
.bg-combat     { background-image: url('https://cathedralofblades.com/wiki/images/d/d7/Combat.jpg'); }
.bg-elements   { background-image: url('https://cathedralofblades.com/wiki/images/7/7d/Elements.jpg'); }
.bg-stigmata   { background-image: url('https://cathedralofblades.com/wiki/images/b/b3/Stigmata.jpg'); }
.bg-tools      { background-image: url('https://cathedralofblades.com/wiki/images/c/c8/Tool.jpg'); }
.bg-world      { background-image: url('https://cathedralofblades.com/wiki/images/5/5c/Worldmap.jpg'); }
.bg-weapons    { background-image: url('https://cathedralofblades.com/wiki/images/9/9c/Weapons.jpg'); }
.bg-signets    { background-image: url('https://cathedralofblades.com/wiki/images/6/61/Signets.jpg'); }
.bg-quests     { background-image: url('https://cathedralofblades.com/wiki/images/9/98/Damarossa.jpg'); }
.bg-maidens    { background-image: url('https://cathedralofblades.com/wiki/images/6/61/Sorrow.jpg'); }
.bg-dungeons   { background-image: url('https://cathedralofblades.com/wiki/images/d/db/Obscuradungeon.jpg'); }
.bg-rhapsody   { background-image: url('https://cathedralofblades.com/wiki/images/4/4a/Rhapsody.jpg'); }
.bg-railways   { background-image: url('https://cathedralofblades.com/wiki/images/1/12/Railways.jpg'); }
.bg-abyss      { background-image: url('https://cathedralofblades.com/wiki/images/c/c0/Abyss.jpg'); }
.bg-bobscura   { background-image: url('https://cathedralofblades.com/wiki/images/a/a1/Obsdungeon.jpg'); }
.bg-bpatch     { background-image: url('https://cathedralofblades.com/wiki/images/f/f5/Patch.jpg'); }
.bg-bprogress  { background-image: url('https://cathedralofblades.com/wiki/images/f/f4/Progression.jpg'); }
.bg-bpvpinfo   { background-image: url('https://cathedralofblades.com/wiki/images/5/52/Pvpinfo.jpg'); }
.bg-bunique    { background-image: url('https://cathedralofblades.com/wiki/images/4/4c/Unique.jpg'); }
.bg-bveteran   { background-image: url('https://cathedralofblades.com/wiki/images/6/62/Veteran.jpg'); }
.bg-bexplore   { background-image: url('https://cathedralofblades.com/wiki/images/8/8f/Exploration.jpg'); }
.bg-bchallenges{ background-image: url('https://cathedralofblades.com/wiki/images/1/19/Challenges.jpg'); }
.bg-bserver    { background-image: url('https://cathedralofblades.com/wiki/images/f/ff/Serverprogress.jpg'); }
.bg-bmenu      { background-image: url('https://cathedralofblades.com/wiki/images/5/59/Menuinterface.jpg'); }

/* Divider */
.divider-ornamental {
  margin: 1px;
}
.divider-ornamental .symbol {
  font-size: 28px;
  text-shadow: 1px 1px 3px black;
}
.divider-line-only {
  height: 2px;
  width: 100%;
  background: linear-gradient(to right, #c9a500, #886b00, #c9a500);
  border-radius: 1px;
}

/* Theme-aware adjustments */
body.skin-citizen[data-theme='light'] .divider-ornamental,
body.skin-citizen[data-theme='dark'] .divider-ornamental,
body.skin-citizen:not([data-theme]) .divider-ornamental {
  color: inherit;
  background: none;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
  .tiles-row {
    flex-direction: column;
    align-items: center;
  }
  .small-column {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }
  .small-box,
  .big-box {
    width: 90%;
    max-width: 400px;
    height: auto;
  }
}

@media screen and (max-width: 600px) {
  .responsive-img,
  img[alt="season.jpg"],
  img[alt="extlinks.jpg"] {
    width: 25% !important;
    height: auto !important;
  }
}

/* Elegant standalone title (no box) */
.luna-title {
  font-family:'AngerStyles', serif;
  font-size:46px;
  line-height:1.1;
  color:#e0e0e0;
  text-align:center;
  margin:28px 0 28px;
  position:relative;
  text-shadow:0 0 10px #000000cc;
}

/* Gold gradient underline with glow */
.luna-title::after {
  content:"";
  position:absolute;
  left:0; right:0; bottom:-10px;
  height:2px;
  background:linear-gradient(90deg,rgba(0,0,0,0) 0%, #c9a500 12%, #ffd666 50%, #c9a500 88%, rgba(0,0,0,0) 100%);
  box-shadow:0 0 10px #c9a50055;
}

/* Small central diamond ornament on the underline */
.luna-title::before {
  content:"";
  position:absolute;
  left:50%; transform:translateX(-50%) rotate(45deg);
  bottom:-14px;
  width:10px; height:10px;
  background:#ffd666;
  box-shadow:0 0 8px #c9a500aa, inset 0 0 2px #c9a500;
  border-radius:2px;
}

/* Buttons styled like ornaments under the title */
.luna-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 5px;
  background: none;
  border: none;
  padding: 0;
}

.luna-button {
  display: inline-block;
  position: relative;
  font-family:'AngerStyles', serif;
  font-size:20px;
  width: 250px;
  padding:5px 5px;
  color:#f5f5f5;
  background:rgba(40,40,40,0.75);
  border:1px solid #c9a500;
  border-radius:6px;
  text-align: center;
  text-decoration:none;
  transition:all 0.25s ease;
  text-shadow:0 0 6px #000;
}

.luna-button:hover {
  background:rgba(40,40,40,0.95);
  color:#ffd666;
  box-shadow:0 0 8px #c9a500aa, inset 0 0 4px #000;
}

/* Light blue variant button */
.luna-buttonx {
  display: inline-block;
  position: relative;
  font-family:'AngerStyles', serif;
  font-size:20px;
  width: 200px;
  padding:5px 5px;
  color:#e0f7ff;
  background:rgba(40,40,40,0.75);
  border:1px solid #66ccff;
  border-radius:6px;
  text-align: center;
  text-decoration:none;
  transition:all 0.25s ease;
  text-shadow:0 0 6px #000;
}

.luna-buttonx:hover {
  background:rgba(30,50,70,0.9);
  color:#aee9ff;
  box-shadow:0 0 8px #66ccffaa, inset 0 0 4px #000;
}

/* subtle underline accent on hover */
.luna-button::after,
.luna-buttonx::after {
  content:"";
  position:absolute;
  left:10%; right:10%;
  bottom:6px;
  height:1px;
  background:linear-gradient(90deg,transparent 0%,#ffd666 50%,transparent 100%);
  opacity:0;
  transition:opacity 0.3s ease;
}
.luna-button:hover::after,
.luna-buttonx:hover::after {
  opacity:1;
}

/* External link icon override */
a.external .luna-button::after,
a.external .luna-buttonx::after {
  content: none !important;
}
a.external .luna-button,
a.external .luna-buttonx {
  background: transparent !important;
  padding-right: inherit !important;
}

/* Discord button (light purple) */
.luna-button-discord {
  display: inline-block;
  position: relative;
  font-family:'AngerStyles', serif;
  font-size:20px;
  width: 200px;
  padding:5px 5px;
  color:#f5e6ff;
  background:rgba(40,40,40,0.75);
  border:1px solid #a066ff;
  border-radius:6px;
  text-align:center;
  text-decoration:none;
  transition:all 0.25s ease;
  text-shadow:0 0 6px #000;
}
.luna-button-discord:hover {
  background:rgba(40,30,60,0.9);
  color:#d6b8ff;
  box-shadow:0 0 8px #a066ffaa, inset 0 0 4px #000;
}
.luna-button-discord::after {
  content:"";
  position:absolute;
  left:10%; right:10%;
  bottom:6px;
  height:1px;
  background:linear-gradient(90deg,transparent 0%,#a066ff 50%,transparent 100%);
  opacity:0;
  transition:opacity 0.3s ease;
}
.luna-button-discord:hover::after { opacity:1; }

/* YouTube button (red) */
.luna-button-youtube {
  display: inline-block;
  position: relative;
  font-family:'AngerStyles', serif;
  font-size:20px;
  width: 200px;
  padding:5px 5px;
  color:#ffe6e6;
  background:rgba(40,40,40,0.75);
  border:1px solid #cc3333;
  border-radius:6px;
  text-align:center;
  text-decoration:none;
  transition:all 0.25s ease;
  text-shadow:0 0 6px #000;
}
.luna-button-youtube:hover {
  background:rgba(60,20,20,0.9);
  color:#ffaaaa;
  box-shadow:0 0 8px #cc3333aa, inset 0 0 4px #000;
}
.luna-button-youtube::after {
  content:"";
  position:absolute;
  left:10%; right:10%;
  bottom:6px;
  height:1px;
  background:linear-gradient(90deg,transparent 0%,#cc3333 50%,transparent 100%);
  opacity:0;
  transition:opacity 0.3s ease;
}
.luna-button-youtube:hover::after { opacity:1; }

/* Patreon button (green) */
.luna-button-patreon {
  display: inline-block;
  position: relative;
  font-family:'AngerStyles', serif;
  font-size:20px;
  width: 200px;
  padding:5px 5px;
  color:#e6ffe6;
  background:rgba(40,40,40,0.75);
  border:1px solid #33aa55;
  border-radius:6px;
  text-align:center;
  text-decoration:none;
  transition:all 0.25s ease;
  text-shadow:0 0 6px #000;
}
.luna-button-patreon:hover {
  background:rgba(20,50,30,0.9);
  color:#aaffcc;
  box-shadow:0 0 8px #33aa55aa, inset 0 0 4px #000;
}
.luna-button-patreon::after {
  content:"";
  position:absolute;
  left:10%; right:10%;
  bottom:6px;
  height:1px;
  background:linear-gradient(90deg,transparent 0%,#33aa55 50%,transparent 100%);
  opacity:0;
  transition:opacity 0.3s ease;
}
.luna-button-patreon:hover::after { opacity:1; }
/* Remove arrows only inside the custom button bar */
.luna-buttons a.external {
  background: none !important;
  padding-right: 0 !important;
}
.luna-buttons a.external::after {
  content: none !important;
}


.luna-buttons {
  overflow-x: auto;
  justify-content: start;
}