User:Noorisei/timeless.css
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* ========================================
TIMELESS SKIN SPECIFIC STYLES
Based on Vector Legacy colors and design
======================================== */
/* ========================================
CORATO PINK THEME FOR TIMELESS
Maintain pink colors on Timeless skin elements
======================================== */
/* Timeless navigation tabs with CoraTO pink theme */
body.skin-timeless #p-views ul li a,
body.skin-timeless #p-cactions ul li a,
body.skin-timeless .mw-portlet-views ul li a,
body.skin-timeless .mw-portlet-cactions ul li a {
background-color: #ff69b4 !important;
color: white !important;
border: 1px solid #ff1493 !important;
padding: 0.5em 1em !important;
margin: 0 2px !important;
border-radius: 3px 3px 0 0 !important;
}
body.skin-timeless #p-views ul li.selected a,
body.skin-timeless #p-cactions ul li.selected a,
body.skin-timeless .mw-portlet-views ul li.selected a,
body.skin-timeless .mw-portlet-cactions ul li.selected a,
body.skin-timeless #p-views ul li a:hover,
body.skin-timeless #p-cactions ul li a:hover,
body.skin-timeless .mw-portlet-views ul li a:hover,
body.skin-timeless .mw-portlet-cactions ul li a:hover {
background-color: #ff1493 !important;
color: white !important;
}
/* Timeless user menu with pink theme */
body.skin-timeless #p-personal ul li a,
body.skin-timeless .mw-portlet-personal ul li a,
body.skin-timeless #personal ul li a {
color: #ff1493 !important;
text-decoration: none !important;
}
body.skin-timeless #p-personal ul li a:hover,
body.skin-timeless .mw-portlet-personal ul li a:hover,
body.skin-timeless #personal ul li a:hover {
color: #ff69b4 !important;
background-color: rgba(255, 105, 180, 0.1) !important;
}
/* Timeless search box styling */
body.skin-timeless #searchInput,
body.skin-timeless .mw-search-form input,
body.skin-timeless #simpleSearch input {
border: 2px solid #ff69b4 !important;
border-radius: 3px !important;
padding: 0.3em !important;
}
body.skin-timeless #searchInput:focus,
body.skin-timeless .mw-search-form input:focus,
body.skin-timeless #simpleSearch input:focus {
border-color: #ff1493 !important;
box-shadow: 0 0 5px rgba(255, 105, 180, 0.5) !important;
outline: none !important;
}
/* Timeless search button */
body.skin-timeless #searchButton,
body.skin-timeless .mw-search-form button,
body.skin-timeless #simpleSearch button {
background-color: #ff69b4 !important;
border: 1px solid #ff1493 !important;
color: white !important;
border-radius: 3px !important;
padding: 0.3em 0.8em !important;
cursor: pointer !important;
}
body.skin-timeless #searchButton:hover,
body.skin-timeless .mw-search-form button:hover,
body.skin-timeless #simpleSearch button:hover {
background-color: #ff1493 !important;
}
/* ========================================
TIMELESS HEADER STYLING
======================================== */
/* Enhanced header with pink accents */
body.skin-timeless #mw-head,
body.skin-timeless .mw-header,
body.skin-timeless #site-header {
background: rgba(255, 255, 255, 0.98) !important;
backdrop-filter: blur(15px) !important;
border-bottom: 2px solid rgba(233, 30, 99, 0.15) !important;
box-shadow: 0 3px 15px rgba(233, 30, 99, 0.2) !important;
}
/* ========================================
TIMELESS SIDEBAR STYLING
======================================== */
/* Sidebar with pink accents */
body.skin-timeless #mw-panel,
body.skin-timeless .sidebar,
body.skin-timeless #sidebar {
background: linear-gradient(135deg, rgba(255, 105, 180, 0.05) 0%, rgba(255, 20, 147, 0.08) 100%) !important;
border-right: 1px solid rgba(255, 105, 180, 0.2) !important;
}
/* Sidebar navigation links */
body.skin-timeless #mw-panel .portal h3,
body.skin-timeless .sidebar .portal h3,
body.skin-timeless #sidebar .portal h3 {
color: #ff1493 !important;
border-bottom: 1px solid rgba(255, 105, 180, 0.3) !important;
}
body.skin-timeless #mw-panel .portal .body ul li a,
body.skin-timeless .sidebar .portal .body ul li a,
body.skin-timeless #sidebar .portal .body ul li a {
color: #333 !important;
transition: all 0.3s ease !important;
}
body.skin-timeless #mw-panel .portal .body ul li a:hover,
body.skin-timeless .sidebar .portal .body ul li a:hover,
body.skin-timeless #sidebar .portal .body ul li a:hover {
color: #ff1493 !important;
background-color: rgba(255, 105, 180, 0.1) !important;
padding-left: 1em !important;
}
/* ========================================
TIMELESS CONTENT AREA STYLING
======================================== */
/* Content area enhancements */
body.skin-timeless #content,
body.skin-timeless .mw-body,
body.skin-timeless #mw-content {
background: #fff !important;
border-radius: 8px !important;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
margin: 1em !important;
padding: 2em !important;
}
/* Page title styling */
body.skin-timeless #firstHeading,
body.skin-timeless .firstHeading,
body.skin-timeless h1.firstHeading {
color: #ff1493 !important;
border-bottom: 2px solid rgba(255, 105, 180, 0.3) !important;
padding-bottom: 0.5em !important;
margin-bottom: 1em !important;
}
/* ========================================
TIMELESS RESPONSIVE DESIGN
======================================== */
@media (max-width: 1200px) {
body.skin-timeless #content,
body.skin-timeless .mw-body,
body.skin-timeless #mw-content {
margin: 0.5em !important;
padding: 1.5em !important;
}
}
@media (max-width: 768px) {
body.skin-timeless #content,
body.skin-timeless .mw-body,
body.skin-timeless #mw-content {
margin: 0 !important;
padding: 1em !important;
border-radius: 0 !important;
}
body.skin-timeless #mw-panel,
body.skin-timeless .sidebar,
body.skin-timeless #sidebar {
display: none !important;
}
}
@media (max-width: 480px) {
body.skin-timeless #content,
body.skin-timeless .mw-body,
body.skin-timeless #mw-content {
padding: 0.5em !important;
}
}
/* ========================================
TIMELESS BACK TO TOP BUTTON
======================================== */
body.skin-timeless #back-to-top-btn {
position: fixed !important;
bottom: 20px !important;
right: 20px !important;
z-index: 99999 !important;
background-color: #ff69b4 !important;
border: 1px solid #ff1493 !important;
color: white !important;
border-radius: 50% !important;
width: 50px !important;
height: 50px !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
box-shadow: 0 3px 15px rgba(233, 30, 99, 0.3) !important;
transition: all 0.3s ease !important;
}
body.skin-timeless #back-to-top-btn:hover {
background-color: #ff1493 !important;
transform: translateY(-2px) !important;
box-shadow: 0 5px 20px rgba(233, 30, 99, 0.4) !important;
}
/* ========================================
TIMELESS LINK STYLING
======================================== */
body.skin-timeless a {
color: #ff1493 !important;
transition: color 0.3s ease !important;
}
body.skin-timeless a:hover {
color: #ff69b4 !important;
}
body.skin-timeless a:visited {
color: #cc1177 !important;
}
/* ========================================
TIMELESS FORM ELEMENTS
======================================== */
body.skin-timeless input[type="text"],
body.skin-timeless input[type="email"],
body.skin-timeless input[type="password"],
body.skin-timeless textarea,
body.skin-timeless select {
border: 2px solid rgba(255, 105, 180, 0.3) !important;
border-radius: 4px !important;
padding: 0.5em !important;
transition: border-color 0.3s ease !important;
}
body.skin-timeless input[type="text"]:focus,
body.skin-timeless input[type="email"]:focus,
body.skin-timeless input[type="password"]:focus,
body.skin-timeless textarea:focus,
body.skin-timeless select:focus {
border-color: #ff1493 !important;
box-shadow: 0 0 5px rgba(255, 105, 180, 0.5) !important;
outline: none !important;
}
body.skin-timeless input[type="submit"],
body.skin-timeless button {
background-color: #ff69b4 !important;
border: 1px solid #ff1493 !important;
color: white !important;
border-radius: 4px !important;
padding: 0.5em 1em !important;
cursor: pointer !important;
transition: all 0.3s ease !important;
}
body.skin-timeless input[type="submit"]:hover,
body.skin-timeless button:hover {
background-color: #ff1493 !important;
transform: translateY(-1px) !important;
box-shadow: 0 2px 8px rgba(233, 30, 99, 0.3) !important;
}