<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.cosmicsky.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Radar</id>
	<title>CosmicSky - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.cosmicsky.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Radar"/>
	<link rel="alternate" type="text/html" href="https://wiki.cosmicsky.net/index.php?title=Special:Contributions/Radar"/>
	<updated>2026-05-10T13:04:08Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://wiki.cosmicsky.net/index.php?title=MediaWiki:Minerva.css&amp;diff=2800</id>
		<title>MediaWiki:Minerva.css</title>
		<link rel="alternate" type="text/html" href="https://wiki.cosmicsky.net/index.php?title=MediaWiki:Minerva.css&amp;diff=2800"/>
		<updated>2025-03-22T03:52:32Z</updated>

		<summary type="html">&lt;p&gt;Radar: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* 1st PAGE HEADING CHANGES */&lt;br /&gt;
&lt;br /&gt;
#firstHeading,&lt;br /&gt;
.firstHeading,&lt;br /&gt;
.mw-first-heading {&lt;br /&gt;
    max-width: 90%; /* Adjust width to split the difference */&lt;br /&gt;
    margin: 0 auto; /* Center-align */&lt;br /&gt;
    text-align: center; /* Center-align the heading text */&lt;br /&gt;
    box-sizing: border-box; /* Include padding in width calculations */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
h1#firstHeading {&lt;br /&gt;
    font-size: 3em; /* Larger font size for emphasis */&lt;br /&gt;
    color: #c1c1c1; /* Light grey for consistency */&lt;br /&gt;
    text-align: left; /* Left-aligned text */&lt;br /&gt;
    border-bottom: 2px solid #c1c1c1; /* Light grey underline like other headers */&lt;br /&gt;
    padding-bottom: 10px; /* Space between text and underline */&lt;br /&gt;
    margin-bottom: 20px; /* Space between the underline and the page body */&lt;br /&gt;
    padding-top: 30px; /* Space above the header */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Mobile-specific adjustments */&lt;br /&gt;
@media (max-width: 768px) {&lt;br /&gt;
    #firstHeading,&lt;br /&gt;
    .firstHeading,&lt;br /&gt;
    .mw-first-heading {&lt;br /&gt;
        max-width: 100%; /* Full width on mobile */&lt;br /&gt;
        text-align: left; /* Left-align the heading text */&lt;br /&gt;
        margin: 0; /* Remove centering */&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    h1#firstHeading {&lt;br /&gt;
        text-align: left; /* Ensure text is left-aligned */&lt;br /&gt;
        margin-left: 0; /* Remove any left margin */&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* TEXT/FONT STYLES OF PAGE DETAILS */&lt;br /&gt;
&lt;br /&gt;
/* General Text Styling */&lt;br /&gt;
body, p, span, div {&lt;br /&gt;
    color: #c1c1c1; /* Light grey for default text */&lt;br /&gt;
    font-family: Georgia, Times, serif; /* Serif font for default text */&lt;br /&gt;
    line-height: 1.5;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* Header Styling (H1-H6) */&lt;br /&gt;
h1, h2, h3, h4, h5, h6 {&lt;br /&gt;
    color: #c1c1c1; /* Default light grey for headers */&lt;br /&gt;
    font-family: Georgia, Times, serif; /* Serif font for headers */&lt;br /&gt;
    line-height: 1.3;&lt;br /&gt;
    margin-top: 1em;&lt;br /&gt;
    margin-bottom: 0.25em; /* Reduced space between header and content */&lt;br /&gt;
    padding-bottom: 2px; /* Minimal padding for underline */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Underline for H1 and H2 */&lt;br /&gt;
h1, h2 {&lt;br /&gt;
    border-bottom: 1px solid #c1c1c1; /* Light grey underline */&lt;br /&gt;
}&lt;br /&gt;
/* Hyperlinks in Headers */&lt;br /&gt;
h1 .mw-headline a, h2 .mw-headline a, h3 .mw-headline a {&lt;br /&gt;
    color: #66D9EF; /* Bright light cyan for unvisited header links (existing page) */&lt;br /&gt;
    font-family: Georgia, Times, serif; /* Match header font */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
h1 .mw-headline a:visited, h2 .mw-headline a:visited, h3 .mw-headline a:visited {&lt;br /&gt;
    color: #499dad; /* Light cyan for visited header links (existing page) */&lt;br /&gt;
    font-family: Georgia, Times, serif; /* Match header font */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
h1 .mw-headline a.new, h2 .mw-headline a.new, h3 .mw-headline a.new {&lt;br /&gt;
    color: #d44; /* Red for headers linking to non-existent pages */&lt;br /&gt;
    font-family: Georgia, Times, serif; /* Match header font */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Headers Without Links */&lt;br /&gt;
h1 .mw-headline:not(a), h2 .mw-headline:not(a), h3 .mw-headline:not(a) {&lt;br /&gt;
    color: #c1c1c1; /* Light grey for headers without links */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hyperlink Colors (General) */&lt;br /&gt;
a, .mw-body a.external, .mw-body a.extiw {&lt;br /&gt;
    color: #66D9EF; /* Bright light cyan for unvisited links */&lt;br /&gt;
    text-decoration: none; /* No underline */&lt;br /&gt;
    font-family: Georgia, Times, serif; /* Ensure consistency */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a:visited, .mw-body a.external:visited, .mw-body a.extiw:visited {&lt;br /&gt;
    color: #499dad; /* Light cyan for visited links */&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a.new, #p-personal a.new {&lt;br /&gt;
    color: #d44; /* Red for non-existent links */&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hyperlink Hover Effect */&lt;br /&gt;
a:hover, .mw-body a:hover {&lt;br /&gt;
    color: #33d4d4; /* Slightly brighter cyan on hover */&lt;br /&gt;
    text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Horizontal Rule Styling */&lt;br /&gt;
hr {&lt;br /&gt;
    color: #222; /* Darker grey line */&lt;br /&gt;
    border: none;&lt;br /&gt;
    border-top: 1px solid #222;&lt;br /&gt;
    margin: 1em 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Input and Textarea Styling */&lt;br /&gt;
input, textarea {&lt;br /&gt;
    background-color: #4c4c4c; /* Dark grey background */&lt;br /&gt;
    border-color: #4c4c4c;&lt;br /&gt;
    color: #c1c1c1; /* Light grey text */&lt;br /&gt;
    font-family: Georgia, Times, serif; /* Ensure consistent font */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Navigation Menu Styling */&lt;br /&gt;
div#mw-head div.vectorMenu h3 span, div.vectorMenu li a {&lt;br /&gt;
    color: #66D9EF; /* Bright light cyan for links in the navigation menu */&lt;br /&gt;
    font-family: Georgia, Times, serif; /* Consistent font */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.vectorMenu li.selected a, div.vectorMenu li.selected a:visited {&lt;br /&gt;
    color: #499dad; /* Light cyan for visited links */&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* General Page Background and Body Content */&lt;br /&gt;
html, body {&lt;br /&gt;
    font-family: Georgia, Times, serif; /* Default body font */&lt;br /&gt;
    background-color: #2a2a2a; /* Dark grey background */&lt;br /&gt;
    margin: 0;&lt;br /&gt;
    padding: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-body {&lt;br /&gt;
    color: #c1c1c1; /* Light grey text */&lt;br /&gt;
    font-family: Georgia, Times, serif; /* Default body text font */&lt;br /&gt;
    background-color: #333; /* Darker grey for content background */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-body p {&lt;br /&gt;
    line-height: inherit;&lt;br /&gt;
    margin: 0.5em 0 1.5em 0; /* Add more spacing below paragraphs */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Table of Contents and Sidebar Styling */&lt;br /&gt;
#toc, div.toc, ul#filetoc, li.gallerybox div.thumb {&lt;br /&gt;
    background-color: #4c4c4c;&lt;br /&gt;
    border-color: #666; /* Medium grey for borders */&lt;br /&gt;
    font-family: Georgia, Times, serif; /* Consistent font */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.thumbinner, .catlinks {&lt;br /&gt;
    background-color: #4c4c4c;&lt;br /&gt;
    border-color: #666;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
code {&lt;br /&gt;
    border: none;&lt;br /&gt;
    background-color: inherit;&lt;br /&gt;
    color: inherit;&lt;br /&gt;
    font-family: monospace; /* Explicitly set for code blocks */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* PAGE BACKGROUND */&lt;br /&gt;
&lt;br /&gt;
/* Apply background to the html element */&lt;br /&gt;
html {&lt;br /&gt;
    height: 100%; /* Full height of the viewport */&lt;br /&gt;
    margin: 0;&lt;br /&gt;
    padding: 0;&lt;br /&gt;
    overflow-x: hidden; /* Prevent horizontal scrolling */&lt;br /&gt;
    overflow-y: hidden; /* Prevent unintended vertical scrolling */&lt;br /&gt;
    background: url(&#039;https://wiki.cosmicsky.net/images/thumb/4/48/BackgroundThree.png/1600px-BackgroundThree.png?20240916194629&#039;) no-repeat center center fixed;&lt;br /&gt;
    background-size: cover;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure body inherits full height and uses the background */&lt;br /&gt;
body {&lt;br /&gt;
    height: 100%; /* Match the height of the html element */&lt;br /&gt;
    margin: 0;&lt;br /&gt;
    padding: 0;&lt;br /&gt;
    display: flex; /* Allow flex layout for consistent child alignment */&lt;br /&gt;
    flex-direction: column; /* Stack children vertically */&lt;br /&gt;
    overflow-x: hidden; /* Prevent horizontal scrolling */&lt;br /&gt;
    overflow-y: auto; /* Allow scrolling within body only */&lt;br /&gt;
    color: var(--text-color);&lt;br /&gt;
    font-family: Georgia, &#039;Times New Roman&#039;, Times, serif;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Extend the viewport container */&lt;br /&gt;
.mw-mf-viewport {&lt;br /&gt;
    flex: 1; /* Ensure it grows to fill the remaining space */&lt;br /&gt;
    display: block; /* Avoid flex container issues */&lt;br /&gt;
    background: transparent !important; /* Ensure no background overlay */&lt;br /&gt;
    overflow: visible; /* Avoid additional scroll bars */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Button Styling */&lt;br /&gt;
.mw-ui-button {    &lt;br /&gt;
    background-color: #212121 !important;&lt;br /&gt;
    border: 2px solid #333333 !important;&lt;br /&gt;
    outline: none !important;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    cursor: pointer;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-ui-button:hover {&lt;br /&gt;
    border-color: #eceada !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Main page container: fully transparent */&lt;br /&gt;
#mw-mf-page-center {&lt;br /&gt;
    background-color: transparent !important; /* Remove the grey background */&lt;br /&gt;
    box-shadow: none !important; /* Remove shadows */&lt;br /&gt;
    border: none !important; /* Remove borders */&lt;br /&gt;
    padding: 0; /* Ensure no unnecessary padding adds opacity */&lt;br /&gt;
    flex: 1; /* Allow it to stretch and fill the viewport */&lt;br /&gt;
    overflow: visible; /* Prevent extra scrolling */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Content areas: transparent */&lt;br /&gt;
.content, .pre-content, .mw-parser-output, .mw-body {&lt;br /&gt;
    background-color: transparent !important; /* Fully transparent content */&lt;br /&gt;
    box-shadow: none !important; /* Remove any shadows */&lt;br /&gt;
    border: none !important; /* Remove borders */&lt;br /&gt;
    padding: 15px; /* Optional padding for readability */&lt;br /&gt;
    color: var(--text-color); /* Ensure text remains readable */&lt;br /&gt;
    z-index: auto; /* Prevent overlapping stacking context */&lt;br /&gt;
    flex: 1; /* Allow these areas to grow and fill the remaining space */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Sticky header with custom layout and spacing adjustments */&lt;br /&gt;
.header-container.header-chrome {&lt;br /&gt;
    position: sticky;&lt;br /&gt;
    top: 0;&lt;br /&gt;
    background: rgba(10, 10, 10, 0.35) !important; /* Transparent header */&lt;br /&gt;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); /* Maintain shadow for visibility */&lt;br /&gt;
    border-bottom: 1px solid rgba(68, 68, 68, 0.7); /* Subtle bottom border */&lt;br /&gt;
    z-index: 1000; /* Ensure header stays above all other elements */&lt;br /&gt;
    height: 120px; /* Header height */&lt;br /&gt;
    display: flex; /* Use flexbox for layout */&lt;br /&gt;
    align-items: center; /* Vertically center the items */&lt;br /&gt;
    justify-content: space-between; /* Distribute space between elements */&lt;br /&gt;
    padding: 0; /* Remove unnecessary padding */&lt;br /&gt;
    overflow-x: hidden; /* Prevent header overflow */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove default padding or centering restrictions */&lt;br /&gt;
.header-container .branding-box,&lt;br /&gt;
.header-container .search-container,&lt;br /&gt;
.header-container .menu-icon {&lt;br /&gt;
    margin: 0 !important; /* Reset all margins */&lt;br /&gt;
    padding: 0 !important; /* Reset all padding */&lt;br /&gt;
    flex-shrink: 0; /* Prevent elements from shrinking */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Adjust the branding box to ensure it properly covers the icon */&lt;br /&gt;
.branding-box {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: center;&lt;br /&gt;
    align-items: center;&lt;br /&gt;
    margin: 0 20px; /* Add spacing around the logo */&lt;br /&gt;
    width: auto; /* Adjust width dynamically */&lt;br /&gt;
    max-width: 350px; /* Limit maximum width for responsiveness */&lt;br /&gt;
    height: 100px; /* Adjust the height of the logo */&lt;br /&gt;
    box-sizing: border-box; /* Ensure the padding is included in the width */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Enlarge the branding/logo area and prevent it from overflowing */&lt;br /&gt;
.branding-box a {&lt;br /&gt;
    display: block;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    background: url(&#039;https://wiki.cosmicsky.net/images/6/62/CosmicLogo.png?20240913203127&#039;) no-repeat center center;&lt;br /&gt;
    background-size: contain;&lt;br /&gt;
    text-indent: -9999px;&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Mobile-specific adjustments */&lt;br /&gt;
@media (max-width: 768px) {&lt;br /&gt;
    html, body {&lt;br /&gt;
        overflow-x: hidden; /* Prevent horizontal scrolling */&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .mw-mf-viewport {&lt;br /&gt;
        min-height: 100%; /* Ensure the viewport container spans the full height */&lt;br /&gt;
        overflow: visible; /* Avoid clipping on mobile */&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .branding-box {&lt;br /&gt;
        margin: 0; /* Remove extra spacing */&lt;br /&gt;
        width: auto; /* Allow flexibility on mobile */&lt;br /&gt;
        max-width: 200px; /* Smaller logo for mobile */&lt;br /&gt;
        height: 80px; /* Reduce height on mobile */&lt;br /&gt;
        align-self: flex-start; /* Align branding to the left */&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .header-container.header-chrome {&lt;br /&gt;
        height: auto; /* Adjust height dynamically for smaller devices */&lt;br /&gt;
        flex-direction: column; /* Stack items vertically on mobile */&lt;br /&gt;
        align-items: flex-start; /* Left-align items */&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Adjust the page heading wrapper to match a slightly narrower body width */&lt;br /&gt;
.pre-content.heading-holder {&lt;br /&gt;
    width: 90%; /* Make it slightly less wide */&lt;br /&gt;
    max-width: none; /* Remove width restriction */&lt;br /&gt;
    margin: 0 auto; /* Center the wrapper */&lt;br /&gt;
    padding: 0; /* Remove unnecessary padding */&lt;br /&gt;
    box-sizing: border-box; /* Include padding in width calculations */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Optional: Adjust tagline alignment and width */&lt;br /&gt;
.page-heading .tagline {&lt;br /&gt;
    width: 100%; /* Match the heading width */&lt;br /&gt;
    margin: 0; /* Remove default margins */&lt;br /&gt;
    text-align: left; /* Keep tagline left-aligned */&lt;br /&gt;
    font-size: 1rem; /* Adjust font size */&lt;br /&gt;
    color: #ccc; /* Optional: Subtle text color for tagline */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Style the main content area to match the narrower width */&lt;br /&gt;
#mw-content-text,&lt;br /&gt;
#bodyContent {&lt;br /&gt;
    width: 90%; /* Match the narrower width for larger screens */&lt;br /&gt;
    max-width: none; /* Remove restrictions on maximum width */&lt;br /&gt;
    margin: 0 auto; /* Center the content */&lt;br /&gt;
    padding-top: 5px; /* Add space between the header and content */&lt;br /&gt;
    box-sizing: border-box; /* Include padding in width calculations */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide the &amp;quot;Page&amp;quot; and &amp;quot;Discussion&amp;quot; buttons */&lt;br /&gt;
#p-associated-pages {&lt;br /&gt;
    display: none !important; /* Remove the entire button container */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Mobile-specific adjustments */&lt;br /&gt;
@media (max-width: 768px) {&lt;br /&gt;
    .pre-content.heading-holder,&lt;br /&gt;
    #mw-content-text,&lt;br /&gt;
    #bodyContent {&lt;br /&gt;
        width: 100%; /* Full width on mobile */&lt;br /&gt;
        margin: 0; /* Remove centering margin */&lt;br /&gt;
        padding: 0; /* Remove unnecessary padding */&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* SEARCH BAR EDITS */&lt;br /&gt;
&lt;br /&gt;
/* Fix background for the entire search results container */&lt;br /&gt;
.suggestions-results {&lt;br /&gt;
    background-color: rgba(30, 30, 30, 0.95) !important; /* Dark background */&lt;br /&gt;
    border: none !important; /* Remove any borders */&lt;br /&gt;
    color: white !important; /* Ensure all text is white */&lt;br /&gt;
    border-radius: 5px; /* Rounded corners */&lt;br /&gt;
    padding: 5px; /* Add padding */&lt;br /&gt;
    margin: 0 auto; /* Center the dropdown */&lt;br /&gt;
    max-width: 900px; /* Match the search bar width */&lt;br /&gt;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); /* Add subtle shadow */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Fix individual suggestion results */&lt;br /&gt;
.suggestions-result {&lt;br /&gt;
    background-color: rgba(42, 42, 42, 0.9); /* Slightly lighter background */&lt;br /&gt;
    color: white !important; /* Ensure text is white */&lt;br /&gt;
    padding: 10px; /* Add padding */&lt;br /&gt;
    border-radius: 4px; /* Rounded corners */&lt;br /&gt;
    margin-bottom: 5px; /* Space between results */&lt;br /&gt;
    cursor: pointer; /* Pointer on hover */&lt;br /&gt;
    border: none !important; /* Remove white border */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.suggestions-result:hover {&lt;br /&gt;
    background-color: rgba(60, 60, 60, 0.9); /* Slightly lighter on hover */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Fix for the special box in the search results */&lt;br /&gt;
.suggestions-special {&lt;br /&gt;
    background-color: rgba(30, 30, 30, 0.9) !important; /* Dark background */&lt;br /&gt;
    color: white !important; /* Ensure all text is white */&lt;br /&gt;
    border-radius: 5px; /* Rounded corners */&lt;br /&gt;
    padding: 10px;&lt;br /&gt;
    margin-top: 5px; /* Space above */&lt;br /&gt;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); /* Subtle shadow */&lt;br /&gt;
    border: none !important; /* Remove any borders */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Special box text styling */&lt;br /&gt;
.suggestions-special .special-label,&lt;br /&gt;
.suggestions-special .special-query {&lt;br /&gt;
    color: white !important; /* Ensure all text inside is white */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Search bar styling */&lt;br /&gt;
input.search {&lt;br /&gt;
    width: 70%; /* Make the search bar wider */&lt;br /&gt;
    max-width: 900px; /* Limit the maximum width */&lt;br /&gt;
    height: 50px; /* Make it taller */&lt;br /&gt;
    font-size: 18px; /* Larger text size */&lt;br /&gt;
    padding: 10px 15px; /* Padding inside the search bar */&lt;br /&gt;
    background-color: rgba(30, 30, 30, 0.9) !important; /* Dark background */&lt;br /&gt;
    color: white !important; /* White text */&lt;br /&gt;
    border: 1px solid rgba(68, 68, 68, 0.8); /* Use dark grey border */&lt;br /&gt;
    border-radius: 5px; /* Rounded corners */&lt;br /&gt;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); /* Subtle shadow */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
input.search:focus {&lt;br /&gt;
    outline: none !important; /* Remove focus outline */&lt;br /&gt;
    border-color: rgba(90, 90, 90, 0.9); /* Slightly lighter grey border when focused */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
input.search::placeholder {&lt;br /&gt;
    color: rgba(200, 200, 200, 0.7) !important; /* Light grey placeholder text */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Adjust search button to match the search bar */&lt;br /&gt;
.search-container button#searchIcon {&lt;br /&gt;
    margin-left: 10px; /* Spacing between search bar and button */&lt;br /&gt;
    height: 50px; /* Match height with search bar */&lt;br /&gt;
    background-color: rgba(30, 30, 30, 0.9); /* Dark background */&lt;br /&gt;
    border: 1px solid rgba(68, 68, 68, 0.8); /* Use dark grey border */&lt;br /&gt;
    color: white; /* White icon color */&lt;br /&gt;
    padding: 8px 12px; /* Adjust button size */&lt;br /&gt;
    border-radius: 5px; /* Rounded corners */&lt;br /&gt;
    cursor: pointer;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.search-container button#searchIcon:hover {&lt;br /&gt;
    background-color: rgba(60, 60, 60, 0.9); /* Slightly lighter on hover */&lt;br /&gt;
    border-color: rgba(90, 90, 90, 0.9); /* Adjust border on hover */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* Remove space between the title underline and content */&lt;br /&gt;
.mw-parser-output {&lt;br /&gt;
    margin-top: -10px; /* Move content closer to the title underline */&lt;br /&gt;
    padding-top: 0; /* Ensure no padding at the top of content */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Completely remove padding for main content */&lt;br /&gt;
.content, .pre-content {&lt;br /&gt;
    padding-top: 0 !important; /* Ensure no padding above the main content */&lt;br /&gt;
    margin-top: -10px !important; /* Move content closer to the title */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Optional: Remove any additional global spacing */&lt;br /&gt;
body.page-Main_Page .mw-body {&lt;br /&gt;
    margin-top: 0 !important; /* Eliminate extra margin on the main body */&lt;br /&gt;
    padding-top: 0 !important; /* Tighten top padding globally */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* TOC Underline Fix */&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* Remove underline from TOC heading */&lt;br /&gt;
#mw-toc-heading {&lt;br /&gt;
    border-bottom: none !important; /* Remove underline */&lt;br /&gt;
    margin-bottom: 0; /* Adjust spacing if necessary */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* LEFT MENU POP UP STYLING */&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* Menu container */&lt;br /&gt;
#mw-mf-page-left {&lt;br /&gt;
    background-color: #2c2c2c; /* Dark grey background for the entire menu */&lt;br /&gt;
    color: white; /* White text for all items */&lt;br /&gt;
    border-right: 1px solid #444; /* Optional border for separation */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Target all list items */&lt;br /&gt;
#mw-mf-page-left ul.toggle-list__list {&lt;br /&gt;
    list-style: none; /* Remove bullet points */&lt;br /&gt;
    margin: 0;&lt;br /&gt;
    padding: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure links (buttons) always have dark grey backgrounds */&lt;br /&gt;
#mw-mf-page-left .toggle-list-item__anchor {&lt;br /&gt;
    display: flex; /* Align text and icons horizontally */&lt;br /&gt;
    align-items: center;&lt;br /&gt;
    padding: 10px 15px; /* Add padding for better button size */&lt;br /&gt;
    background-color: #2c2c2c !important; /* Force dark grey background */&lt;br /&gt;
    color: white; /* White text */&lt;br /&gt;
    text-decoration: none; /* Remove underlines */&lt;br /&gt;
    border-bottom: 1px solid #444; /* Optional separators */&lt;br /&gt;
    font-weight: bold; /* Make text bold */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove any parent white background influence */&lt;br /&gt;
#mw-mf-page-left .toggle-list-item {&lt;br /&gt;
    background-color: #2c2c2c !important; /* Force dark grey for list items */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hover effect for links */&lt;br /&gt;
#mw-mf-page-left .toggle-list-item__anchor:hover {&lt;br /&gt;
    background-color: #444; /* Slightly lighter grey */&lt;br /&gt;
    color: white; /* White text remains */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Icons within menu */&lt;br /&gt;
#mw-mf-page-left .minerva-icon {&lt;br /&gt;
    margin-right: 10px; /* Add spacing between icon and text */&lt;br /&gt;
    font-size: 16px; /* Adjust icon size */&lt;br /&gt;
    color: white; /* Ensure icons are white */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Text labels in buttons */&lt;br /&gt;
#mw-mf-page-left .toggle-list-item__label {&lt;br /&gt;
    text-decoration: none; /* No underline */&lt;br /&gt;
    color: white; /* White text for button labels */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Menu headings */&lt;br /&gt;
#mw-mf-page-left h2 {&lt;br /&gt;
    color: white; /* White text for headings */&lt;br /&gt;
    padding: 10px 15px; /* Add padding */&lt;br /&gt;
    margin: 0;&lt;br /&gt;
    border-bottom: 1px solid #444; /* Subtle heading separator */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Force styles on any conflicting elements */&lt;br /&gt;
#mw-mf-page-left .toggle-list-item,&lt;br /&gt;
#mw-mf-page-left .toggle-list-item__anchor,&lt;br /&gt;
#mw-mf-page-left ul.toggle-list__list li {&lt;br /&gt;
    background-color: #2c2c2c !important; /* Force dark grey background for all states */&lt;br /&gt;
    color: white; /* Ensure white text */&lt;br /&gt;
    border: none; /* Remove extra borders if present */&lt;br /&gt;
}&lt;br /&gt;
/* TOC TOC TOC TOC TOC TOC TOC TOC TOC */&lt;br /&gt;
&lt;br /&gt;
/* TOC Container Styling */&lt;br /&gt;
#toc {&lt;br /&gt;
    background-color: rgba(50, 50, 50, 0.95); /* Uniform dark gray background */&lt;br /&gt;
    border-radius: 8px; /* Rounded corners */&lt;br /&gt;
    border: 1px solid rgba(68, 68, 68, 0.8); /* Subtle border */&lt;br /&gt;
    padding: 5px;&lt;br /&gt;
    margin: 0 0 10px 0; /* Left align with bottom spacing */&lt;br /&gt;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Depth */&lt;br /&gt;
    text-align: left;&lt;br /&gt;
    position: relative;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* TOC Title Section */&lt;br /&gt;
.toctitle {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    align-items: center;&lt;br /&gt;
    justify-content: flex-start; /* Align everything to the left */&lt;br /&gt;
    font-size: 18px;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    color: white;&lt;br /&gt;
    margin-bottom: 10px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Three-line Button Styling */&lt;br /&gt;
.toctogglespan {&lt;br /&gt;
    display: inline-flex; /* Keep inline with the title */&lt;br /&gt;
    align-items: center; /* Center-align with the title */&lt;br /&gt;
    margin-right: 10px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Styling for the three-line icon */&lt;br /&gt;
.toctogglelabel::before {&lt;br /&gt;
    content: &amp;quot;\2630&amp;quot;; /* Three-line icon */&lt;br /&gt;
    font-size: 22px; /* Larger size for the button */&lt;br /&gt;
    cursor: pointer;&lt;br /&gt;
    color: white;&lt;br /&gt;
    display: inline-block; /* Ensure proper alignment */&lt;br /&gt;
    margin-right: 5px; /* Adjust spacing from the text */&lt;br /&gt;
    padding-left: 14px; /* Adjust left padding to align better */&lt;br /&gt;
    padding-top: 11px; /* Adjust top padding for vertical alignment */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Styling for the &#039;Contents&#039; Heading */&lt;br /&gt;
.toctitle h2 {&lt;br /&gt;
    font-size: 20px;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    margin: 0; /* No additional margin to keep aligned */&lt;br /&gt;
    color: white;&lt;br /&gt;
    text-align: left;&lt;br /&gt;
    display: inline; /* Keep inline with the button */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* TOC List Styling */&lt;br /&gt;
#toc ul {&lt;br /&gt;
    list-style: none; /* Remove default bullets */&lt;br /&gt;
    padding: 0;&lt;br /&gt;
    margin: 0;&lt;br /&gt;
    display: grid;&lt;br /&gt;
    grid-template-rows: repeat(6, auto); /* 6 items per column */&lt;br /&gt;
    grid-auto-flow: column; /* Flow into columns */&lt;br /&gt;
    column-gap: 20px; /* Spacing between columns */&lt;br /&gt;
    row-gap: 2px; /* Much smaller spacing between rows */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Numbering for List Items */&lt;br /&gt;
#toc ul li {&lt;br /&gt;
    counter-increment: toc-counter; /* Increment counter */&lt;br /&gt;
    position: relative;&lt;br /&gt;
    padding-left: 25px; /* Space for numbers */&lt;br /&gt;
    margin: 0; /* Remove any margin from list items */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#toc ul li::before {&lt;br /&gt;
    content: counter(toc-counter) &amp;quot;.&amp;quot;; /* Add the numbering */&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    left: 0;&lt;br /&gt;
    color: #62a0ea; /* Light blue for numbers */&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Links in TOC */&lt;br /&gt;
#toc ul li a {&lt;br /&gt;
    color: white;&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
    font-size: 14px;&lt;br /&gt;
    padding: 4px 12px; /* Reduced vertical padding */&lt;br /&gt;
    display: inline-block; /* Ensures padding is respected */&lt;br /&gt;
    border-radius: 6px; /* Rounded corners for the button effect */&lt;br /&gt;
    transition: background-color 0.3s ease, transform 0.2s ease; /* Smooth transition */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Highlight effect for TOC items when hovered (button effect) */&lt;br /&gt;
#toc ul li a:hover {&lt;br /&gt;
    color: white; /* Keep text white on hover */&lt;br /&gt;
    background-color: #62a0ea; /* Blue background for button effect */&lt;br /&gt;
    padding-left: 12px; /* Slight left padding to show effect */&lt;br /&gt;
    transform: scale(1.05); /* Slight zoom effect */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Nested Lists (H2, H3) */&lt;br /&gt;
#toc ul li ul {&lt;br /&gt;
    padding-left: 20px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#toc ul li ul li {&lt;br /&gt;
    padding-left: 15px;&lt;br /&gt;
    font-size: 13px; /* Smaller font for nested items */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#toc ul li ul li::before {&lt;br /&gt;
    content: counters(toc-counter, &amp;quot;.&amp;quot;) &amp;quot;.&amp;quot;; /* Nested numbering */&lt;br /&gt;
    font-size: 13px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Collapse Functionality */&lt;br /&gt;
#toc.collapsed ul {&lt;br /&gt;
    display: none; /* Hide content when collapsed */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Responsive Adjustments */&lt;br /&gt;
@media (max-width: 768px) {&lt;br /&gt;
    #toc {&lt;br /&gt;
        width: 100%; /* Full width on small screens */&lt;br /&gt;
    }&lt;br /&gt;
    #toc ul {&lt;br /&gt;
        grid-template-rows: repeat(auto-fit, minmax(1fr)); /* Single column on smaller screens */&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* MORE BUTTON DROPDOWN */&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* Style for the toggle list background and text */&lt;br /&gt;
#p-tb {&lt;br /&gt;
    background-color: #333333; /* Dark grey background */&lt;br /&gt;
    color: white; /* White text */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Style for the individual items */&lt;br /&gt;
#p-tb .toggle-list-item {&lt;br /&gt;
    background-color: #333333; /* Dark grey background for each item */&lt;br /&gt;
    color: white; /* White text */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Style for the anchor tags (links) */&lt;br /&gt;
#p-tb .toggle-list-item__anchor {&lt;br /&gt;
    color: white; /* White text for links */&lt;br /&gt;
    text-decoration: none; /* Remove underline from links */&lt;br /&gt;
    display: flex; /* To keep icon and text aligned */&lt;br /&gt;
    align-items: center; /* Center align the icon and text */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hover effect for the links */&lt;br /&gt;
#p-tb .toggle-list-item__anchor:hover {&lt;br /&gt;
    background-color: #555555; /* Slightly lighter grey on hover */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Style for the icons */&lt;br /&gt;
#p-tb .minerva-icon {&lt;br /&gt;
    margin-right: 8px; /* Space between icon and text */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Style for the label text */&lt;br /&gt;
#p-tb .toggle-list-item__label {&lt;br /&gt;
    font-size: 14px; /* Optional: adjust font size */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* END TOC EDITS END TOC EDITS END TOC EDITS END TOC EDITS */&lt;/div&gt;</summary>
		<author><name>Radar</name></author>
	</entry>
	<entry>
		<id>https://wiki.cosmicsky.net/index.php?title=MediaWiki:Common.css&amp;diff=2799</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://wiki.cosmicsky.net/index.php?title=MediaWiki:Common.css&amp;diff=2799"/>
		<updated>2025-03-22T03:51:16Z</updated>

		<summary type="html">&lt;p&gt;Radar: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* SEARCH RESULT CREATE LINK */&lt;br /&gt;
&lt;br /&gt;
/* Ensure the &#039;Create the page&#039; link is visible */&lt;br /&gt;
.mw-search-createlink {&lt;br /&gt;
    display: block !important; /* Force it to appear */&lt;br /&gt;
    font-size: 16px; /* Adjust the font size for Minerva */&lt;br /&gt;
    color: #007bff; /* Link color */&lt;br /&gt;
    font-weight: bold; /* Make it stand out */&lt;br /&gt;
    margin: 10px 0; /* Add some spacing */&lt;br /&gt;
    text-align: center; /* Center-align for better visibility in mobile */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Style the &#039;Create the page&#039; link */&lt;br /&gt;
.mw-search-createlink a.new {&lt;br /&gt;
    color: #007bff !important; /* Set the link color */&lt;br /&gt;
    text-decoration: underline; /* Ensure it&#039;s clear it’s a link */&lt;br /&gt;
    padding: 5px; /* Add padding for touch-friendly design */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hover effect for the link (desktop use) */&lt;br /&gt;
.mw-search-createlink a.new:hover {&lt;br /&gt;
    color: #0056b3; /* Darken the link color on hover */&lt;br /&gt;
    text-decoration: none; /* Remove underline on hover */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Adjust for better display in mobile layout */&lt;br /&gt;
.minerva .mw-search-createlink {&lt;br /&gt;
    padding: 10px;&lt;br /&gt;
    background-color: #f8f9fa; /* Light background for contrast */&lt;br /&gt;
    border: 1px solid #e0e0e0; /* Subtle border */&lt;br /&gt;
    border-radius: 5px; /* Rounded corners */&lt;br /&gt;
    margin-top: 15px; /* Add spacing above */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* General page styling adjustments */&lt;br /&gt;
&lt;br /&gt;
/* Hide the sidebar/navigation drawer on the left side of the header */&lt;br /&gt;
#mw-mf-page-left {&lt;br /&gt;
    display: none !important; /* Completely hide the sidebar */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* If you also want to hide the icon that opens the sidebar */&lt;br /&gt;
#mw-mf-main-menu-button {&lt;br /&gt;
    display: none !important; /* Hide the button/icon that toggles the sidebar */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* Remove any borders, padding, or margins above .minerva-header */&lt;br /&gt;
.minerva-header {&lt;br /&gt;
    border-top: none !important;  /* Ensure no top border */&lt;br /&gt;
    margin-top: 0 !important;     /* Remove any top margin */&lt;br /&gt;
    padding-top: 0 !important;    /* Remove any top padding */&lt;br /&gt;
    box-shadow: none !important;  /* Remove shadow if it&#039;s causing the line */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure the parent container of .minerva-header doesn&#039;t add extra space */&lt;br /&gt;
.header-container {&lt;br /&gt;
    border-top: none !important;  /* No top border */&lt;br /&gt;
    margin-top: 0 !important;     /* Remove any top margin */&lt;br /&gt;
    padding-top: 0 !important;    /* Remove any top padding */&lt;br /&gt;
    box-shadow: none !important;  /* Remove any shadow */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* Hide the &amp;quot;last modified&amp;quot; bar */&lt;br /&gt;
.last-modified-bar,&lt;br /&gt;
.last-modified-bar__text,&lt;br /&gt;
.modified-enhancement {&lt;br /&gt;
    display: none !important; /* Completely hide the elements */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove the white lines associated with the last edited bar */&lt;br /&gt;
.last-modified-bar,&lt;br /&gt;
.last-modified-bar__text,&lt;br /&gt;
.modified-enhancement {&lt;br /&gt;
    border: none !important; /* Remove borders */&lt;br /&gt;
}&lt;br /&gt;
/* &amp;lt;pre&amp;gt; */&lt;br /&gt;
:root {&lt;br /&gt;
    /* General colors and background */&lt;br /&gt;
    --body-main: transparent; /* Fully transparent main background */&lt;br /&gt;
    --body-light: transparent; /* Fully transparent lighter grey */&lt;br /&gt;
    --body-mid: transparent; /* Fully transparent medium grey */&lt;br /&gt;
    --body-dark: transparent; /* Fully transparent dark grey */&lt;br /&gt;
    --body-border: rgba(68, 68, 68, 0.5); /* Semi-transparent border color */&lt;br /&gt;
    --body-background-color: transparent; /* Fully transparent body background */&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
    /* Buttons and interactive elements */&lt;br /&gt;
    --button-background: rgba(51, 51, 51, 0.8);&lt;br /&gt;
    --button-color: #fff;&lt;br /&gt;
    --button-border: rgba(85, 85, 85, 0.7);&lt;br /&gt;
    --button-dark: rgba(42, 42, 42, 0.8);&lt;br /&gt;
    --button-light: rgba(68, 68, 68, 0.7);&lt;br /&gt;
&lt;br /&gt;
    /* Sidebar or menus */&lt;br /&gt;
    --sidebar: rgba(39, 39, 39, 0.8);&lt;br /&gt;
&lt;br /&gt;
    /* Other UI elements */&lt;br /&gt;
    --search-box: rgba(50, 50, 50, 0.9);&lt;br /&gt;
    --thumb-bg: transparent; /* Fully transparent thumbnails */&lt;br /&gt;
    --thumb-caption-bg: transparent;&lt;br /&gt;
    --sourceeditor-input-background: transparent;&lt;br /&gt;
    --sourceeditor-background: transparent;&lt;br /&gt;
    --sourceeditor-border: rgba(68, 68, 68, 0.7);&lt;br /&gt;
    --codemirror-gutter-background: transparent;&lt;br /&gt;
    /* Background image */&lt;br /&gt;
    --body-background-image: url(&#039;https://wiki.cosmicsky.net/images/thumb/4/48/BackgroundThree.png/1600px-BackgroundThree.png?20240916194629&#039;);&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
body {&lt;br /&gt;
    background-color: transparent; /* Body is fully transparent */&lt;br /&gt;
    background-image: var(--body-background-image); /* Set background image */&lt;br /&gt;
    background-attachment: fixed;&lt;br /&gt;
    background-position: center;&lt;br /&gt;
    background-repeat: no-repeat;&lt;br /&gt;
    background-size: cover; /* Cover the entire screen */&lt;br /&gt;
    color: var(--text-color); /* Ensure text remains visible */&lt;br /&gt;
    margin: 0; /* Remove default body margin */&lt;br /&gt;
    padding: 0; /* Remove default padding */&lt;br /&gt;
    width: 100%; /* Allow full width of the viewport */&lt;br /&gt;
    max-width: none; /* Ensure no restriction on width */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Sticky header spans site width */&lt;br /&gt;
.header-container {&lt;br /&gt;
    position: sticky; /* Make it stick to the top */&lt;br /&gt;
    top: 0; /* Stick to the very top */&lt;br /&gt;
    z-index: 1000; /* Ensure it stays above other elements */&lt;br /&gt;
    background-color: rgba(30, 30, 30, 0.35); /* 50% transparency */&lt;br /&gt;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); /* Add shadow for better visibility */&lt;br /&gt;
    display: flex; /* Flex layout for header elements */&lt;br /&gt;
    align-items: center; /* Center header items vertically */&lt;br /&gt;
    justify-content: space-between; /* Distribute space between header elements */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Buttons and page alignment */&lt;br /&gt;
.page-buttons-box {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: center; /* Center the buttons */&lt;br /&gt;
    align-items: center;&lt;br /&gt;
    gap: 10px; /* Space between buttons */&lt;br /&gt;
    background-color: rgba(42, 42, 42, 0.9); /* Background for the button box */&lt;br /&gt;
    border: 1px solid rgba(68, 68, 68, 0.7); /* Border around the button box */&lt;br /&gt;
    border-radius: 8px; /* Rounded corners */&lt;br /&gt;
    padding: 10px; /* Padding inside the box */&lt;br /&gt;
    margin-bottom: 15px; /* Space below the button box */&lt;br /&gt;
    box-sizing: border-box; /* Include padding and borders in width */&lt;br /&gt;
}&lt;br /&gt;
/* Remove unnecessary left padding from pages */&lt;br /&gt;
#mw-page-base, #content, .mw-body {&lt;br /&gt;
    background-color: transparent !important; /* Fully transparent */&lt;br /&gt;
    color: var(--background-text-color); /* Text remains readable */&lt;br /&gt;
    border: none; /* Remove borders around the page */&lt;br /&gt;
    box-shadow: none; /* Remove any shadows that obscure transparency */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* General page styling adjustments */&lt;br /&gt;
body.page-Main_Page.action-view h1.firstHeading, &lt;br /&gt;
body.page-Main_Page.action-submit h1.firstHeading { &lt;br /&gt;
    display: none; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-page-title-main .mw-namespace {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.page-header h1.firstHeading {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Main page-specific adjustments */&lt;br /&gt;
body.page-Main_Page .mw-body {&lt;br /&gt;
    padding-left: 1em;&lt;br /&gt;
    padding-right: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* --- WIKITABLE BASICS --- */&lt;br /&gt;
table.wikitable {&lt;br /&gt;
  width:75%;&lt;br /&gt;
  margin:0 auto;&lt;br /&gt;
  text-align:center;&lt;br /&gt;
  border-collapse:separate;&lt;br /&gt;
  border-spacing:0;&lt;br /&gt;
&lt;br /&gt;
  /* Thicker single border around the entire table (changed to dark black) */&lt;br /&gt;
  border:4px solid #000;&lt;br /&gt;
  /* Slightly rounded corners */&lt;br /&gt;
  border-radius:8px;&lt;br /&gt;
  /* Subtle shadow for a modern look */&lt;br /&gt;
  box-shadow:0 0 8px rgba(0,0,0,0.5);&lt;br /&gt;
&lt;br /&gt;
  background-color:#4c4c4c;&lt;br /&gt;
  color:#c1c1c1;&lt;br /&gt;
  font-family:&amp;quot;Georgia&amp;quot;, serif;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
table.wikitable th,&lt;br /&gt;
table.wikitable td {&lt;br /&gt;
  padding:12px 16px;&lt;br /&gt;
  /* Changed border to dark black */&lt;br /&gt;
  border:1px solid #000;&lt;br /&gt;
  font-size:1.15em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
table.wikitable th {&lt;br /&gt;
  background-color:#2c2c2c;&lt;br /&gt;
  color:#fff;&lt;br /&gt;
  font-weight:bold;&lt;br /&gt;
  font-size:1.3em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Alternating row colors */&lt;br /&gt;
table.wikitable tr:nth-child(even) {&lt;br /&gt;
  background-color:#1c1c1c;&lt;br /&gt;
}&lt;br /&gt;
table.wikitable tr:nth-child(odd) {&lt;br /&gt;
  background-color:#2c2c2c;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* --- SORTABLE SUPPORT (if using class=&amp;quot;sortable&amp;quot;) --- */&lt;br /&gt;
table.wikitable.sortable thead th {&lt;br /&gt;
  cursor:pointer;&lt;br /&gt;
}&lt;br /&gt;
table.wikitable.sortable thead th:hover {&lt;br /&gt;
  background-color:#666666; /* highlight on hover */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* --- ICON &amp;amp; TOOLTIP WRAPPER --- */&lt;br /&gt;
.tooltip-wrapper {&lt;br /&gt;
position:relative;&lt;br /&gt;
width:84px;&lt;br /&gt;
height:84px;&lt;br /&gt;
margin:0 auto;&lt;br /&gt;
border:none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The 64×64 background icon */&lt;br /&gt;
.tooltip-background {&lt;br /&gt;
display:block;&lt;br /&gt;
margin:0 auto;&lt;br /&gt;
width:64px;&lt;br /&gt;
height:64px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Foreground icon, absolutely placed (36×36) */&lt;br /&gt;
.foreground-icon {&lt;br /&gt;
position:absolute;&lt;br /&gt;
top:24px; /* Adjust if needed to center your mask in the 1x1GUI */&lt;br /&gt;
left:24px;&lt;br /&gt;
width:36px;&lt;br /&gt;
height:36px;&lt;br /&gt;
border:none;&lt;br /&gt;
margin:0;&lt;br /&gt;
padding:0;&lt;br /&gt;
cursor:pointer;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* The mask or front icon inside .foreground-icon */&lt;br /&gt;
.foreground-icon img {&lt;br /&gt;
width:36px;&lt;br /&gt;
height:36px;&lt;br /&gt;
border:none;&lt;br /&gt;
display:block;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* TOOLTIP that appears on hover */&lt;br /&gt;
.tooltip-text {&lt;br /&gt;
display:none;&lt;br /&gt;
position:absolute;&lt;br /&gt;
top:-10px;&lt;br /&gt;
left:110%;&lt;br /&gt;
z-index:999999;&lt;br /&gt;
background:none;&lt;br /&gt;
padding:0;&lt;br /&gt;
border:none;&lt;br /&gt;
border-radius:0;&lt;br /&gt;
/* Makes the tooltip ignore mouse hover so it disappears when cursor leaves the icon */&lt;br /&gt;
pointer-events:none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Show tooltip when hovering over .foreground-icon */&lt;br /&gt;
.foreground-icon:hover .tooltip-text {&lt;br /&gt;
display:block;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Force the tooltip image bigger/higher resolution */&lt;br /&gt;
.tooltip-text img {&lt;br /&gt;
display:block;&lt;br /&gt;
margin:0 auto;&lt;br /&gt;
border:none;&lt;br /&gt;
width:400px !important; /* tweak to 300px, 500px, etc. */&lt;br /&gt;
height:auto !important;&lt;br /&gt;
max-width:none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* HEADER SPACING ADJUSTMENTS */&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* Sticky header container */&lt;br /&gt;
.header-container {&lt;br /&gt;
    width: 100vw; /* Ensure the header spans the full viewport width */&lt;br /&gt;
    position: fixed; /* Keep the header fixed at the top */&lt;br /&gt;
    top: 0; /* Align to the top of the viewport */&lt;br /&gt;
    left: 0; /* Align to the left edge */&lt;br /&gt;
    margin: 0; /* Remove any margin */&lt;br /&gt;
    padding: 0; /* Remove padding to avoid gaps */&lt;br /&gt;
    box-sizing: border-box; /* Include padding and border in width calculations */&lt;br /&gt;
    background-color: rgba(10, 10, 10, 0.35); /* Transparent background */&lt;br /&gt;
    border-bottom: none; /* Remove any borders */&lt;br /&gt;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); /* Subtle shadow for depth */&lt;br /&gt;
    z-index: 1000; /* Ensure it appears above all other content */&lt;br /&gt;
    height: 60px; /* Set a fixed height for the header */&lt;br /&gt;
    overflow: hidden; /* Prevent vertical and horizontal scrolls */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Push body content down to prevent overlap with the header */&lt;br /&gt;
body {&lt;br /&gt;
    margin-top: 60px; /* Add margin equal to header height */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Inner header content */&lt;br /&gt;
.minerva-header {&lt;br /&gt;
    width: 100%; /* Allow the content to span the full width of the header container */&lt;br /&gt;
    max-width: 1200px; /* Constrain the inner content for larger screens */&lt;br /&gt;
    margin: 0 auto; /* Center the inner content */&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: space-between; /* Distribute child elements */&lt;br /&gt;
    align-items: center; /* Vertically align items */&lt;br /&gt;
    padding: 0 15px; /* Add horizontal padding */&lt;br /&gt;
    height: 100%; /* Match the height of the parent */&lt;br /&gt;
    box-sizing: border-box; /* Include padding in width */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Branding box adjustments */&lt;br /&gt;
.branding-box {&lt;br /&gt;
    flex: 0 1 auto; /* Allow resizing without collapsing */&lt;br /&gt;
    font-size: 1.8em; /* Increase font size for prominence */&lt;br /&gt;
    margin: 0; /* Remove margin to avoid shifting */&lt;br /&gt;
    padding: 10px 20px; /* Add padding for desktop */&lt;br /&gt;
    text-align: left; /* Align content to the left */&lt;br /&gt;
    display: flex;&lt;br /&gt;
    align-items: center; /* Vertically center content */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Center-align the search bar */&lt;br /&gt;
.minerva-search-form {&lt;br /&gt;
    flex: 1; /* Use flexible space between branding and navigation */&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: center; /* Center the search bar and button */&lt;br /&gt;
    align-items: center; /* Vertically align items */&lt;br /&gt;
    position: relative; /* For proper alignment */&lt;br /&gt;
    max-width: 500px; /* Limit maximum width */&lt;br /&gt;
    margin: 0 auto; /* Center-align the form */&lt;br /&gt;
    height: 40px; /* Ensure consistent height */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Search bar styling */&lt;br /&gt;
input.search {&lt;br /&gt;
    width: calc(100% - 50px); /* Adjust width dynamically to account for the button */&lt;br /&gt;
    max-width: 400px; /* Limit search bar width */&lt;br /&gt;
    height: 100%; /* Match the height of its parent */&lt;br /&gt;
    border: 1px solid rgba(68, 68, 68, 0.8); /* Dark grey border */&lt;br /&gt;
    border-radius: 5px; /* Rounded corners */&lt;br /&gt;
    background-color: rgba(30, 30, 30, 0.9); /* Consistent dark background */&lt;br /&gt;
    color: white; /* White text */&lt;br /&gt;
    padding: 0 15px; /* Ensure proper padding inside */&lt;br /&gt;
    text-align: left; /* Left-align the input text */&lt;br /&gt;
    box-sizing: border-box; /* Include padding and border in width */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Adjust placeholder text alignment */&lt;br /&gt;
input.search::placeholder {&lt;br /&gt;
    color: rgba(200, 200, 200, 0.7); /* Placeholder in light grey */&lt;br /&gt;
    text-align: left; /* Left-align placeholder text */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Adjust search button alignment */&lt;br /&gt;
#searchIcon {&lt;br /&gt;
    height: 100%; /* Match the height of the search bar */&lt;br /&gt;
    width: 50px; /* Fixed button width */&lt;br /&gt;
    margin-left: 5px; /* Space between search bar and button */&lt;br /&gt;
    background-color: rgba(30, 30, 30, 0.9); /* Consistent dark background */&lt;br /&gt;
    border: 1px solid rgba(68, 68, 68, 0.8); /* Match border with search bar */&lt;br /&gt;
    border-radius: 5px; /* Rounded corners */&lt;br /&gt;
    display: flex;&lt;br /&gt;
    align-items: center; /* Vertically align content */&lt;br /&gt;
    justify-content: center; /* Center the icon inside the button */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Responsive adjustments for smaller devices */&lt;br /&gt;
@media (max-width: 768px) {&lt;br /&gt;
    .header-container {&lt;br /&gt;
        width: 100vw; /* Ensure the header spans full width */&lt;br /&gt;
        padding: 0; /* Remove padding */&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .minerva-header {&lt;br /&gt;
        max-width: 100%; /* Allow full width on mobile */&lt;br /&gt;
        padding: 0 10px; /* Add padding for smaller screens */&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .branding-box {&lt;br /&gt;
        flex: 1 100%; /* Branding spans full width */&lt;br /&gt;
        text-align: left; /* Left-align branding */&lt;br /&gt;
        padding: 10px 0; /* Add vertical padding */&lt;br /&gt;
        margin-bottom: 10px; /* Add space below branding */&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .minerva-search-form {&lt;br /&gt;
        flex: 1 100%; /* Search bar spans full width */&lt;br /&gt;
        margin-bottom: 10px; /* Add spacing below search bar */&lt;br /&gt;
        height: 40px; /* Ensure consistent height */&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    input.search {&lt;br /&gt;
        width: calc(100% - 50px); /* Adjust width for button */&lt;br /&gt;
        max-width: 90%; /* Reduce max width for mobile */&lt;br /&gt;
        height: 100%; /* Match parent height */&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    #searchIcon {&lt;br /&gt;
        margin-left: 0; /* Remove extra margin for mobile alignment */&lt;br /&gt;
        width: 50px; /* Fixed width for button */&lt;br /&gt;
        height: 100%; /* Match parent height */&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER  */&lt;br /&gt;
&lt;br /&gt;
/* Ensure html and body take full height */&lt;br /&gt;
html, body {&lt;br /&gt;
    height: 100%; /* Full height of the viewport */&lt;br /&gt;
    margin: 0; /* Remove default margin */&lt;br /&gt;
    display: flex;&lt;br /&gt;
    flex-direction: column; /* Stack content vertically */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Main content container */&lt;br /&gt;
#content {&lt;br /&gt;
    flex-grow: 1; /* This ensures the content takes up all available space */&lt;br /&gt;
    display: flex;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    padding-bottom: 320px; /* Add padding to prevent content from being covered by footer */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER */&lt;br /&gt;
&lt;br /&gt;
/* Style the main footer container */&lt;br /&gt;
.post-content.footer-content {&lt;br /&gt;
    position: absolute; /* Make footer position absolute */&lt;br /&gt;
    bottom: 0; /* Align the footer at the bottom of the viewport */&lt;br /&gt;
    width: 100vw; /* Full width of the viewport */&lt;br /&gt;
    max-width: 100%;&lt;br /&gt;
    height: 150px; /* Adjusted height for the footer */&lt;br /&gt;
    display: flex; /* Flexbox layout for footer */&lt;br /&gt;
    justify-content: space-between;&lt;br /&gt;
    align-items: flex-start;&lt;br /&gt;
    padding: 40px 0;&lt;br /&gt;
    color: white;&lt;br /&gt;
    z-index: 1000;&lt;br /&gt;
    margin: 0 auto;&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Add the background image as a pseudo-element */&lt;br /&gt;
.post-content.footer-content::before {&lt;br /&gt;
    content: &amp;quot;&amp;quot;;&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    top: 0;&lt;br /&gt;
    left: 0;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    background-image: url(&#039;https://wiki.cosmicsky.net/images/thumb/a/ad/FooterBackground2.png/1200px-FooterBackground2.png?20241208044913&#039;);&lt;br /&gt;
    background-repeat: no-repeat;&lt;br /&gt;
    background-position: center;&lt;br /&gt;
    background-size: cover;&lt;br /&gt;
    z-index: -1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Branding box styles */&lt;br /&gt;
.minerva-footer-logo {&lt;br /&gt;
    position: relative;&lt;br /&gt;
    width: 300px;&lt;br /&gt;
    height: 120px;&lt;br /&gt;
    margin-left: 120px;&lt;br /&gt;
    margin-bottom: 10px;&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
    text-indent: -9999px;&lt;br /&gt;
    border: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.minerva-footer-logo::before {&lt;br /&gt;
    content: &amp;quot;&amp;quot;;&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    top: 0;&lt;br /&gt;
    left: 0;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    background: url(&#039;https://wiki.cosmicsky.net/images/6/62/CosmicLogo.png?20240913203127&#039;) no-repeat center center;&lt;br /&gt;
    background-size: contain;&lt;br /&gt;
    cursor: pointer;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Privacy policy and misc info placement */&lt;br /&gt;
#footer-places {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    bottom: 15px;&lt;br /&gt;
    right: 15px;&lt;br /&gt;
    text-align: right;&lt;br /&gt;
    list-style: none;&lt;br /&gt;
    margin: 0;&lt;br /&gt;
    padding: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove the unwanted bottom line */&lt;br /&gt;
#page-secondary-actions {&lt;br /&gt;
    display: none; /* Hide the element completely */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Additional fix for the unwanted line and padding/margin */&lt;br /&gt;
footer.mw-footer.minerva-footer {&lt;br /&gt;
    border: none; /* Remove any border applied to the footer */&lt;br /&gt;
    padding: 0; /* Remove padding */&lt;br /&gt;
    margin: 0; /* Remove margin */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove padding from elements inside the footer */&lt;br /&gt;
footer.mw-footer.minerva-footer .post-content {&lt;br /&gt;
    padding: 0; /* Remove padding from post content inside footer */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure there’s no unwanted border at the top of the footer */&lt;br /&gt;
footer.mw-footer.minerva-footer .minerva-footer-logo {&lt;br /&gt;
    border: none; /* Remove any borders from the footer logo */&lt;br /&gt;
    margin-top: 0; /* Remove any margins to avoid unwanted spacing */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove any top margins and paddings on the footer-info and footer-places elements */&lt;br /&gt;
#footer-info, #footer-places {&lt;br /&gt;
    margin-top: 0;&lt;br /&gt;
    padding-top: 0;&lt;br /&gt;
    border-top: none; /* Remove any borders */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove last-modified bar content that could be causing issues */&lt;br /&gt;
.last-modified-bar {&lt;br /&gt;
    margin: 0;&lt;br /&gt;
    padding: 0;&lt;br /&gt;
    border: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* CANCEL BUTTON IN EDIT WINDOW */&lt;br /&gt;
&lt;br /&gt;
/* Add Cancel button in Minerva skin */&lt;br /&gt;
#mw-editform-cancel {&lt;br /&gt;
    display: inline-block; /* Make it inline like other buttons */&lt;br /&gt;
    margin-left: 10px; /* Space between buttons */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-editform-cancel .oo-ui-buttonElement-button {&lt;br /&gt;
    background-color: #d9534f; /* Red background for the Cancel button */&lt;br /&gt;
    color: white; /* White text */&lt;br /&gt;
    border: 1px solid #d43f00; /* Darker red border */&lt;br /&gt;
    padding: 5px 15px; /* Adjust the padding */&lt;br /&gt;
    font-size: 14px; /* Adjust font size */&lt;br /&gt;
    cursor: pointer; /* Pointer cursor on hover */&lt;br /&gt;
    border-radius: 5px; /* Rounded corners */&lt;br /&gt;
    text-decoration: none; /* Remove underline from link */&lt;br /&gt;
    display: flex; /* Align text and icon inline */&lt;br /&gt;
    align-items: center; /* Center align the icon and text */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hover effect for Cancel button */&lt;br /&gt;
#mw-editform-cancel .oo-ui-buttonElement-button:hover {&lt;br /&gt;
    background-color: #c9302c; /* Darker red on hover */&lt;br /&gt;
    border-color: #ac2925; /* Darker red border on hover */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Optional: focus style */&lt;br /&gt;
#mw-editform-cancel .oo-ui-buttonElement-button:focus {&lt;br /&gt;
    outline: none;&lt;br /&gt;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Style for the &amp;quot;Cancel&amp;quot; text */&lt;br /&gt;
#mw-editform-cancel .oo-ui-labelElement-label {&lt;br /&gt;
    font-size: 14px; /* Optional: adjust font size */&lt;br /&gt;
    font-weight: bold; /* Optional: make the text bold */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* Style the page action menu container */&lt;br /&gt;
.page-actions-menu {&lt;br /&gt;
    border: 5px solid rgba(255, 255, 255, 0.25); /* Thin, transparent white border */&lt;br /&gt;
    border-radius: 8px; /* Rounded corners */&lt;br /&gt;
    padding: 4px; /* Adjust padding to fit buttons inside */&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: space-between;&lt;br /&gt;
    background-color: #333; /* Dark background for the menu */&lt;br /&gt;
    position: absolute; /* Position the menu absolutely */&lt;br /&gt;
    top: 20px; /* Adjust the distance from the top (slightly above the page name) */&lt;br /&gt;
    right: 10px; /* Move the menu to the right */&lt;br /&gt;
    z-index: 1000; /* Ensure it&#039;s above other elements */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove space from the right and make the border wrap the buttons */&lt;br /&gt;
.page-actions-menu__list {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    gap: 0; /* No gap between buttons */&lt;br /&gt;
    margin: 0; /* Remove any default margin */&lt;br /&gt;
    padding: 0; /* Remove any default padding */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Style each button in the menu */&lt;br /&gt;
.page-actions-menu__list-item {&lt;br /&gt;
    list-style: none;&lt;br /&gt;
    margin: 0; /* Remove default margin */&lt;br /&gt;
    padding: 0; /* Remove default padding */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make the icon and text white */&lt;br /&gt;
.page-actions-menu__list-item a,&lt;br /&gt;
.page-actions-menu__list-item img {&lt;br /&gt;
    color: white; /* White text */&lt;br /&gt;
    filter: brightness(0) invert(1); /* Invert the icon color to white */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure the &amp;quot;More&amp;quot; button and three dots are white */&lt;br /&gt;
.page-actions-menu__list-item#p-more a,&lt;br /&gt;
.page-actions-menu__list-item#p-more img {&lt;br /&gt;
    color: white;&lt;br /&gt;
    filter: brightness(0) invert(1);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Optional: Hover effect for better interaction */&lt;br /&gt;
.page-actions-menu__list-item:hover {&lt;br /&gt;
    background-color: #444; /* Slightly lighter background on hover */&lt;br /&gt;
    cursor: pointer;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Optional: Adjust the size of the icons */&lt;br /&gt;
.page-actions-menu__list-item img {&lt;br /&gt;
    width: 16px; /* Set a uniform size for the icons */&lt;br /&gt;
    height: 16px; /* Set a uniform height for the icons */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Fix the &amp;quot;More&amp;quot; button pop-up&#039;s background and text color */&lt;br /&gt;
#mw-ui-popups .mw-ui-popup {&lt;br /&gt;
    background-color: rgba(50, 50, 50, 0.9); /* Darker background */&lt;br /&gt;
    color: white; /* White text */&lt;br /&gt;
    border-radius: 8px; /* Rounded corners for the pop-up */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide the Language button from the page action menu */&lt;br /&gt;
.language-selector {&lt;br /&gt;
    display: none !important; /* Hide the Language button */&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Radar</name></author>
	</entry>
	<entry>
		<id>https://wiki.cosmicsky.net/index.php?title=Template:Clickable_button&amp;diff=451</id>
		<title>Template:Clickable button</title>
		<link rel="alternate" type="text/html" href="https://wiki.cosmicsky.net/index.php?title=Template:Clickable_button&amp;diff=451"/>
		<updated>2024-09-23T03:58:57Z</updated>

		<summary type="html">&lt;p&gt;Radar: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;span class=&amp;quot;mw-ui-button {{#switch: {{{color|white}}} | red = mw-ui-destructive | green = mw-ui-progressive | white = | blue = mw-ui-progressive}}&amp;quot; role=&amp;quot;button&amp;quot; aria-disabled=&amp;quot;false&amp;quot; style=&amp;quot;font-size: 1.5em; padding: 100px 100px; position: relative; display: inline-block;&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;span style=&amp;quot;position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); color: #facc91;&amp;quot;&amp;gt;&lt;br /&gt;
     {{{text|{{{1|Button text}}}}}}&lt;br /&gt;
   &amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&amp;lt;noinclude&amp;gt;{{Documentation}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Radar</name></author>
	</entry>
	<entry>
		<id>https://wiki.cosmicsky.net/index.php?title=Template:Clickable_button&amp;diff=450</id>
		<title>Template:Clickable button</title>
		<link rel="alternate" type="text/html" href="https://wiki.cosmicsky.net/index.php?title=Template:Clickable_button&amp;diff=450"/>
		<updated>2024-09-23T03:58:17Z</updated>

		<summary type="html">&lt;p&gt;Radar: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;span class=&amp;quot;mw-ui-button {{#switch: {{{color|white}}} | red = mw-ui-destructive | green = mw-ui-progressive | white = | blue = mw-ui-progressive}}&amp;quot; &lt;br /&gt;
      role=&amp;quot;button&amp;quot; &lt;br /&gt;
      aria-disabled=&amp;quot;false&amp;quot; &lt;br /&gt;
      style=&amp;quot;font-size: 1.5em; padding: 100px 100px; position: relative; display: inline-block; &lt;br /&gt;
             background-image: url(&#039;https://wiki.cosmicsky.net/images/6/64/23.jpg&#039;);&lt;br /&gt;
             background-size: cover; &lt;br /&gt;
             background-repeat: no-repeat; &lt;br /&gt;
             background-position: center;&amp;quot;&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{Documentation}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Radar</name></author>
	</entry>
	<entry>
		<id>https://wiki.cosmicsky.net/index.php?title=Template:Clickable_button&amp;diff=449</id>
		<title>Template:Clickable button</title>
		<link rel="alternate" type="text/html" href="https://wiki.cosmicsky.net/index.php?title=Template:Clickable_button&amp;diff=449"/>
		<updated>2024-09-23T03:56:37Z</updated>

		<summary type="html">&lt;p&gt;Radar: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;span class=&amp;quot;mw-ui-button {{#switch: {{{color|white}}} | red = mw-ui-destructive | green = mw-ui-progressive | white = | blue = mw-ui-progressive}}&amp;quot; role=&amp;quot;button&amp;quot; aria-disabled=&amp;quot;false&amp;quot; style=&amp;quot;font-size: 1.5em; width: 200px; height: 200px; display: inline-block; position: relative; text-align: center;&amp;quot;&amp;gt;&lt;br /&gt;
   [[File:23.jpg|200px|link=|alt=Button Image|class=mw-ui-icon]]&lt;br /&gt;
   &amp;lt;span style=&amp;quot;position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); color: #facc91;&amp;quot;&amp;gt;&lt;br /&gt;
     {{{text|{{{1|Button text}}}}}}&lt;br /&gt;
   &amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{Documentation}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Radar</name></author>
	</entry>
</feed>