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

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

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


/* Root Variables - Calm Color Palette */
        body {
:root {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  --primary-bg: #f8fafc;
            background: linear-gradient(135deg, #f8f4f0 0%, #e8e4e0 100%);
  --secondary-bg: #ffffff;
            color: #5a5a5a;
  --accent-bg: #e2e8f0;
            line-height: 1.8;
  --sidebar-bg: #f1f5f9;
            min-height: 100vh;
  --text-primary: #1e293b;
        }
  --text-secondary: #64748b;
  --text-muted: #94a3b8;
  --border-color: #e2e8f0;
  --hover-bg: #f1f5f9;
  --accent-color: #3b82f6;
  --accent-hover: #2563eb;
  --success-color: #10b981;
  --warning-color: #f59e0b;
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --radius-sm: 0.375rem;
  --radius-md: 0.5rem;
  --radius-lg: 0.75rem;
}


/* Base Styles */
        .container {
* {
            max-width: 1200px;
  box-sizing: border-box;
            margin: 0 auto;
}
            padding: 20px;
        }


body {
        .header {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
            background: linear-gradient(135deg, #d4c5b9 0%, #c8b5a6 100%);
  background: var(--primary-bg);
            padding: 40px 30px;
  color: var(--text-primary);
            border-radius: 25px;
  line-height: 1.6;
            margin-bottom: 30px;
  margin: 0;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 0;
            text-align: center;
}
        }


/* Container Redesign */
        .header h1 {
.mw-page-container {
            color: #6b5b73;
  max-width: 1400px;
            font-size: 2.5em;
  margin: 0 auto;
            margin-bottom: 10px;
  background: var(--secondary-bg);
            text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.3);
  box-shadow: var(--shadow-lg);
        }
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}


.mw-page-container-inner {
        .header .subtitle {
  display: grid;
            color: #8b7b8b;
  grid-template-columns: 280px 1fr;
            font-size: 1.1em;
  grid-template-rows: auto 1fr auto;
            font-weight: 300;
  min-height: calc(100vh - 40px);
        }
  gap: 0;
}


/* Header Redesign */
        .main-content {
.mw-body-header {
            display: grid;
  background: linear-gradient(135deg, var(--secondary-bg) 0%, var(--accent-bg) 100%);
            grid-template-columns: 1fr 300px;
  padding: 2rem 2rem 1rem;
            gap: 30px;
  border-bottom: 1px solid var(--border-color);
            margin-bottom: 40px;
  grid-column: 1 / -1;
        }
}


.firstHeading {
        .content-area {
  font-size: 2.5rem;
            background: linear-gradient(135deg, #f5f1ed 0%, #ede9e5 100%);
  font-weight: 700;
            padding: 40px;
  color: var(--text-primary);
            border-radius: 20px;
  margin: 0 0 0.5rem 0;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  text-align: center;
            border: 2px solid rgba(212, 197, 185, 0.3);
  background: linear-gradient(135deg, var(--accent-color), var(--success-color));
        }
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}


.mw-page-title-separator {
        .sidebar {
  color: var(--text-muted);
            background: linear-gradient(135deg, #e8ddd4 0%, #d9cfc6 100%);
  margin: 0 0.5rem;
            padding: 30px;
}
            border-radius: 20px;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
            border: 2px solid rgba(212, 197, 185, 0.3);
            height: fit-content;
        }


/* Sidebar Redesign */
        .imam-quote {
.vector-column-start {
            background: linear-gradient(135deg, #c8b5a6 0%, #b8a696 100%);
  background: var(--sidebar-bg);
            padding: 25px;
  padding: 1.5rem;
            border-radius: 15px;
  border-right: 1px solid var(--border-color);
            margin-bottom: 30px;
  grid-row: 2 / -1;
            border-left: 5px solid #9d8b7c;
}
            position: relative;
            overflow: hidden;
        }


.vector-main-menu {
        .imam-quote::before {
  background: transparent;
            content: '';
}
            position: absolute;
            top: -50%;
            right: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
            animation: shimmer 3s infinite;
        }


.vector-pinnable-header {
        @keyframes shimmer {
  background: var(--accent-color);
            0%, 100% { transform: rotate(0deg); }
  color: white;
            50% { transform: rotate(180deg); }
  padding: 0.75rem 1rem;
        }
  border-radius: var(--radius-md);
  margin-bottom: 1rem;
  font-weight: 600;
  box-shadow: var(--shadow-sm);
}


.vector-pinnable-header-label {
        .imam-quote p {
  font-size: 0.9rem;
            color: #6b5b73;
  font-weight: 600;
            font-weight: 600;
  text-transform: uppercase;
            font-size: 1.1em;
  letter-spacing: 0.05em;
            position: relative;
}
            z-index: 1;
        }


.vector-menu-content-list {
        .section-title {
  list-style: none;
            color: #7a6a7a;
  padding: 0;
            font-size: 1.8em;
  margin: 0;
            margin-bottom: 20px;
}
            padding-bottom: 10px;
            border-bottom: 3px solid #d4c5b9;
            position: relative;
        }


.vector-menu-content-list li {
        .section-title::after {
  margin: 0.25rem 0;
            content: '';
}
            position: absolute;
            bottom: -3px;
            right: 0;
            width: 50px;
            height: 3px;
            background: linear-gradient(90deg, #c8b5a6 0%, #b8a696 100%);
        }


.vector-menu-content-list a {
        .hadith-text {
  display: block;
            background: linear-gradient(135deg, #f0ebe6 0%, #e6e0db 100%);
  padding: 0.75rem 1rem;
            padding: 30px;
  color: var(--text-secondary);
            border-radius: 15px;
  text-decoration: none;
            margin: 20px 0;
  border-radius: var(--radius-sm);
            border: 2px solid rgba(212, 197, 185, 0.5);
  transition: all 0.2s ease;
            position: relative;
  font-weight: 500;
        }
}


.vector-menu-content-list a:hover {
        .hadith-text::before {
  background: var(--hover-bg);
            content: '"';
  color: var(--accent-color);
            position: absolute;
  transform: translateX(4px);
            top: -10px;
  box-shadow: var(--shadow-sm);
            right: 20px;
}
            font-size: 4em;
            color: #d4c5b9;
            opacity: 0.3;
        }


/* Navigation Buttons */
        .hadith-text p {
.vector-pinnable-header-toggle-button {
            font-size: 1.3em;
  background: rgba(255, 255, 255, 0.2);
            color: #6b5b73;
  border: none;
            font-weight: 500;
  color: white;
            text-align: center;
  padding: 0.25rem 0.5rem;
            margin-bottom: 15px;
  border-radius: var(--radius-sm);
        }
  font-size: 0.75rem;
  cursor: pointer;
  transition: all 0.2s ease;
}


.vector-pinnable-header-toggle-button:hover {
        .hadith-source {
  background: rgba(255, 255, 255, 0.3);
            color: #8b7b8b;
}
            font-size: 0.9em;
            text-align: left;
            font-style: italic;
            margin-top: 15px;
            padding-top: 15px;
            border-top: 1px solid rgba(212, 197, 185, 0.3);
        }


/* Main Content Area */
        .sidebar-section {
.mw-content-container {
            margin-bottom: 30px;
  grid-column: 2;
        }
  grid-row: 2;
  display: flex;
  flex-direction: column;
}


.mw-body {
        .sidebar-title {
  flex: 1;
            color: #7a6a7a;
  padding: 2rem;
            font-size: 1.2em;
  background: var(--secondary-bg);
            margin-bottom: 15px;
}
            padding-bottom: 8px;
            border-bottom: 2px solid #c8b5a6;
        }


/* Content Styling */
        .sidebar-content {
.mw-body-content {
            background: linear-gradient(135deg, #f2ebe4 0%, #e8e1da 100%);
  max-width: 800px;
            padding: 20px;
  margin: 0 auto;
            border-radius: 12px;
  line-height: 1.8;
            border: 1px solid rgba(212, 197, 185, 0.4);
}
        }


.mw-parser-output p {
        .sidebar-content p {
  margin: 1.5rem 0;
            color: #6b5b73;
  color: var(--text-primary);
            font-size: 0.95em;
  font-size: 1.1rem;
            margin-bottom: 10px;
}
        }


.mw-parser-output h2 {
        .navigation {
  color: var(--text-primary);
            background: linear-gradient(135deg, #d9cfc6 0%, #cfc5bc 100%);
  font-size: 1.8rem;
            padding: 20px;
  font-weight: 700;
            border-radius: 15px;
  margin: 2rem 0 1rem 0;
            margin-bottom: 20px;
  padding-bottom: 0.5rem;
        }
  border-bottom: 2px solid var(--accent-color);
  position: relative;
}


.mw-parser-output h2::after {
        .nav-item {
  content: '';
            color: #7a6a7a;
  position: absolute;
            text-decoration: none;
  bottom: -2px;
            display: block;
  left: 0;
            padding: 10px 15px;
  width: 50px;
            margin: 5px 0;
  height: 2px;
            border-radius: 8px;
  background: var(--success-color);
            transition: all 0.3s ease;
}
            background: rgba(255, 255, 255, 0.3);
        }


/* Arabic Text Enhancement */
        .nav-item:hover {
.mw-content-rtl {
            background: linear-gradient(135deg, #c8b5a6 0%, #b8a696 100%);
  direction: rtl;
            color: #6b5b73;
  text-align: right;
            transform: translateX(-5px);
}
        }


.mw-content-rtl h2 {
        .footer {
  border-bottom: 2px solid var(--accent-color);
            background: linear-gradient(135deg, #d4c5b9 0%, #c8b5a6 100%);
}
            padding: 30px;
            border-radius: 20px;
            text-align: center;
            margin-top: 40px;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
        }


.mw-content-rtl h2::after {
        .footer p {
  right: 0;
            color: #6b5b73;
  left: auto;
            font-size: 0.9em;
}
        }


/* Toolbar Redesign */
        .decorative-element {
.vector-page-toolbar {
            width: 100px;
  background: var(--accent-bg);
            height: 4px;
  padding: 1rem 2rem;
            background: linear-gradient(90deg, #c8b5a6 0%, #b8a696 100%);
  border-bottom: 1px solid var(--border-color);
            margin: 20px auto;
}
            border-radius: 2px;
            position: relative;
        }


.vector-menu-tabs {
        .decorative-element::before,
  display: flex;
        .decorative-element::after {
  gap: 0.5rem;
            content: '';
  background: transparent;
            position: absolute;
}
            width: 8px;
            height: 8px;
            background: #b8a696;
            border-radius: 50%;
            top: -2px;
        }


.vector-menu-tabs a {
        .decorative-element::before {
  padding: 0.5rem 1rem;
            left: -4px;
  background: var(--secondary-bg);
        }
  color: var(--text-secondary);
  text-decoration: none;
  border-radius: var(--radius-sm);
  transition: all 0.2s ease;
  font-weight: 500;
  border: 1px solid var(--border-color);
}


.vector-menu-tabs a:hover {
        .decorative-element::after {
  background: var(--accent-color);
            right: -4px;
  color: white;
        }
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}


.vector-menu-tabs .selected a {
        @media (max-width: 768px) {
  background: var(--accent-color);
            .main-content {
  color: white;
                grid-template-columns: 1fr;
  box-shadow: var(--shadow-sm);
            }
}
           
            .header h1 {
                font-size: 2em;
            }
           
            .content-area,
            .sidebar {
                padding: 25px;
            }
        }


/* Right Sidebar */
        .fade-in {
.vector-column-end {
            animation: fadeIn 1s ease-in;
  grid-column: -1;
        }
  grid-row: 2 / -1;
  background: var(--sidebar-bg);
  padding: 1.5rem;
  border-left: 1px solid var(--border-color);
  width: 280px;
}


/* Table of Contents */
        @keyframes fadeIn {
.vector-toc {
            from { opacity: 0; transform: translateY(20px); }
  background: var(--secondary-bg);
            to { opacity: 1; transform: translateY(0); }
  border-radius: var(--radius-md);
        }
  padding: 1rem;
  box-shadow: var(--shadow-sm);
  margin-bottom: 1.5rem;
}
 
.vector-toc-contents {
  list-style: none;
  padding: 0;
  margin: 0;
}
 
.vector-toc-list-item {
  margin: 0.5rem 0;
}
 
.vector-toc-link {
  display: block;
  padding: 0.5rem 0.75rem;
  color: var(--text-secondary);
  text-decoration: none;
  border-radius: var(--radius-sm);
  transition: all 0.2s ease;
}
 
.vector-toc-link:hover {
  background: var(--hover-bg);
  color: var(--accent-color);
}
 
.vector-toc-list-item-active .vector-toc-link {
  background: var(--accent-color);
  color: white;
}
 
/* Categories Section */
.mw-category-generated {
  background: var(--accent-bg);
  padding: 1.5rem;
  border-radius: var(--radius-md);
  margin-top: 2rem;
}
 
.mw-category-generated h2 {
  color: var(--text-primary);
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
 
.mw-category ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0.5rem;
}
 
.mw-category li {
  background: var(--secondary-bg);
  padding: 0.75rem;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm);
  transition: all 0.2s ease;
}
 
.mw-category li:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
 
.mw-category a {
  color: var(--text-primary);
  text-decoration: none;
  font-weight: 500;
}
 
.mw-category a:hover {
  color: var(--accent-color);
}
 
/* Footer */
.mw-footer {
  background: var(--text-primary);
  color: var(--text-muted);
  padding: 2rem;
  grid-column: 1 / -1;
  text-align: center;
}
 
.mw-footer ul {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0;
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}
 
.mw-footer a {
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.2s ease;
}
 
.mw-footer a:hover {
  color: var(--accent-color);
}
 
/* Buttons */
.cdx-button {
  background: var(--accent-color);
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: var(--radius-sm);
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  display: inline-block;
}
 
.cdx-button:hover {
  background: var(--accent-hover);
  transform: translateY(-1px);
  box-shadow: var(--shadow-sm);
}
 
/* Responsive Design */
@media (max-width: 1024px) {
  .mw-page-container-inner {
    grid-template-columns: 1fr;
  }
 
  .vector-column-start,
  .vector-column-end {
    display: none;
  }
 
  .mw-content-container {
    grid-column: 1;
  }
}
 
@media (max-width: 768px) {
  .mw-page-container {
    margin: 10px;
    border-radius: var(--radius-md);
  }
 
  .mw-body-header {
    padding: 1.5rem 1rem;
  }
 
  .firstHeading {
    font-size: 2rem;
  }
 
  .mw-body {
    padding: 1rem;
  }
 
  .vector-page-toolbar {
    padding: 0.5rem 1rem;
  }
 
  .vector-menu-tabs {
    flex-wrap: wrap;
  }
}
 
/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
 
.mw-body-content {
  animation: fadeIn 0.6s ease-out;
}
 
/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 8px;
}
 
::-webkit-scrollbar-track {
  background: var(--accent-bg);
}
 
::-webkit-scrollbar-thumb {
  background: var(--text-muted);
  border-radius: var(--radius-sm);
}
 
::-webkit-scrollbar-thumb:hover {
  background: var(--accent-color);
}
 
/* Focus States */
a:focus,
button:focus {
  outline: 2px solid var(--accent-color);
  outline-offset: 2px;
}
 
/* Print Styles */
@media print {
  .vector-column-start,
  .vector-column-end,
  .vector-page-toolbar,
  .mw-footer {
    display: none;
  }
 
  .mw-page-container-inner {
    grid-template-columns: 1fr;
  }
 
  .mw-body {
    padding: 0;
  }
}

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

 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: linear-gradient(135deg, #f8f4f0 0%, #e8e4e0 100%);
            color: #5a5a5a;
            line-height: 1.8;
            min-height: 100vh;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }

        .header {
            background: linear-gradient(135deg, #d4c5b9 0%, #c8b5a6 100%);
            padding: 40px 30px;
            border-radius: 25px;
            margin-bottom: 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            text-align: center;
        }

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

        .header .subtitle {
            color: #8b7b8b;
            font-size: 1.1em;
            font-weight: 300;
        }

        .main-content {
            display: grid;
            grid-template-columns: 1fr 300px;
            gap: 30px;
            margin-bottom: 40px;
        }

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

        .sidebar {
            background: linear-gradient(135deg, #e8ddd4 0%, #d9cfc6 100%);
            padding: 30px;
            border-radius: 20px;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
            border: 2px solid rgba(212, 197, 185, 0.3);
            height: fit-content;
        }

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

        .imam-quote::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
            animation: shimmer 3s infinite;
        }

        @keyframes shimmer {
            0%, 100% { transform: rotate(0deg); }
            50% { transform: rotate(180deg); }
        }

        .imam-quote p {
            color: #6b5b73;
            font-weight: 600;
            font-size: 1.1em;
            position: relative;
            z-index: 1;
        }

        .section-title {
            color: #7a6a7a;
            font-size: 1.8em;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 3px solid #d4c5b9;
            position: relative;
        }

        .section-title::after {
            content: '';
            position: absolute;
            bottom: -3px;
            right: 0;
            width: 50px;
            height: 3px;
            background: linear-gradient(90deg, #c8b5a6 0%, #b8a696 100%);
        }

        .hadith-text {
            background: linear-gradient(135deg, #f0ebe6 0%, #e6e0db 100%);
            padding: 30px;
            border-radius: 15px;
            margin: 20px 0;
            border: 2px solid rgba(212, 197, 185, 0.5);
            position: relative;
        }

        .hadith-text::before {
            content: '"';
            position: absolute;
            top: -10px;
            right: 20px;
            font-size: 4em;
            color: #d4c5b9;
            opacity: 0.3;
        }

        .hadith-text p {
            font-size: 1.3em;
            color: #6b5b73;
            font-weight: 500;
            text-align: center;
            margin-bottom: 15px;
        }

        .hadith-source {
            color: #8b7b8b;
            font-size: 0.9em;
            text-align: left;
            font-style: italic;
            margin-top: 15px;
            padding-top: 15px;
            border-top: 1px solid rgba(212, 197, 185, 0.3);
        }

        .sidebar-section {
            margin-bottom: 30px;
        }

        .sidebar-title {
            color: #7a6a7a;
            font-size: 1.2em;
            margin-bottom: 15px;
            padding-bottom: 8px;
            border-bottom: 2px solid #c8b5a6;
        }

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

        .sidebar-content p {
            color: #6b5b73;
            font-size: 0.95em;
            margin-bottom: 10px;
        }

        .navigation {
            background: linear-gradient(135deg, #d9cfc6 0%, #cfc5bc 100%);
            padding: 20px;
            border-radius: 15px;
            margin-bottom: 20px;
        }

        .nav-item {
            color: #7a6a7a;
            text-decoration: none;
            display: block;
            padding: 10px 15px;
            margin: 5px 0;
            border-radius: 8px;
            transition: all 0.3s ease;
            background: rgba(255, 255, 255, 0.3);
        }

        .nav-item:hover {
            background: linear-gradient(135deg, #c8b5a6 0%, #b8a696 100%);
            color: #6b5b73;
            transform: translateX(-5px);
        }

        .footer {
            background: linear-gradient(135deg, #d4c5b9 0%, #c8b5a6 100%);
            padding: 30px;
            border-radius: 20px;
            text-align: center;
            margin-top: 40px;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
        }

        .footer p {
            color: #6b5b73;
            font-size: 0.9em;
        }

        .decorative-element {
            width: 100px;
            height: 4px;
            background: linear-gradient(90deg, #c8b5a6 0%, #b8a696 100%);
            margin: 20px auto;
            border-radius: 2px;
            position: relative;
        }

        .decorative-element::before,
        .decorative-element::after {
            content: '';
            position: absolute;
            width: 8px;
            height: 8px;
            background: #b8a696;
            border-radius: 50%;
            top: -2px;
        }

        .decorative-element::before {
            left: -4px;
        }

        .decorative-element::after {
            right: -4px;
        }

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

        .fade-in {
            animation: fadeIn 1s ease-in;
        }

        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }