انتقل إلى المحتوى

الفرق بين المراجعتين لصفحة: «ميدياويكي:Common.css»

من موسوعة زيارة الاربعين
لا ملخص تعديل
لا ملخص تعديل
سطر ١: سطر ١:
* {
/* Calm Pastel MediaWiki Design */
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }


        body {
/* Root variables for consistent color scheme */
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
:root {
            background: linear-gradient(135deg, #f8f4f0 0%, #e8e4e0 100%);
  --soft-lavender: #f8f6ff;
            color: #5a5a5a;
  --pale-mint: #f0f8f5;
            line-height: 1.8;
  --cream-white: #fdfcf8;
            min-height: 100vh;
  --dusty-rose: #f5f0f3;
        }
  --soft-blue: #e8f2ff;
  --gentle-purple: #e6e0ff;
  --warm-beige: #f9f7f4;
  --subtle-gray: #f4f4f6;
  --muted-text: #5a5a6b;
  --accent-purple: #8b7fb8;
  --accent-mint: #7ba898;
  --accent-rose: #c4a5b0;
  --soft-shadow: rgba(139, 127, 184, 0.1);
  --gentle-border: rgba(139, 127, 184, 0.15);
}


        .container {
/* Overall page styling */
            max-width: 1200px;
body {
            margin: 0 auto;
  background: linear-gradient(135deg, var(--soft-lavender) 0%, var(--pale-mint) 50%, var(--cream-white) 100%);
            padding: 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
  color: var(--muted-text);
  line-height: 1.6;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}


        .header {
/* Main container */
            background: linear-gradient(135deg, #d4c5b9 0%, #c8b5a6 100%);
.mw-page-container {
            padding: 40px 30px;
  background: rgba(255, 255, 255, 0.85);
            border-radius: 25px;
  backdrop-filter: blur(10px);
            margin-bottom: 30px;
  border-radius: 20px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin: 20px;
            text-align: center;
  box-shadow: 0 8px 32px var(--soft-shadow);
        }
  overflow: hidden;
}


        .header h1 {
.mw-page-container-inner {
            color: #6b5b73;
  background: transparent;
            font-size: 2.5em;
}
            margin-bottom: 10px;
            text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.3);
        }


        .header .subtitle {
/* Header styling */
            color: #8b7b8b;
.mw-body-header {
            font-size: 1.1em;
  background: linear-gradient(90deg, var(--gentle-purple), var(--soft-blue));
            font-weight: 300;
  padding: 2rem;
        }
  border-radius: 20px 20px 0 0;
  border-bottom: 3px solid var(--gentle-border);
}


        .main-content {
.firstHeading {
            display: grid;
  color: var(--accent-purple);
            grid-template-columns: 1fr 300px;
  font-size: 2.5rem;
            gap: 30px;
  font-weight: 300;
            margin-bottom: 40px;
  margin: 0;
        }
  text-shadow: 0 2px 4px rgba(255, 255, 255, 0.5);
}


        .content-area {
.mw-page-title-namespace,
            background: linear-gradient(135deg, #f5f1ed 0%, #ede9e5 100%);
.mw-page-title-separator,
            padding: 40px;
.mw-page-title-main {
            border-radius: 20px;
  color: var(--accent-purple);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}
            border: 2px solid rgba(212, 197, 185, 0.3);
        }


        .sidebar {
/* Navigation styling */
            background: linear-gradient(135deg, #e8ddd4 0%, #d9cfc6 100%);
.vector-main-menu {
            padding: 30px;
  background: var(--dusty-rose);
            border-radius: 20px;
  border-radius: 15px;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  margin: 1rem;
            border: 2px solid rgba(212, 197, 185, 0.3);
  padding: 1rem;
            height: fit-content;
  box-shadow: 0 4px 20px var(--soft-shadow);
        }
}


        .imam-quote {
.vector-main-menu-landmark {
            background: linear-gradient(135deg, #c8b5a6 0%, #b8a696 100%);
  background: transparent;
            padding: 25px;
}
            border-radius: 15px;
            margin-bottom: 30px;
            border-left: 5px solid #9d8b7c;
            position: relative;
            overflow: hidden;
        }


        .imam-quote::before {
.vector-menu-heading {
            content: '';
  color: var(--accent-purple);
            position: absolute;
  font-weight: 600;
            top: -50%;
  font-size: 1.1rem;
            right: -50%;
  margin-bottom: 0.5rem;
            width: 200%;
  padding: 0.5rem 1rem;
            height: 200%;
  background: rgba(255, 255, 255, 0.6);
            background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  border-radius: 10px;
            animation: shimmer 3s infinite;
}
        }


        @keyframes shimmer {
.vector-menu-content-list {
            0%, 100% { transform: rotate(0deg); }
  list-style: none;
            50% { transform: rotate(180deg); }
  padding: 0;
        }
}


        .imam-quote p {
.vector-menu-content-list li {
            color: #6b5b73;
  margin: 0.3rem 0;
            font-weight: 600;
}
            font-size: 1.1em;
            position: relative;
            z-index: 1;
        }


        .section-title {
.vector-menu-content-list a {
            color: #7a6a7a;
  color: var(--muted-text);
            font-size: 1.8em;
  text-decoration: none;
            margin-bottom: 20px;
  padding: 0.7rem 1rem;
            padding-bottom: 10px;
  border-radius: 10px;
            border-bottom: 3px solid #d4c5b9;
  display: block;
            position: relative;
  transition: all 0.3s ease;
        }
  background: rgba(255, 255, 255, 0.4);
}


        .section-title::after {
.vector-menu-content-list a:hover {
            content: '';
  background: var(--accent-mint);
            position: absolute;
  color: white;
            bottom: -3px;
  transform: translateX(5px);
            right: 0;
  box-shadow: 0 4px 15px var(--soft-shadow);
            width: 50px;
}
            height: 3px;
            background: linear-gradient(90deg, #c8b5a6 0%, #b8a696 100%);
        }


        .hadith-text {
/* Table of Contents */
            background: linear-gradient(135deg, #f0ebe6 0%, #e6e0db 100%);
.vector-toc {
            padding: 30px;
  background: var(--soft-blue);
            border-radius: 15px;
  border-radius: 15px;
            margin: 20px 0;
  margin: 1rem;
            border: 2px solid rgba(212, 197, 185, 0.5);
  padding: 1rem;
            position: relative;
  box-shadow: 0 4px 20px var(--soft-shadow);
        }
}


        .hadith-text::before {
.vector-toc-contents {
            content: '"';
  list-style: none;
            position: absolute;
  padding: 0;
            top: -10px;
}
            right: 20px;
            font-size: 4em;
            color: #d4c5b9;
            opacity: 0.3;
        }


        .hadith-text p {
.vector-toc-list-item {
            font-size: 1.3em;
  margin: 0.5rem 0;
            color: #6b5b73;
}
            font-weight: 500;
            text-align: center;
            margin-bottom: 15px;
        }


        .hadith-source {
.vector-toc-link {
            color: #8b7b8b;
  color: var(--muted-text);
            font-size: 0.9em;
  text-decoration: none;
            text-align: left;
  padding: 0.8rem 1rem;
            font-style: italic;
  border-radius: 10px;
            margin-top: 15px;
  display: block;
            padding-top: 15px;
  transition: all 0.3s ease;
            border-top: 1px solid rgba(212, 197, 185, 0.3);
  background: rgba(255, 255, 255, 0.5);
        }
}


        .sidebar-section {
.vector-toc-link:hover,
            margin-bottom: 30px;
.vector-toc-list-item-active .vector-toc-link {
        }
  background: var(--accent-purple);
  color: white;
  transform: scale(1.02);
}


        .sidebar-title {
/* Main content area */
            color: #7a6a7a;
.mw-body {
            font-size: 1.2em;
  background: var(--cream-white);
            margin-bottom: 15px;
  margin: 0;
            padding-bottom: 8px;
  padding: 2rem;
            border-bottom: 2px solid #c8b5a6;
  border-radius: 0 0 20px 20px;
        }
}


        .sidebar-content {
.mw-body-content {
            background: linear-gradient(135deg, #f2ebe4 0%, #e8e1da 100%);
  background: transparent;
            padding: 20px;
}
            border-radius: 12px;
            border: 1px solid rgba(212, 197, 185, 0.4);
        }


        .sidebar-content p {
.mw-content-text {
            color: #6b5b73;
  background: rgba(255, 255, 255, 0.8);
            font-size: 0.95em;
  padding: 2rem;
            margin-bottom: 10px;
  border-radius: 15px;
        }
  box-shadow: 0 4px 20px var(--soft-shadow);
  margin: 1rem 0;
}


        .navigation {
/* Headings */
            background: linear-gradient(135deg, #d9cfc6 0%, #cfc5bc 100%);
h1, h2, h3, h4, h5, h6 {
            padding: 20px;
  color: var(--accent-purple);
            border-radius: 15px;
  font-weight: 400;
            margin-bottom: 20px;
  margin: 1.5rem 0 1rem 0;
        }
}


        .nav-item {
.mw-heading h2 {
            color: #7a6a7a;
  background: linear-gradient(90deg, var(--gentle-purple), var(--soft-blue));
            text-decoration: none;
  padding: 1rem 1.5rem;
            display: block;
  border-radius: 12px;
            padding: 10px 15px;
  border-left: 4px solid var(--accent-purple);
            margin: 5px 0;
  color: var(--accent-purple);
            border-radius: 8px;
  box-shadow: 0 2px 10px var(--soft-shadow);
            transition: all 0.3s ease;
}
            background: rgba(255, 255, 255, 0.3);
        }


        .nav-item:hover {
/* Paragraphs and text */
            background: linear-gradient(135deg, #c8b5a6 0%, #b8a696 100%);
p {
            color: #6b5b73;
  margin: 1rem 0;
            transform: translateX(-5px);
  line-height: 1.7;
        }
}


        .footer {
p b, strong {
            background: linear-gradient(135deg, #d4c5b9 0%, #c8b5a6 100%);
  color: var(--accent-purple);
            padding: 30px;
  font-weight: 600;
            border-radius: 20px;
}
            text-align: center;
            margin-top: 40px;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
        }


        .footer p {
/* Category styling */
            color: #6b5b73;
.mw-category-generated {
            font-size: 0.9em;
  background: var(--warm-beige);
        }
  padding: 1.5rem;
  border-radius: 15px;
  margin: 1rem 0;
  box-shadow: 0 4px 20px var(--soft-shadow);
}


        .decorative-element {
.mw-category-generated h2 {
            width: 100px;
  color: var(--accent-mint);
            height: 4px;
  border-bottom: 2px solid var(--accent-mint);
            background: linear-gradient(90deg, #c8b5a6 0%, #b8a696 100%);
  padding-bottom: 0.5rem;
            margin: 20px auto;
  margin-bottom: 1rem;
            border-radius: 2px;
}
            position: relative;
        }


        .decorative-element::before,
.mw-category {
        .decorative-element::after {
  background: rgba(255, 255, 255, 0.6);
            content: '';
  padding: 1rem;
            position: absolute;
  border-radius: 10px;
            width: 8px;
  margin: 0.5rem 0;
            height: 8px;
}
            background: #b8a696;
            border-radius: 50%;
            top: -2px;
        }


        .decorative-element::before {
.mw-category-group h3 {
            left: -4px;
  color: var(--accent-rose);
        }
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}


        .decorative-element::after {
.mw-category ul {
            right: -4px;
  list-style: none;
        }
  padding: 0;
}


        @media (max-width: 768px) {
.mw-category li {
            .main-content {
  margin: 0.3rem 0;
                grid-template-columns: 1fr;
}
            }
           
            .header h1 {
                font-size: 2em;
            }
           
            .content-area,
            .sidebar {
                padding: 25px;
            }
        }


        .fade-in {
.mw-category a {
            animation: fadeIn 1s ease-in;
  color: var(--muted-text);
        }
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  display: inline-block;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.5);
}


        @keyframes fadeIn {
.mw-category a:hover {
            from { opacity: 0; transform: translateY(20px); }
  background: var(--accent-mint);
            to { opacity: 1; transform: translateY(0); }
  color: white;
        }
  transform: translateY(-2px);
  box-shadow: 0 4px 15px var(--soft-shadow);
}
 
/* Toolbar styling */
.vector-page-toolbar {
  background: var(--subtle-gray);
  border-radius: 15px;
  margin: 1rem 0;
  padding: 0.5rem;
  box-shadow: 0 2px 10px var(--soft-shadow);
}
 
.vector-menu-tabs {
  background: transparent;
}
 
.vector-menu-tabs a {
  color: var(--muted-text);
  text-decoration: none;
  padding: 0.7rem 1.2rem;
  border-radius: 10px;
  margin: 0 0.2rem;
  background: rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
}
 
.vector-menu-tabs a:hover,
.vector-menu-tabs .selected a {
  background: var(--accent-purple);
  color: white;
  transform: translateY(-2px);
}
 
/* Page tools */
.vector-page-tools {
  background: var(--dusty-rose);
  border-radius: 15px;
  padding: 1rem;
  margin: 1rem 0;
  box-shadow: 0 4px 20px var(--soft-shadow);
}
 
/* Appearance controls */
.vector-appearance {
  background: var(--soft-blue);
  border-radius: 15px;
  padding: 1rem;
  margin: 1rem 0;
  box-shadow: 0 4px 20px var(--soft-shadow);
}
 
.cdx-radio {
  margin: 0.5rem 0;
}
 
.cdx-radio__label {
  color: var(--muted-text);
  padding: 0.5rem 1rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}
 
.cdx-radio__input:checked + .cdx-radio__icon + .cdx-radio__label {
  background: var(--accent-purple);
  color: white;
}
 
/* Footer */
.mw-footer {
  background: linear-gradient(90deg, var(--gentle-purple), var(--soft-blue));
  padding: 2rem;
  border-radius: 0 0 20px 20px;
  margin-top: 2rem;
}
 
.mw-footer ul {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0;
}
 
.mw-footer li {
  display: inline-block;
  margin: 0 1rem 0 0;
}
 
.mw-footer a {
  color: var(--muted-text);
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}
 
.mw-footer a:hover {
  background: var(--accent-mint);
  color: white;
}
 
/* Buttons */
.cdx-button {
  background: var(--accent-purple);
  color: white;
  border: none;
  padding: 0.7rem 1.5rem;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px var(--soft-shadow);
}
 
.cdx-button:hover {
  background: var(--accent-mint);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px var(--soft-shadow);
}
 
/* Dropdown styling */
.vector-dropdown {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  box-shadow: 0 4px 20px var(--soft-shadow);
}
 
.vector-dropdown-content {
  background: var(--cream-white);
  border-radius: 10px;
  padding: 1rem;
  margin-top: 0.5rem;
}
 
/* Responsive adjustments */
@media (max-width: 768px) {
  .mw-page-container {
    margin: 10px;
    border-radius: 15px;
  }
 
  .mw-body {
    padding: 1rem;
  }
 
  .mw-content-text {
    padding: 1rem;
  }
 
  .firstHeading {
    font-size: 2rem;
  }
}
 
/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}
 
/* Selection styling */
::selection {
  background: var(--accent-purple);
  color: white;
}
 
/* Focus styling */
*:focus {
  outline: 2px solid var(--accent-purple);
  outline-offset: 2px;
  border-radius: 4px;
}

مراجعة ١٠:٥٤، ١٤ يوليو ٢٠٢٥

/* Calm Pastel MediaWiki Design */

/* Root variables for consistent color scheme */
:root {
  --soft-lavender: #f8f6ff;
  --pale-mint: #f0f8f5;
  --cream-white: #fdfcf8;
  --dusty-rose: #f5f0f3;
  --soft-blue: #e8f2ff;
  --gentle-purple: #e6e0ff;
  --warm-beige: #f9f7f4;
  --subtle-gray: #f4f4f6;
  --muted-text: #5a5a6b;
  --accent-purple: #8b7fb8;
  --accent-mint: #7ba898;
  --accent-rose: #c4a5b0;
  --soft-shadow: rgba(139, 127, 184, 0.1);
  --gentle-border: rgba(139, 127, 184, 0.15);
}

/* Overall page styling */
body {
  background: linear-gradient(135deg, var(--soft-lavender) 0%, var(--pale-mint) 50%, var(--cream-white) 100%);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: var(--muted-text);
  line-height: 1.6;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

/* Main container */
.mw-page-container {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  margin: 20px;
  box-shadow: 0 8px 32px var(--soft-shadow);
  overflow: hidden;
}

.mw-page-container-inner {
  background: transparent;
}

/* Header styling */
.mw-body-header {
  background: linear-gradient(90deg, var(--gentle-purple), var(--soft-blue));
  padding: 2rem;
  border-radius: 20px 20px 0 0;
  border-bottom: 3px solid var(--gentle-border);
}

.firstHeading {
  color: var(--accent-purple);
  font-size: 2.5rem;
  font-weight: 300;
  margin: 0;
  text-shadow: 0 2px 4px rgba(255, 255, 255, 0.5);
}

.mw-page-title-namespace,
.mw-page-title-separator,
.mw-page-title-main {
  color: var(--accent-purple);
}

/* Navigation styling */
.vector-main-menu {
  background: var(--dusty-rose);
  border-radius: 15px;
  margin: 1rem;
  padding: 1rem;
  box-shadow: 0 4px 20px var(--soft-shadow);
}

.vector-main-menu-landmark {
  background: transparent;
}

.vector-menu-heading {
  color: var(--accent-purple);
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
}

.vector-menu-content-list {
  list-style: none;
  padding: 0;
}

.vector-menu-content-list li {
  margin: 0.3rem 0;
}

.vector-menu-content-list a {
  color: var(--muted-text);
  text-decoration: none;
  padding: 0.7rem 1rem;
  border-radius: 10px;
  display: block;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.4);
}

.vector-menu-content-list a:hover {
  background: var(--accent-mint);
  color: white;
  transform: translateX(5px);
  box-shadow: 0 4px 15px var(--soft-shadow);
}

/* Table of Contents */
.vector-toc {
  background: var(--soft-blue);
  border-radius: 15px;
  margin: 1rem;
  padding: 1rem;
  box-shadow: 0 4px 20px var(--soft-shadow);
}

.vector-toc-contents {
  list-style: none;
  padding: 0;
}

.vector-toc-list-item {
  margin: 0.5rem 0;
}

.vector-toc-link {
  color: var(--muted-text);
  text-decoration: none;
  padding: 0.8rem 1rem;
  border-radius: 10px;
  display: block;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.5);
}

.vector-toc-link:hover,
.vector-toc-list-item-active .vector-toc-link {
  background: var(--accent-purple);
  color: white;
  transform: scale(1.02);
}

/* Main content area */
.mw-body {
  background: var(--cream-white);
  margin: 0;
  padding: 2rem;
  border-radius: 0 0 20px 20px;
}

.mw-body-content {
  background: transparent;
}

.mw-content-text {
  background: rgba(255, 255, 255, 0.8);
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 4px 20px var(--soft-shadow);
  margin: 1rem 0;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: var(--accent-purple);
  font-weight: 400;
  margin: 1.5rem 0 1rem 0;
}

.mw-heading h2 {
  background: linear-gradient(90deg, var(--gentle-purple), var(--soft-blue));
  padding: 1rem 1.5rem;
  border-radius: 12px;
  border-left: 4px solid var(--accent-purple);
  color: var(--accent-purple);
  box-shadow: 0 2px 10px var(--soft-shadow);
}

/* Paragraphs and text */
p {
  margin: 1rem 0;
  line-height: 1.7;
}

p b, strong {
  color: var(--accent-purple);
  font-weight: 600;
}

/* Category styling */
.mw-category-generated {
  background: var(--warm-beige);
  padding: 1.5rem;
  border-radius: 15px;
  margin: 1rem 0;
  box-shadow: 0 4px 20px var(--soft-shadow);
}

.mw-category-generated h2 {
  color: var(--accent-mint);
  border-bottom: 2px solid var(--accent-mint);
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

.mw-category {
  background: rgba(255, 255, 255, 0.6);
  padding: 1rem;
  border-radius: 10px;
  margin: 0.5rem 0;
}

.mw-category-group h3 {
  color: var(--accent-rose);
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.mw-category ul {
  list-style: none;
  padding: 0;
}

.mw-category li {
  margin: 0.3rem 0;
}

.mw-category a {
  color: var(--muted-text);
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  display: inline-block;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.5);
}

.mw-category a:hover {
  background: var(--accent-mint);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px var(--soft-shadow);
}

/* Toolbar styling */
.vector-page-toolbar {
  background: var(--subtle-gray);
  border-radius: 15px;
  margin: 1rem 0;
  padding: 0.5rem;
  box-shadow: 0 2px 10px var(--soft-shadow);
}

.vector-menu-tabs {
  background: transparent;
}

.vector-menu-tabs a {
  color: var(--muted-text);
  text-decoration: none;
  padding: 0.7rem 1.2rem;
  border-radius: 10px;
  margin: 0 0.2rem;
  background: rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
}

.vector-menu-tabs a:hover,
.vector-menu-tabs .selected a {
  background: var(--accent-purple);
  color: white;
  transform: translateY(-2px);
}

/* Page tools */
.vector-page-tools {
  background: var(--dusty-rose);
  border-radius: 15px;
  padding: 1rem;
  margin: 1rem 0;
  box-shadow: 0 4px 20px var(--soft-shadow);
}

/* Appearance controls */
.vector-appearance {
  background: var(--soft-blue);
  border-radius: 15px;
  padding: 1rem;
  margin: 1rem 0;
  box-shadow: 0 4px 20px var(--soft-shadow);
}

.cdx-radio {
  margin: 0.5rem 0;
}

.cdx-radio__label {
  color: var(--muted-text);
  padding: 0.5rem 1rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}

.cdx-radio__input:checked + .cdx-radio__icon + .cdx-radio__label {
  background: var(--accent-purple);
  color: white;
}

/* Footer */
.mw-footer {
  background: linear-gradient(90deg, var(--gentle-purple), var(--soft-blue));
  padding: 2rem;
  border-radius: 0 0 20px 20px;
  margin-top: 2rem;
}

.mw-footer ul {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0;
}

.mw-footer li {
  display: inline-block;
  margin: 0 1rem 0 0;
}

.mw-footer a {
  color: var(--muted-text);
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}

.mw-footer a:hover {
  background: var(--accent-mint);
  color: white;
}

/* Buttons */
.cdx-button {
  background: var(--accent-purple);
  color: white;
  border: none;
  padding: 0.7rem 1.5rem;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px var(--soft-shadow);
}

.cdx-button:hover {
  background: var(--accent-mint);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px var(--soft-shadow);
}

/* Dropdown styling */
.vector-dropdown {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  box-shadow: 0 4px 20px var(--soft-shadow);
}

.vector-dropdown-content {
  background: var(--cream-white);
  border-radius: 10px;
  padding: 1rem;
  margin-top: 0.5rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .mw-page-container {
    margin: 10px;
    border-radius: 15px;
  }
  
  .mw-body {
    padding: 1rem;
  }
  
  .mw-content-text {
    padding: 1rem;
  }
  
  .firstHeading {
    font-size: 2rem;
  }
}

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* Selection styling */
::selection {
  background: var(--accent-purple);
  color: white;
}

/* Focus styling */
*:focus {
  outline: 2px solid var(--accent-purple);
  outline-offset: 2px;
  border-radius: 4px;
}