MediaWiki:Test.css: различия между версиями

Страница интерфейса MediaWiki
Нет описания правки
Нет описания правки
 
(не показано 87 промежуточных версий этого же участника)
Строка 1: Строка 1:
.alchemy-card {
body:before {
  background: #1c1f24;
    content: "";
  border: 1px solid #444;
    position: fixed;
  border-radius: 8px;
    top: 0;
  padding: 0.5em;
    left: 0;
  width: max-content;
    right: 0;
  max-width: 400px;
    bottom: 0;
  color: #ddd;
    background-image: url("https://upload.wikimedia.org/wikipedia/commons/3/36/Snowflakes_falling_transparent.gif");
  font-family: sans-serif;
    background-repeat: repeat;
    pointer-events: none;
    opacity: 0.35;
    z-index: 2;
    animation: snowmove 60s linear infinite;
}
}
.alchemy-title {
 
  background: #c2a85d;
@keyframes snowmove {
  color: black;
    from { background-position: 0 0; }
  font-weight: bold;
    to { background-position: 500px 1000px; }
  padding: 4px 8px;
  border-radius: 4px;
}
}
.alchemy-section {
 
  margin-top: 0.5em;
h1, h2, h3, h4, h5 {
    text-shadow: 0 0 6px rgba(179, 229, 252, 0.7), 0 0 12px rgba(179, 229, 252, 0.4);
    transition: text-shadow 0.3s;
}
}
.collapsible-container {
 
  margin-top: 4px;
h1:hover, h2:hover, h3:hover, h4:hover, h5:hover {
    text-shadow: 0 0 12px rgba(179, 229, 252, 0.9), 0 0 20px rgba(179, 229, 252, 0.6);
}
}
.collapsible-header {
 
  background: #2a2d33;
a, a:visited {
  padding: 4px;
    transition: color 0.3s, text-shadow 0.3s;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
  border-radius: 4px;
}
}
.collapsible-body {
 
  padding: 4px;
a:hover {
  background: #2f3239;
    color: #b3e5fc !important;
  margin-top: 2px;
    text-shadow: 0 0 6px #b3e5fc;
  border-radius: 4px;
}
}
.collapsed {
 
  display: none;
.wikitable {
    border-color: rgba(179, 229, 252, 0.6) !important;
    border-radius: 6px;
}
}
.reagent-item {
 
  margin-left: 8px;
.wikitable th {
    background: rgba(179, 229, 252, 0.1);
}
}
.reagent {
 
  color: #6cf;
.mw-page-title-main:before {
    content: " ";
}
}
.qty {
 
  color: #ccc;
.mw-page-title-main:after {
}
    content: " ";
.method {
  margin-top: 4px;
  font-style: italic;
  color: #aaa;
}
}

Текущая версия от 08:23, 13 ноября 2025

body:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("https://upload.wikimedia.org/wikipedia/commons/3/36/Snowflakes_falling_transparent.gif");
    background-repeat: repeat;
    pointer-events: none;
    opacity: 0.35;
    z-index: 2;
    animation: snowmove 60s linear infinite;
}

@keyframes snowmove {
    from { background-position: 0 0; }
    to { background-position: 500px 1000px; }
}

h1, h2, h3, h4, h5 {
    text-shadow: 0 0 6px rgba(179, 229, 252, 0.7), 0 0 12px rgba(179, 229, 252, 0.4);
    transition: text-shadow 0.3s;
}

h1:hover, h2:hover, h3:hover, h4:hover, h5:hover {
    text-shadow: 0 0 12px rgba(179, 229, 252, 0.9), 0 0 20px rgba(179, 229, 252, 0.6);
}

a, a:visited {
    transition: color 0.3s, text-shadow 0.3s;
}

a:hover {
    color: #b3e5fc !important;
    text-shadow: 0 0 6px #b3e5fc;
}

.wikitable {
    border-color: rgba(179, 229, 252, 0.6) !important;
    border-radius: 6px;
}

.wikitable th {
    background: rgba(179, 229, 252, 0.1);
}

.mw-page-title-main:before {
    content: " ";
}

.mw-page-title-main:after {
    content: " ";
}