MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Lost Dreams Of Tomorrow Wiki
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* ============================================
/* ============================================
   LOST DREAMS OF TOMORROW - CUSTOM STYLING
   LOST DREAMS OF TOMORROW - PROFESSIONAL THEME
  Minimalist, Clean, shadcn/ui inspired
   ============================================ */
   ============================================ */


/* === GENERAL IMPROVEMENTS === */
/* === COLOR SYSTEM === */
:root {
:root {
     --color-accent: #8b5cf6; /* Lila Akzent */
    /* Neutral Palette */
     --color-accent-hover: #7c3aed;
     --background: 0 0% 100%;
     --gradient-primary: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
     --foreground: 222.2 84% 4.9%;
     --gradient-secondary: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
   
    --card: 0 0% 100%;
     --card-foreground: 222.2 84% 4.9%;
   
    --popover: 0 0% 100%;
     --popover-foreground: 222.2 84% 4.9%;
   
    --primary: 222.2 47.4% 11.2%;
    --primary-foreground: 210 40% 98%;
   
    --secondary: 210 40% 96.1%;
    --secondary-foreground: 222.2 47.4% 11.2%;
   
    --muted: 210 40% 96.1%;
    --muted-foreground: 215.4 16.3% 46.9%;
   
    --accent: 210 40% 96.1%;
    --accent-foreground: 222.2 47.4% 11.2%;
   
    --border: 214.3 31.8% 91.4%;
    --input: 214.3 31.8% 91.4%;
    --ring: 222.2 84% 4.9%;
   
    --radius: 0.5rem;
}
}


/* Bessere Scrollbar */
[data-theme="dark"] {
    --background: 222.2 84% 4.9%;
    --foreground: 210 40% 98%;
   
    --card: 222.2 84% 4.9%;
    --card-foreground: 210 40% 98%;
   
    --popover: 222.2 84% 4.9%;
    --popover-foreground: 210 40% 98%;
   
    --primary: 210 40% 98%;
    --primary-foreground: 222.2 47.4% 11.2%;
   
    --secondary: 217.2 32.6% 17.5%;
    --secondary-foreground: 210 40% 98%;
   
    --muted: 217.2 32.6% 17.5%;
    --muted-foreground: 215 20.2% 65.1%;
   
    --accent: 217.2 32.6% 17.5%;
    --accent-foreground: 210 40% 98%;
   
    --border: 217.2 32.6% 17.5%;
    --input: 217.2 32.6% 17.5%;
    --ring: 212.7 26.8% 83.9%;
}
 
/* === BASE RESET === */
* {
    border-color: hsl(var(--border));
}
 
body {
    background-color: hsl(var(--background));
    color: hsl(var(--foreground));
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", sans-serif;
    font-size: 15px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
 
/* === SCROLLBAR === */
::-webkit-scrollbar {
::-webkit-scrollbar {
     width: 10px;
     width: 8px;
    height: 8px;
}
}


::-webkit-scrollbar-track {
::-webkit-scrollbar-track {
     background: var(--background-color-dp-00);
     background: hsl(var(--muted));
}
}


::-webkit-scrollbar-thumb {
::-webkit-scrollbar-thumb {
     background: var(--color-accent);
     background: hsl(var(--muted-foreground) / 0.3);
     border-radius: 5px;
     border-radius: 4px;
}
}


::-webkit-scrollbar-thumb:hover {
::-webkit-scrollbar-thumb:hover {
     background: var(--color-accent-hover);
     background: hsl(var(--muted-foreground) / 0.5);
}
}


/* === INFOBOXEN === */
/* === TYPOGRAPHY === */
.infobox {
h1, h2, h3, h4, h5, h6 {
     border: 1px solid var(--border-color-base);
    font-weight: 600;
     border-radius: 12px;
    letter-spacing: -0.025em;
     background: var(--background-color-dp-08);
    color: hsl(var(--foreground));
     padding: 1.2em;
}
     float: right;
 
     margin: 0 0 1.5em 1.5em;
h1 {
     width: 320px;
    font-size: 2.25rem;
     box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    line-height: 2.5rem;
     transition: transform 0.2s ease;
    margin: 2rem 0 1rem 0;
     border-bottom: 1px solid hsl(var(--border));
    padding-bottom: 0.5rem;
}
 
h2 {
    font-size: 1.875rem;
     line-height: 2.25rem;
    margin: 1.75rem 0 0.875rem 0;
     border-bottom: 1px solid hsl(var(--border));
     padding-bottom: 0.375rem;
}
 
h3 {
    font-size: 1.5rem;
     line-height: 2rem;
     margin: 1.5rem 0 0.75rem 0;
}
 
h4 {
    font-size: 1.25rem;
     line-height: 1.75rem;
     margin: 1.25rem 0 0.625rem 0;
}
 
p {
    margin: 0.75rem 0;
}
 
/* === LINKS === */
a {
    color: hsl(var(--primary));
    text-decoration: none;
     transition: color 0.15s ease;
}
 
a:hover {
    color: hsl(var(--primary) / 0.8);
    text-decoration: underline;
    text-underline-offset: 2px;
}
 
a.new {
    color: hsl(0 84.2% 60.2%);
}
}


.infobox:hover {
/* === BUTTONS === */
     transform: translateY(-2px);
.mw-ui-button,
     box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
button,
input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
     border-radius: var(--radius);
     font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.15s ease;
    border: 1px solid hsl(var(--input));
    background-color: hsl(var(--background));
    padding: 0.5rem 1rem;
    cursor: pointer;
}
}


.infobox-title {
.mw-ui-button:hover,
    font-size: 1.4em;
button:hover,
    font-weight: bold;
input[type="submit"]:hover {
    text-align: center;
     background-color: hsl(var(--accent));
    padding: 0.5em;
     border-color: hsl(var(--accent-foreground) / 0.2);
     background: var(--gradient-primary);
    color: white;
     border-radius: 8px 8px 0 0;
    margin: -1.2em -1.2em 1em -1.2em;
}
}


.infobox-image {
.mw-ui-progressive,
     text-align: center;
.mw-ui-primary {
     margin: 1em 0;
     background-color: hsl(var(--primary));
    color: hsl(var(--primary-foreground));
     border-color: hsl(var(--primary));
}
}


.infobox-image img {
.mw-ui-progressive:hover,
    border-radius: 8px;
.mw-ui-primary:hover {
    max-width: 100%;
     background-color: hsl(var(--primary) / 0.9);
     height: auto;
}
}


/* === TABELLEN === */
/* === TABLES === */
.wikitable {
.wikitable {
     border-collapse: collapse;
     border-collapse: collapse;
     border-radius: 8px;
    border: 1px solid hsl(var(--border));
     border-radius: var(--radius);
     overflow: hidden;
     overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
     width: 100%;
     width: 100%;
    font-size: 0.875rem;
}
}


.wikitable th {
.wikitable th {
     background: var(--gradient-primary);
     background-color: hsl(var(--muted));
     color: white;
     color: hsl(var(--muted-foreground));
    padding: 12px;
     font-weight: 600;
     font-weight: 600;
    text-align: left;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid hsl(var(--border));
}
}


.wikitable td {
.wikitable td {
     padding: 10px;
     padding: 0.75rem 1rem;
     border-bottom: 1px solid var(--border-color-base);
     border-bottom: 1px solid hsl(var(--border));
}
 
.wikitable tr:last-child td {
    border-bottom: none;
}
}


.wikitable tr:hover {
.wikitable tr:hover {
     background: var(--background-color-dp-04);
     background-color: hsl(var(--muted) / 0.5);
}
}


/* === LINKS === */
/* === INFOBOXES === */
a {
.infobox {
     color: var(--color-accent);
     float: right;
     transition: color 0.2s ease;
    clear: right;
    width: 280px;
    margin: 0 0 1rem 1rem;
    border: 1px solid hsl(var(--border));
    border-radius: var(--radius);
    background-color: hsl(var(--card));
     overflow: hidden;
    font-size: 0.875rem;
}
}


a:hover {
.infobox-title {
     color: var(--color-accent-hover);
     background-color: hsl(var(--muted));
     text-decoration: underline;
    color: hsl(var(--foreground));
    font-weight: 600;
    padding: 0.75rem 1rem;
     text-align: center;
    font-size: 1rem;
}
}


/* === BUTTONS === */
.infobox-image {
.mw-ui-button,
     padding: 1rem;
.oo-ui-buttonElement-button {
     text-align: center;
     background: var(--gradient-primary) !important;
     background-color: hsl(var(--background));
     border: none !important;
     border-radius: 6px !important;
    transition: transform 0.2s ease !important;
}
}


.mw-ui-button:hover,
.infobox-image img {
.oo-ui-buttonElement-button:hover {
    max-width: 100%;
     transform: scale(1.05);
    height: auto;
     border-radius: calc(var(--radius) - 2px);
}
}


/* === POWERED BY MEDIAWIKI ENTFERNEN === */
.infobox table {
#footer-poweredbyico,
    width: 100%;
#footer-copyrightico {
     border: none;
     display: none !important;
}
}


/* === HEADINGS === */
.infobox th {
h1, h2, h3, h4, h5, h6 {
     background-color: hsl(var(--muted) / 0.5);
     font-family: 'Segoe UI', Tahoma, sans-serif;
     font-weight: 500;
     font-weight: 600;
    padding: 0.5rem 0.75rem;
     margin-top: 1.5em;
    text-align: left;
     color: hsl(var(--muted-foreground));
    width: 35%;
}
}


h1 {
.infobox td {
     border-bottom: 3px solid var(--color-accent);
    padding: 0.5rem 0.75rem;
    padding-bottom: 0.3em;
     border-bottom: 1px solid hsl(var(--border));
}
}


h2 {
.infobox tr:last-child td {
     border-bottom: 2px solid var(--border-color-base);
     border-bottom: none;
    padding-bottom: 0.3em;
}
}


/* === CODE BLOCKS === */
/* === CODE BLOCKS === */
pre, code {
code {
     background: var(--background-color-dp-08);
     background-color: hsl(var(--muted));
     border: 1px solid var(--border-color-base);
     color: hsl(var(--foreground));
     border-radius: 6px;
    padding: 0.2rem 0.4rem;
     padding: 0.2em 0.4em;
     border-radius: calc(var(--radius) - 2px);
     font-family: 'Consolas', monospace;
     font-size: 0.875em;
     font-family: ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, Consolas, monospace;
}
}


pre {
pre {
     padding: 1em;
    background-color: hsl(var(--muted));
    border: 1px solid hsl(var(--border));
    border-radius: var(--radius);
     padding: 1rem;
     overflow-x: auto;
     overflow-x: auto;
    font-size: 0.875rem;
}
pre code {
    background: none;
    padding: 0;
}
/* === INPUTS === */
input[type="text"],
input[type="search"],
textarea,
select {
    background-color: hsl(var(--background));
    border: 1px solid hsl(var(--input));
    border-radius: var(--radius);
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    transition: border-color 0.15s ease;
}
}


/* === KATEGORIEN === */
input[type="text"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
    outline: none;
    border-color: hsl(var(--ring));
    box-shadow: 0 0 0 1px hsl(var(--ring));
}
 
/* === CATEGORIES === */
.catlinks {
.catlinks {
     background: var(--background-color-dp-04);
     background-color: hsl(var(--muted) / 0.3);
     border: 1px solid var(--border-color-base);
    border: 1px solid hsl(var(--border));
     border-radius: 8px;
    border-radius: var(--radius);
     padding: 1em;
    padding: 0.75rem 1rem;
     margin-top: 2em;
    margin-top: 2rem;
    font-size: 0.875rem;
}
 
/* === TOC === */
#toc,
.toc {
    background-color: hsl(var(--muted) / 0.3);
    border: 1px solid hsl(var(--border));
    border-radius: var(--radius);
    padding: 1rem;
    margin: 1rem 0;
    font-size: 0.875rem;
}
 
#toc h2,
.toc h2 {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
     border: none;
    padding: 0;
}
 
#toc ul,
.toc ul {
    margin: 0;
    padding-left: 1.25rem;
}
 
#toc li,
.toc li {
    margin: 0.25rem 0;
}
 
/* === FOOTER === */
#footer-poweredbyico,
#footer-copyrightico {
    display: none;
}
 
#footer {
    border-top: 1px solid hsl(var(--border));
    margin-top: 3rem;
    padding-top: 2rem;
    font-size: 0.875rem;
    color: hsl(var(--muted-foreground));
}
 
/* === NOTIFICATIONS === */
.mw-notification {
    background-color: hsl(var(--card));
    border: 1px solid hsl(var(--border));
     border-radius: var(--radius);
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
}
 
/* === EDIT TOOLBAR === */
.wikiEditor-ui-toolbar {
    background-color: hsl(var(--muted));
     border: 1px solid hsl(var(--border));
     border-radius: var(--radius) var(--radius) 0 0;
}
 
/* === MOBILE RESPONSIVE === */
@media (max-width: 768px) {
    .infobox {
        float: none;
        width: 100%;
        margin: 1rem 0;
    }
   
    h1 {
        font-size: 1.875rem;
    }
   
    h2 {
        font-size: 1.5rem;
    }
}
 
/* === SMOOTH TRANSITIONS === */
* {
    transition: background-color 0.15s ease, border-color 0.15s ease;
}
}

Version vom 11. Januar 2026, 01:13 Uhr

/* ============================================
   LOST DREAMS OF TOMORROW - PROFESSIONAL THEME
   Minimalist, Clean, shadcn/ui inspired
   ============================================ */

/* === COLOR SYSTEM === */
:root {
    /* Neutral Palette */
    --background: 0 0% 100%;
    --foreground: 222.2 84% 4.9%;
    
    --card: 0 0% 100%;
    --card-foreground: 222.2 84% 4.9%;
    
    --popover: 0 0% 100%;
    --popover-foreground: 222.2 84% 4.9%;
    
    --primary: 222.2 47.4% 11.2%;
    --primary-foreground: 210 40% 98%;
    
    --secondary: 210 40% 96.1%;
    --secondary-foreground: 222.2 47.4% 11.2%;
    
    --muted: 210 40% 96.1%;
    --muted-foreground: 215.4 16.3% 46.9%;
    
    --accent: 210 40% 96.1%;
    --accent-foreground: 222.2 47.4% 11.2%;
    
    --border: 214.3 31.8% 91.4%;
    --input: 214.3 31.8% 91.4%;
    --ring: 222.2 84% 4.9%;
    
    --radius: 0.5rem;
}

[data-theme="dark"] {
    --background: 222.2 84% 4.9%;
    --foreground: 210 40% 98%;
    
    --card: 222.2 84% 4.9%;
    --card-foreground: 210 40% 98%;
    
    --popover: 222.2 84% 4.9%;
    --popover-foreground: 210 40% 98%;
    
    --primary: 210 40% 98%;
    --primary-foreground: 222.2 47.4% 11.2%;
    
    --secondary: 217.2 32.6% 17.5%;
    --secondary-foreground: 210 40% 98%;
    
    --muted: 217.2 32.6% 17.5%;
    --muted-foreground: 215 20.2% 65.1%;
    
    --accent: 217.2 32.6% 17.5%;
    --accent-foreground: 210 40% 98%;
    
    --border: 217.2 32.6% 17.5%;
    --input: 217.2 32.6% 17.5%;
    --ring: 212.7 26.8% 83.9%;
}

/* === BASE RESET === */
* {
    border-color: hsl(var(--border));
}

body {
    background-color: hsl(var(--background));
    color: hsl(var(--foreground));
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", sans-serif;
    font-size: 15px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* === SCROLLBAR === */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: hsl(var(--muted));
}

::-webkit-scrollbar-thumb {
    background: hsl(var(--muted-foreground) / 0.3);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: hsl(var(--muted-foreground) / 0.5);
}

/* === TYPOGRAPHY === */
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    letter-spacing: -0.025em;
    color: hsl(var(--foreground));
}

h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    margin: 2rem 0 1rem 0;
    border-bottom: 1px solid hsl(var(--border));
    padding-bottom: 0.5rem;
}

h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin: 1.75rem 0 0.875rem 0;
    border-bottom: 1px solid hsl(var(--border));
    padding-bottom: 0.375rem;
}

h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 1.5rem 0 0.75rem 0;
}

h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin: 1.25rem 0 0.625rem 0;
}

p {
    margin: 0.75rem 0;
}

/* === LINKS === */
a {
    color: hsl(var(--primary));
    text-decoration: none;
    transition: color 0.15s ease;
}

a:hover {
    color: hsl(var(--primary) / 0.8);
    text-decoration: underline;
    text-underline-offset: 2px;
}

a.new {
    color: hsl(0 84.2% 60.2%);
}

/* === BUTTONS === */
.mw-ui-button,
button,
input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius);
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.15s ease;
    border: 1px solid hsl(var(--input));
    background-color: hsl(var(--background));
    padding: 0.5rem 1rem;
    cursor: pointer;
}

.mw-ui-button:hover,
button:hover,
input[type="submit"]:hover {
    background-color: hsl(var(--accent));
    border-color: hsl(var(--accent-foreground) / 0.2);
}

.mw-ui-progressive,
.mw-ui-primary {
    background-color: hsl(var(--primary));
    color: hsl(var(--primary-foreground));
    border-color: hsl(var(--primary));
}

.mw-ui-progressive:hover,
.mw-ui-primary:hover {
    background-color: hsl(var(--primary) / 0.9);
}

/* === TABLES === */
.wikitable {
    border-collapse: collapse;
    border: 1px solid hsl(var(--border));
    border-radius: var(--radius);
    overflow: hidden;
    width: 100%;
    font-size: 0.875rem;
}

.wikitable th {
    background-color: hsl(var(--muted));
    color: hsl(var(--muted-foreground));
    font-weight: 600;
    text-align: left;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid hsl(var(--border));
}

.wikitable td {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid hsl(var(--border));
}

.wikitable tr:last-child td {
    border-bottom: none;
}

.wikitable tr:hover {
    background-color: hsl(var(--muted) / 0.5);
}

/* === INFOBOXES === */
.infobox {
    float: right;
    clear: right;
    width: 280px;
    margin: 0 0 1rem 1rem;
    border: 1px solid hsl(var(--border));
    border-radius: var(--radius);
    background-color: hsl(var(--card));
    overflow: hidden;
    font-size: 0.875rem;
}

.infobox-title {
    background-color: hsl(var(--muted));
    color: hsl(var(--foreground));
    font-weight: 600;
    padding: 0.75rem 1rem;
    text-align: center;
    font-size: 1rem;
}

.infobox-image {
    padding: 1rem;
    text-align: center;
    background-color: hsl(var(--background));
}

.infobox-image img {
    max-width: 100%;
    height: auto;
    border-radius: calc(var(--radius) - 2px);
}

.infobox table {
    width: 100%;
    border: none;
}

.infobox th {
    background-color: hsl(var(--muted) / 0.5);
    font-weight: 500;
    padding: 0.5rem 0.75rem;
    text-align: left;
    color: hsl(var(--muted-foreground));
    width: 35%;
}

.infobox td {
    padding: 0.5rem 0.75rem;
    border-bottom: 1px solid hsl(var(--border));
}

.infobox tr:last-child td {
    border-bottom: none;
}

/* === CODE BLOCKS === */
code {
    background-color: hsl(var(--muted));
    color: hsl(var(--foreground));
    padding: 0.2rem 0.4rem;
    border-radius: calc(var(--radius) - 2px);
    font-size: 0.875em;
    font-family: ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, Consolas, monospace;
}

pre {
    background-color: hsl(var(--muted));
    border: 1px solid hsl(var(--border));
    border-radius: var(--radius);
    padding: 1rem;
    overflow-x: auto;
    font-size: 0.875rem;
}

pre code {
    background: none;
    padding: 0;
}

/* === INPUTS === */
input[type="text"],
input[type="search"],
textarea,
select {
    background-color: hsl(var(--background));
    border: 1px solid hsl(var(--input));
    border-radius: var(--radius);
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    transition: border-color 0.15s ease;
}

input[type="text"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
    outline: none;
    border-color: hsl(var(--ring));
    box-shadow: 0 0 0 1px hsl(var(--ring));
}

/* === CATEGORIES === */
.catlinks {
    background-color: hsl(var(--muted) / 0.3);
    border: 1px solid hsl(var(--border));
    border-radius: var(--radius);
    padding: 0.75rem 1rem;
    margin-top: 2rem;
    font-size: 0.875rem;
}

/* === TOC === */
#toc,
.toc {
    background-color: hsl(var(--muted) / 0.3);
    border: 1px solid hsl(var(--border));
    border-radius: var(--radius);
    padding: 1rem;
    margin: 1rem 0;
    font-size: 0.875rem;
}

#toc h2,
.toc h2 {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
    border: none;
    padding: 0;
}

#toc ul,
.toc ul {
    margin: 0;
    padding-left: 1.25rem;
}

#toc li,
.toc li {
    margin: 0.25rem 0;
}

/* === FOOTER === */
#footer-poweredbyico,
#footer-copyrightico {
    display: none;
}

#footer {
    border-top: 1px solid hsl(var(--border));
    margin-top: 3rem;
    padding-top: 2rem;
    font-size: 0.875rem;
    color: hsl(var(--muted-foreground));
}

/* === NOTIFICATIONS === */
.mw-notification {
    background-color: hsl(var(--card));
    border: 1px solid hsl(var(--border));
    border-radius: var(--radius);
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
}

/* === EDIT TOOLBAR === */
.wikiEditor-ui-toolbar {
    background-color: hsl(var(--muted));
    border: 1px solid hsl(var(--border));
    border-radius: var(--radius) var(--radius) 0 0;
}

/* === MOBILE RESPONSIVE === */
@media (max-width: 768px) {
    .infobox {
        float: none;
        width: 100%;
        margin: 1rem 0;
    }
    
    h1 {
        font-size: 1.875rem;
    }
    
    h2 {
        font-size: 1.5rem;
    }
}

/* === SMOOTH TRANSITIONS === */
* {
    transition: background-color 0.15s ease, border-color 0.15s ease;
}