Pivot.css: Difference between revisions
From Dune Awakening DB
mNo edit summary |
mNo edit summary Tag: Reverted |
||
| Line 4: | Line 4: | ||
/*-------------------------------------------------------------- | /*-------------------------------------------------------------- | ||
1. CSS VARIABLES | |||
--------------------------------------------------------------*/ | --------------------------------------------------------------*/ | ||
:root { | :root { | ||
/* Primary | /* Primary Colors */ | ||
--dune-black: rgba(14, 12, 21, 0.6); | --dune-black: rgba(14, 12, 21, 0.6); | ||
--dune-panel-bg: rgba(0, 0, 2, 0.7); | --dune-panel-bg: rgba(0, 0, 2, 0.7); | ||
--dune-dark: rgba(26, 23, 36, 0.7); | --dune-dark: rgba(26, 23, 36, 0.7); | ||
--dune-darker: rgba(12, 10, 20, 0.8); | --dune-darker: rgba(12, 10, 20, 0.8); | ||
--dune-gold: #C8A165; | --dune-gold: #C8A165; | ||
--dune-gold-hover: #E3BB7A; | --dune-gold-hover: #E3BB7A; | ||
--dune-gold-dark: #A07B40; | --dune-gold-dark: #A07B40; | ||
--dune-text: #E0E0E0; | --dune-text: #E0E0E0; | ||
--dune-title: #E2D3AE; | --dune-title: #E2D3AE; | ||
--dune-inactive: #636363; | --dune-inactive: #636363; | ||
/* Accent | /* Accent Colors */ | ||
--dune-accent-red: #A3413D; | --dune-accent-red: #A3413D; | ||
--dune-accent-blue: #3D6B8A; | --dune-accent-blue: #3D6B8A; | ||
/* Opacity | /* Opacity Variations */ | ||
--dune-dark-transparent: rgba(14, 12, 21, 0.6); | --dune-dark-transparent: rgba(14, 12, 21, 0.6); | ||
--dune-darker-transparent: rgba(12, 10, 20, 0.5); | --dune-darker-transparent: rgba(12, 10, 20, 0.5); | ||
| Line 63: | Line 63: | ||
--transition-standard: all 0.2s ease; | --transition-standard: all 0.2s ease; | ||
/* UI | /* UI Specific */ | ||
--nav-height: 40px; | --nav-height: 40px; | ||
--border-angle: 30deg; | --border-angle: 30deg; | ||
| Line 69: | Line 69: | ||
/*-------------------------------------------------------------- | /*-------------------------------------------------------------- | ||
2. GLOBAL RESET & BODY | |||
--------------------------------------------------------------*/ | --------------------------------------------------------------*/ | ||
html, body { | html, body { | ||
| Line 77: | Line 77: | ||
min-height: 100%; | min-height: 100%; | ||
} | } | ||
body.skin-pivot { | body.skin-pivot { | ||
background: url('https://dunedb.com/images/5/57/DuneDB_Background.jpg') no-repeat center center fixed; | background: url('https://dunedb.com/images/5/57/DuneDB_Background.jpg') no-repeat center center fixed; | ||
| Line 89: | Line 88: | ||
/*-------------------------------------------------------------- | /*-------------------------------------------------------------- | ||
3. MAIN CONTAINERS & TRANSPARENCY | |||
--------------------------------------------------------------*/ | --------------------------------------------------------------*/ | ||
.skin-pivot #content, | .skin-pivot #content, | ||
.skin-pivot .mw-body, | .skin-pivot .mw-body, | ||
| Line 101: | Line 99: | ||
margin: 0; | margin: 0; | ||
} | } | ||
.skin-pivot .off-canvas-wrap, | .skin-pivot .off-canvas-wrap, | ||
.skin-pivot .docs-wrap, | .skin-pivot .docs-wrap, | ||
| Line 114: | Line 110: | ||
.skin-pivot #sidebar.large-2.medium-3.columns.hide-for-small.hide-for-print, | .skin-pivot #sidebar.large-2.medium-3.columns.hide-for-small.hide-for-print, | ||
.skin-pivot .exit-off-canvas { | .skin-pivot .exit-off-canvas { | ||
background: transparent | background: transparent; | ||
border: none | border: none; | ||
overflow: visible | overflow: visible; | ||
} | } | ||
.skin-pivot footer, | .skin-pivot footer, | ||
.skin-pivot .footer, | .skin-pivot .footer, | ||
| Line 130: | Line 124: | ||
.skin-pivot .printfooter, | .skin-pivot .printfooter, | ||
.skin-pivot #mw-data-after-content { | .skin-pivot #mw-data-after-content { | ||
background: transparent | background: transparent; | ||
border: none | border: none; | ||
color: var(--dune-text) | color: var(--dune-text); | ||
} | } | ||
.mw-body-content, | .mw-body-content, | ||
.skin-pivot .mw-body, | .skin-pivot .mw-body, | ||
.skin-pivot #content, | .skin-pivot #content, | ||
.skin-pivot #mw-content-text { | .skin-pivot #mw-content-text { | ||
overflow: visible | overflow: visible; | ||
} | } | ||
/*-------------------------------------------------------------- | /*-------------------------------------------------------------- | ||
4. NAVIGATION & HEADINGS - GAME-STYLED | |||
--------------------------------------------------------------*/ | --------------------------------------------------------------*/ | ||
.skin-pivot .navbar { | .skin-pivot .navbar { | ||
background: var(--dune-darker) | background: var(--dune-darker); | ||
height: var(--nav-height); | height: var(--nav-height); | ||
position: relative; | position: relative; | ||
| Line 155: | Line 145: | ||
align-items: center; | align-items: center; | ||
justify-content: center; | justify-content: center; | ||
border-bottom: var(--border-thin) solid var(--dune-gold) | border-bottom: var(--border-thin) solid var(--dune-gold); | ||
} | } | ||
.skin-pivot .navbar:before, | .skin-pivot .navbar:before, | ||
.skin-pivot .navbar:after { | .skin-pivot .navbar:after { | ||
| Line 167: | Line 156: | ||
width: 20px; | width: 20px; | ||
} | } | ||
.skin-pivot .navbar:before { | .skin-pivot .navbar:before { | ||
left: 20px; | left: 20px; | ||
transform: skewX(var(--border-angle)); | transform: skewX(var(--border-angle)); | ||
} | } | ||
.skin-pivot .navbar:after { | .skin-pivot .navbar:after { | ||
right: 20px; | right: 20px; | ||
transform: skewX(calc(-1 * var(--border-angle))); | transform: skewX(calc(-1 * var(--border-angle))); | ||
} | } | ||
.skin-pivot .navbar-nav { | .skin-pivot .navbar-nav { | ||
display: flex; | display: flex; | ||
| Line 183: | Line 169: | ||
width: 100%; | width: 100%; | ||
} | } | ||
.skin-pivot .navbar-nav > li { | .skin-pivot .navbar-nav > li { | ||
position: relative; | position: relative; | ||
display: inline-block; | display: inline-block; | ||
} | } | ||
.skin-pivot .navbar-nav > li > a { | .skin-pivot .navbar-nav > li > a { | ||
color: var(--dune-gold) | color: var(--dune-gold); | ||
font-weight: bold | font-weight: bold; | ||
text-transform: uppercase; | text-transform: uppercase; | ||
letter-spacing: 1px; | letter-spacing: 1px; | ||
padding: 10px 15px; | padding: 10px 15px; | ||
margin: 0 5px; | margin: 0 5px; | ||
text-align: center; | text-align: center; | ||
} | } | ||
.skin-pivot .navbar-nav > li.active > a { | .skin-pivot .navbar-nav > li.active > a { | ||
color: var(--dune-gold-hover) | color: var(--dune-gold-hover); | ||
box-shadow: 0 -2px 0 var(--dune-gold-hover) inset; | box-shadow: 0 -2px 0 var(--dune-gold-hover) inset; | ||
} | } | ||
.skin-pivot .navbar-nav > li > a:hover { | .skin-pivot .navbar-nav > li > a:hover { | ||
color: var(--dune-gold-hover) | color: var(--dune-gold-hover); | ||
text-shadow: 0 0 5px var(--dune-gold-glow); | text-shadow: 0 0 5px var(--dune-gold-glow); | ||
} | } | ||
.skin-pivot .navbar-nav > li.active > a:after, | .skin-pivot .navbar-nav > li.active > a:after, | ||
.skin-pivot .navbar-nav > li > a:hover:after { | .skin-pivot .navbar-nav > li > a:hover:after { | ||
| Line 221: | Line 201: | ||
} | } | ||
/* Sidebar & | /* Sidebar & Panel Styles */ | ||
.skin-pivot #nav, | .skin-pivot #nav, | ||
.skin-pivot #nav-wrapper, | .skin-pivot #nav-wrapper, | ||
| Line 231: | Line 211: | ||
position: relative; | position: relative; | ||
} | } | ||
.skin-pivot #nav:before, | .skin-pivot #nav:before, | ||
.skin-pivot #nav:after, | .skin-pivot #nav:after, | ||
| Line 242: | Line 221: | ||
border: var(--border-thin) solid var(--dune-gold); | border: var(--border-thin) solid var(--dune-gold); | ||
} | } | ||
.skin-pivot #nav:before, | .skin-pivot #nav:before, | ||
.skin-pivot #nav-wrapper:before { | .skin-pivot #nav-wrapper:before { | ||
| Line 250: | Line 228: | ||
border-bottom: none; | border-bottom: none; | ||
} | } | ||
.skin-pivot #nav:after, | .skin-pivot #nav:after, | ||
.skin-pivot #nav-wrapper:after { | .skin-pivot #nav-wrapper:after { | ||
| Line 259: | Line 236: | ||
} | } | ||
/* List | /* List Group Items */ | ||
.skin-pivot .list-group-item { | .skin-pivot .list-group-item { | ||
background: transparent; | background: transparent; | ||
| Line 268: | Line 245: | ||
transition: var(--transition-standard); | transition: var(--transition-standard); | ||
} | } | ||
.skin-pivot .list-group-item:last-child { | .skin-pivot .list-group-item:last-child { | ||
border-bottom: none; | border-bottom: none; | ||
} | } | ||
.skin-pivot .list-group-item:hover { | .skin-pivot .list-group-item:hover { | ||
background-color: rgba(200, 161, 101, 0.1); | background-color: rgba(200, 161, 101, 0.1); | ||
} | } | ||
/* Panel Headings | /* Panel Headings */ | ||
.skin-pivot #nav h3, | .skin-pivot #nav h3, | ||
.skin-pivot #nav-wrapper h3, | .skin-pivot #nav-wrapper h3, | ||
| Line 284: | Line 259: | ||
border-bottom: var(--border-thin) solid var(--dune-gold); | border-bottom: var(--border-thin) solid var(--dune-gold); | ||
color: var(--dune-gold); | color: var(--dune-gold); | ||
padding: 8px 12px; | padding: 8px 12px; | ||
font-weight: bold; | font-weight: bold; | ||
| Line 290: | Line 264: | ||
letter-spacing: 1px; | letter-spacing: 1px; | ||
font-size: var(--font-size-sm); | font-size: var(--font-size-sm); | ||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
position: relative; | |||
} | } | ||
.skin-pivot #nav h3:before, | .skin-pivot #nav h3:before, | ||
.skin-pivot #nav h3:after, | .skin-pivot #nav h3:after, | ||
| Line 309: | Line 282: | ||
} | } | ||
/* Main | /* Main Content Headings */ | ||
.skin-pivot h1, | .skin-pivot h1, | ||
.skin-pivot h2, | .skin-pivot h2, | ||
| Line 318: | Line 291: | ||
color: var(--dune-title); | color: var(--dune-title); | ||
font-weight: bold; | font-weight: bold; | ||
margin | margin: 1em 0 0.5em; | ||
text-transform: uppercase; | text-transform: uppercase; | ||
padding-bottom: 5px; | padding-bottom: 5px; | ||
letter-spacing: 0.5px; | letter-spacing: 0.5px; | ||
} | } | ||
.skin-pivot h1, | .skin-pivot h1, | ||
.skin-pivot h3 { | .skin-pivot h3 { | ||
| Line 331: | Line 301: | ||
position: relative; | position: relative; | ||
} | } | ||
.skin-pivot h1:after, | .skin-pivot h1:after, | ||
.skin-pivot h3:after { | .skin-pivot h3:after { | ||
| Line 342: | Line 311: | ||
background-color: var(--dune-gold); | background-color: var(--dune-gold); | ||
} | } | ||
/* First Heading Special */ | |||
/* | |||
.skin-pivot h1.firstHeading, | .skin-pivot h1.firstHeading, | ||
.skin-pivot .page-header h1 { | .skin-pivot .page-header h1 { | ||
color: var(--dune-title); | color: var(--dune-title); | ||
font-size: var(--font-size-xxl); | font-size: var(--font-size-xxl); | ||
margin: 0 0 15px; | |||
margin: 0 0 15px | |||
padding-bottom: 8px; | padding-bottom: 8px; | ||
border-bottom: var(--border-thin) solid var(--dune-gold-transparent); | border-bottom: var(--border-thin) solid var(--dune-gold-transparent); | ||
| Line 356: | Line 323: | ||
position: relative; | position: relative; | ||
} | } | ||
.skin-pivot h1.firstHeading:after, | .skin-pivot h1.firstHeading:after, | ||
.skin-pivot .page-header h1:after { | .skin-pivot .page-header h1:after { | ||
| Line 368: | Line 334: | ||
} | } | ||
/* Links | /* Links */ | ||
.skin-pivot a { | .skin-pivot a { | ||
color: var(--dune-gold); | color: var(--dune-gold); | ||
| Line 374: | Line 340: | ||
font-weight: bold; | font-weight: bold; | ||
transition: var(--transition-standard); | transition: var(--transition-standard); | ||
} | } | ||
.skin-pivot a:hover { | .skin-pivot a:hover { | ||
color: var(--dune-gold-hover); | color: var(--dune-gold-hover); | ||
text-shadow: 0 0 5px var(--dune-gold-glow); | |||
text-shadow: 0 0 5px | |||
} | } | ||
.skin-pivot a.new, | .skin-pivot a.new, | ||
.skin-pivot a.new:visited { | .skin-pivot a.new:visited { | ||
color: var(--dune-accent-red) | color: var(--dune-accent-red); | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
.skin-pivot a.new:hover { | .skin-pivot a.new:hover { | ||
color: #DD0000 | color: #DD0000; | ||
} | } | ||
/* Journey Links with Diagonal Edges */ | |||
/* Journey | |||
.skin-pivot a[href*="Journey"] { | .skin-pivot a[href*="Journey"] { | ||
color: var(--dune-gold-hover) | color: var(--dune-gold-hover); | ||
text-decoration: none | text-decoration: none; | ||
font-weight: bold | font-weight: bold; | ||
display: inline-block; | |||
display: inline-block | padding: 2px 8px; | ||
padding: 2px 8px | border: var(--border-thin) solid var(--dune-gold); | ||
border: var(--border-thin) solid var(--dune-gold) | background-color: rgba(12, 10, 20, 0.6); | ||
background-color: rgba(12, 10, 20, 0.6) | clip-path: polygon(0 0, calc(100% - 5px) 0, 100% 5px, 100% 100%, 5px 100%, 0 calc(100% - 5px)); | ||
clip-path: polygon( | |||
} | } | ||
.skin-pivot a[href*="Journey"]:hover { | .skin-pivot a[href*="Journey"]:hover { | ||
background-color: rgba(200, 161, 101, 0.1) | background-color: rgba(200, 161, 101, 0.1); | ||
} | } | ||
/*-------------------------------------------------------------- | /*-------------------------------------------------------------- | ||
5. PIVOT NAV OVERRIDES | |||
--------------------------------------------------------------*/ | --------------------------------------------------------------*/ | ||
.skin-pivot nav.tab-bar.hide-for-print { | .skin-pivot nav.tab-bar.hide-for-print { | ||
| Line 425: | Line 375: | ||
border-bottom: var(--border-thin) solid var(--dune-gold); | border-bottom: var(--border-thin) solid var(--dune-gold); | ||
color: var(--dune-text); | color: var(--dune-text); | ||
height: var(--nav-height); | height: var(--nav-height); | ||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
padding: 0; | |||
} | } | ||
.skin-pivot nav.tab-bar.hide-for-print a { | .skin-pivot nav.tab-bar.hide-for-print a { | ||
color: var(--dune-gold); | color: var(--dune-gold); | ||
| Line 437: | Line 386: | ||
letter-spacing: 0.5px; | letter-spacing: 0.5px; | ||
} | } | ||
.skin-pivot nav.tab-bar.hide-for-print a:hover { | .skin-pivot nav.tab-bar.hide-for-print a:hover { | ||
color: var(--dune-gold-hover); | color: var(--dune-gold-hover); | ||
} | } | ||
.skin-pivot nav.tab-bar.hide-for-print .title { | .skin-pivot nav.tab-bar.hide-for-print .title { | ||
display: flex; | display: flex; | ||
| Line 448: | Line 394: | ||
height: 100%; | height: 100%; | ||
} | } | ||
.skin-pivot nav.tab-bar.hide-for-print .title a { | .skin-pivot nav.tab-bar.hide-for-print .title a { | ||
color: var(--dune-title); | color: var(--dune-title); | ||
| Line 459: | Line 404: | ||
align-items: center; | align-items: center; | ||
border-right: var(--border-thin) solid rgba(200, 161, 101, 0.3); | border-right: var(--border-thin) solid rgba(200, 161, 101, 0.3); | ||
} | } | ||
/*-------------------------------------------------------------- | /*-------------------------------------------------------------- | ||
6. SIDEBAR/HIDING TOOLS | |||
--------------------------------------------------------------*/ | --------------------------------------------------------------*/ | ||
html body.skin-pivot #p-tb, | html body.skin-pivot #p-tb, | ||
| Line 556: | Line 413: | ||
html body.skin-pivot #p-tb + li, | html body.skin-pivot #p-tb + li, | ||
li[id^="t-"] { | li[id^="t-"] { | ||
display: none | display: none; | ||
} | } | ||
/*-------------------------------------------------------------- | /*-------------------------------------------------------------- | ||
7. RESPONSIVE LAYOUT | |||
--------------------------------------------------------------*/ | --------------------------------------------------------------*/ | ||
.responsive-container { | .responsive-container { | ||
display: flex; | display: flex; | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
gap: 1.5em | gap: 1.5em; | ||
align-items: stretch; | align-items: stretch; | ||
width: 100%; | width: 100%; | ||
| Line 571: | Line 428: | ||
box-sizing: border-box; | box-sizing: border-box; | ||
} | } | ||
.responsive-col { | .responsive-col { | ||
display: flex; | display: flex; | ||
| Line 579: | Line 435: | ||
min-width: 350px; | min-width: 350px; | ||
} | } | ||
@media screen and (min-width: 700px) { | @media screen and (min-width: 700px) { | ||
.responsive-col { | .responsive-col { | ||
width: calc(50% - 0.75em) | width: calc(50% - 0.75em); | ||
} | } | ||
} | } | ||
@media screen and (min-width: 1100px) { | @media screen and (min-width: 1100px) { | ||
.responsive-col { | .responsive-col { | ||
width: calc(33.333% - 1em) | width: calc(33.333% - 1em); | ||
} | } | ||
} | } | ||
.responsive-col .skin-pivot:last-child { | .responsive-col .skin-pivot:last-child { | ||
flex: 1 1 auto; | flex: 1 1 auto; | ||
| Line 597: | Line 450: | ||
flex-direction: column; | flex-direction: column; | ||
} | } | ||
.responsive-col .skin-pivot:last-child .dune-card { | .responsive-col .skin-pivot:last-child .dune-card { | ||
flex: 1 1 auto; | flex: 1 1 auto; | ||
| Line 605: | Line 457: | ||
/*-------------------------------------------------------------- | /*-------------------------------------------------------------- | ||
8. TABLES - DUNE THEME FINAL (Cleaned) | |||
--------------------------------------------------------------*/ | --------------------------------------------------------------*/ | ||
/* Two-Column Infobox Table */ | |||
/* | |||
table.infobox-dune-two-column { | table.infobox-dune-two-column { | ||
width: 100%; | width: 100%; | ||
table-layout: fixed; | table-layout: fixed; | ||
border-collapse: collapse; | border-collapse: collapse; | ||
border: 2px solid var(--dune-gold); | |||
border: 2px solid | |||
border-radius: 6px; | border-radius: 6px; | ||
background: linear-gradient(135deg, #111010, #1a1917); | background: linear-gradient(135deg, #111010, #1a1917); | ||
| Line 621: | Line 470: | ||
overflow: hidden; | overflow: hidden; | ||
} | } | ||
table.infobox-dune-two-column th, | table.infobox-dune-two-column th, | ||
table.infobox-dune-two-column td { | table.infobox-dune-two-column td { | ||
| Line 632: | Line 480: | ||
color: #E6E0D0; | color: #E6E0D0; | ||
} | } | ||
table.infobox-dune-two-column thead th { | table.infobox-dune-two-column thead th { | ||
width: 45%; | width: 45%; | ||
| Line 639: | Line 486: | ||
letter-spacing: 0.05em; | letter-spacing: 0.05em; | ||
text-align: left; | text-align: left; | ||
color: | color: var(--dune-gold); | ||
} | } | ||
table.infobox-dune-two-column tbody td { | table.infobox-dune-two-column tbody td { | ||
font-weight: 300; | font-weight: 300; | ||
text-align: right; | text-align: right; | ||
} | } | ||
table.infobox-dune-two-column th .icon { | table.infobox-dune-two-column th .icon { | ||
display: inline-flex; | display: inline-flex; | ||
| Line 654: | Line 498: | ||
margin-right: 0.5em; | margin-right: 0.5em; | ||
width: 1.5em; | width: 1.5em; | ||
color: | color: var(--dune-gold); | ||
} | } | ||
table.infobox-dune-two-column th .th-flex { | table.infobox-dune-two-column th .th-flex { | ||
display: flex; | display: flex; | ||
| Line 663: | Line 505: | ||
gap: 0.75em; | gap: 0.75em; | ||
} | } | ||
table.infobox-dune-two-column tr:hover th, | table.infobox-dune-two-column tr:hover th, | ||
table.infobox-dune-two-column tr:hover td { | table.infobox-dune-two-column tr:hover td { | ||
background-color: rgba(255, 204, 102, 0.03); | background-color: rgba(255, 204, 102, 0.03); | ||
} | } | ||
table.infobox-dune-two-column tbody tr:last-child th, | table.infobox-dune-two-column tbody tr:last-child th, | ||
table.infobox-dune-two-column tbody tr:last-child td { | table.infobox-dune-two-column tbody tr:last-child td { | ||
| Line 676: | Line 514: | ||
} | } | ||
/* Standard Multi-Row Table */ | |||
/* | |||
table.infobox-dune-standard-table { | table.infobox-dune-standard-table { | ||
width: 100%; | width: 100%; | ||
| Line 683: | Line 520: | ||
border-collapse: collapse; | border-collapse: collapse; | ||
background-color: rgba(21, 21, 23, 0.8); | background-color: rgba(21, 21, 23, 0.8); | ||
border: 3px solid transparent; | border: 3px solid transparent; | ||
border-image: repeating-linear-gradient( | border-image: repeating-linear-gradient( | ||
135deg, | 135deg, | ||
var(--dune-gold) 0, | |||
var(--dune-gold) 4px, | |||
transparent 4px, | transparent 4px, | ||
transparent 8px | transparent 8px | ||
) 12 round; | ) 12 round; | ||
border-radius: 6px; | border-radius: 6px; | ||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); | box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); | ||
overflow: hidden; | overflow: hidden; | ||
} | } | ||
table.infobox-dune-standard-table th, | table.infobox-dune-standard-table th, | ||
table.infobox-dune-standard-table td { | table.infobox-dune-standard-table td { | ||
| Line 708: | Line 541: | ||
color: #E6E0D0; | color: #E6E0D0; | ||
} | } | ||
table.infobox-dune-standard-table thead th { | table.infobox-dune-standard-table thead th { | ||
background-color: rgba(0, 0, 2, 0.8); | background-color: rgba(0, 0, 2, 0.8); | ||
| Line 717: | Line 549: | ||
border-bottom: 1px solid rgba(255, 204, 102, 0.3); | border-bottom: 1px solid rgba(255, 204, 102, 0.3); | ||
} | } | ||
table.infobox-dune-standard-table tbody td { | table.infobox-dune-standard-table tbody td { | ||
font-weight: 300; | font-weight: 300; | ||
} | } | ||
table.infobox-dune-standard-table th .icon { | table.infobox-dune-standard-table th .icon { | ||
display: inline-block; | display: inline-block; | ||
| Line 730: | Line 559: | ||
vertical-align: middle; | vertical-align: middle; | ||
} | } | ||
table.infobox-dune-standard-table tr:hover td { | table.infobox-dune-standard-table tr:hover td { | ||
background-color: rgba(255, 204, 102, 0.03); | background-color: rgba(255, 204, 102, 0.03); | ||
} | } | ||
table.infobox-dune-standard-table tbody tr:not(:last-child) td { | table.infobox-dune-standard-table tbody tr:not(:last-child) td { | ||
border-bottom: 1px solid rgba(255, 204, 102, 0.15); | border-bottom: 1px solid rgba(255, 204, 102, 0.15); | ||
} | } | ||
table.infobox-dune-standard-table thead th:nth-child(1), | table.infobox-dune-standard-table thead th:nth-child(1), | ||
table.infobox-dune-standard-table tbody td:nth-child(1) { | table.infobox-dune-standard-table tbody td:nth-child(1) { | ||
| Line 747: | Line 570: | ||
white-space: nowrap; | white-space: nowrap; | ||
} | } | ||
table.infobox-dune-standard-table thead th:nth-child(2), | table.infobox-dune-standard-table thead th:nth-child(2), | ||
table.infobox-dune-standard-table tbody td:nth-child(2) { | table.infobox-dune-standard-table tbody td:nth-child(2) { | ||
width: 45%; | width: 45%; | ||
} | } | ||
table.infobox-dune-standard-table thead th:nth-child(3), | table.infobox-dune-standard-table thead th:nth-child(3), | ||
table.infobox-dune-standard-table tbody td:nth-child(3) { | table.infobox-dune-standard-table tbody td:nth-child(3) { | ||
width: 20%; | width: 20%; | ||
} | } | ||
table.infobox-dune-standard-table .numeric { | table.infobox-dune-standard-table .numeric { | ||
text-align: right; | text-align: right; | ||
} | } | ||
.dune-gold-text { color: var(--dune-gold); } | |||
.dune-red-text { color: #FF6B6B; } | |||
.dune-gold-text { | /* Ensure alternating rows are transparent */ | ||
} | |||
.dune-red-text { | |||
} | |||
/* Ensure alternating rows | |||
table.infobox-dune-two-column tr:nth-child(even), | table.infobox-dune-two-column tr:nth-child(even), | ||
table.infobox-dune-two-column tr:nth-child(odd), | table.infobox-dune-two-column tr:nth-child(odd), | ||
| Line 779: | Line 590: | ||
background-color: transparent; | background-color: transparent; | ||
} | } | ||
/*-------------------------------------------------------------- | /*-------------------------------------------------------------- | ||
9. DUNE CARD COMPONENT - WITH DIAGONAL EDGES | |||
--------------------------------------------------------------*/ | --------------------------------------------------------------*/ | ||
.skin-pivot .dune-card { | .skin-pivot .dune-card { | ||
position: relative; | position: relative; | ||
background-color: rgba(0, 0, 2, 0.7) | background-color: rgba(0, 0, 2, 0.7); | ||
color: var(--dune-title); | color: var(--dune-title); | ||
width: auto | width: auto; | ||
max-width: 100% | max-width: 100%; | ||
padding: var(--spacing-lg) | padding: var(--spacing-lg); | ||
margin: | margin-bottom: var(--spacing-xl); | ||
border: var(--border-thin) solid var(--dune-gold) | border: var(--border-thin) solid var(--dune-gold); | ||
box-shadow: 0 0 8px rgba(0, 0, 0, 0.5) | box-shadow: 0 0 8px rgba(0, 0, 0, 0.5); | ||
transition: box-shadow 0.3s ease; | transition: box-shadow 0.3s ease; | ||
overflow: visible | overflow: visible; | ||
/* | /* Diagonal cut on corners */ | ||
clip-path: polygon( | clip-path: polygon(0 0, 10px 0, 100% 0, 100% 10px, 100% 100%, calc(100% - 10px) 100%, 0 100%, 0 calc(100% - 10px)); | ||
} | } | ||
.skin-pivot .dune-card:hover { | .skin-pivot .dune-card:hover { | ||
box-shadow: 0 0 12px rgba(200, 161, 101, 0.5) | box-shadow: 0 0 12px rgba(200, 161, 101, 0.5); | ||
} | } | ||
.skin-pivot .dune-card-decoration { | .skin-pivot .dune-card-decoration { | ||
position: absolute; | position: absolute; | ||
| Line 826: | Line 622: | ||
border-radius: 6px; | border-radius: 6px; | ||
transform: translate(4px, 4px); | transform: translate(4px, 4px); | ||
display: none; | display: none; | ||
} | } | ||
.skin-pivot .dune-card-inner { | .skin-pivot .dune-card-inner { | ||
position: relative; | position: relative; | ||
z-index: 1; | z-index: 1; | ||
} | } | ||
.skin-pivot .dune-card-label { | .skin-pivot .dune-card-label { | ||
color: #b6a896; | color: #b6a896; | ||
| Line 845: | Line 637: | ||
letter-spacing: 0.8px; | letter-spacing: 0.8px; | ||
} | } | ||
.skin-pivot .dune-card-title { | .skin-pivot .dune-card-title { | ||
margin: 0; | margin: 0; | ||
| Line 859: | Line 649: | ||
position: relative; | position: relative; | ||
} | } | ||
.skin-pivot .dune-card-title::after { | .skin-pivot .dune-card-title::after { | ||
content: ''; | content: ''; | ||
| Line 868: | Line 656: | ||
width: 12px; | width: 12px; | ||
height: 1px; | height: 1px; | ||
border-bottom: var(--border-thin) solid var(--dune-gold); | |||
transform: rotate(-45deg); | transform: rotate(-45deg); | ||
transform-origin: bottom right; | transform-origin: bottom right; | ||
} | } | ||
.skin-pivot .dune-card-title .icon { | .skin-pivot .dune-card-title .icon { | ||
margin-right: 8px; | margin-right: 8px; | ||
color: var(--dune-gold); | color: var(--dune-gold); | ||
} | } | ||
.skin-pivot .dune-card-description { | .skin-pivot .dune-card-description { | ||
font-size: 1.1em | font-size: 1.1em; | ||
line-height: 1.5 | line-height: 1.5; | ||
background-color: rgba(22, 22, 24, 0.4) | background-color: rgba(22, 22, 24, 0.4); | ||
border-radius: var(--border-radius-sm); | border-radius: var(--border-radius-sm); | ||
border: var(--border-thin) solid #444; | border: var(--border-thin) solid #444; | ||
padding: var(--spacing-md); | padding: var(--spacing-md); | ||
margin-bottom: var(--spacing-md); | margin-bottom: var(--spacing-md); | ||
color: var(--dune-text); | |||
color: var(--dune-text) | |||
} | } | ||
.skin-pivot .dune-card-image { | .skin-pivot .dune-card-image { | ||
text-align: center; | text-align: center; | ||
margin: var(--spacing-sm) 0; | margin: var(--spacing-sm) 0; | ||
} | } | ||
.skin-pivot .dune-card-image img { | .skin-pivot .dune-card-image img { | ||
max-width: 100%; | max-width: 100%; | ||
| Line 904: | Line 684: | ||
margin: 0 auto; | margin: 0 auto; | ||
} | } | ||
.skin-pivot .dune-card-video { | .skin-pivot .dune-card-video { | ||
margin: var(--spacing-sm) 0; | margin: var(--spacing-sm) 0; | ||
| Line 915: | Line 693: | ||
/*-------------------------------------------------------------- | /*-------------------------------------------------------------- | ||
10. LOCKED BEHIND COMPONENT | |||
--------------------------------------------------------------*/ | --------------------------------------------------------------*/ | ||
.skin-pivot .dune-card-locked { | .skin-pivot .dune-card-locked { | ||
margin: var(--spacing-lg) 0 | margin: var(--spacing-lg) 0; | ||
background-color: rgba(12, 10, 20, 0.6) | background-color: rgba(12, 10, 20, 0.6); | ||
border: var(--border-thin) solid var(--dune-gold) | border: var(--border-thin) solid var(--dune-gold); | ||
border-radius: var(--border-radius-sm) | border-radius: var(--border-radius-sm); | ||
padding: var(--spacing-md) | padding: var(--spacing-md); | ||
text-align: center; | |||
position: relative; | |||
} | } | ||
.skin-pivot .dune-card-locked-label { | .skin-pivot .dune-card-locked-label { | ||
color: var(--dune-gold) | color: var(--dune-gold); | ||
font-weight: bold | font-weight: bold; | ||
font-size: var(--font-size-sm) | font-size: var(--font-size-sm); | ||
letter-spacing: 0.8px | letter-spacing: 0.8px; | ||
margin-bottom: var(--spacing-sm) | margin-bottom: var(--spacing-sm); | ||
border-bottom: var(--border-thin) solid rgba(200, 161, 101, 0.3) | border-bottom: var(--border-thin) solid rgba(200, 161, 101, 0.3); | ||
padding-bottom: var(--spacing-xs) | padding-bottom: var(--spacing-xs); | ||
display: flex | display: flex; | ||
align-items: center | align-items: center; | ||
justify-content: center | justify-content: center; | ||
text-transform: uppercase | text-transform: uppercase; | ||
} | } | ||
.skin-pivot .dune-card-locked-icon { | .skin-pivot .dune-card-locked-icon { | ||
display: inline-flex | display: inline-flex; | ||
align-items: center | align-items: center; | ||
justify-content: center | justify-content: center; | ||
width: 18px | width: 18px; | ||
height: 18px | height: 18px; | ||
margin-right: var(--spacing-xs) | margin-right: var(--spacing-xs); | ||
color: var(--dune-gold) | color: var(--dune-gold); | ||
font-size: 16px | font-size: 16px; | ||
} | } | ||
.skin-pivot .dune-card-locked-value { | .skin-pivot .dune-card-locked-value { | ||
color: var(--dune-text) | color: var(--dune-text); | ||
font-weight: normal | font-weight: normal; | ||
padding: var(--spacing-xs) var(--spacing-sm) | padding: var(--spacing-xs) var(--spacing-sm); | ||
background-color: rgba(22, 22, 24, 0.4) | background-color: rgba(22, 22, 24, 0.4); | ||
border: var(--border-thin) solid rgba(200, 161, 101, 0.2) | border: var(--border-thin) solid rgba(200, 161, 101, 0.2); | ||
border-radius: var(--border-radius-sm) | border-radius: var(--border-radius-sm); | ||
display: inline-block | display: inline-block; | ||
position: relative; | |||
} | } | ||
.skin-pivot .dune-card-locked-value a { | .skin-pivot .dune-card-locked-value a { | ||
color: var(--dune-gold) | color: var(--dune-gold); | ||
} | } | ||
/*-------------------------------------------------------------- | /*-------------------------------------------------------------- | ||
11. GAME PANEL COMPONENT - WITH DIAGONAL EDGES | |||
--------------------------------------------------------------*/ | --------------------------------------------------------------*/ | ||
.skin-pivot .game-panel { | .skin-pivot .game-panel { | ||
background: rgba(0, 0, 2, 0.7); | background: rgba(0, 0, 2, 0.7); | ||
border: var(--border-thin) solid var(--dune-gold); | border: var(--border-thin) solid var(--dune-gold); | ||
box-shadow: 0 0 8px rgba(0, 0, 0, 0.5) | box-shadow: 0 0 8px rgba(0, 0, 0, 0.5); | ||
margin-bottom: var(--spacing-xl) | margin-bottom: var(--spacing-xl); | ||
position: relative; | position: relative; | ||
padding: var(--spacing-md) | padding: var(--spacing-md); | ||
overflow: visible | overflow: visible; | ||
clip-path: polygon(0 0, 10px 0, 100% 0, 100% 10px, 100% 100%, calc(100% - 10px) 100%, 0 100%, 0 calc(100% - 10px)); | |||
clip-path: polygon( | |||
} | } | ||
.skin-pivot .game-panel-header { | .skin-pivot .game-panel-header { | ||
background-color: rgba(200, 161, 101, 0.15); | background-color: rgba(200, 161, 101, 0.15); | ||
border-bottom: | border-bottom: var(--border-thin) solid var(--dune-gold); | ||
padding: 6px 10px; | padding: 6px 10px; | ||
margin: -12px -12px 12px -12px | margin: -12px -12px 12px -12px; | ||
position: relative; | position: relative; | ||
text-transform: uppercase; | text-transform: uppercase; | ||
| Line 1,022: | Line 767: | ||
align-items: center; | align-items: center; | ||
} | } | ||
.skin-pivot .game-panel-header::after { | .skin-pivot .game-panel-header::after { | ||
content: ''; | content: ''; | ||
| Line 1,031: | Line 774: | ||
width: 12px; | width: 12px; | ||
height: 1px; | height: 1px; | ||
border-bottom: var(--border-thin) solid var(--dune-gold); | |||
transform: rotate(-45deg); | transform: rotate(-45deg); | ||
transform-origin: bottom right; | transform-origin: bottom right; | ||
} | } | ||
.skin-pivot .game-panel-header::before { | .skin-pivot .game-panel-header::before { | ||
content: ''; | content: ''; | ||
| Line 1,047: | Line 788: | ||
margin: 0 12px; | margin: 0 12px; | ||
} | } | ||
.skin-pivot .game-panel-content { | .skin-pivot .game-panel-content { | ||
padding: 8px 12px; | padding: 8px 12px; | ||
color: var(--dune-text); | color: var(--dune-text); | ||
font-size: 0.9em; | font-size: 0.9em; | ||
overflow: visible | overflow: visible; | ||
} | } | ||
/*-------------------------------------------------------------- | /*-------------------------------------------------------------- | ||
12. UI ELEMENTS - GAME ACCURATE | |||
--------------------------------------------------------------*/ | --------------------------------------------------------------*/ | ||
/* Resource Item | /* Resource Item */ | ||
.skin-pivot .resource { | .skin-pivot .resource { | ||
display: inline-flex | display: inline-flex; | ||
align-items: center | align-items: center; | ||
padding: var(--spacing-xs) var(--spacing-sm) | padding: var(--spacing-xs) var(--spacing-sm); | ||
background-color: rgba(12, 10, 20, 0.6); | background-color: rgba(12, 10, 20, 0.6); | ||
border: var(--border-thin) solid rgba(200, 161, 101, 0.3); | border: var(--border-thin) solid rgba(200, 161, 101, 0.3); | ||
border-radius: var(--border-radius-sm); | border-radius: var(--border-radius-sm); | ||
margin: 0 5px 5px 0 | margin: 0 5px 5px 0; | ||
color: var(--dune-text); | color: var(--dune-text); | ||
position: relative; | position: relative; | ||
} | } | ||
.skin-pivot .resource:before, | .skin-pivot .resource:before, | ||
.skin-pivot .resource:after { | .skin-pivot .resource:after { | ||
| Line 1,079: | Line 818: | ||
background-color: var(--dune-gold); | background-color: var(--dune-gold); | ||
} | } | ||
.skin-pivot .resource:before { | .skin-pivot .resource:before { | ||
top: -2px; | top: -2px; | ||
left: -2px; | left: -2px; | ||
} | } | ||
.skin-pivot .resource:after { | .skin-pivot .resource:after { | ||
bottom: -2px; | bottom: -2px; | ||
right: -2px; | right: -2px; | ||
} | } | ||
.skin-pivot .resource .resource-icon { | .skin-pivot .resource .resource-icon { | ||
margin-right: var(--spacing-xs); | margin-right: var(--spacing-xs); | ||
color: var(--dune-gold); | color: var(--dune-gold); | ||
} | } | ||
.skin-pivot .resource .resource-amount { | .skin-pivot .resource .resource-amount { | ||
font-weight: bold; | font-weight: bold; | ||
color: var(--dune-gold); | color: var(--dune-gold); | ||
} | } | ||
/* Buttons */ | |||
/* Buttons | |||
.skin-pivot .game-button { | .skin-pivot .game-button { | ||
background: linear-gradient(to bottom, var(--dune-gold), var(--dune-gold-dark)); | background: linear-gradient(to bottom, var(--dune-gold), var(--dune-gold-dark)); | ||
| Line 1,111: | Line 845: | ||
font-size: var(--font-size-sm); | font-size: var(--font-size-sm); | ||
letter-spacing: 0.5px; | letter-spacing: 0.5px; | ||
transition: | transition: var(--transition-standard); | ||
position: relative; | position: relative; | ||
text-align: center; | text-align: center; | ||
display: inline-block; | display: inline-block; | ||
} | } | ||
.skin-pivot .game-button:hover { | .skin-pivot .game-button:hover { | ||
background: linear-gradient(to bottom, var(--dune-gold-hover), var(--dune-gold)); | background: linear-gradient(to bottom, var(--dune-gold-hover), var(--dune-gold)); | ||
box-shadow: 0 0 8px rgba(200, 161, 101, 0.5); | box-shadow: 0 0 8px rgba(200, 161, 101, 0.5); | ||
} | } | ||
.skin-pivot .game-button:active { | .skin-pivot .game-button:active { | ||
top: 1px; | top: 1px; | ||
} | } | ||
/* Progress Bar */ | |||
/* Progress Bar | |||
.skin-pivot .progress-bar { | .skin-pivot .progress-bar { | ||
height: 10px; | height: 10px; | ||
| Line 1,136: | Line 867: | ||
position: relative; | position: relative; | ||
} | } | ||
.skin-pivot .progress-fill { | .skin-pivot .progress-fill { | ||
height: 100%; | height: 100%; | ||
| Line 1,143: | Line 873: | ||
transition: width 0.3s ease; | transition: width 0.3s ease; | ||
} | } | ||
/* Tooltip */ | |||
/* Tooltip | |||
.skin-pivot .tooltip { | .skin-pivot .tooltip { | ||
position: relative; | position: relative; | ||
| Line 1,150: | Line 879: | ||
cursor: help; | cursor: help; | ||
} | } | ||
.skin-pivot .tooltip .tooltip-text { | .skin-pivot .tooltip .tooltip-text { | ||
visibility: hidden; | visibility: hidden; | ||
| Line 1,170: | Line 898: | ||
font-size: 0.85em; | font-size: 0.85em; | ||
} | } | ||
.skin-pivot .tooltip:hover .tooltip-text { | .skin-pivot .tooltip:hover .tooltip-text { | ||
visibility: visible; | visibility: visible; | ||
opacity: 1; | opacity: 1; | ||
} | } | ||
/* Badge Indicators */ | /* Badge Indicators */ | ||
.skin-pivot .badge { | .skin-pivot .badge { | ||
| Line 1,185: | Line 911: | ||
text-transform: uppercase; | text-transform: uppercase; | ||
} | } | ||
.skin-pivot .badge-functional { | .skin-pivot .badge-functional { | ||
background-color: rgba(65, 130, 65, 0.3); | background-color: rgba(65, 130, 65, 0.3); | ||
| Line 1,191: | Line 916: | ||
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: var(--border-thin) solid #9d5a5a; | border: var(--border-thin) solid #9d5a5a; | ||
color: #d9a3a3; | color: #d9a3a3; | ||
} | } | ||
/*-------------------------------------------------------------- | /*-------------------------------------------------------------- | ||
13. INVENTORY UI STYLING - GAME ACCURATE | |||
--------------------------------------------------------------*/ | --------------------------------------------------------------*/ | ||
/* | /* Inventory Grid */ | ||
.skin-pivot .inventory-grid { | .skin-pivot .inventory-grid { | ||
display: grid; | display: grid; | ||
| Line 1,312: | Line 934: | ||
border: var(--border-thin) solid var(--dune-gold); | border: var(--border-thin) solid var(--dune-gold); | ||
position: relative; | position: relative; | ||
clip-path: polygon(0 0, 10px 0, 100% 0, 100% 10px, 100% 100%, calc(100% - 10px) 100%, 0 100%, 0 calc(100% - 10px)); | |||
clip-path: polygon( | |||
} | } | ||
/* Inventory Slot */ | |||
/* | |||
.skin-pivot .inventory-slot { | .skin-pivot .inventory-slot { | ||
background-color: rgba(22, 22, 24, 0.8); | background-color: rgba(22, 22, 24, 0.8); | ||
| Line 1,337: | Line 948: | ||
position: relative; | position: relative; | ||
} | } | ||
.skin-pivot .inventory-slot.empty { | .skin-pivot .inventory-slot.empty { | ||
background-image: | background-image: linear-gradient(to bottom right, transparent calc(50% - 1px), rgba(200, 161, 101, 0.3), transparent calc(50% + 1px)); | ||
} | } | ||
.skin-pivot .inventory-slot:before, | .skin-pivot .inventory-slot:before, | ||
.skin-pivot .inventory-slot:after { | .skin-pivot .inventory-slot:after { | ||
| Line 1,352: | Line 958: | ||
height: 3px; | height: 3px; | ||
} | } | ||
.skin-pivot .inventory-slot:before { | .skin-pivot .inventory-slot:before { | ||
top: -1px; | top: -1px; | ||
| Line 1,359: | Line 964: | ||
border-left: var(--border-thin) solid var(--dune-gold); | border-left: var(--border-thin) solid var(--dune-gold); | ||
} | } | ||
.skin-pivot .inventory-slot:after { | .skin-pivot .inventory-slot:after { | ||
bottom: -1px; | bottom: -1px; | ||
| Line 1,366: | Line 970: | ||
border-right: var(--border-thin) solid var(--dune-gold); | border-right: var(--border-thin) solid var(--dune-gold); | ||
} | } | ||
.skin-pivot .inventory-slot:hover { | .skin-pivot .inventory-slot:hover { | ||
border-color: var(--dune-gold); | border-color: var(--dune-gold); | ||
box-shadow: 0 0 5px rgba(200, 161, 101, 0.4) inset; | box-shadow: 0 0 5px rgba(200, 161, 101, 0.4) inset; | ||
} | } | ||
.skin-pivot .inventory-slot img { | .skin-pivot .inventory-slot img { | ||
max-width: 85%; | max-width: 85%; | ||
max-height: 85%; | max-height: 85%; | ||
} | } | ||
/* Selected Slot */ | |||
/* Selected | |||
.skin-pivot .dune-selected { | .skin-pivot .dune-selected { | ||
border: var(--border-thin) solid var(--dune-gold) | border: var(--border-thin) solid var(--dune-gold); | ||
box-shadow: 0 0 8px rgba(200, 161, 101, 0.5) inset, 0 0 2px var(--dune-gold) | box-shadow: 0 0 8px rgba(200, 161, 101, 0.5) inset, 0 0 2px var(--dune-gold); | ||
background-color: rgba(200, 161, 101, 0.1) | background-color: rgba(200, 161, 101, 0.1); | ||
} | } | ||
/* Item Count */ | |||
/* Item | |||
.skin-pivot .item-count { | .skin-pivot .item-count { | ||
position: absolute; | position: absolute; | ||
| Line 1,399: | Line 998: | ||
text-align: center; | text-align: center; | ||
} | } | ||
/* Item Quality */ | |||
/* Item | |||
.skin-pivot .item-quality { | .skin-pivot .item-quality { | ||
position: absolute; | position: absolute; | ||
| Line 1,408: | Line 1,006: | ||
height: 3px; | height: 3px; | ||
} | } | ||
.skin-pivot .item-quality.common { background-color: #a0a0a0; } | |||
.skin-pivot .item-quality.common { | .skin-pivot .item-quality.uncommon { background-color: #2d862d; } | ||
.skin-pivot .item-quality.rare { background-color: #2970c3; } | |||
} | .skin-pivot .item-quality.epic { background-color: #9c43c8; } | ||
.skin-pivot .item-quality.legendary { background-color: #cf7a30; } | |||
.skin-pivot .item-quality.uncommon { | |||
} | |||
.skin-pivot .item-quality.rare { | |||
} | |||
.skin-pivot .item-quality.epic { | |||
} | |||
.skin-pivot .item-quality.legendary { | |||
} | |||
Revision as of 04:39, 6 April 2025
/**********************************************************
* Enhanced Dune-Themed Pivot Skin (Game-Accurate)
**********************************************************/
/*--------------------------------------------------------------
1. CSS VARIABLES
--------------------------------------------------------------*/
:root {
/* Primary Colors */
--dune-black: rgba(14, 12, 21, 0.6);
--dune-panel-bg: rgba(0, 0, 2, 0.7);
--dune-dark: rgba(26, 23, 36, 0.7);
--dune-darker: rgba(12, 10, 20, 0.8);
--dune-gold: #C8A165;
--dune-gold-hover: #E3BB7A;
--dune-gold-dark: #A07B40;
--dune-text: #E0E0E0;
--dune-title: #E2D3AE;
--dune-inactive: #636363;
/* Accent Colors */
--dune-accent-red: #A3413D;
--dune-accent-blue: #3D6B8A;
/* Opacity Variations */
--dune-dark-transparent: rgba(14, 12, 21, 0.6);
--dune-darker-transparent: rgba(12, 10, 20, 0.5);
--dune-gold-transparent: rgba(200, 161, 101, 0.4);
--dune-gold-glow: rgba(200, 161, 101, 0.2);
--dune-gold-intense-glow: rgba(227, 187, 122, 0.4);
/* Spacing */
--spacing-xs: 4px;
--spacing-sm: 8px;
--spacing-md: 12px;
--spacing-lg: 16px;
--spacing-xl: 20px;
/* Borders */
--border-thin: 1px;
--border-medium: 2px;
--border-thick: 3px;
--border-radius-sm: 2px;
--border-radius-md: 3px;
--border-radius-lg: 4px;
/* Shadows */
--shadow-subtle: 0 0 8px rgba(0, 0, 0, 0.3);
--shadow-medium: 0 0 10px rgba(0, 0, 0, 0.5);
--shadow-gold: 0 0 8px rgba(200, 161, 101, 0.3);
--shadow-gold-intense: 0 0 12px rgba(227, 187, 122, 0.5);
/* Typography */
--font-stack: "Orbitron", "Segoe UI", sans-serif;
--font-size-xs: 0.75em;
--font-size-sm: 0.85em;
--font-size-md: 1em;
--font-size-lg: 1.2em;
--font-size-xl: 1.4em;
--font-size-xxl: 1.6em;
/* Transitions */
--transition-standard: all 0.2s ease;
/* UI Specific */
--nav-height: 40px;
--border-angle: 30deg;
}
/*--------------------------------------------------------------
2. GLOBAL RESET & BODY
--------------------------------------------------------------*/
html, body {
margin: 0;
padding: 0;
height: 100%;
min-height: 100%;
}
body.skin-pivot {
background: url('https://dunedb.com/images/5/57/DuneDB_Background.jpg') no-repeat center center fixed;
background-size: cover;
background-attachment: fixed;
color: var(--dune-text);
font-family: var(--font-stack);
line-height: 1.35;
font-size: 15px;
}
/*--------------------------------------------------------------
3. MAIN CONTAINERS & TRANSPARENCY
--------------------------------------------------------------*/
.skin-pivot #content,
.skin-pivot .mw-body,
.skin-pivot .mw-content-ltr,
.skin-pivot .mw-content-rtl {
background: transparent;
padding: var(--spacing-lg);
border-radius: var(--border-radius-lg);
margin: 0;
}
.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;
border: none;
overflow: visible;
}
.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;
border: none;
color: var(--dune-text);
}
.mw-body-content,
.skin-pivot .mw-body,
.skin-pivot #content,
.skin-pivot #mw-content-text {
overflow: visible;
}
/*--------------------------------------------------------------
4. NAVIGATION & HEADINGS - GAME-STYLED
--------------------------------------------------------------*/
.skin-pivot .navbar {
background: var(--dune-darker);
height: var(--nav-height);
position: relative;
display: flex;
align-items: center;
justify-content: center;
border-bottom: var(--border-thin) solid var(--dune-gold);
}
.skin-pivot .navbar:before,
.skin-pivot .navbar:after {
content: '';
position: absolute;
height: var(--border-thin);
background-color: var(--dune-gold);
bottom: -1px;
width: 20px;
}
.skin-pivot .navbar:before {
left: 20px;
transform: skewX(var(--border-angle));
}
.skin-pivot .navbar:after {
right: 20px;
transform: skewX(calc(-1 * var(--border-angle)));
}
.skin-pivot .navbar-nav {
display: flex;
justify-content: center;
width: 100%;
}
.skin-pivot .navbar-nav > li {
position: relative;
display: inline-block;
}
.skin-pivot .navbar-nav > li > a {
color: var(--dune-gold);
font-weight: bold;
text-transform: uppercase;
letter-spacing: 1px;
padding: 10px 15px;
margin: 0 5px;
text-align: center;
}
.skin-pivot .navbar-nav > li.active > a {
color: var(--dune-gold-hover);
box-shadow: 0 -2px 0 var(--dune-gold-hover) inset;
}
.skin-pivot .navbar-nav > li > a:hover {
color: var(--dune-gold-hover);
text-shadow: 0 0 5px var(--dune-gold-glow);
}
.skin-pivot .navbar-nav > li.active > a:after,
.skin-pivot .navbar-nav > li > a:hover:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 2px;
background-color: var(--dune-gold);
}
/* Sidebar & Panel Styles */
.skin-pivot #nav,
.skin-pivot #nav-wrapper,
.skin-pivot .nav-content {
background: var(--dune-dark-transparent);
border: var(--border-thin) solid var(--dune-gold);
color: var(--dune-text);
border-radius: var(--border-radius-sm);
position: relative;
}
.skin-pivot #nav:before,
.skin-pivot #nav:after,
.skin-pivot #nav-wrapper:before,
.skin-pivot #nav-wrapper:after {
content: '';
position: absolute;
width: 10px;
height: 10px;
border: var(--border-thin) solid var(--dune-gold);
}
.skin-pivot #nav:before,
.skin-pivot #nav-wrapper:before {
top: -1px;
left: -1px;
border-right: none;
border-bottom: none;
}
.skin-pivot #nav:after,
.skin-pivot #nav-wrapper:after {
bottom: -1px;
right: -1px;
border-left: none;
border-top: none;
}
/* List Group Items */
.skin-pivot .list-group-item {
background: transparent;
border: none;
border-bottom: var(--border-thin) solid rgba(200, 161, 101, 0.3);
color: var(--dune-text);
padding: 8px 10px;
transition: var(--transition-standard);
}
.skin-pivot .list-group-item:last-child {
border-bottom: none;
}
.skin-pivot .list-group-item:hover {
background-color: rgba(200, 161, 101, 0.1);
}
/* Panel Headings */
.skin-pivot #nav h3,
.skin-pivot #nav-wrapper h3,
.skin-pivot .panel-heading {
background-color: rgba(200, 161, 101, 0.15);
border-bottom: var(--border-thin) solid var(--dune-gold);
color: var(--dune-gold);
padding: 8px 12px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 1px;
font-size: var(--font-size-sm);
display: flex;
align-items: center;
position: relative;
}
.skin-pivot #nav h3:before,
.skin-pivot #nav h3:after,
.skin-pivot #nav-wrapper h3:before,
.skin-pivot #nav-wrapper h3:after,
.skin-pivot .panel-heading:before,
.skin-pivot .panel-heading:after {
content: '';
display: inline-block;
width: 6px;
height: 6px;
background-color: var(--dune-gold);
margin: 0 8px;
}
/* Main Content Headings */
.skin-pivot h1,
.skin-pivot h2,
.skin-pivot h3,
.skin-pivot h4,
.skin-pivot h5,
.skin-pivot h6 {
color: var(--dune-title);
font-weight: bold;
margin: 1em 0 0.5em;
text-transform: uppercase;
padding-bottom: 5px;
letter-spacing: 0.5px;
}
.skin-pivot h1,
.skin-pivot h3 {
border-bottom: var(--border-thin) solid var(--dune-gold-transparent);
position: relative;
}
.skin-pivot h1:after,
.skin-pivot h3:after {
content: '';
position: absolute;
bottom: -1px;
left: 0;
width: 30px;
height: 3px;
background-color: var(--dune-gold);
}
/* First Heading Special */
.skin-pivot h1.firstHeading,
.skin-pivot .page-header h1 {
color: var(--dune-title);
font-size: var(--font-size-xxl);
margin: 0 0 15px;
padding-bottom: 8px;
border-bottom: var(--border-thin) solid var(--dune-gold-transparent);
text-transform: uppercase;
letter-spacing: 1px;
position: relative;
}
.skin-pivot h1.firstHeading:after,
.skin-pivot .page-header h1:after {
content: '';
position: absolute;
bottom: -1px;
left: 0;
width: 50px;
height: 3px;
background: linear-gradient(to right, var(--dune-gold), rgba(200, 161, 101, 0));
}
/* Links */
.skin-pivot a {
color: var(--dune-gold);
text-decoration: none;
font-weight: bold;
transition: var(--transition-standard);
}
.skin-pivot a:hover {
color: var(--dune-gold-hover);
text-shadow: 0 0 5px var(--dune-gold-glow);
}
.skin-pivot a.new,
.skin-pivot a.new:visited {
color: var(--dune-accent-red);
text-decoration: none;
}
.skin-pivot a.new:hover {
color: #DD0000;
}
/* Journey Links with Diagonal Edges */
.skin-pivot a[href*="Journey"] {
color: var(--dune-gold-hover);
text-decoration: none;
font-weight: bold;
display: inline-block;
padding: 2px 8px;
border: var(--border-thin) solid var(--dune-gold);
background-color: rgba(12, 10, 20, 0.6);
clip-path: polygon(0 0, calc(100% - 5px) 0, 100% 5px, 100% 100%, 5px 100%, 0 calc(100% - 5px));
}
.skin-pivot a[href*="Journey"]:hover {
background-color: rgba(200, 161, 101, 0.1);
}
/*--------------------------------------------------------------
5. PIVOT NAV OVERRIDES
--------------------------------------------------------------*/
.skin-pivot nav.tab-bar.hide-for-print {
background: var(--dune-darker);
border-bottom: var(--border-thin) solid var(--dune-gold);
color: var(--dune-text);
height: var(--nav-height);
display: flex;
align-items: center;
padding: 0;
}
.skin-pivot nav.tab-bar.hide-for-print a {
color: var(--dune-gold);
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.skin-pivot nav.tab-bar.hide-for-print a:hover {
color: var(--dune-gold-hover);
}
.skin-pivot nav.tab-bar.hide-for-print .title {
display: flex;
align-items: center;
height: 100%;
}
.skin-pivot nav.tab-bar.hide-for-print .title a {
color: var(--dune-title);
font-size: var(--font-size-lg);
text-transform: uppercase;
letter-spacing: 1px;
padding: 0 15px;
height: 100%;
display: flex;
align-items: center;
border-right: var(--border-thin) solid rgba(200, 161, 101, 0.3);
}
/*--------------------------------------------------------------
6. SIDEBAR/HIDING TOOLS
--------------------------------------------------------------*/
html body.skin-pivot #p-tb,
html body.skin-pivot #p-tb + ul,
html body.skin-pivot #p-tb + li,
li[id^="t-"] {
display: none;
}
/*--------------------------------------------------------------
7. RESPONSIVE LAYOUT
--------------------------------------------------------------*/
.responsive-container {
display: flex;
flex-wrap: wrap;
gap: 1.5em;
align-items: stretch;
width: 100%;
margin: 1em 0;
box-sizing: border-box;
}
.responsive-col {
display: flex;
flex-direction: column;
box-sizing: border-box;
width: 100%;
min-width: 350px;
}
@media screen and (min-width: 700px) {
.responsive-col {
width: calc(50% - 0.75em);
}
}
@media screen and (min-width: 1100px) {
.responsive-col {
width: calc(33.333% - 1em);
}
}
.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;
}
/*--------------------------------------------------------------
8. TABLES - DUNE THEME FINAL (Cleaned)
--------------------------------------------------------------*/
/* Two-Column Infobox Table */
table.infobox-dune-two-column {
width: 100%;
table-layout: fixed;
border-collapse: collapse;
border: 2px solid var(--dune-gold);
border-radius: 6px;
background: linear-gradient(135deg, #111010, #1a1917);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
overflow: hidden;
}
table.infobox-dune-two-column th,
table.infobox-dune-two-column td {
background: transparent;
padding: 0.75rem 1rem;
font-size: 0.95rem;
vertical-align: middle;
box-sizing: border-box;
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
color: #E6E0D0;
}
table.infobox-dune-two-column thead th {
width: 45%;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.05em;
text-align: left;
color: var(--dune-gold);
}
table.infobox-dune-two-column tbody td {
font-weight: 300;
text-align: right;
}
table.infobox-dune-two-column th .icon {
display: inline-flex;
align-items: center;
justify-content: center;
margin-right: 0.5em;
width: 1.5em;
color: var(--dune-gold);
}
table.infobox-dune-two-column th .th-flex {
display: flex;
align-items: center;
gap: 0.75em;
}
table.infobox-dune-two-column tr:hover th,
table.infobox-dune-two-column tr:hover td {
background-color: rgba(255, 204, 102, 0.03);
}
table.infobox-dune-two-column tbody tr:last-child th,
table.infobox-dune-two-column tbody tr:last-child td {
border-bottom: none;
}
/* Standard Multi-Row Table */
table.infobox-dune-standard-table {
width: 100%;
table-layout: fixed;
border-collapse: collapse;
background-color: rgba(21, 21, 23, 0.8);
border: 3px solid transparent;
border-image: repeating-linear-gradient(
135deg,
var(--dune-gold) 0,
var(--dune-gold) 4px,
transparent 4px,
transparent 8px
) 12 round;
border-radius: 6px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
overflow: hidden;
}
table.infobox-dune-standard-table th,
table.infobox-dune-standard-table td {
background: inherit;
padding: 0.75rem 1rem;
font-size: 0.95rem;
vertical-align: middle;
box-sizing: border-box;
color: #E6E0D0;
}
table.infobox-dune-standard-table thead th {
background-color: rgba(0, 0, 2, 0.8);
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.05em;
text-align: left;
border-bottom: 1px solid rgba(255, 204, 102, 0.3);
}
table.infobox-dune-standard-table tbody td {
font-weight: 300;
}
table.infobox-dune-standard-table th .icon {
display: inline-block;
margin-right: 0.75em;
width: 1.6em;
text-align: center;
vertical-align: middle;
}
table.infobox-dune-standard-table tr:hover td {
background-color: rgba(255, 204, 102, 0.03);
}
table.infobox-dune-standard-table tbody tr:not(:last-child) td {
border-bottom: 1px solid rgba(255, 204, 102, 0.15);
}
table.infobox-dune-standard-table thead th:nth-child(1),
table.infobox-dune-standard-table tbody td:nth-child(1) {
width: 35%;
white-space: nowrap;
}
table.infobox-dune-standard-table thead th:nth-child(2),
table.infobox-dune-standard-table tbody td:nth-child(2) {
width: 45%;
}
table.infobox-dune-standard-table thead th:nth-child(3),
table.infobox-dune-standard-table tbody td:nth-child(3) {
width: 20%;
}
table.infobox-dune-standard-table .numeric {
text-align: right;
}
.dune-gold-text { color: var(--dune-gold); }
.dune-red-text { color: #FF6B6B; }
/* Ensure alternating rows are transparent */
table.infobox-dune-two-column tr:nth-child(even),
table.infobox-dune-two-column tr:nth-child(odd),
table.infobox-dune-standard-table tr:nth-child(even),
table.infobox-dune-standard-table tr:nth-child(odd) {
background-color: transparent;
}
/*--------------------------------------------------------------
9. DUNE CARD COMPONENT - WITH DIAGONAL EDGES
--------------------------------------------------------------*/
.skin-pivot .dune-card {
position: relative;
background-color: rgba(0, 0, 2, 0.7);
color: var(--dune-title);
width: auto;
max-width: 100%;
padding: var(--spacing-lg);
margin-bottom: var(--spacing-xl);
border: var(--border-thin) solid var(--dune-gold);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
transition: box-shadow 0.3s ease;
overflow: visible;
/* Diagonal cut on corners */
clip-path: polygon(0 0, 10px 0, 100% 0, 100% 10px, 100% 100%, calc(100% - 10px) 100%, 0 100%, 0 calc(100% - 10px));
}
.skin-pivot .dune-card:hover {
box-shadow: 0 0 12px rgba(200, 161, 101, 0.5);
}
.skin-pivot .dune-card-decoration {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
border: 2px solid var(--dune-title);
border-radius: 6px;
transform: translate(4px, 4px);
display: none;
}
.skin-pivot .dune-card-inner {
position: relative;
z-index: 1;
}
.skin-pivot .dune-card-label {
color: #b6a896;
font-size: var(--font-size-xs);
text-transform: uppercase;
margin-bottom: 6px;
border-bottom: var(--border-thin) solid #444;
padding-bottom: 4px;
letter-spacing: 0.8px;
}
.skin-pivot .dune-card-title {
margin: 0;
font-size: var(--font-size-xl);
color: var(--dune-title);
text-transform: uppercase;
border-bottom: var(--border-thin) solid var(--dune-gold);
padding-bottom: 4px;
margin-bottom: 8px;
display: flex;
align-items: center;
position: relative;
}
.skin-pivot .dune-card-title::after {
content: '';
position: absolute;
bottom: -1px;
right: 0;
width: 12px;
height: 1px;
border-bottom: var(--border-thin) solid var(--dune-gold);
transform: rotate(-45deg);
transform-origin: bottom right;
}
.skin-pivot .dune-card-title .icon {
margin-right: 8px;
color: var(--dune-gold);
}
.skin-pivot .dune-card-description {
font-size: 1.1em;
line-height: 1.5;
background-color: rgba(22, 22, 24, 0.4);
border-radius: var(--border-radius-sm);
border: var(--border-thin) solid #444;
padding: var(--spacing-md);
margin-bottom: var(--spacing-md);
color: var(--dune-text);
}
.skin-pivot .dune-card-image {
text-align: center;
margin: var(--spacing-sm) 0;
}
.skin-pivot .dune-card-image img {
max-width: 100%;
height: auto;
display: block;
margin: 0 auto;
}
.skin-pivot .dune-card-video {
margin: var(--spacing-sm) 0;
border: var(--border-medium) solid var(--dune-title);
border-radius: var(--border-radius-md);
padding: 2px;
background-color: #262626;
}
/*--------------------------------------------------------------
10. LOCKED BEHIND COMPONENT
--------------------------------------------------------------*/
.skin-pivot .dune-card-locked {
margin: var(--spacing-lg) 0;
background-color: rgba(12, 10, 20, 0.6);
border: var(--border-thin) solid var(--dune-gold);
border-radius: var(--border-radius-sm);
padding: var(--spacing-md);
text-align: center;
position: relative;
}
.skin-pivot .dune-card-locked-label {
color: var(--dune-gold);
font-weight: bold;
font-size: var(--font-size-sm);
letter-spacing: 0.8px;
margin-bottom: var(--spacing-sm);
border-bottom: var(--border-thin) solid rgba(200, 161, 101, 0.3);
padding-bottom: var(--spacing-xs);
display: flex;
align-items: center;
justify-content: center;
text-transform: uppercase;
}
.skin-pivot .dune-card-locked-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 18px;
height: 18px;
margin-right: var(--spacing-xs);
color: var(--dune-gold);
font-size: 16px;
}
.skin-pivot .dune-card-locked-value {
color: var(--dune-text);
font-weight: normal;
padding: var(--spacing-xs) var(--spacing-sm);
background-color: rgba(22, 22, 24, 0.4);
border: var(--border-thin) solid rgba(200, 161, 101, 0.2);
border-radius: var(--border-radius-sm);
display: inline-block;
position: relative;
}
.skin-pivot .dune-card-locked-value a {
color: var(--dune-gold);
}
/*--------------------------------------------------------------
11. GAME PANEL COMPONENT - WITH DIAGONAL EDGES
--------------------------------------------------------------*/
.skin-pivot .game-panel {
background: rgba(0, 0, 2, 0.7);
border: var(--border-thin) solid var(--dune-gold);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
margin-bottom: var(--spacing-xl);
position: relative;
padding: var(--spacing-md);
overflow: visible;
clip-path: polygon(0 0, 10px 0, 100% 0, 100% 10px, 100% 100%, calc(100% - 10px) 100%, 0 100%, 0 calc(100% - 10px));
}
.skin-pivot .game-panel-header {
background-color: rgba(200, 161, 101, 0.15);
border-bottom: var(--border-thin) solid var(--dune-gold);
padding: 6px 10px;
margin: -12px -12px 12px -12px;
position: relative;
text-transform: uppercase;
font-weight: bold;
color: var(--dune-title);
letter-spacing: 0.5px;
display: flex;
align-items: center;
}
.skin-pivot .game-panel-header::after {
content: '';
position: absolute;
bottom: -1px;
right: 0;
width: 12px;
height: 1px;
border-bottom: var(--border-thin) solid var(--dune-gold);
transform: rotate(-45deg);
transform-origin: bottom right;
}
.skin-pivot .game-panel-header::before {
content: '';
display: inline-block;
width: 12px;
height: 12px;
border-top: 2px solid var(--dune-gold);
border-left: 2px solid var(--dune-gold);
transform: rotate(-45deg);
margin: 0 12px;
}
.skin-pivot .game-panel-content {
padding: 8px 12px;
color: var(--dune-text);
font-size: 0.9em;
overflow: visible;
}
/*--------------------------------------------------------------
12. UI ELEMENTS - GAME ACCURATE
--------------------------------------------------------------*/
/* Resource Item */
.skin-pivot .resource {
display: inline-flex;
align-items: center;
padding: var(--spacing-xs) var(--spacing-sm);
background-color: rgba(12, 10, 20, 0.6);
border: var(--border-thin) solid rgba(200, 161, 101, 0.3);
border-radius: var(--border-radius-sm);
margin: 0 5px 5px 0;
color: var(--dune-text);
position: relative;
}
.skin-pivot .resource:before,
.skin-pivot .resource:after {
content: '';
position: absolute;
width: 4px;
height: 4px;
background-color: var(--dune-gold);
}
.skin-pivot .resource:before {
top: -2px;
left: -2px;
}
.skin-pivot .resource:after {
bottom: -2px;
right: -2px;
}
.skin-pivot .resource .resource-icon {
margin-right: var(--spacing-xs);
color: var(--dune-gold);
}
.skin-pivot .resource .resource-amount {
font-weight: bold;
color: var(--dune-gold);
}
/* Buttons */
.skin-pivot .game-button {
background: linear-gradient(to bottom, var(--dune-gold), var(--dune-gold-dark));
border: var(--border-thin) solid var(--dune-gold);
color: #E2D3AE;
padding: 8px 12px;
border-radius: 3px;
cursor: pointer;
text-transform: uppercase;
font-size: var(--font-size-sm);
letter-spacing: 0.5px;
transition: var(--transition-standard);
position: relative;
text-align: center;
display: inline-block;
}
.skin-pivot .game-button:hover {
background: linear-gradient(to bottom, var(--dune-gold-hover), var(--dune-gold));
box-shadow: 0 0 8px rgba(200, 161, 101, 0.5);
}
.skin-pivot .game-button:active {
top: 1px;
}
/* Progress Bar */
.skin-pivot .progress-bar {
height: 10px;
background-color: rgba(15, 20, 25, 0.8);
border: var(--border-thin) solid var(--dune-gold);
border-radius: 5px;
overflow: hidden;
margin: 5px 0;
position: relative;
}
.skin-pivot .progress-fill {
height: 100%;
background: linear-gradient(to right, var(--dune-gold), var(--dune-gold-hover));
width: 0%;
transition: width 0.3s ease;
}
/* Tooltip */
.skin-pivot .tooltip {
position: relative;
display: inline-block;
cursor: help;
}
.skin-pivot .tooltip .tooltip-text {
visibility: hidden;
width: 200px;
background-color: #1F2A37;
color: var(--dune-text);
text-align: center;
border: var(--border-thin) solid var(--dune-gold);
border-radius: 5px;
padding: 8px;
position: absolute;
z-index: 1;
bottom: 125%;
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;
opacity: 1;
}
/* Badge Indicators */
.skin-pivot .badge {
display: inline-block;
padding: 3px 6px;
border-radius: 3px;
font-size: 0.75em;
margin-left: 5px;
text-transform: uppercase;
}
.skin-pivot .badge-functional {
background-color: rgba(65, 130, 65, 0.3);
border: var(--border-thin) solid #5a9d5a;
color: #a3d9a3;
}
.skin-pivot .badge-locked {
background-color: rgba(130, 65, 65, 0.3);
border: var(--border-thin) solid #9d5a5a;
color: #d9a3a3;
}
/*--------------------------------------------------------------
13. INVENTORY UI STYLING - GAME ACCURATE
--------------------------------------------------------------*/
/* Inventory Grid */
.skin-pivot .inventory-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(75px, 1fr));
gap: 4px;
padding: 5px;
background-color: rgba(12, 10, 20, 0.8);
border: var(--border-thin) solid var(--dune-gold);
position: relative;
clip-path: polygon(0 0, 10px 0, 100% 0, 100% 10px, 100% 100%, calc(100% - 10px) 100%, 0 100%, 0 calc(100% - 10px));
}
/* Inventory Slot */
.skin-pivot .inventory-slot {
background-color: rgba(22, 22, 24, 0.8);
border: var(--border-thin) solid rgba(200, 161, 101, 0.3);
display: flex;
align-items: center;
justify-content: center;
height: 75px;
width: 75px;
transition: var(--transition-standard);
position: relative;
}
.skin-pivot .inventory-slot.empty {
background-image: linear-gradient(to bottom right, transparent calc(50% - 1px), rgba(200, 161, 101, 0.3), transparent calc(50% + 1px));
}
.skin-pivot .inventory-slot:before,
.skin-pivot .inventory-slot:after {
content: '';
position: absolute;
width: 3px;
height: 3px;
}
.skin-pivot .inventory-slot:before {
top: -1px;
left: -1px;
border-top: var(--border-thin) solid var(--dune-gold);
border-left: var(--border-thin) solid var(--dune-gold);
}
.skin-pivot .inventory-slot:after {
bottom: -1px;
right: -1px;
border-bottom: var(--border-thin) solid var(--dune-gold);
border-right: var(--border-thin) solid var(--dune-gold);
}
.skin-pivot .inventory-slot:hover {
border-color: var(--dune-gold);
box-shadow: 0 0 5px rgba(200, 161, 101, 0.4) inset;
}
.skin-pivot .inventory-slot img {
max-width: 85%;
max-height: 85%;
}
/* Selected Slot */
.skin-pivot .dune-selected {
border: var(--border-thin) solid var(--dune-gold);
box-shadow: 0 0 8px rgba(200, 161, 101, 0.5) inset, 0 0 2px var(--dune-gold);
background-color: rgba(200, 161, 101, 0.1);
}
/* Item Count */
.skin-pivot .item-count {
position: absolute;
bottom: 2px;
right: 2px;
background-color: rgba(12, 10, 20, 0.8);
color: var(--dune-gold);
font-size: 10px;
padding: 1px 3px;
border-radius: 2px;
border: var(--border-thin) solid rgba(200, 161, 101, 0.5);
min-width: 14px;
text-align: center;
}
/* Item Quality */
.skin-pivot .item-quality {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 3px;
}
.skin-pivot .item-quality.common { background-color: #a0a0a0; }
.skin-pivot .item-quality.uncommon { background-color: #2d862d; }
.skin-pivot .item-quality.rare { background-color: #2970c3; }
.skin-pivot .item-quality.epic { background-color: #9c43c8; }
.skin-pivot .item-quality.legendary { background-color: #cf7a30; }