MediaWiki:Timeless.css: Difference between revisions
From Helbreath Portal
No edit summary |
No edit summary |
||
| Line 47: | Line 47: | ||
border-right: 1px solid rgba(58,59,61,0.8); | border-right: 1px solid rgba(58,59,61,0.8); | ||
box-shadow: 2px 0 16px rgba(0,0,0,0.25); | box-shadow: 2px 0 16px rgba(0,0,0,0.25); | ||
border-radius: 0 12px 12px 0; | padding-top: 0 !important; | ||
border-top: 1px solid rgba(58,59,61,0.8) !important; | |||
border-radius: 0 12px 12px 0 !important; /* tylko dolne rogi zaokrąglone */ | |||
} | } | ||
| Line 57: | Line 59: | ||
box-shadow: inset 0 -2px 6px rgba(0,0,0,0.25); | box-shadow: inset 0 -2px 6px rgba(0,0,0,0.25); | ||
transition: all 0.3s ease; | transition: all 0.3s ease; | ||
} | |||
/* Pełna górna kreska nad pierwszym sidebar-chunk */ | |||
#mw-site-navigation .sidebar-chunk:first-of-type, | |||
#mw-related-navigation .sidebar-chunk:first-of-type { | |||
margin-top: 0 !important; | |||
border-radius: 0 !important; | |||
border-top: 1px solid rgba(58,59,61,0.8) !important; | |||
} | } | ||
| Line 205: | Line 215: | ||
padding-bottom: 6px; | padding-bottom: 6px; | ||
box-shadow: 0 4px 12px rgba(16,163,127,0.6); /* zielony glow */ | box-shadow: 0 4px 12px rgba(16,163,127,0.6); /* zielony glow */ | ||
} | |||
/* Górna kreska od krawędzi do krawędzi sidebarów */ | |||
#mw-site-navigation::before, | |||
#mw-related-navigation::before { | |||
content: ""; | |||
display: block; | |||
width: 100%; | |||
height: 1px; | |||
background-color: rgba(58,59,61,0.8); | |||
margin: 0; | |||
position: absolute; | |||
top: 0; | |||
left: 0; | |||
} | |||
/* Ważne – ustawiamy pozycjonowanie kontenerów */ | |||
#mw-site-navigation, | |||
#mw-related-navigation { | |||
position: relative; | |||
overflow: visible; | |||
} | } | ||
Revision as of 22:09, 20 August 2025
/* === ULTRA PREMIUM DARK + CENTRALNE POWIĘKSZONE LOGO + CIEMNE TABELKI === */
/* GLOBAL DARK BACKGROUND */
html, body, #mw-wrapper, #mw-content-container {
background: linear-gradient(180deg, #1b1c1d 0%, #151617 100%) !important;
color: #e6e6e6 !important;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
/* HEADER-CONTAINER CIEMNE TŁO */
#mw-header-container {
background: linear-gradient(180deg, #1b1c1d 0%, #151617 100%) !important;
border-bottom: 1px solid rgba(58,59,61,0.8) !important;
box-shadow: 0 2px 8px rgba(0,0,0,0.5) !important;
}
/* ANIMATED GRADIENT KEYFRAMES */
@keyframes gradientShift {
0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}
/* LINKS */
a { color: #10a37f !important; transition: all 0.3s ease; }
a:visited { color: #8be9c9 !important; }
a.new { color: #ff6b6b !important; }
a:hover { color: #ffffff !important; text-shadow: 0 0 8px #10a37f; }
/* OSOBNE CENTRALNE LOGO */
#custom-top-logo {
display: block !important;
margin: 20px auto !important;
width: 450px !important; /* powiększone logo */
height: 250px !important; /* powiększone logo */
background-size: contain !important;
position: relative !important;
z-index: 1000 !important;
}
/* SIDEBAR ULTRA-COMPACT */
#mw-site-navigation, #mw-related-navigation {
background: linear-gradient(180deg, #252627, #1f2020, #28292a) !important;
background-size: 400% 400%;
animation: gradientShift 20s ease infinite;
backdrop-filter: blur(10px);
border-right: 1px solid rgba(58,59,61,0.8);
box-shadow: 2px 0 16px rgba(0,0,0,0.25);
padding-top: 0 !important;
border-top: 1px solid rgba(58,59,61,0.8) !important;
border-radius: 0 12px 12px 0 !important; /* tylko dolne rogi zaokrąglone */
}
#mw-site-navigation .sidebar-chunk, #mw-related-navigation .sidebar-chunk {
background: rgba(37,38,39,0.75) !important;
border-top: 1px solid rgba(58,59,61,0.6) !important;
padding: 1px 4px; /* ultra-compact */
border-radius: 10px;
box-shadow: inset 0 -2px 6px rgba(0,0,0,0.25);
transition: all 0.3s ease;
}
/* Pełna górna kreska nad pierwszym sidebar-chunk */
#mw-site-navigation .sidebar-chunk:first-of-type,
#mw-related-navigation .sidebar-chunk:first-of-type {
margin-top: 0 !important;
border-radius: 0 !important;
border-top: 1px solid rgba(58,59,61,0.8) !important;
}
#mw-site-navigation .sidebar-heading, #mw-related-navigation .sidebar-heading {
color: #ffffff !important;
background: rgba(42,43,45,0.8) !important;
padding: 1px 4px;
border-radius: 10px;
margin-bottom: 2px;
text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
#mw-site-navigation a, #mw-related-navigation a {
color: #d0d0d0 !important;
display: block;
padding: 1px 4px;
border-radius: 8px;
transition: all 0.3s ease;
}
#mw-site-navigation a:hover, #mw-related-navigation a:hover {
color: #ffffff !important;
background-color: rgba(50,51,52,0.8) !important;
box-shadow: inset 0 0 8px rgba(16,163,127,0.6);
transform: translateX(1px);
}
/* CONTENT AREA */
#mw-content {
background: rgba(30,31,32,0.85) !important;
backdrop-filter: blur(10px);
border-radius: 14px;
padding: 2em;
box-shadow: 0 8px 28px rgba(0,0,0,0.5);
transition: all 0.3s ease;
}
/* FOOTER */
#mw-footer {
background: linear-gradient(90deg, #2a2b2d, #242526, #2e2f31) !important;
background-size: 400% 400%;
animation: gradientShift 18s ease infinite;
backdrop-filter: blur(8px);
border-top: 1px solid rgba(58,59,61,0.8);
color: #aaa !important;
box-shadow: inset 0 1px 6px rgba(0,0,0,0.3);
border-radius: 12px 12px 0 0;
padding: 12px 16px;
}
/* CONTENTS BOX */
#toc {
background: rgba(42,43,45,0.85) !important;
backdrop-filter: blur(8px);
border: 1px solid rgba(58,59,61,0.7);
border-radius: 10px;
padding: 8px 10px;
box-shadow: 0 4px 12px rgba(0,0,0,0.4);
}
#toc h2 { color: #ffffff !important; text-shadow: 0 1px 2px rgba(0,0,0,0.6); }
#toc ul li a { color: #d0d0d0 !important; transition: all 0.2s ease; }
#toc ul li a:hover { color: #ffffff !important; text-shadow: 0 0 6px #10a37f; }
/* FORMS */
input[type="text"], textarea, select {
background: rgba(42,43,45,0.85) !important;
color: #ffffff !important;
border: 1px solid rgba(58,59,61,0.7) !important;
border-radius: 10px;
padding: 6px 10px;
box-shadow: inset 0 2px 6px rgba(0,0,0,0.3);
transition: all 0.3s ease;
}
input:focus, textarea:focus, select:focus {
outline: none !important;
border-color: #10a37f !important;
box-shadow: 0 0 12px #10a37f;
}
/* BUTTONS */
input[type="submit"], button, .mw-ui-button {
background: linear-gradient(90deg, #10a37f, #0d8c6b, #12b089) !important;
background-size: 400% 400%;
animation: gradientShift 12s ease infinite;
color: #ffffff !important;
border: none !important;
border-radius: 12px;
padding: 8px 16px;
cursor: pointer;
box-shadow: 0 4px 12px rgba(0,0,0,0.5);
transition: all 0.3s ease;
}
input[type="submit"]:hover, button:hover, .mw-ui-button:hover {
background: linear-gradient(90deg, #0d8c6b, #12b089, #10a37f) !important;
box-shadow: 0 4px 16px rgba(16,163,127,0.7);
transform: translateY(-1px);
}
/* SEARCH BOX */
#simpleSearch, #mw-searchInput {
background: rgba(42,43,45,0.85) !important;
color: #ffffff !important;
border: 1px solid rgba(58,59,61,0.7) !important;
border-radius: 10px;
padding: 6px 10px;
box-shadow: inset 0 2px 6px rgba(0,0,0,0.3);
transition: all 0.3s ease;
}
#simpleSearch input:focus, #mw-searchInput:focus {
outline: none !important;
box-shadow: 0 0 12px #10a37f !important;
}
/* === CIEMNE TABELKI === */
table {
background: rgba(30,31,32,0.85) !important;
border: 1px solid rgba(58,59,61,0.7) !important;
border-radius: 8px;
border-collapse: collapse;
color: #e6e6e6 !important;
}
th, td {
background: rgba(42,43,45,0.75) !important;
border: 1px solid rgba(58,59,61,0.6) !important;
padding: 6px 10px;
color: #e6e6e6 !important;
}
th {
background: rgba(50,51,52,0.85) !important;
text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
tr:nth-child(even) td {
background: rgba(37,38,39,0.7) !important;
}
/* ZIELONA LINIA POD TYTUŁEM STRONY Z GLOWEM */
#mw-firstheading {
border-bottom: 3px solid #10a37f !important; /* zielony akcent */
padding-bottom: 6px;
box-shadow: 0 4px 12px rgba(16,163,127,0.6); /* delikatny zielony glow */
}
/* Zielona linia pod tytułem strony (Timeless override) */
#mw-content-container .firstHeading,
#mw-content-container .mw-first-heading {
border-bottom: 3px solid #10a37f !important; /* zielony */
padding-bottom: 6px;
box-shadow: 0 4px 12px rgba(16,163,127,0.6); /* zielony glow */
}
/* Górna kreska od krawędzi do krawędzi sidebarów */
#mw-site-navigation::before,
#mw-related-navigation::before {
content: "";
display: block;
width: 100%;
height: 1px;
background-color: rgba(58,59,61,0.8);
margin: 0;
position: absolute;
top: 0;
left: 0;
}
/* Ważne – ustawiamy pozycjonowanie kontenerów */
#mw-site-navigation,
#mw-related-navigation {
position: relative;
overflow: visible;
}