Actions

MediaWiki

Pivot.css: Difference between revisions

From Dune Awakening DB

mNo edit summary
mNo edit summary
Tag: Reverted
Line 1: Line 1:
/* DUNE MMO GAME UI - Updated Pivot Skin
  Key changes:
  1) Shifted color palette to match game's deeper blue/purple tones
  2) Added more angular UI elements and diagonal borders
  3) Enhanced typography for a more futuristic look
  4) Improved navigation to match game's tabbed interface
  5) Added geometric patterns and design elements
*/
/**********************************************************/
/**********************************************************/
/* Dune-Themed Pivot Skin (Cleaned & Updated)            */
/* 1) RESET MARGINS & ENSURE BODY CAN GROW AS TALL AS NEEDED */
/**********************************************************/
/**********************************************************/
/* 1) RESET MARGINS & ENSURE BODY CAN GROW AS TALL AS NEEDED */
html, body {
html, body {
   margin: 0;
   margin: 0;
   padding: 0;
   padding: 0;
  height: auto;
   min-height: 100%;
   min-height: 100%;
  height: auto;
}
}


/* 2) BODY GRADIENT - Dark Navy to Slightly Lighter Navy */
/********************************************/
/* 2) BODY GRADIENT (UPDATED COLORS)        */
/********************************************/
body.skin-pivot {
body.skin-pivot {
   background-color: #0F1419; /* Fallback */
   background-color: #0F111A; /* Darker base color */
  /* Updated gradient to match game's deeper purple/blue tones */
   background: linear-gradient(
   background: linear-gradient(
     to bottom,
     to bottom,
     #0F1419 0%,
     #0F111A 0%,
     #0F1419 70%,
     #131A2C 75%,
     #1A232F 100%
     #261C31 100%
   ) no-repeat center top;
   ) no-repeat center top;
   background-size: 100% 100%;
   background-size: 100% 100%;
   background-attachment: scroll;
   background-attachment: fixed;
   color: #E0E0E0; /* General text color */
   color: #E0D0AF;
   font-family: "Orbitron", sans-serif;
   font-family: "Orbitron", sans-serif;
}
}


/* 3) FORCE MAJOR WRAPPERS TO BE TRANSPARENT */
/************************************************/
/* 3) FORCE MAJOR WRAPPERS TO BE TRANSPARENT   */
/************************************************/
.skin-pivot .off-canvas-wrap,
.skin-pivot .off-canvas-wrap,
.skin-pivot .docs-wrap,
.skin-pivot .docs-wrap,
Line 42: Line 54:
}
}


/* 4) FOOTER, CATLINKS, PRINTFOOTER: ALSO TRANSPARENT */
/***********************************************************/
/* 4) FOOTER, CATLINKS, PRINTFOOTER: ALSO TRANSPARENT     */
/***********************************************************/
.skin-pivot footer,
.skin-pivot footer,
.skin-pivot .footer,
.skin-pivot .footer,
Line 55: Line 69:
   background: transparent !important;
   background: transparent !important;
   border: none !important;
   border: none !important;
   color: #E0E0E0 !important;
   color: #E0D0AF !important;
}
}


/* 5) MAIN CONTENT OVERLAY BOX */
/************************************************************/
/* 5) MAIN CONTENT OVERLAY BOX (Updated colors and angles)  */
/************************************************************/
.skin-pivot #content,
.skin-pivot #content,
.skin-pivot .mw-body,
.skin-pivot .mw-body,
.skin-pivot .mw-content-ltr,
.skin-pivot .mw-content-ltr,
.skin-pivot .mw-content-rtl {
.skin-pivot .mw-content-rtl {
   background: rgba(15, 20, 25, 0.85); /* Slight bluish-black tint */
  background-color: #131A2C; /* Updated base color */
   background: rgba(19, 26, 44, 0.85);
   padding: 15px;
   padding: 15px;
   border-radius: 10px;
   /* Updated to more angular shape with clip-path */
   box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 10px),
    calc(100% - 10px) 100%,
    0 100%
  );
   box-shadow: 0 0 15px rgba(255, 215, 82, 0.2);
  margin-bottom: 15px;
   margin: 0;
   margin: 0;
  position: relative;
  border: 1px solid rgba(255, 215, 82, 0.3);
}
}


/**********************************************************/
/* Add diagonal line accent to content boxes */
/* NAVIGATION & HEADINGS                                  */
.skin-pivot #content::after {
/**********************************************************/
   content: '';
 
   position: absolute;
/* Navbars */
   top: 0;
.skin-pivot .navbar,
   right: 0;
.skin-pivot .navbar-default,
   width: 50px;
.skin-pivot .navbar-inverse {
   height: 50px;
   background: rgba(15, 20, 25, 0.9) !important;
  background: linear-gradient(135deg, transparent 70%, rgba(255, 215, 82, 0.3) 70%);
   border: none !important;
   z-index: 1;
   color: #E0E0E0 !important;
}
.skin-pivot .navbar-nav > li > a,
.skin-pivot .dropdown-menu > li > a {
   color: #C47F3A !important; /* Bronze accent */
   font-weight: bold !important;
   text-decoration: none;
}
.skin-pivot .navbar-nav > li > a:hover,
.skin-pivot .dropdown-menu > li > a:hover {
  color: #E28D4F !important; /* Lighter bronze/orange */
   text-decoration: underline;
}
}


/* Sidebar & Panels */
/***********************************************************/
.skin-pivot #nav,
/* 6) GAME-STYLE TOP NAVIGATION (New)                      */
.skin-pivot #nav-wrapper,
/***********************************************************/
.skin-pivot .nav-content,
.skin-pivot .game-nav {
.skin-pivot .list-group,
  display: flex;
.skin-pivot .list-group-item {
  justify-content: center;
   background: rgba(15, 20, 25, 0.9);
   background-color: rgba(19, 26, 44, 0.9);
   border: none;
   border-bottom: 1px solid rgba(255, 215, 82, 0.3);
   color: #E0E0E0;
   padding: 0;
}
   margin-bottom: 15px;
.skin-pivot .list-group-item:hover {
   background-color: rgba(15, 20, 25, 1);
}
}


/* Sidebar / Panel Headings */
.skin-pivot .game-nav-tab {
.skin-pivot #nav h3,
   padding: 10px 20px;
.skin-pivot #nav-wrapper h3,
   color: #E0D0AF;
.skin-pivot .panel-heading,
.skin-pivot .nav-content h3 {
   background-color: transparent;
  border: none;
   color: #E2D3AE; /* Sand-silver for headings */
  margin: 10px 0 5px;
  font-weight: bold;
   text-transform: uppercase;
   text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 1px;
  position: relative;
  cursor: pointer;
  transition: all 0.2s;
}
}


/* Headings in main content */
.skin-pivot .game-nav-tab.active {
.skin-pivot h1,
   background-color: rgba(255, 215, 82, 0.15);
.skin-pivot h2,
   color: #FFD752;
.skin-pivot h3,
   border-bottom: 2px solid #FFD752;
.skin-pivot h4,
.skin-pivot h5,
.skin-pivot h6 {
   color: #E2D3AE;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.5em;
   border-bottom: none;
   text-transform: none;
  padding-bottom: 5px;
}
}
/* Only H1 & H3 with an underline */
 
.skin-pivot h1,
.skin-pivot .game-nav-tab:hover {
.skin-pivot h3 {
   background-color: rgba(255, 215, 82, 0.1);
   border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  color: #FFD752;
}
}


/* Links site-wide */
/* Add diagonal corners to tabs */
.skin-pivot a {
.skin-pivot .game-nav-tab::before,
  color: #C47F3A;
.skin-pivot .game-nav-tab::after {
   text-decoration: none;
   content: '';
   font-weight: bold;
   position: absolute;
}
   width: 8px;
.skin-pivot a:hover {
   height: 8px;
   color: #E28D4F;
   text-decoration: underline;
}
}


/* Redlinks */
.skin-pivot .game-nav-tab::before {
.skin-pivot a.new,
   top: 0;
.skin-pivot a.new:visited {
   left: 0;
   color: #BA0000 !important;
  border-top: 1px solid rgba(255, 215, 82, 0.5);
   text-decoration: underline;
   border-left: 1px solid rgba(255, 215, 82, 0.5);
}
.skin-pivot a.new:hover {
   color: #DD0000 !important;
}
}


/**********************************************************/
.skin-pivot .game-nav-tab::after {
/* PIVOT NAV OVERRIDES                                    */
   bottom: 0;
/**********************************************************/
   right: 0;
.skin-pivot nav.tab-bar.hide-for-print {
   border-bottom: 1px solid rgba(255, 215, 82, 0.5);
   background: rgba(15, 20, 25, 0.9);
   border-right: 1px solid rgba(255, 215, 82, 0.5);
  border: none;
   color: #E0E0E0;
  padding: 0.5em;
}
.skin-pivot nav.tab-bar.hide-for-print a {
  color: #C47F3A;
   font-weight: bold;
}
.skin-pivot nav.tab-bar.hide-for-print a:hover {
  color: #E28D4F;
   text-decoration: underline;
}
/* Title link in the middle nav area */
.skin-pivot nav.tab-bar.hide-for-print .title a {
  color: #E2D3AE;
  font-size: 1.2em;
  text-transform: uppercase;
}
}


/* Left/middle/right nav sections */
/***********************************************************/
.skin-pivot #left-nav-aside,
/* 7) UPDATED PANEL STYLING (More angular, game-like)      */
.skin-pivot #middle-nav,
/***********************************************************/
.skin-pivot #right-nav-aside {
.skin-pivot .game-panel {
   background-color: transparent;
  background: linear-gradient(to bottom, #161D2E, #131A2C);
   color: #E0E0E0;
  /* Make panels more angular with clip-path */
  clip-path: polygon(
    0 0,
    calc(100% - 10px) 0,
    100% 10px,
    100% 100%,
    0 100%
  );
  border: 1px solid rgba(255, 215, 82, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 215, 82, 0.1) inset;
  margin-bottom: 10px;
   position: relative;
   overflow: hidden;
}
}


/* Logo element */
.skin-pivot .game-panel::before {
.skin-pivot li.name.logo img {
   content: '';
   max-width: 100%;
  position: absolute;
   height: auto;
  top: 0;
   display: inline-block;
  left: 0;
   vertical-align: middle;
   right: 0;
   height: 1px;
   background: linear-gradient(to right, transparent, rgba(255, 215, 82, 0.3), transparent);
}
}


/* Search bar */
/* Add diagonal accent to panels */
.skin-pivot li.has-form input[type="search"] {
.skin-pivot .game-panel::after {
   background: rgba(30, 40, 50, 0.8);
   content: '';
   color: #E0E0E0;
   position: absolute;
   border: 1px solid #C47F3A;
   top: 0;
   padding: 0.5em;
   right: 0;
   width: 100%;
   width: 20px;
}
  height: 20px;
.skin-pivot li.has-form input[type="search"]::placeholder {
   background: linear-gradient(135deg, transparent 50%, rgba(255, 215, 82, 0.2) 50%);
   color: #C9B795;
}
}


/* Sidebar label */
/* Enhanced Section Headers with diagonal elements */
.skin-pivot label.sidebar {
.skin-pivot .game-panel-header {
   background-color: transparent;
   background-color: rgba(35, 35, 60, 0.6);
   color: #E2D3AE;
   border-bottom: 1px solid rgba(255, 215, 82, 0.3);
   font-weight: bold;
  padding: 8px 12px;
   position: relative;
   text-transform: uppercase;
   text-transform: uppercase;
  padding: 0.5em 0;
  display: block;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 0.5em;
}
.skin-pivot li.mw-list-item a {
  color: #C47F3A;
   font-weight: bold;
   font-weight: bold;
   text-decoration: none;
   color: #FFD752;
   display: block;
  letter-spacing: 1px;
   padding: 0.25em 0;
   display: flex;
}
   align-items: center;
.skin-pivot li.mw-list-item a:hover {
  /* Add diagonal cut to header */
  color: #E28D4F;
  clip-path: polygon(
   text-decoration: underline;
    0 0,
    calc(100% - 15px) 0,
    100% 15px,
    100% 100%,
    0 100%
   );
}
}


/**********************************************************/
/* Hexagonal bullet points for headers */
/* SIDEBAR/HIDING TOOLS                                  */
.skin-pivot .game-panel-header::before {
/**********************************************************/
  content: '';
html body.skin-pivot #p-tb,
  display: inline-block;
html body.skin-pivot #p-tb + ul,
  width: 12px;
html body.skin-pivot #p-tb + li,
  height: 12px;
li[id^="t-"] {
  background-color: rgba(255, 215, 82, 0.5);
   display: none !important;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
   margin-right: 10px;
}
}


/**********************************************************/
/* Enhanced Panel Content */
/* TABLES                                                */
.skin-pivot .game-panel-content {
/**********************************************************/
   padding: 10px 15px;
/* Two-Column Table */
   color: #E0D0AF;
.skin-pivot table.two-column-table {
   font-size: 0.9em;
  background-color: #1A232F !important;
   position: relative;
  border: none !important;
  width: 100% !important;
  table-layout: fixed;
}
.skin-pivot table.two-column-table thead,
.skin-pivot table.two-column-table tbody,
.skin-pivot table.two-column-table tfoot {
   background-color: #1A232F !important;
   border: none !important;
}
.skin-pivot table.two-column-table th,
.skin-pivot table.two-column-table td {
  background-color: #1A232F !important;
   border: none !important;
  vertical-align: top;
}
.skin-pivot table.two-column-table > tbody > tr > td:first-child {
  border-right: 2px solid rgba(255, 255, 255, 0.2) !important;
}
/* Responsive: switch to single-column at small screens */
@media only screen and (max-width: 600px) {
  .skin-pivot table.two-column-table > tbody > tr {
    display: flex;
    flex-direction: column;
   }
  .skin-pivot table.two-column-table > tbody > tr > td {
    width: 100%;
    border: none !important;
  }
}
}


/* Infobox Dune */
/***********************************************************/
.skin-pivot table.infobox-dune {
/* 8) COMMON HEADING STYLES (Updated for game look)        */
  width: 100% !important;
/***********************************************************/
  border-collapse: collapse !important;
.skin-pivot h1,
  margin-bottom: 0.5em !important;
.skin-pivot h2,
  background-color: #1F2A37 !important;
.skin-pivot h3,
  border: 1px solid #444 !important;
.skin-pivot h4,
  border-radius: 4px !important;
.skin-pivot h5,
}
.skin-pivot h6 {
.skin-pivot table.infobox-dune th,
   color: #FFD752;
.skin-pivot table.infobox-dune td {
   font-weight: bold;
   padding: 6px 8px !important;
   padding-bottom: 5px;
   font-size: 0.85em !important;
   margin-top: 1em;
   color: #E2D3AE !important;
   margin-bottom: 0.5em;
  border-bottom: 1px solid #3A3A3A !important;
   position: relative;
   background-color: #1F2A37 !important;
   text-transform: uppercase;
   vertical-align: middle !important;
  letter-spacing: 0.5px;
   text-align: left !important;
}
.skin-pivot table.infobox-dune td {
   text-align: right !important;
}
.skin-pivot table.infobox-dune tr:last-child th,
.skin-pivot table.infobox-dune tr:last-child td {
  border-bottom: none !important;
}
}


/**********************************************************/
/* Add diagonal line after headings */
/* .dune-card (Card Module Styles)                        */
.skin-pivot h1::after,
/**********************************************************/
.skin-pivot h2::after,
.dune-card {
.skin-pivot h3::after {
  position: relative;
   content: '';
  background-color: #1F2A37;
  color: #E2D3AE;
  width: auto !important;
  max-width: 100% !important;
  padding: 16px;
   margin: 1em;
  border: 1px solid #E2D3AE;
  border-radius: 6px;
  box-sizing: border-box;
}
.dune-card-decoration {
   position: absolute;
   position: absolute;
   top: 0; left: 0;
   bottom: 0;
   width: 100%; height: 100%;
  left: 0;
   pointer-events: none;
   width: 100px;
   border: 2px solid #E2D3AE;
   height: 2px;
  border-radius: 6px;
   background: linear-gradient(to right, rgba(255, 215, 82, 0.8), transparent);
  transform: translate(4px, 4px);
}
.dune-card-inner { position: relative; z-index: 1; }
.dune-card-label {
  color: #b6a896;
  font-size: 0.8em;
  text-transform: uppercase;
  margin-bottom: 6px;
  border-bottom: 1px solid #444;
  padding-bottom: 4px;
}
.dune-card-title {
  margin: 0;
  font-size: 1.4em;
  color: #E2D3AE;
  text-transform: uppercase;
  border-bottom: 1px solid #444;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
.dune-card-description {
  font-size: 0.9em;
  line-height: 1.4;
  background-color: #262626;
  border-radius: 4px;
  border: 1px solid #444;
  padding: 10px;
  margin-bottom: 10px;
  display: block !important;
}
}


/**********************************************************/
/* Page title styling */
/* .dune-infobox (Angled Container)                      */
.skin-pivot h1.firstHeading,
/**********************************************************/
.skin-pivot .page-header h1 {
.skin-pivot .dune-infobox {
  color: #FFD752;
  font-size: 1.6em;
  font-weight: bold;
  margin: 0 0 15px 0;
  padding-bottom: 8px;
  letter-spacing: 1px;
   position: relative;
   position: relative;
  background-color: #1F2A37;
   border-bottom: none;
  color: #E2D3AE;
  width: 100%;
  padding: 16px;
  margin: 1em 0;
  border: 1px solid #E2D3AE;
   border-radius: 6px;
  box-sizing: border-box;
}
}
.skin-pivot .dune-infobox::before {
 
   content: "";
/* Add angular underline to page title */
.skin-pivot h1.firstHeading::after,
.skin-pivot .page-header h1::after {
   content: '';
   position: absolute;
   position: absolute;
   top: 0; left: 0;
   bottom: 0;
   width: 100%; height: 100%;
  left: 0;
   pointer-events: none;
   width: 60%;
   border: 2px solid #E2D3AE;
   height: 2px;
  border-radius: 6px;
   background: linear-gradient(to right, #FFD752, transparent);
  transform: translate(4px, 4px);
}
}
.skin-pivot .dune-infobox-title {
 
  font-size: 1.4em;
/***********************************************************/
   color: #E2D3AE;
/* 9) LINKS STYLING (Updated colors)                        */
   text-transform: uppercase;
/***********************************************************/
   border-bottom: 1px solid #444;
.skin-pivot a {
   padding-bottom: 4px;
   color: #FFB240;
  margin-bottom: 8px;
   text-decoration: none;
   font-weight: bold;
   transition: all 0.2s;
}
}


/**********************************************************/
.skin-pivot a:hover {
/* RESPONSIVE LAYOUT                                      */
   color: #FFD752;
/**********************************************************/
   text-shadow: 0 0 5px rgba(255, 215, 82, 0.4);
.responsive-container {
   display: flex;
   flex-wrap: wrap;
  gap: 0.25em;
  align-items: stretch;
  width: 100%;
  margin: 0.25em 0;
  box-sizing: border-box;
}
}
.responsive-col {
 
  display: flex;
/* Make non-existing page links (redlinks) appear different */
  flex-direction: column;
.skin-pivot a.new,
  box-sizing: border-box;
.skin-pivot a.new:visited {
  width: 100%;
   color: #FF6A6A !important;
  min-width: 350px;
   text-decoration: underline;
}
@media screen and (min-width: 700px) {
  .responsive-col {
    width: calc(50% - 0.3em);
  }
}
@media screen and (min-width: 1100px) {
  .responsive-col {
    width: calc(33.333% - 0.26em);
  }
}
.responsive-col .skin-pivot:last-child {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.responsive-col .skin-pivot:last-child .dune-card {
   flex: 1 1 auto;
  display: flex;
   flex-direction: column;
}
}


/**********************************************************/
.skin-pivot a.new:hover {
/* ADDITIONAL PANEL & TABLE STYLES (Game UI Feel)        */
   color: #FF8080 !important;
/**********************************************************/
.skin-pivot .game-panel {
  background: linear-gradient(to bottom, #1a1a1a, #1F2A37);
  border: 1px solid #364957;
  border-radius: 5px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 215, 128, 0.1) inset;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.skin-pivot .game-panel-header {
  background-color: rgba(196,127,58,0.2);
  border-bottom: 1px solid #C47F3A;
  padding: 6px 10px;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  color: #E2D3AE;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
}
.skin-pivot .game-panel-header::before,
.skin-pivot .game-panel-header::after {
  content: '';
  display: inline-block;
  width: 12px; height: 12px;
  border-top: 2px solid #C47F3A;
  border-left: 2px solid #C47F3A;
  transform: rotate(-45deg);
  margin: 0 12px;
}
.skin-pivot .game-panel-header::after {
  transform: rotate(135deg);
}
.skin-pivot .game-panel-content {
  padding: 8px 12px;
   color: #E0E0E0;
  font-size: 0.9em;
}
}


/* Enhanced Table Styling */
/***********************************************************/
/* 10) TABLE STYLING (Updated for game UI)                */
/***********************************************************/
.skin-pivot .game-table {
.skin-pivot .game-table {
   width: 100%;
   width: 100%;
   border-collapse: collapse;
   border-collapse: separate;
   margin-bottom: 10px;
  border-spacing: 0;
   margin-bottom: 15px;
}
}
.skin-pivot .game-table th {
.skin-pivot .game-table th {
   background-color: rgba(196,127,58,0.2);
   background-color: rgba(35, 35, 60, 0.6);
   color: #E2D3AE;
   color: #FFD752;
   padding: 6px;
   padding: 8px;
   text-align: left;
   text-align: left;
  font-weight: normal;
  text-transform: uppercase;
   font-size: 0.85em;
   font-size: 0.85em;
  text-transform: uppercase;
   letter-spacing: 0.5px;
   letter-spacing: 0.5px;
   border-bottom: 1px solid #C47F3A;
   border-bottom: 1px solid rgba(255, 215, 82, 0.3);
}
}
.skin-pivot .game-table td {
.skin-pivot .game-table td {
   padding: 4px 6px;
   padding: 6px 8px;
   border-bottom: 1px solid rgba(196,127,58, 0.3);
   border-bottom: 1px solid rgba(35, 35, 60, 0.6);
   vertical-align: middle;
   vertical-align: middle;
}
}
.skin-pivot .game-table tr:nth-child(even) td {
.skin-pivot .game-table tr:nth-child(even) td {
   background-color: rgba(15, 20, 25, 0.4);
   background-color: rgba(19, 26, 44, 0.4);
}
}
.skin-pivot .game-table tr:last-child td {
.skin-pivot .game-table tr:last-child td {
   border-bottom: none;
   border-bottom: none;
}
}


/* Resource Item Styling */
/* Add diagonal corners to tables */
.skin-pivot .game-table {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 215, 82, 0.3);
}
 
.skin-pivot .game-table::before,
.skin-pivot .game-table::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
}
 
.skin-pivot .game-table::before {
  top: 0;
  left: 0;
  border-top: 2px solid rgba(255, 215, 82, 0.5);
  border-left: 2px solid rgba(255, 215, 82, 0.5);
}
 
.skin-pivot .game-table::after {
  bottom: 0;
  right: 0;
  border-bottom: 2px solid rgba(255, 215, 82, 0.5);
  border-right: 2px solid rgba(255, 215, 82, 0.5);
}
 
/***********************************************************/
/* 11) RESOURCE ITEM STYLING (Updated to match game)      */
/***********************************************************/
.skin-pivot .resource {
.skin-pivot .resource {
   display: inline-flex;
   display: inline-flex;
   align-items: center;
   align-items: center;
   padding: 2px 6px;
   padding: 4px 8px;
   background-color: rgba(15, 20, 25, 0.6);
   background-color: rgba(19, 26, 44, 0.8);
   border: 1px solid rgba(196,127,58, 0.6);
  /* Make resource tags have one angular corner */
  border-radius: 3px;
  clip-path: polygon(
    0 0,
    calc(100% - 8px) 0,
    100% 8px,
    100% 100%,
    0 100%
  );
   border: 1px solid rgba(255, 215, 82, 0.4);
   margin-right: 5px;
   margin-right: 5px;
   margin-bottom: 5px;
   margin-bottom: 5px;
   color: #E0E0E0;
   color: #E0D0AF;
}
}
.skin-pivot .resource .resource-icon {
.skin-pivot .resource .resource-icon {
   margin-right: 4px;
   margin-right: 6px;
}
}
.skin-pivot .resource .resource-amount {
.skin-pivot .resource .resource-amount {
   font-weight: bold;
   font-weight: bold;
   color: #C47F3A;
   color: #FFB240;
}
}


/* Buttons */
/***********************************************************/
/* 12) BUTTON STYLING (Updated to match game)              */
/***********************************************************/
.skin-pivot .game-button {
.skin-pivot .game-button {
   background: linear-gradient(to bottom, #C47F3A, #9F6230);
   background: linear-gradient(to bottom, #343B50, #22263A);
   border: 1px solid #C47F3A;
   border: 1px solid rgba(255, 215, 82, 0.5);
   color: #E2D3AE;
   color: #FFD752;
   padding: 8px 12px;
   padding: 8px 16px;
   border-radius: 3px;
   /* Angular button shape */
  clip-path: polygon(
    0 0,
    calc(100% - 8px) 0,
    100% 8px,
    100% 100%,
    8px 100%,
    0 calc(100% - 8px)
  );
   cursor: pointer;
   cursor: pointer;
   text-transform: uppercase;
   text-transform: uppercase;
Line 543: Line 451:
   position: relative;
   position: relative;
}
}
.skin-pivot .game-button:hover {
.skin-pivot .game-button:hover {
   background: linear-gradient(to bottom, #E28D4F, #B97233);
   background: linear-gradient(to bottom, #414B64, #2A304A);
   box-shadow: 0 0 8px rgba(226, 141, 79, 0.4);
   box-shadow: 0 0 10px rgba(255, 215, 82, 0.3);
}
}
.skin-pivot .game-button:active {
.skin-pivot .game-button:active {
   top: 1px;
   top: 1px;
}
}


/* Progress Bar */
/* Add diagonal accent to buttons */
.skin-pivot .progress-bar {
.skin-pivot .game-button::after {
   height: 10px;
  content: '';
   background-color: rgba(15, 20, 25, 0.8);
  position: absolute;
   border: 1px solid #C47F3A;
  top: 0;
   border-radius: 5px;
  right: 0;
   overflow: hidden;
  width: 8px;
   margin: 5px 0;
   height: 8px;
  background: linear-gradient(135deg, transparent 50%, rgba(255, 215, 82, 0.4) 50%);
}
 
/***********************************************************/
/* 13) SIDEBAR STYLING (Updated for game look)            */
/***********************************************************/
.skin-pivot #sidebar,
.skin-pivot .sidebar {
   background-color: rgba(19, 26, 44, 0.85);
  /* Add angular shape to sidebar */
  clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    0 calc(100% - 15px)
  );
   border-right: 1px solid rgba(255, 215, 82, 0.3);
  padding-bottom: 20px;
}
 
.skin-pivot #sidebar h3,
.skin-pivot .sidebar h3,
.skin-pivot label.sidebar {
  background-color: rgba(35, 35, 60, 0.6);
  color: #FFD752;
  font-weight: bold;
  text-transform: uppercase;
   padding: 8px 10px;
  margin: 0 0 5px 0;
  letter-spacing: 0.5px;
   font-size: 0.9em;
  position: relative;
  /* Angular shape for sidebar headers */
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 8px),
    calc(100% - 8px) 100%,
    0 100%
  );
}
 
.skin-pivot #p-navigation,
.skin-pivot .portlet {
  margin-bottom: 10px;
}
 
.skin-pivot #p-navigation .body ul,
.skin-pivot .portlet .body ul {
  list-style: none;
  margin: 0;
  padding: 0 10px;
}
 
.skin-pivot #p-navigation .body ul li,
.skin-pivot .portlet .body ul li {
   margin: 3px 0;
}
 
.skin-pivot #p-navigation .body ul li a,
.skin-pivot .portlet .body ul li a {
  display: block;
  padding: 4px 6px;
  color: #E0D0AF;
  font-size: 0.9em;
  transition: all 0.2s;
  border-left: 2px solid transparent;
}
 
.skin-pivot #p-navigation .body ul li a:hover,
.skin-pivot .portlet .body ul li a:hover {
  color: #FFD752;
  background-color: rgba(255, 215, 82, 0.05);
  border-left: 2px solid rgba(255, 215, 82, 0.5);
  text-decoration: none;
}
}
.skin-pivot .progress-fill {
 
   height: 100%;
/***********************************************************/
   background: linear-gradient(to right, #C47F3A, #E28D4F);
/* 14) SEARCH BAR STYLING (Updated for game look)          */
   width: 0%;
/***********************************************************/
   transition: width 0.3s ease;
.skin-pivot li.has-form input[type="search"],
.skin-pivot input[type="search"] {
   background-color: rgba(19, 26, 44, 0.8);
  color: #E0D0AF;
   border: 1px solid rgba(255, 215, 82, 0.4);
  padding: 6px 10px;
   width: 100%;
  /* Angular search box */
  clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    0 100%,
    8px calc(100% - 8px)
  );
   transition: all 0.2s;
}
}


/* Hover Effects for Interactive Elements */
.skin-pivot li.has-form input[type="search"]:focus,
.skin-pivot a:not(.game-button),
.skin-pivot input[type="search"]:focus {
.skin-pivot .clickable {
   background-color: rgba(25, 32, 50, 0.9);
   transition: color 0.2s ease, text-shadow 0.2s ease;
  box-shadow: 0 0 8px rgba(255, 215, 82, 0.3);
  outline: none;
  border-color: rgba(255, 215, 82, 0.6);
}
}
.skin-pivot a:not(.game-button):hover,
 
.skin-pivot .clickable:hover {
.skin-pivot li.has-form input[type="search"]::placeholder,
   color: #E28D4F;
.skin-pivot input[type="search"]::placeholder {
  text-shadow: 0 0 5px rgba(226, 141, 79, 0.4);
   color: rgba(224, 208, 175, 0.5);
}
}


/* Tooltip */
/***********************************************************/
.skin-pivot .tooltip {
/* 15) GEOMETRIC PATTERNS AND ACCENTS (New)                */
   position: relative;
/***********************************************************/
   display: inline-block;
/* Add hexagonal pattern to page background */
   cursor: help;
.skin-pivot::before {
  content: '';
   position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    radial-gradient(rgba(255, 215, 82, 0.03) 1px, transparent 1px),
    radial-gradient(rgba(255, 215, 82, 0.02) 1px, transparent 1px);
  background-size: 30px 30px;
   background-position: 0 0, 15px 15px;
  pointer-events: none;
   z-index: -1;
}
}
.skin-pivot .tooltip .tooltip-text {
 
  visibility: hidden;
/* Add diagonal accent lines to page corners */
  width: 200px;
.skin-pivot::after {
   background-color: #1F2A37;
   content: '';
   color: #E0E0E0;
   position: fixed;
   text-align: center;
   top: 0;
   border: 1px solid #C47F3A;
   right: 0;
   border-radius: 5px;
   width: 150px;
   padding: 8px;
   height: 150px;
   position: absolute;
   background: linear-gradient(135deg, transparent 75%, rgba(255, 215, 82, 0.1) 75%);
  z-index: 1;
   pointer-events: none;
  bottom: 125%;
  z-index: -1;
  left: 50%;
  margin-left: -100px;
  opacity: 0;
  transition: opacity 0.3s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
   font-size: 0.85em;
}
}
.skin-pivot .tooltip:hover .tooltip-text {
 
   visibility: visible;
/* Add opposite corner accent */
   opacity: 1;
body.skin-pivot::after {
  content: '';
  position: fixed;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 150px;
  background: linear-gradient(315deg, transparent 75%, rgba(255, 215, 82, 0.1) 75%);
   pointer-events: none;
   z-index: -1;
}
}


/* Badge Indicators */
/***********************************************************/
/* 16) WIKI BADGE & STATUS INDICATORS (Enhanced)          */
/***********************************************************/
.skin-pivot .badge {
.skin-pivot .badge {
   display: inline-block;
   display: inline-block;
   padding: 3px 6px;
   padding: 3px 8px;
   border-radius: 3px;
   /* Angular badge shape */
  clip-path: polygon(
    0 0,
    calc(100% - 5px) 0,
    100% 5px,
    100% 100%,
    0 100%
  );
   font-size: 0.75em;
   font-size: 0.75em;
   margin-left: 5px;
   margin-left: 5px;
   text-transform: uppercase;
   text-transform: uppercase;
  letter-spacing: 0.5px;
}
}
.skin-pivot .badge-functional {
.skin-pivot .badge-functional {
   background-color: rgba(65, 130, 65, 0.3);
   background-color: rgba(65, 130, 65, 0.3);
   border: 1px solid #5a9d5a;
   border: 1px solid rgba(90, 157, 90, 0.7);
   color: #a3d9a3;
   color: #a3d9a3;
}
}
.skin-pivot .badge-locked {
.skin-pivot .badge-locked {
   background-color: rgba(130, 65, 65, 0.3);
   background-color: rgba(130, 65, 65, 0.3);
   border: 1px solid #9d5a5a;
   border: 1px solid rgba(157, 90, 90, 0.7);
   color: #d9a3a3;
   color: #d9a3a3;
}
}


/* Animation for loading */
/***********************************************************/
@keyframes pulsate {
/* 17) RESPONSIVE LAYOUT ADJUSTMENTS                      */
   0%, 100% { opacity: 0.6; }
/***********************************************************/
   50% { opacity: 1; }
@media screen and (max-width: 768px) {
  .skin-pivot .game-nav {
    overflow-x: auto;
    justify-content: flex-start;
  }
 
   .skin-pivot .game-nav-tab {
    padding: 8px 12px;
    font-size: 0.8em;
  }
 
  .skin-pivot .game-panel-header {
    padding: 6px 10px;
  }
 
  .skin-pivot .game-panel-content {
    padding: 8px 10px;
  }
    
  /* Simplify clip-paths on mobile for better performance */
  .skin-pivot #content,
  .skin-pivot .game-panel,
  .skin-pivot .game-button,
  .skin-pivot .resource {
    clip-path: none;
  }
}
}
.skin-pivot .loading {
 
   animation: pulsate 1.5s infinite;
/***********************************************************/
/* 18) ADDITIONAL DUNE GAME-SPECIFIC ELEMENTS              */
/***********************************************************/
/* Character stats box */
.skin-pivot .character-stats {
   border: 1px solid rgba(255, 215, 82, 0.3);
  background-color: rgba(19, 26, 44, 0.8);
  /* Angular character stats box */
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 10px),
    calc(100% - 10px) 100%,
    0 100%
  );
  padding: 10px;
  margin-bottom: 15px;
}
}


/**********************************************************/
.skin-pivot .character-stats-header {
/* BREADCRUMBS, HEADINGS, ETC.                           */
  border-bottom: 1px solid rgba(255, 215, 82, 0.3);
/**********************************************************/
  padding-bottom: 5px;
.skin-pivot .breadcrumbs-container,
  margin-bottom: 8px;
.skin-pivot .breadcrumb-trail {
  color: #FFD752;
   background: transparent;
  text-transform: uppercase;
   border: none;
  font-size: 0.9em;
   margin: 0; padding: 0;
  letter-spacing: 0.5px;
}
 
.skin-pivot .character-stat-row {
  display: flex;
  justify-content: space-between;
  padding: 3px 0;
}
 
.skin-pivot .character-stat-label {
   color: #E0D0AF;
  font-size: 0.85em;
}
 
.skin-pivot .character-stat-value {
   color: #FFB240;
   font-weight: bold;
  font-size: 0.85em;
}
}
.skin-pivot .breadcrumb-trail {
 
   display: inline-flex;
/* Equipment slots */
.skin-pivot .equipment-slot {
  width: 64px;
  height: 64px;
  background-color: rgba(19, 26, 44, 0.8);
  border: 1px solid rgba(255, 215, 82, 0.3);
  /* Hexagonal equipment slot */
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
   display: flex;
   align-items: center;
   align-items: center;
   padding: 5px 0;
   justify-content: center;
   color: #C47F3A;
  margin: 5px;
   position: relative;
  transition: all 0.2s;
}
}
.skin-pivot .breadcrumb-unavailable {
 
   background-color: rgba(15, 20, 25, 0.6);
.skin-pivot .equipment-slot:hover {
   border: 1px solid #C47F3A;
   background-color: rgba(25, 32, 50, 0.9);
  padding: 5px 10px;
   border-color: rgba(255, 215, 82, 0.6);
  margin-bottom: 10px;
}
   color: #E0E0E0;
 
  font-size: 0.9em;
.skin-pivot .equipment-slot.filled {
   background-color: rgba(35, 35, 60, 0.6);
}
}
/* Page title styling */
 
.skin-pivot h1.firstHeading,
/* Item quality colors */
.skin-pivot .page-header h1 {
.skin-pivot .quality-common {
   color: #E2D3AE;
   border-color: #9d9d9d;
  font-size: 1.6em;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding-bottom: 5px;
  border-bottom: 2px solid rgba(196,127,58, 0.4);
  text-transform: uppercase;
}
}
.skin-pivot .fromdb {
 
   color: #C47F3A;
.skin-pivot .quality-uncommon {
  font-size: 0.85em;
   border-color: #1eff00;
  margin: -5px 0 15px 0;
  opacity: 0.7;
}
}
/* Video container improvements */
 
.skin-pivot .video-container {
.skin-pivot .quality-rare {
   border: 1px solid #364957;
   border-color: #0070dd;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 8px;
}
}
/* Related buildings section */
 
.skin-pivot .related-buildings {
.skin-pivot .quality-epic {
   padding: 8px;
   border-color: #a335ee;
  background-color: rgba(15, 20, 25, 0.4);
}
}
.skin-pivot .related-buildings p {
 
   margin: 5px 0;
.skin-pivot .quality-legendary {
  color: #E0E0E0;
   border-color: #ff8000;
  font-size: 0.9em;
}
}
/* Spacing between sections */
 
.skin-pivot .schematic-section,
/***********************************************************/
.skin-pivot .crafting-section,
/* 19) FONTS AND ICONS                                    */
.skin-pivot .tutorials-section {
/***********************************************************/
   margin-bottom: 10px;
/* Add @font-face declarations if needed */
@font-face {
  font-family: 'DuneGame';
  src: url('/fonts/dune-game-font.woff2') format('woff2');
  font-weight: normal;
   font-style: normal;
}
}
.skin-pivot .schematic-section .game-panel,
 
.skin-pivot .crafting-section .game-panel,
/* Use game font for headers and UI elements */
.skin-pivot .tutorials-section .game-panel {
.skin-pivot .game-nav-tab,
   margin-bottom: 8px;
.skin-pivot .game-panel-header,
.skin-pivot h1,  
.skin-pivot h2,
.skin-pivot h3,
.skin-pivot h4,
.skin-pivot h5,
.skin-pivot h6,
.skin-pivot .game-button,
.skin-pivot .character-stats-header {
   font-family: 'DuneGame', 'Orbitron', sans-serif;
}
}

Revision as of 00:24, 3 April 2025

/* DUNE MMO GAME UI - Updated Pivot Skin
   Key changes:
   1) Shifted color palette to match game's deeper blue/purple tones
   2) Added more angular UI elements and diagonal borders
   3) Enhanced typography for a more futuristic look
   4) Improved navigation to match game's tabbed interface
   5) Added geometric patterns and design elements
*/

/**********************************************************/
/* 1) RESET MARGINS & ENSURE BODY CAN GROW AS TALL AS NEEDED */
/**********************************************************/
html, body {
  margin: 0;
  padding: 0;
  height: auto;
  min-height: 100%;
}

/********************************************/
/* 2) BODY GRADIENT (UPDATED COLORS)        */
/********************************************/
body.skin-pivot {
  background-color: #0F111A; /* Darker base color */
  /* Updated gradient to match game's deeper purple/blue tones */
  background: linear-gradient(
    to bottom,
    #0F111A 0%,
    #131A2C 75%,
    #261C31 100%
  ) no-repeat center top;
  background-size: 100% 100%;
  background-attachment: fixed;
  color: #E0D0AF;
  font-family: "Orbitron", sans-serif;
}

/************************************************/
/* 3) FORCE MAJOR WRAPPERS TO BE TRANSPARENT    */
/************************************************/
.skin-pivot .off-canvas-wrap,
.skin-pivot .docs-wrap,
.skin-pivot .inner-wrap,
.skin-pivot #page-base,
.skin-pivot .page-base,
.skin-pivot #main-section.main-section,
.skin-pivot #page-content,
.skin-pivot .row,
.skin-pivot .columns,
.skin-pivot #sidebar.large-2.medium-3.columns.hide-for-small.hide-for-print,
.skin-pivot .exit-off-canvas {
  background: transparent !important;
  border: none !important;
}

/***********************************************************/
/* 4) FOOTER, CATLINKS, PRINTFOOTER: ALSO TRANSPARENT      */
/***********************************************************/
.skin-pivot footer,
.skin-pivot .footer,
.skin-pivot #footer,
.skin-pivot .mw-footer,
.skin-pivot #mw-footer-container,
.skin-pivot #mw-footer,
.skin-pivot #catlinks,
.skin-pivot .catlinks,
.skin-pivot .printfooter,
.skin-pivot #mw-data-after-content {
  background: transparent !important;
  border: none !important;
  color: #E0D0AF !important;
}

/************************************************************/
/* 5) MAIN CONTENT OVERLAY BOX (Updated colors and angles)   */
/************************************************************/
.skin-pivot #content,
.skin-pivot .mw-body,
.skin-pivot .mw-content-ltr,
.skin-pivot .mw-content-rtl {
  background-color: #131A2C; /* Updated base color */
  background: rgba(19, 26, 44, 0.85);
  padding: 15px;
  /* Updated to more angular shape with clip-path */
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 10px),
    calc(100% - 10px) 100%,
    0 100%
  );
  box-shadow: 0 0 15px rgba(255, 215, 82, 0.2);
  margin-bottom: 15px;
  margin: 0;
  position: relative;
  border: 1px solid rgba(255, 215, 82, 0.3);
}

/* Add diagonal line accent to content boxes */
.skin-pivot #content::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, transparent 70%, rgba(255, 215, 82, 0.3) 70%);
  z-index: 1;
}

/***********************************************************/
/* 6) GAME-STYLE TOP NAVIGATION (New)                      */
/***********************************************************/
.skin-pivot .game-nav {
  display: flex;
  justify-content: center;
  background-color: rgba(19, 26, 44, 0.9);
  border-bottom: 1px solid rgba(255, 215, 82, 0.3);
  padding: 0;
  margin-bottom: 15px;
}

.skin-pivot .game-nav-tab {
  padding: 10px 20px;
  color: #E0D0AF;
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 1px;
  position: relative;
  cursor: pointer;
  transition: all 0.2s;
}

.skin-pivot .game-nav-tab.active {
  background-color: rgba(255, 215, 82, 0.15);
  color: #FFD752;
  border-bottom: 2px solid #FFD752;
}

.skin-pivot .game-nav-tab:hover {
  background-color: rgba(255, 215, 82, 0.1);
  color: #FFD752;
}

/* Add diagonal corners to tabs */
.skin-pivot .game-nav-tab::before,
.skin-pivot .game-nav-tab::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
}

.skin-pivot .game-nav-tab::before {
  top: 0;
  left: 0;
  border-top: 1px solid rgba(255, 215, 82, 0.5);
  border-left: 1px solid rgba(255, 215, 82, 0.5);
}

.skin-pivot .game-nav-tab::after {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid rgba(255, 215, 82, 0.5);
  border-right: 1px solid rgba(255, 215, 82, 0.5);
}

/***********************************************************/
/* 7) UPDATED PANEL STYLING (More angular, game-like)      */
/***********************************************************/
.skin-pivot .game-panel {
  background: linear-gradient(to bottom, #161D2E, #131A2C);
  /* Make panels more angular with clip-path */
  clip-path: polygon(
    0 0,
    calc(100% - 10px) 0,
    100% 10px,
    100% 100%,
    0 100%
  );
  border: 1px solid rgba(255, 215, 82, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 215, 82, 0.1) inset;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.skin-pivot .game-panel::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(255, 215, 82, 0.3), transparent);
}

/* Add diagonal accent to panels */
.skin-pivot .game-panel::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: linear-gradient(135deg, transparent 50%, rgba(255, 215, 82, 0.2) 50%);
}

/* Enhanced Section Headers with diagonal elements */
.skin-pivot .game-panel-header {
  background-color: rgba(35, 35, 60, 0.6);
  border-bottom: 1px solid rgba(255, 215, 82, 0.3);
  padding: 8px 12px;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  color: #FFD752;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  /* Add diagonal cut to header */
  clip-path: polygon(
    0 0,
    calc(100% - 15px) 0,
    100% 15px,
    100% 100%,
    0 100%
  );
}

/* Hexagonal bullet points for headers */
.skin-pivot .game-panel-header::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: rgba(255, 215, 82, 0.5);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  margin-right: 10px;
}

/* Enhanced Panel Content */
.skin-pivot .game-panel-content {
  padding: 10px 15px;
  color: #E0D0AF;
  font-size: 0.9em;
  position: relative;
}

/***********************************************************/
/* 8) COMMON HEADING STYLES (Updated for game look)         */
/***********************************************************/
.skin-pivot h1,
.skin-pivot h2,
.skin-pivot h3,
.skin-pivot h4,
.skin-pivot h5,
.skin-pivot h6 {
  color: #FFD752;
  font-weight: bold;
  padding-bottom: 5px;
  margin-top: 1em;
  margin-bottom: 0.5em;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Add diagonal line after headings */
.skin-pivot h1::after,
.skin-pivot h2::after,
.skin-pivot h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background: linear-gradient(to right, rgba(255, 215, 82, 0.8), transparent);
}

/* Page title styling */
.skin-pivot h1.firstHeading,
.skin-pivot .page-header h1 {
  color: #FFD752;
  font-size: 1.6em;
  font-weight: bold;
  margin: 0 0 15px 0;
  padding-bottom: 8px;
  letter-spacing: 1px;
  position: relative;
  border-bottom: none;
}

/* Add angular underline to page title */
.skin-pivot h1.firstHeading::after,
.skin-pivot .page-header h1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 2px;
  background: linear-gradient(to right, #FFD752, transparent);
}

/***********************************************************/
/* 9) LINKS STYLING (Updated colors)                        */
/***********************************************************/
.skin-pivot a {
  color: #FFB240;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.2s;
}

.skin-pivot a:hover {
  color: #FFD752;
  text-shadow: 0 0 5px rgba(255, 215, 82, 0.4);
}

/* Make non-existing page links (redlinks) appear different */
.skin-pivot a.new,
.skin-pivot a.new:visited {
  color: #FF6A6A !important;
  text-decoration: underline;
}

.skin-pivot a.new:hover {
  color: #FF8080 !important;
}

/***********************************************************/
/* 10) TABLE STYLING (Updated for game UI)                 */
/***********************************************************/
.skin-pivot .game-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 15px;
}

.skin-pivot .game-table th {
  background-color: rgba(35, 35, 60, 0.6);
  color: #FFD752;
  padding: 8px;
  text-align: left;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.85em;
  letter-spacing: 0.5px;
  border-bottom: 1px solid rgba(255, 215, 82, 0.3);
}

.skin-pivot .game-table td {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(35, 35, 60, 0.6);
  vertical-align: middle;
}

.skin-pivot .game-table tr:nth-child(even) td {
  background-color: rgba(19, 26, 44, 0.4);
}

.skin-pivot .game-table tr:last-child td {
  border-bottom: none;
}

/* Add diagonal corners to tables */
.skin-pivot .game-table {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 215, 82, 0.3);
}

.skin-pivot .game-table::before,
.skin-pivot .game-table::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
}

.skin-pivot .game-table::before {
  top: 0;
  left: 0;
  border-top: 2px solid rgba(255, 215, 82, 0.5);
  border-left: 2px solid rgba(255, 215, 82, 0.5);
}

.skin-pivot .game-table::after {
  bottom: 0;
  right: 0;
  border-bottom: 2px solid rgba(255, 215, 82, 0.5);
  border-right: 2px solid rgba(255, 215, 82, 0.5);
}

/***********************************************************/
/* 11) RESOURCE ITEM STYLING (Updated to match game)       */
/***********************************************************/
.skin-pivot .resource {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  background-color: rgba(19, 26, 44, 0.8);
  /* Make resource tags have one angular corner */
  clip-path: polygon(
    0 0,
    calc(100% - 8px) 0,
    100% 8px,
    100% 100%,
    0 100%
  );
  border: 1px solid rgba(255, 215, 82, 0.4);
  margin-right: 5px;
  margin-bottom: 5px;
  color: #E0D0AF;
}

.skin-pivot .resource .resource-icon {
  margin-right: 6px;
}

.skin-pivot .resource .resource-amount {
  font-weight: bold;
  color: #FFB240;
}

/***********************************************************/
/* 12) BUTTON STYLING (Updated to match game)              */
/***********************************************************/
.skin-pivot .game-button {
  background: linear-gradient(to bottom, #343B50, #22263A);
  border: 1px solid rgba(255, 215, 82, 0.5);
  color: #FFD752;
  padding: 8px 16px;
  /* Angular button shape */
  clip-path: polygon(
    0 0,
    calc(100% - 8px) 0,
    100% 8px,
    100% 100%,
    8px 100%,
    0 calc(100% - 8px)
  );
  cursor: pointer;
  text-transform: uppercase;
  font-size: 0.85em;
  letter-spacing: 0.5px;
  transition: all 0.2s ease;
  position: relative;
}

.skin-pivot .game-button:hover {
  background: linear-gradient(to bottom, #414B64, #2A304A);
  box-shadow: 0 0 10px rgba(255, 215, 82, 0.3);
}

.skin-pivot .game-button:active {
  top: 1px;
}

/* Add diagonal accent to buttons */
.skin-pivot .game-button::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 8px;
  background: linear-gradient(135deg, transparent 50%, rgba(255, 215, 82, 0.4) 50%);
}

/***********************************************************/
/* 13) SIDEBAR STYLING (Updated for game look)             */
/***********************************************************/
.skin-pivot #sidebar,
.skin-pivot .sidebar {
  background-color: rgba(19, 26, 44, 0.85);
  /* Add angular shape to sidebar */
  clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    0 calc(100% - 15px)
  );
  border-right: 1px solid rgba(255, 215, 82, 0.3);
  padding-bottom: 20px;
}

.skin-pivot #sidebar h3,
.skin-pivot .sidebar h3,
.skin-pivot label.sidebar {
  background-color: rgba(35, 35, 60, 0.6);
  color: #FFD752;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 10px;
  margin: 0 0 5px 0;
  letter-spacing: 0.5px;
  font-size: 0.9em;
  position: relative;
  /* Angular shape for sidebar headers */
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 8px),
    calc(100% - 8px) 100%,
    0 100%
  );
}

.skin-pivot #p-navigation,
.skin-pivot .portlet {
  margin-bottom: 10px;
}

.skin-pivot #p-navigation .body ul,
.skin-pivot .portlet .body ul {
  list-style: none;
  margin: 0;
  padding: 0 10px;
}

.skin-pivot #p-navigation .body ul li,
.skin-pivot .portlet .body ul li {
  margin: 3px 0;
}

.skin-pivot #p-navigation .body ul li a,
.skin-pivot .portlet .body ul li a {
  display: block;
  padding: 4px 6px;
  color: #E0D0AF;
  font-size: 0.9em;
  transition: all 0.2s;
  border-left: 2px solid transparent;
}

.skin-pivot #p-navigation .body ul li a:hover,
.skin-pivot .portlet .body ul li a:hover {
  color: #FFD752;
  background-color: rgba(255, 215, 82, 0.05);
  border-left: 2px solid rgba(255, 215, 82, 0.5);
  text-decoration: none;
}

/***********************************************************/
/* 14) SEARCH BAR STYLING (Updated for game look)          */
/***********************************************************/
.skin-pivot li.has-form input[type="search"],
.skin-pivot input[type="search"] {
  background-color: rgba(19, 26, 44, 0.8);
  color: #E0D0AF;
  border: 1px solid rgba(255, 215, 82, 0.4);
  padding: 6px 10px;
  width: 100%;
  /* Angular search box */
  clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    0 100%,
    8px calc(100% - 8px)
  );
  transition: all 0.2s;
}

.skin-pivot li.has-form input[type="search"]:focus,
.skin-pivot input[type="search"]:focus {
  background-color: rgba(25, 32, 50, 0.9);
  box-shadow: 0 0 8px rgba(255, 215, 82, 0.3);
  outline: none;
  border-color: rgba(255, 215, 82, 0.6);
}

.skin-pivot li.has-form input[type="search"]::placeholder,
.skin-pivot input[type="search"]::placeholder {
  color: rgba(224, 208, 175, 0.5);
}

/***********************************************************/
/* 15) GEOMETRIC PATTERNS AND ACCENTS (New)                */
/***********************************************************/
/* Add hexagonal pattern to page background */
.skin-pivot::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(rgba(255, 215, 82, 0.03) 1px, transparent 1px),
    radial-gradient(rgba(255, 215, 82, 0.02) 1px, transparent 1px);
  background-size: 30px 30px;
  background-position: 0 0, 15px 15px;
  pointer-events: none;
  z-index: -1;
}

/* Add diagonal accent lines to page corners */
.skin-pivot::after {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  width: 150px;
  height: 150px;
  background: linear-gradient(135deg, transparent 75%, rgba(255, 215, 82, 0.1) 75%);
  pointer-events: none;
  z-index: -1;
}

/* Add opposite corner accent */
body.skin-pivot::after {
  content: '';
  position: fixed;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 150px;
  background: linear-gradient(315deg, transparent 75%, rgba(255, 215, 82, 0.1) 75%);
  pointer-events: none;
  z-index: -1;
}

/***********************************************************/
/* 16) WIKI BADGE & STATUS INDICATORS (Enhanced)           */
/***********************************************************/
.skin-pivot .badge {
  display: inline-block;
  padding: 3px 8px;
  /* Angular badge shape */
  clip-path: polygon(
    0 0,
    calc(100% - 5px) 0,
    100% 5px,
    100% 100%,
    0 100%
  );
  font-size: 0.75em;
  margin-left: 5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.skin-pivot .badge-functional {
  background-color: rgba(65, 130, 65, 0.3);
  border: 1px solid rgba(90, 157, 90, 0.7);
  color: #a3d9a3;
}

.skin-pivot .badge-locked {
  background-color: rgba(130, 65, 65, 0.3);
  border: 1px solid rgba(157, 90, 90, 0.7);
  color: #d9a3a3;
}

/***********************************************************/
/* 17) RESPONSIVE LAYOUT ADJUSTMENTS                       */
/***********************************************************/
@media screen and (max-width: 768px) {
  .skin-pivot .game-nav {
    overflow-x: auto;
    justify-content: flex-start;
  }
  
  .skin-pivot .game-nav-tab {
    padding: 8px 12px;
    font-size: 0.8em;
  }
  
  .skin-pivot .game-panel-header {
    padding: 6px 10px;
  }
  
  .skin-pivot .game-panel-content {
    padding: 8px 10px;
  }
  
  /* Simplify clip-paths on mobile for better performance */
  .skin-pivot #content,
  .skin-pivot .game-panel,
  .skin-pivot .game-button,
  .skin-pivot .resource {
    clip-path: none;
  }
}

/***********************************************************/
/* 18) ADDITIONAL DUNE GAME-SPECIFIC ELEMENTS              */
/***********************************************************/
/* Character stats box */
.skin-pivot .character-stats {
  border: 1px solid rgba(255, 215, 82, 0.3);
  background-color: rgba(19, 26, 44, 0.8);
  /* Angular character stats box */
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 10px),
    calc(100% - 10px) 100%,
    0 100%
  );
  padding: 10px;
  margin-bottom: 15px;
}

.skin-pivot .character-stats-header {
  border-bottom: 1px solid rgba(255, 215, 82, 0.3);
  padding-bottom: 5px;
  margin-bottom: 8px;
  color: #FFD752;
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 0.5px;
}

.skin-pivot .character-stat-row {
  display: flex;
  justify-content: space-between;
  padding: 3px 0;
}

.skin-pivot .character-stat-label {
  color: #E0D0AF;
  font-size: 0.85em;
}

.skin-pivot .character-stat-value {
  color: #FFB240;
  font-weight: bold;
  font-size: 0.85em;
}

/* Equipment slots */
.skin-pivot .equipment-slot {
  width: 64px;
  height: 64px;
  background-color: rgba(19, 26, 44, 0.8);
  border: 1px solid rgba(255, 215, 82, 0.3);
  /* Hexagonal equipment slot */
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  position: relative;
  transition: all 0.2s;
}

.skin-pivot .equipment-slot:hover {
  background-color: rgba(25, 32, 50, 0.9);
  border-color: rgba(255, 215, 82, 0.6);
}

.skin-pivot .equipment-slot.filled {
  background-color: rgba(35, 35, 60, 0.6);
}

/* Item quality colors */
.skin-pivot .quality-common {
  border-color: #9d9d9d;
}

.skin-pivot .quality-uncommon {
  border-color: #1eff00;
}

.skin-pivot .quality-rare {
  border-color: #0070dd;
}

.skin-pivot .quality-epic {
  border-color: #a335ee;
}

.skin-pivot .quality-legendary {
  border-color: #ff8000;
}

/***********************************************************/
/* 19) FONTS AND ICONS                                     */
/***********************************************************/
/* Add @font-face declarations if needed */
@font-face {
  font-family: 'DuneGame';
  src: url('/fonts/dune-game-font.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

/* Use game font for headers and UI elements */
.skin-pivot .game-nav-tab,
.skin-pivot .game-panel-header,
.skin-pivot h1, 
.skin-pivot h2,
.skin-pivot h3,
.skin-pivot h4,
.skin-pivot h5,
.skin-pivot h6,
.skin-pivot .game-button,
.skin-pivot .character-stats-header {
  font-family: 'DuneGame', 'Orbitron', sans-serif;
}