<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://dunedb.com/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3AGadget-ResourcePage.css</id>
	<title>MediaWiki:Gadget-ResourcePage.css - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://dunedb.com/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3AGadget-ResourcePage.css"/>
	<link rel="alternate" type="text/html" href="https://dunedb.com/index.php?title=MediaWiki:Gadget-ResourcePage.css&amp;action=history"/>
	<updated>2026-05-24T04:20:05Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://dunedb.com/index.php?title=MediaWiki:Gadget-ResourcePage.css&amp;diff=922&amp;oldid=prev</id>
		<title>Operator: Created page with &quot;/**  * ResourcePage Gadget CSS  * Styles for recipe popups and additional functionality  */  /* Recipe Popup Overlay */ .recipe-popup-overlay {     position: fixed;     top: 0;     left: 0;     right: 0;     bottom: 0;     background: rgba(0,0,0,.8);     z-index: 10000;     display: flex;     align-items: center;     justify-content: center;     opacity: 0;     visibility: hidden;     transition: opacity .3s ease, visibility .3s ease; }  .recipe-popup-overlay.active {...&quot;</title>
		<link rel="alternate" type="text/html" href="https://dunedb.com/index.php?title=MediaWiki:Gadget-ResourcePage.css&amp;diff=922&amp;oldid=prev"/>
		<updated>2025-06-03T16:50:27Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;span class=&quot;autocomment&quot;&gt;*  * ResourcePage Gadget CSS  * Styles for recipe popups and additional functionality: &lt;/span&gt;  &lt;span class=&quot;autocomment&quot;&gt;Recipe Popup Overlay: &lt;/span&gt; .recipe-popup-overlay {     position: fixed;     top: 0;     left: 0;     right: 0;     bottom: 0;     background: rgba(0,0,0,.8);     z-index: 10000;     display: flex;     align-items: center;     justify-content: center;     opacity: 0;     visibility: hidden;     transition: opacity .3s ease, visibility .3s ease; }  .recipe-popup-overlay.active {...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/**&lt;br /&gt;
 * ResourcePage Gadget CSS&lt;br /&gt;
 * Styles for recipe popups and additional functionality&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/* Recipe Popup Overlay */&lt;br /&gt;
.recipe-popup-overlay {&lt;br /&gt;
    position: fixed;&lt;br /&gt;
    top: 0;&lt;br /&gt;
    left: 0;&lt;br /&gt;
    right: 0;&lt;br /&gt;
    bottom: 0;&lt;br /&gt;
    background: rgba(0,0,0,.8);&lt;br /&gt;
    z-index: 10000;&lt;br /&gt;
    display: flex;&lt;br /&gt;
    align-items: center;&lt;br /&gt;
    justify-content: center;&lt;br /&gt;
    opacity: 0;&lt;br /&gt;
    visibility: hidden;&lt;br /&gt;
    transition: opacity .3s ease, visibility .3s ease;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.recipe-popup-overlay.active {&lt;br /&gt;
    opacity: 1;&lt;br /&gt;
    visibility: visible;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Recipe Popup Container */&lt;br /&gt;
.recipe-popup {&lt;br /&gt;
    background: linear-gradient(135deg, rgba(0,0,2,.95) 0%, rgba(12,10,20,.95) 100%);&lt;br /&gt;
    border: 2px solid rgba(252,231,200,.3);&lt;br /&gt;
    width: 90%;&lt;br /&gt;
    max-width: 1200px;&lt;br /&gt;
    max-height: 80vh;&lt;br /&gt;
    display: flex;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    box-shadow: 0 0 40px rgba(0,0,0,.8), inset 0 0 30px rgba(252,231,200,.05);&lt;br /&gt;
    clip-path: polygon(&lt;br /&gt;
        0 20px,&lt;br /&gt;
        20px 0,&lt;br /&gt;
        calc(100% - 20px) 0,&lt;br /&gt;
        100% 20px,&lt;br /&gt;
        100% calc(100% - 20px),&lt;br /&gt;
        calc(100% - 20px) 100%,&lt;br /&gt;
        20px 100%,&lt;br /&gt;
        0 calc(100% - 20px)&lt;br /&gt;
    );&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Popup Header */&lt;br /&gt;
.popup-header {&lt;br /&gt;
    background: rgba(0,0,2,.9);&lt;br /&gt;
    border-bottom: 2px solid rgba(252,231,200,.4);&lt;br /&gt;
    padding: 16px 24px;&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: space-between;&lt;br /&gt;
    align-items: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.popup-title {&lt;br /&gt;
    color: #fce7c8;&lt;br /&gt;
    font-size: 24px;&lt;br /&gt;
    font-weight: 700;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    letter-spacing: 1px;&lt;br /&gt;
    margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.popup-close {&lt;br /&gt;
    background: none;&lt;br /&gt;
    border: none;&lt;br /&gt;
    color: #fce7c8;&lt;br /&gt;
    font-size: 32px;&lt;br /&gt;
    cursor: pointer;&lt;br /&gt;
    transition: transform 0.3s ease, color 0.3s ease;&lt;br /&gt;
    padding: 0;&lt;br /&gt;
    width: 40px;&lt;br /&gt;
    height: 40px;&lt;br /&gt;
    display: flex;&lt;br /&gt;
    align-items: center;&lt;br /&gt;
    justify-content: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.popup-close:hover {&lt;br /&gt;
    color: #fff;&lt;br /&gt;
    transform: rotate(90deg);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Popup Content */&lt;br /&gt;
.popup-content {&lt;br /&gt;
    padding: 24px;&lt;br /&gt;
    overflow-y: auto;&lt;br /&gt;
    flex: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Popup Search */&lt;br /&gt;
.popup-search-container {&lt;br /&gt;
    margin-bottom: 16px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.popup-search-input {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    padding: 12px 16px;&lt;br /&gt;
    background: rgba(0,0,2,.8);&lt;br /&gt;
    border: 2px solid rgba(252,231,200,.3);&lt;br /&gt;
    color: #fce7c8;&lt;br /&gt;
    font-size: 16px;&lt;br /&gt;
    font-family: &amp;#039;Rajdhani&amp;#039;, sans-serif;&lt;br /&gt;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;&lt;br /&gt;
    outline: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.popup-search-input:focus {&lt;br /&gt;
    border-color: #fce7c8;&lt;br /&gt;
    box-shadow: 0 0 15px rgba(252,231,200,.4);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Popup Table */&lt;br /&gt;
.popup-table-wrapper {&lt;br /&gt;
    overflow-x: auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.recipe-popup-table {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    border-collapse: separate;&lt;br /&gt;
    border-spacing: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.recipe-popup-table thead th {&lt;br /&gt;
    background: rgba(0,0,2,.9) !important;&lt;br /&gt;
    color: #fce7c8 !important;&lt;br /&gt;
    font-weight: 700;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    letter-spacing: 1px;&lt;br /&gt;
    padding: 14px 12px !important;&lt;br /&gt;
    font-size: 14px !important;&lt;br /&gt;
    position: sticky;&lt;br /&gt;
    top: 0;&lt;br /&gt;
    z-index: 10;&lt;br /&gt;
    border-bottom: 2px solid rgba(252,231,200,.4);&lt;br /&gt;
    cursor: pointer;&lt;br /&gt;
    user-select: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.recipe-popup-table thead th:hover {&lt;br /&gt;
    background: rgba(252,231,200,.1) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.recipe-popup-table tbody tr {&lt;br /&gt;
    transition: background 0.2s ease;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.recipe-popup-table tbody tr:hover {&lt;br /&gt;
    background: rgba(252,231,200,.05);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.recipe-popup-table tbody td {&lt;br /&gt;
    padding: 12px !important;&lt;br /&gt;
    font-size: 14px !important;&lt;br /&gt;
    color: #E0E0E0;&lt;br /&gt;
    background: rgba(12,10,20,.6);&lt;br /&gt;
    border-bottom: 1px solid rgba(252,231,200,.2);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Mobile Adjustments */&lt;br /&gt;
@media (max-width: 768px) {&lt;br /&gt;
    .recipe-popup {&lt;br /&gt;
        width: 95%;&lt;br /&gt;
        max-height: 90vh;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    .popup-title {&lt;br /&gt;
        font-size: 18px !important;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    .recipe-popup-table th,&lt;br /&gt;
    .recipe-popup-table td {&lt;br /&gt;
        padding: 8px 6px !important;&lt;br /&gt;
        font-size: 12px !important;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    /* Hide less important columns on mobile */&lt;br /&gt;
    .recipe-popup-table th:nth-child(4),&lt;br /&gt;
    .recipe-popup-table td:nth-child(4),&lt;br /&gt;
    .recipe-popup-table th:nth-child(5),&lt;br /&gt;
    .recipe-popup-table td:nth-child(5),&lt;br /&gt;
    .recipe-popup-table th:nth-child(6),&lt;br /&gt;
    .recipe-popup-table td:nth-child(6) {&lt;br /&gt;
        display: none;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Operator</name></author>
	</entry>
</feed>