Pivot.css: Difference between revisions
From Dune Awakening DB
mNo edit summary Tag: Manual revert |
mNo edit summary |
||
| Line 1: | Line 1: | ||
/********************************************************** | /********************************************************** | ||
* Dune-Themed Pivot Skin (Integrated Full CSS with | |||
* Full-Screen Background & Infobox Overrides) | |||
**********************************************************/ | |||
/* 1) RESET MARGINS & ENSURE BODY CAN GROW AS TALL AS NEEDED */ | /* 1) RESET MARGINS & ENSURE BODY CAN GROW AS TALL AS NEEDED */ | ||
| Line 7: | Line 8: | ||
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
height: 100%; | |||
min-height: 100%; | min-height: 100%; | ||
} | } | ||
/* 2) | /* 2) FULLSCREEN BACKGROUND IMAGE */ | ||
/* Uses your [[:File:DuneDB Background.jpg]] file */ | |||
body.skin-pivot { | body.skin-pivot { | ||
background: url('DuneDB Background.jpg') no-repeat center center fixed; | |||
background: | background-size: cover; | ||
background-size: | |||
color: #E0E0E0; /* General text color */ | color: #E0E0E0; /* General text color */ | ||
font-family: "Orbitron", sans-serif; | font-family: "Orbitron", sans-serif; | ||
} | } | ||
/* 3) FORCE MAJOR WRAPPERS TO BE TRANSPARENT */ | /* 3) TRANSPARENT MAIN CONTAINERS */ | ||
.skin-pivot #content, | |||
.skin-pivot .mw-body, | |||
.skin-pivot .mw-content-ltr, | |||
.skin-pivot .mw-content-rtl { | |||
background: transparent; | |||
padding: 15px; | |||
border-radius: 10px; | |||
margin: 0; | |||
} | |||
/* 4) 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 48: | ||
} | } | ||
/* | /* 5) FOOTER, CATLINKS, PRINTFOOTER: ALSO TRANSPARENT */ | ||
.skin-pivot footer, | .skin-pivot footer, | ||
.skin-pivot .footer, | .skin-pivot .footer, | ||
| Line 58: | Line 64: | ||
} | } | ||
/********************************************************** | |||
* NAVIGATION & HEADINGS | |||
**********************************************************/ | |||
/********************************************************** | |||
/* Navbars */ | /* Navbars */ | ||
| Line 84: | Line 78: | ||
.skin-pivot .navbar-nav > li > a, | .skin-pivot .navbar-nav > li > a, | ||
.skin-pivot .dropdown-menu > li > a { | .skin-pivot .dropdown-menu > li > a { | ||
color: #C47F3A !important; | color: #C47F3A !important; | ||
font-weight: bold !important; | font-weight: bold !important; | ||
text-decoration: none; | text-decoration: none; | ||
| Line 90: | Line 84: | ||
.skin-pivot .navbar-nav > li > a:hover, | .skin-pivot .navbar-nav > li > a:hover, | ||
.skin-pivot .dropdown-menu > li > a:hover { | .skin-pivot .dropdown-menu > li > a:hover { | ||
color: #E28D4F !important; | color: #E28D4F !important; | ||
text-decoration: underline; | text-decoration: underline; | ||
} | } | ||
| Line 115: | Line 109: | ||
background-color: transparent; | background-color: transparent; | ||
border: none; | border: none; | ||
color: #E2D3AE; | color: #E2D3AE; | ||
margin: 10px 0 5px; | margin: 10px 0 5px; | ||
font-weight: bold; | font-weight: bold; | ||
| Line 121: | Line 115: | ||
} | } | ||
/* | /* Main content headings */ | ||
.skin-pivot h1, | .skin-pivot h1, | ||
.skin-pivot h2, | .skin-pivot h2, | ||
| Line 136: | Line 130: | ||
padding-bottom: 5px; | padding-bottom: 5px; | ||
} | } | ||
.skin-pivot h1, | .skin-pivot h1, | ||
.skin-pivot h3 { | .skin-pivot h3 { | ||
| Line 152: | Line 145: | ||
text-decoration: underline; | text-decoration: underline; | ||
} | } | ||
.skin-pivot a.new, | .skin-pivot a.new, | ||
.skin-pivot a.new:visited { | .skin-pivot a.new:visited { | ||
| Line 163: | Line 154: | ||
} | } | ||
/********************************************************** | /********************************************************** | ||
* PIVOT NAV OVERRIDES | |||
**********************************************************/ | |||
.skin-pivot nav.tab-bar.hide-for-print { | .skin-pivot nav.tab-bar.hide-for-print { | ||
background: rgba(15, 20, 25, 0.9); | background: rgba(15, 20, 25, 0.9); | ||
| Line 180: | Line 171: | ||
text-decoration: underline; | text-decoration: underline; | ||
} | } | ||
.skin-pivot nav.tab-bar.hide-for-print .title a { | .skin-pivot nav.tab-bar.hide-for-print .title a { | ||
color: #E2D3AE; | color: #E2D3AE; | ||
| Line 186: | Line 176: | ||
text-transform: uppercase; | text-transform: uppercase; | ||
} | } | ||
.skin-pivot #left-nav-aside, | .skin-pivot #left-nav-aside, | ||
.skin-pivot #middle-nav, | .skin-pivot #middle-nav, | ||
| Line 194: | Line 182: | ||
color: #E0E0E0; | color: #E0E0E0; | ||
} | } | ||
.skin-pivot li.name.logo img { | .skin-pivot li.name.logo img { | ||
max-width: 100%; | max-width: 100%; | ||
| Line 202: | Line 188: | ||
vertical-align: middle; | vertical-align: middle; | ||
} | } | ||
.skin-pivot li.has-form input[type="search"] { | .skin-pivot li.has-form input[type="search"] { | ||
background: rgba(30, 40, 50, 0.8); | background: rgba(30, 40, 50, 0.8); | ||
| Line 214: | Line 198: | ||
color: #C9B795; | color: #C9B795; | ||
} | } | ||
.skin-pivot label.sidebar { | .skin-pivot label.sidebar { | ||
background-color: transparent; | background-color: transparent; | ||
| Line 238: | Line 220: | ||
} | } | ||
/********************************************************** | /********************************************************** | ||
* SIDEBAR/HIDING TOOLS | |||
**********************************************************/ | |||
html body.skin-pivot #p-tb, | html body.skin-pivot #p-tb, | ||
html body.skin-pivot #p-tb + ul, | html body.skin-pivot #p-tb + ul, | ||
| Line 248: | Line 230: | ||
} | } | ||
/********************************************************** | /********************************************************** | ||
* TABLES | |||
**********************************************************/ | |||
/* Two-Column Table */ | /* Two-Column Table */ | ||
.skin-pivot table.two-column-table { | .skin-pivot table.two-column-table { | ||
| Line 273: | Line 255: | ||
border-right: 2px solid rgba(255, 255, 255, 0.2) !important; | border-right: 2px solid rgba(255, 255, 255, 0.2) !important; | ||
} | } | ||
@media only screen and (max-width: 600px) { | @media only screen and (max-width: 600px) { | ||
.skin-pivot table.two-column-table > tbody > tr { | .skin-pivot table.two-column-table > tbody > tr { | ||
| Line 285: | Line 266: | ||
} | } | ||
/* Infobox Dune */ | /********************************************************** | ||
* INFOBOX COLORS & STYLES | |||
**********************************************************/ | |||
/* Infobox Dune: Outer container with background #010005 */ | |||
.skin-pivot table.infobox-dune { | .skin-pivot table.infobox-dune { | ||
width: 100% !important; | width: 100% !important; | ||
border-collapse: collapse !important; | border-collapse: collapse !important; | ||
margin-bottom: 0.5em !important; | margin-bottom: 0.5em !important; | ||
background-color: # | background-color: #010005 !important; | ||
border: 1px solid #444 !important; | border: 1px solid #444 !important; | ||
border-radius: 4px !important; | border-radius: 4px !important; | ||
} | } | ||
/* Infobox inner cells: background #000002 */ | |||
.skin-pivot table.infobox-dune th, | .skin-pivot table.infobox-dune th, | ||
.skin-pivot table.infobox-dune td { | .skin-pivot table.infobox-dune td { | ||
| Line 300: | Line 285: | ||
color: #E2D3AE !important; | color: #E2D3AE !important; | ||
border-bottom: 1px solid #3A3A3A !important; | border-bottom: 1px solid #3A3A3A !important; | ||
background-color: # | background-color: #000002 !important; | ||
vertical-align: middle !important; | vertical-align: middle !important; | ||
text-align: left !important; | text-align: left !important; | ||
} | } | ||
.skin-pivot table.infobox-dune tr:last-child th, | .skin-pivot table.infobox-dune tr:last-child th, | ||
.skin-pivot table.infobox-dune tr:last-child td { | .skin-pivot table.infobox-dune tr:last-child td { | ||
border-bottom: none !important; | border-bottom: none !important; | ||
} | |||
/* .dune-infobox module override */ | |||
.skin-pivot .dune-infobox { | |||
position: relative; | |||
background-color: #010005; | |||
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: ""; | |||
position: absolute; | |||
top: 0; | |||
left: 0; | |||
width: 100%; | |||
height: 100%; | |||
pointer-events: none; | |||
border: 2px solid #E2D3AE; | |||
border-radius: 6px; | |||
transform: translate(4px, 4px); | |||
} | |||
.skin-pivot .dune-infobox-title { | |||
font-size: 1.4em; | |||
color: #E2D3AE; | |||
text-transform: uppercase; | |||
border-bottom: 1px solid #444; | |||
padding-bottom: 4px; | |||
margin-bottom: 8px; | |||
} | } | ||
/********************************************************** | /********************************************************** | ||
* DUNE-CARD STYLES | |||
**********************************************************/ | |||
.dune-card { | .dune-card { | ||
position: relative; | position: relative; | ||
| Line 329: | Line 343: | ||
.dune-card-decoration { | .dune-card-decoration { | ||
position: absolute; | position: absolute; | ||
top: 0; left: 0; | top: 0; | ||
width: 100%; height: 100%; | left: 0; | ||
width: 100%; | |||
height: 100%; | |||
pointer-events: none; | pointer-events: none; | ||
border: 2px solid #E2D3AE; | border: 2px solid #E2D3AE; | ||
| Line 336: | Line 352: | ||
transform: translate(4px, 4px); | transform: translate(4px, 4px); | ||
} | } | ||
.dune-card-inner { position: relative; z-index: 1; } | .dune-card-inner { | ||
position: relative; | |||
z-index: 1; | |||
} | |||
.dune-card-label { | .dune-card-label { | ||
color: #b6a896; | color: #b6a896; | ||
| Line 365: | Line 384: | ||
} | } | ||
/********************************************************** | /********************************************************** | ||
* RESPONSIVE LAYOUT | |||
**********************************************************/ | |||
.responsive-container { | .responsive-container { | ||
display: flex; | display: flex; | ||
| Line 438: | Line 424: | ||
} | } | ||
/********************************************************** | /********************************************************** | ||
* ADDITIONAL PANEL & TABLE STYLES (Game UI Feel) | |||
**********************************************************/ | |||
.skin-pivot .game-panel { | .skin-pivot .game-panel { | ||
background: linear-gradient(to bottom, #1a1a1a, #1F2A37); | background: linear-gradient(to bottom, #1a1a1a, #1F2A37); | ||
| Line 466: | Line 452: | ||
content: ''; | content: ''; | ||
display: inline-block; | display: inline-block; | ||
width: 12px; height: 12px; | width: 12px; | ||
height: 12px; | |||
border-top: 2px solid #C47F3A; | border-top: 2px solid #C47F3A; | ||
border-left: 2px solid #C47F3A; | border-left: 2px solid #C47F3A; | ||
| Line 480: | Line 467: | ||
font-size: 0.9em; | font-size: 0.9em; | ||
} | } | ||
/* Enhanced Table Styling */ | /* Enhanced Table Styling */ | ||
.skin-pivot .game-table { | .skin-pivot .game-table { | ||
| Line 508: | Line 494: | ||
border-bottom: none; | border-bottom: none; | ||
} | } | ||
/* Resource Item Styling */ | /* Resource Item Styling */ | ||
.skin-pivot .resource { | .skin-pivot .resource { | ||
| Line 528: | Line 513: | ||
color: #C47F3A; | color: #C47F3A; | ||
} | } | ||
/* Buttons */ | /* Buttons */ | ||
.skin-pivot .game-button { | .skin-pivot .game-button { | ||
| Line 550: | Line 534: | ||
top: 1px; | top: 1px; | ||
} | } | ||
/* Progress Bar */ | /* Progress Bar */ | ||
.skin-pivot .progress-bar { | .skin-pivot .progress-bar { | ||
| Line 566: | Line 549: | ||
transition: width 0.3s ease; | transition: width 0.3s ease; | ||
} | } | ||
/* Hover Effects for Interactive Elements */ | /* Hover Effects for Interactive Elements */ | ||
.skin-pivot a:not(.game-button), | .skin-pivot a:not(.game-button), | ||
| Line 577: | Line 559: | ||
text-shadow: 0 0 5px rgba(226, 141, 79, 0.4); | text-shadow: 0 0 5px rgba(226, 141, 79, 0.4); | ||
} | } | ||
/* Tooltip */ | /* Tooltip */ | ||
.skin-pivot .tooltip { | .skin-pivot .tooltip { | ||
| Line 607: | Line 588: | ||
opacity: 1; | opacity: 1; | ||
} | } | ||
/* Badge Indicators */ | /* Badge Indicators */ | ||
.skin-pivot .badge { | .skin-pivot .badge { | ||
| Line 627: | Line 607: | ||
color: #d9a3a3; | color: #d9a3a3; | ||
} | } | ||
/* Animation for loading */ | /* Animation for loading */ | ||
@keyframes pulsate { | @keyframes pulsate { | ||
| Line 637: | Line 616: | ||
} | } | ||
/********************************************************** | /********************************************************** | ||
* BREADCRUMBS, HEADINGS, ETC. | |||
**********************************************************/ | |||
.skin-pivot .breadcrumbs-container, | .skin-pivot .breadcrumbs-container, | ||
.skin-pivot .breadcrumb-trail { | .skin-pivot .breadcrumb-trail { | ||
background: transparent; | background: transparent; | ||
border: none; | border: none; | ||
margin: 0; padding: 0; | margin: 0; | ||
padding: 0; | |||
} | } | ||
.skin-pivot .breadcrumb-trail { | .skin-pivot .breadcrumb-trail { | ||
| Line 660: | Line 640: | ||
font-size: 0.9em; | font-size: 0.9em; | ||
} | } | ||
.skin-pivot h1.firstHeading, | .skin-pivot h1.firstHeading, | ||
.skin-pivot .page-header h1 { | .skin-pivot .page-header h1 { | ||
| Line 677: | Line 656: | ||
opacity: 0.7; | opacity: 0.7; | ||
} | } | ||
.skin-pivot .video-container { | .skin-pivot .video-container { | ||
border: 1px solid #364957; | border: 1px solid #364957; | ||
| Line 684: | Line 662: | ||
margin-bottom: 8px; | margin-bottom: 8px; | ||
} | } | ||
.skin-pivot .related-buildings { | .skin-pivot .related-buildings { | ||
padding: 8px; | padding: 8px; | ||
| Line 694: | Line 671: | ||
font-size: 0.9em; | font-size: 0.9em; | ||
} | } | ||
.skin-pivot .schematic-section, | .skin-pivot .schematic-section, | ||
.skin-pivot .crafting-section, | .skin-pivot .crafting-section, | ||
Revision as of 00:46, 3 April 2025
/**********************************************************
* Dune-Themed Pivot Skin (Integrated Full CSS with
* Full-Screen Background & Infobox Overrides)
**********************************************************/
/* 1) RESET MARGINS & ENSURE BODY CAN GROW AS TALL AS NEEDED */
html, body {
margin: 0;
padding: 0;
height: 100%;
min-height: 100%;
}
/* 2) FULLSCREEN BACKGROUND IMAGE */
/* Uses your [[:File:DuneDB Background.jpg]] file */
body.skin-pivot {
background: url('DuneDB Background.jpg') no-repeat center center fixed;
background-size: cover;
color: #E0E0E0; /* General text color */
font-family: "Orbitron", sans-serif;
}
/* 3) TRANSPARENT MAIN CONTAINERS */
.skin-pivot #content,
.skin-pivot .mw-body,
.skin-pivot .mw-content-ltr,
.skin-pivot .mw-content-rtl {
background: transparent;
padding: 15px;
border-radius: 10px;
margin: 0;
}
/* 4) 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;
}
/* 5) 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: #E0E0E0 !important;
}
/**********************************************************
* NAVIGATION & HEADINGS
**********************************************************/
/* Navbars */
.skin-pivot .navbar,
.skin-pivot .navbar-default,
.skin-pivot .navbar-inverse {
background: rgba(15, 20, 25, 0.9) !important;
border: none !important;
color: #E0E0E0 !important;
}
.skin-pivot .navbar-nav > li > a,
.skin-pivot .dropdown-menu > li > a {
color: #C47F3A !important;
font-weight: bold !important;
text-decoration: none;
}
.skin-pivot .navbar-nav > li > a:hover,
.skin-pivot .dropdown-menu > li > a:hover {
color: #E28D4F !important;
text-decoration: underline;
}
/* Sidebar & Panels */
.skin-pivot #nav,
.skin-pivot #nav-wrapper,
.skin-pivot .nav-content,
.skin-pivot .list-group,
.skin-pivot .list-group-item {
background: rgba(15, 20, 25, 0.9);
border: none;
color: #E0E0E0;
}
.skin-pivot .list-group-item:hover {
background-color: rgba(15, 20, 25, 1);
}
/* Sidebar / Panel Headings */
.skin-pivot #nav h3,
.skin-pivot #nav-wrapper h3,
.skin-pivot .panel-heading,
.skin-pivot .nav-content h3 {
background-color: transparent;
border: none;
color: #E2D3AE;
margin: 10px 0 5px;
font-weight: bold;
text-transform: uppercase;
}
/* Main content headings */
.skin-pivot h1,
.skin-pivot h2,
.skin-pivot h3,
.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;
}
.skin-pivot h1,
.skin-pivot h3 {
border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
/* Links site-wide */
.skin-pivot a {
color: #C47F3A;
text-decoration: none;
font-weight: bold;
}
.skin-pivot a:hover {
color: #E28D4F;
text-decoration: underline;
}
.skin-pivot a.new,
.skin-pivot a.new:visited {
color: #BA0000 !important;
text-decoration: underline;
}
.skin-pivot a.new:hover {
color: #DD0000 !important;
}
/**********************************************************
* PIVOT NAV OVERRIDES
**********************************************************/
.skin-pivot nav.tab-bar.hide-for-print {
background: rgba(15, 20, 25, 0.9);
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;
}
.skin-pivot nav.tab-bar.hide-for-print .title a {
color: #E2D3AE;
font-size: 1.2em;
text-transform: uppercase;
}
.skin-pivot #left-nav-aside,
.skin-pivot #middle-nav,
.skin-pivot #right-nav-aside {
background-color: transparent;
color: #E0E0E0;
}
.skin-pivot li.name.logo img {
max-width: 100%;
height: auto;
display: inline-block;
vertical-align: middle;
}
.skin-pivot li.has-form input[type="search"] {
background: rgba(30, 40, 50, 0.8);
color: #E0E0E0;
border: 1px solid #C47F3A;
padding: 0.5em;
width: 100%;
}
.skin-pivot li.has-form input[type="search"]::placeholder {
color: #C9B795;
}
.skin-pivot label.sidebar {
background-color: transparent;
color: #E2D3AE;
font-weight: bold;
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;
text-decoration: none;
display: block;
padding: 0.25em 0;
}
.skin-pivot li.mw-list-item a:hover {
color: #E28D4F;
text-decoration: underline;
}
/**********************************************************
* 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 !important;
}
/**********************************************************
* TABLES
**********************************************************/
/* Two-Column Table */
.skin-pivot table.two-column-table {
background-color: #1A232F !important;
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;
}
@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 COLORS & STYLES
**********************************************************/
/* Infobox Dune: Outer container with background #010005 */
.skin-pivot table.infobox-dune {
width: 100% !important;
border-collapse: collapse !important;
margin-bottom: 0.5em !important;
background-color: #010005 !important;
border: 1px solid #444 !important;
border-radius: 4px !important;
}
/* Infobox inner cells: background #000002 */
.skin-pivot table.infobox-dune th,
.skin-pivot table.infobox-dune td {
padding: 6px 8px !important;
font-size: 0.85em !important;
color: #E2D3AE !important;
border-bottom: 1px solid #3A3A3A !important;
background-color: #000002 !important;
vertical-align: middle !important;
text-align: left !important;
}
.skin-pivot table.infobox-dune tr:last-child th,
.skin-pivot table.infobox-dune tr:last-child td {
border-bottom: none !important;
}
/* .dune-infobox module override */
.skin-pivot .dune-infobox {
position: relative;
background-color: #010005;
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: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
border: 2px solid #E2D3AE;
border-radius: 6px;
transform: translate(4px, 4px);
}
.skin-pivot .dune-infobox-title {
font-size: 1.4em;
color: #E2D3AE;
text-transform: uppercase;
border-bottom: 1px solid #444;
padding-bottom: 4px;
margin-bottom: 8px;
}
/**********************************************************
* DUNE-CARD STYLES
**********************************************************/
.dune-card {
position: relative;
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;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
border: 2px solid #E2D3AE;
border-radius: 6px;
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;
}
/**********************************************************
* RESPONSIVE LAYOUT
**********************************************************/
.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;
flex-direction: column;
box-sizing: border-box;
width: 100%;
min-width: 350px;
}
@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;
}
/**********************************************************
* ADDITIONAL PANEL & TABLE STYLES (Game UI Feel)
**********************************************************/
.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 */
.skin-pivot .game-table {
width: 100%;
border-collapse: collapse;
margin-bottom: 10px;
}
.skin-pivot .game-table th {
background-color: rgba(196,127,58,0.2);
color: #E2D3AE;
padding: 6px;
text-align: left;
font-size: 0.85em;
text-transform: uppercase;
letter-spacing: 0.5px;
border-bottom: 1px solid #C47F3A;
}
.skin-pivot .game-table td {
padding: 4px 6px;
border-bottom: 1px solid rgba(196,127,58, 0.3);
vertical-align: middle;
}
.skin-pivot .game-table tr:nth-child(even) td {
background-color: rgba(15, 20, 25, 0.4);
}
.skin-pivot .game-table tr:last-child td {
border-bottom: none;
}
/* Resource Item Styling */
.skin-pivot .resource {
display: inline-flex;
align-items: center;
padding: 2px 6px;
background-color: rgba(15, 20, 25, 0.6);
border: 1px solid rgba(196,127,58, 0.6);
border-radius: 3px;
margin-right: 5px;
margin-bottom: 5px;
color: #E0E0E0;
}
.skin-pivot .resource .resource-icon {
margin-right: 4px;
}
.skin-pivot .resource .resource-amount {
font-weight: bold;
color: #C47F3A;
}
/* Buttons */
.skin-pivot .game-button {
background: linear-gradient(to bottom, #C47F3A, #9F6230);
border: 1px solid #C47F3A;
color: #E2D3AE;
padding: 8px 12px;
border-radius: 3px;
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, #E28D4F, #B97233);
box-shadow: 0 0 8px rgba(226, 141, 79, 0.4);
}
.skin-pivot .game-button:active {
top: 1px;
}
/* Progress Bar */
.skin-pivot .progress-bar {
height: 10px;
background-color: rgba(15, 20, 25, 0.8);
border: 1px solid #C47F3A;
border-radius: 5px;
overflow: hidden;
margin: 5px 0;
}
.skin-pivot .progress-fill {
height: 100%;
background: linear-gradient(to right, #C47F3A, #E28D4F);
width: 0%;
transition: width 0.3s ease;
}
/* Hover Effects for Interactive Elements */
.skin-pivot a:not(.game-button),
.skin-pivot .clickable {
transition: color 0.2s ease, text-shadow 0.2s ease;
}
.skin-pivot a:not(.game-button):hover,
.skin-pivot .clickable:hover {
color: #E28D4F;
text-shadow: 0 0 5px rgba(226, 141, 79, 0.4);
}
/* Tooltip */
.skin-pivot .tooltip {
position: relative;
display: inline-block;
cursor: help;
}
.skin-pivot .tooltip .tooltip-text {
visibility: hidden;
width: 200px;
background-color: #1F2A37;
color: #E0E0E0;
text-align: center;
border: 1px solid #C47F3A;
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: 1px solid #5a9d5a;
color: #a3d9a3;
}
.skin-pivot .badge-locked {
background-color: rgba(130, 65, 65, 0.3);
border: 1px solid #9d5a5a;
color: #d9a3a3;
}
/* Animation for loading */
@keyframes pulsate {
0%, 100% { opacity: 0.6; }
50% { opacity: 1; }
}
.skin-pivot .loading {
animation: pulsate 1.5s infinite;
}
/**********************************************************
* BREADCRUMBS, HEADINGS, ETC.
**********************************************************/
.skin-pivot .breadcrumbs-container,
.skin-pivot .breadcrumb-trail {
background: transparent;
border: none;
margin: 0;
padding: 0;
}
.skin-pivot .breadcrumb-trail {
display: inline-flex;
align-items: center;
padding: 5px 0;
color: #C47F3A;
}
.skin-pivot .breadcrumb-unavailable {
background-color: rgba(15, 20, 25, 0.6);
border: 1px solid #C47F3A;
padding: 5px 10px;
margin-bottom: 10px;
color: #E0E0E0;
font-size: 0.9em;
}
.skin-pivot h1.firstHeading,
.skin-pivot .page-header h1 {
color: #E2D3AE;
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;
font-size: 0.85em;
margin: -5px 0 15px 0;
opacity: 0.7;
}
.skin-pivot .video-container {
border: 1px solid #364957;
border-radius: 3px;
overflow: hidden;
margin-bottom: 8px;
}
.skin-pivot .related-buildings {
padding: 8px;
background-color: rgba(15, 20, 25, 0.4);
}
.skin-pivot .related-buildings p {
margin: 5px 0;
color: #E0E0E0;
font-size: 0.9em;
}
.skin-pivot .schematic-section,
.skin-pivot .crafting-section,
.skin-pivot .tutorials-section {
margin-bottom: 10px;
}
.skin-pivot .schematic-section .game-panel,
.skin-pivot .crafting-section .game-panel,
.skin-pivot .tutorials-section .game-panel {
margin-bottom: 8px;
}