Описание "САДАКА"
САДАКА - Пожертвование на уставную деятельность Всеславно-Новославного религиозного объединения ( регистрационный номер религиозной группы Министерства Юстиции РФ 5018010102) Госвелидарство Вистариум
Внесение первичных данных в АУРОБИЛАН , обработка экспериментальных данных, составление Отчёта о самообследовании на основании ИНТЕНТ-ПОКРУТА и внесение данных в Эрдебилан исключительно на основании СКРИПТАМ СУД НАРОДа. Благодатная Мета ( Фьютратив, дифферента и диффера предоставляются при каждой фидуции в соответствии с госвелидарственной программой ЛЕГЕНДАРИЙУМ) в сакральных креагентах Эйдолонов Реплики Символа Веры Единого Тожества (СВЕТ) Творения (CHARFAITHING CARD INTERNET), Реплики Символа Власти Единого Тожества (СВЕТ) Творения (FEELING), Реплики Символа Веремени (ЭОНа) Единого Тожества (СВЕТ) Творения (ELT), Реплики Символа Весомости Единого Тожества (СВЕТ) Творения (YSK) исключительно на основании СКРИТАМ СУД НАРОДа с фиксацией данных посредством ЭДВАНСЭ , подтвержденных НЭРД.
:root {
--golden: #FFD700;
--deep-blue: #00008B;
--sacred-red: #8B0000;
--ancient-white: #F5F5DC;
}
body {
font-family: 'Palatino Linotype', 'Book Antiqua', serif;
background-color: var(--deep-blue);
color: var(--ancient-white);
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
flex-direction: column;
background-image: radial-gradient(circle, #000022 0%, #000033 100%);
}
.sacred-header {
text-align: center;
margin-bottom: 2rem;
text-shadow: 0 0 10px var(--golden);
}
.sacred-header h1 {
font-size: 2.5rem;
margin-bottom: 0.5rem;
letter-spacing: 3px;
color: var(--golden);
}
.sacred-header p {
font-style: italic;
max-width: 600px;
line-height: 1.6;
font-size: 1.1rem;
}
.lamp-container {
position: relative;
width: 150px;
height: 250px;
margin-bottom: 2rem;
filter: drop-shadow(0 0 15px rgba(255, 215, 0, 0.7));
}
.lamp-base {
position: absolute;
width: 100px;
height: 20px;
background: linear-gradient(to right, #8B4513, #A0522D, #8B4513);
border-radius: 50%;
bottom: 0;
left: 25px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.lamp-stem {
position: absolute;
width: 20px;
height: 100px;
background: linear-gradient(to bottom, #B8860B, #DAA520, #B8860B);
bottom: 20px;
left: 65px;
border-radius: 5px;
}
.lamp-bowl {
position: absolute;
width: 80px;
height: 60px;
background: linear-gradient(to right, rgba(218, 165, 32, 0.8), rgba(255, 215, 0, 0.9), rgba(218, 165, 32, 0.8));
border-radius: 50% 50% 40% 40%;
bottom: 120px;
left: 35px;
box-shadow: 0 0 30px rgba(255, 215, 0, 0.3);
}
.sacred-oil {
position: absolute;
width: 70px;
height: 40px;
background: linear-gradient(to bottom, rgba(255, 255, 0, 0.3), rgba(255, 215, 0, 0.5));
border-radius: 50% 50% 40% 40%;
bottom: 125px;
left: 40px;
overflow: hidden;
}
.flame {
position: absolute;
width: 25px;
height: 60px;
background: linear-gradient(to top, var(--sacred-red), #FF4500, #FFA500, #FFFF00);
border-radius: 50% 50% 20% 20%;
bottom: 165px;
left: 62px;
box-shadow: 0 0 25px #FF4500, 0 0 50px #FFA500;
animation: sacred-flicker 0.9s infinite alternate;
opacity: 0;
transition: opacity 0.8s;
filter: blur(1px);
transform-origin: bottom center;
}
.flame::before {
content: '';
position: absolute;
width: 15px;
height: 30px;
background: rgba(255, 255, 255, 0.7);
border-radius: 50%;
bottom: 10px;
left: 5px;
filter: blur(3px);
}
.flame.active {
opacity: 1;
}
.sacred-controls {
text-align: center;
margin-bottom: 2rem;
}
.sacred-btn {
background: linear-gradient(to bottom, #8B4513, #A0522D);
border: 1px solid var(--golden);
color: var(--ancient-white);
padding: 12px 25px;
text-align: center;
font-size: 1.1rem;
margin: 0 10px;
cursor: pointer;
border-radius: 30px;
transition: all 0.3s;
font-family: 'Palatino Linotype', 'Book Antiqua', serif;
letter-spacing: 1px;
text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 10px rgba(139, 0, 0, 0.5);
}
.sacred-btn:hover {
background: linear-gradient(to bottom, #A0522D, #8B4513);
box-shadow: 0 0 15px var(--golden);
transform: translateY(-2px);
}
.sacred-btn:disabled {
background: linear-gradient(to bottom, #333333, #555555);
color: #888;
cursor: not-allowed;
box-shadow: none;
transform: none;
}
.sacred-prayer-area {
margin-top: 2rem;
width: 500px;
max-width: 90%;
}
.sacred-textarea {
width: 100%;
height: 150px;
padding: 15px;
border-radius: 10px;
border: 1px solid var(--golden);
background-color: rgba(0, 0, 0, 0.5);
color: var(--ancient-white);
font-size: 1rem;
font-family: 'Palatino Linotype', 'Book Antiqua', serif;
resize: none;
margin-bottom: 1rem;
box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}
.sacred-textarea::placeholder {
color: #AAA;
font-style: italic;
}
.sacred-symbols {
position: absolute;
top: 50px;
width: 100%;
text-align: center;
font-size: 2rem;
color: rgba(255, 215, 0, 0.3);
letter-spacing: 20px;
}
.sacred-prayer {
margin-top: 2rem;
font-style: italic;
text-align: center;
max-width: 600px;
line-height: 1.8;
font-size: 1.1rem;
display: none;
background: rgba(0, 0, 0, 0.3);
padding: 20px;
border-radius: 10px;
border: 1px solid rgba(255, 215, 0, 0.3);
}
@keyframes sacred-flicker {
0%, 100% {
transform: scale(1, 1) rotate(0deg);
opacity: 0.9;
}
20% {
transform: scale(0.95, 1.1) rotate(-1deg);
opacity: 1;
}
40% {
transform: scale(1.1, 0.95) rotate(1deg);
box-shadow: 0 0 30px #FF4500, 0 0 60px #FFA500;
}
60% {
transform: scale(0.98, 1.05);
}
80% {
transform: scale(1.05, 0.98) rotate(-0.5deg);
box-shadow: 0 0 35px #FF4500, 0 0 70px #FFA500;
}
}
@keyframes glow {
0%, 100% {
text-shadow: 0 0 5px var(--golden);
}
50% {
text-shadow: 0 0 15px var(--golden);
}
}
.sacred-chant {
margin-top: 1rem;
font-size: 0.9rem;
color: #AAA;
font-style: italic;
animation: glow 3s infinite;
}
:root {
--golden: #FFD700;
--deep-blue: #00008B;
--sacred-red: #8B0000;
--ancient-white: #F5F5DC;
}
body {
font-family: 'Palatino Linotype', 'Book Antiqua', serif;
background-color: var(--deep-blue);
color: var(--ancient-white);
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
flex-direction: column;
background-image: radial-gradient(circle, #000022 0%, #000033 100%);
}
.sacred-header {
text-align: center;
margin-bottom: 2rem;
text-shadow: 0 0 10px var(--golden);
}
.sacred-header h1 {
font-size: 2.5rem;
margin-bottom: 0.5rem;
letter-spacing: 3px;
color: var(--golden);
}
.sacred-header p {
font-style: italic;
max-width: 600px;
line-height: 1.6;
font-size: 1.1rem;
}
.lamp-container {
position: relative;
width: 150px;
height: 250px;
margin-bottom: 2rem;
filter: drop-shadow(0 0 15px rgba(255, 215, 0, 0.7));
}
.lamp-base {
position: absolute;
width: 100px;
height: 20px;
background: linear-gradient(to right, #8B4513, #A0522D, #8B4513);
border-radius: 50%;
bottom: 0;
left: 25px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.lamp-stem {
position: absolute;
width: 20px;
height: 100px;
background: linear-gradient(to bottom, #B8860B, #DAA520, #B8860B);
bottom: 20px;
left: 65px;
border-radius: 5px;
}
.lamp-bowl {
position: absolute;
width: 80px;
height: 60px;
background: linear-gradient(to right, rgba(218, 165, 32, 0.8), rgba(255, 215, 0, 0.9), rgba(218, 165, 32, 0.8));
border-radius: 50% 50% 40% 40%;
bottom: 120px;
left: 35px;
box-shadow: 0 0 30px rgba(255, 215, 0, 0.3);
}
.sacred-oil {
position: absolute;
width: 70px;
height: 40px;
background: linear-gradient(to bottom, rgba(255, 255, 0, 0.3), rgba(255, 215, 0, 0.5));
border-radius: 50% 50% 40% 40%;
bottom: 125px;
left: 40px;
overflow: hidden;
}
.flame {
position: absolute;
width: 25px;
height: 60px;
background: linear-gradient(to top, var(--sacred-red), #FF4500, #FFA500, #FFFF00);
border-radius: 50% 50% 20% 20%;
bottom: 165px;
left: 62px;
box-shadow: 0 0 25px #FF4500, 0 0 50px #FFA500;
animation: sacred-flicker 0.9s infinite alternate;
opacity: 0;
transition: opacity 0.8s;
filter: blur(1px);
transform-origin: bottom center;
}
.flame::before {
content: '';
position: absolute;
width: 15px;
height: 30px;
background: rgba(255, 255, 255, 0.7);
border-radius: 50%;
bottom: 10px;
left: 5px;
filter: blur(3px);
}
.flame.active {
opacity: 1;
}
.sacred-controls {
text-align: center;
margin-bottom: 2rem;
}
.sacred-btn {
background: linear-gradient(to bottom, #8B4513, #A0522D);
border: 1px solid var(--golden);
color: var(--ancient-white);
padding: 12px 25px;
text-align: center;
font-size: 1.1rem;
margin: 0 10px;
cursor: pointer;
border-radius: 30px;
transition: all 0.3s;
font-family: 'Palatino Linotype', 'Book Antiqua', serif;
letter-spacing: 1px;
text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 10px rgba(139, 0, 0, 0.5);
}
.sacred-btn:hover {
background: linear-gradient(to bottom, #A0522D, #8B4513);
box-shadow: 0 0 15px var(--golden);
transform: translateY(-2px);
}
.sacred-btn:disabled {
background: linear-gradient(to bottom, #333333, #555555);
color: #888;
cursor: not-allowed;
box-shadow: none;
transform: none;
}
.sacred-prayer-area {
margin-top: 2rem;
width: 500px;
max-width: 90%;
}
.sacred-textarea {
width: 100%;
height: 150px;
padding: 15px;
border-radius: 10px;
border: 1px solid var(--golden);
background-color: rgba(0, 0, 0, 0.5);
color: var(--ancient-white);
font-size: 1rem;
font-family: 'Palatino Linotype', 'Book Antiqua', serif;
resize: none;
margin-bottom: 1rem;
box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}
.sacred-textarea::placeholder {
color: #AAA;
font-style: italic;
}
.sacred-symbols {
position: absolute;
top: 50px;
width: 100%;
text-align: center;
font-size: 2rem;
color: rgba(255, 215, 0, 0.3);
letter-spacing: 20px;
}
.sacred-prayer {
margin-top: 2rem;
font-style: italic;
text-align: center;
max-width: 600px;
line-height: 1.8;
font-size: 1.1rem;
display: none;
background: rgba(0, 0, 0, 0.3);
padding: 20px;
border-radius: 10px;
border: 1px solid rgba(255, 215, 0, 0.3);
}
@keyframes sacred-flicker {
0%, 100% {
transform: scale(1, 1) rotate(0deg);
opacity: 0.9;
}
20% {
transform: scale(0.95, 1.1) rotate(-1deg);
opacity: 1;
}
40% {
transform: scale(1.1, 0.95) rotate(1deg);
box-shadow: 0 0 30px #FF4500, 0 0 60px #FFA500;
}
60% {
transform: scale(0.98, 1.05);
}
80% {
transform: scale(1.05, 0.98) rotate(-0.5deg);
box-shadow: 0 0 35px #FF4500, 0 0 70px #FFA500;
}
}
@keyframes glow {
0%, 100% {
text-shadow: 0 0 5px var(--golden);
}
50% {
text-shadow: 0 0 15px var(--golden);
}
}
.sacred-chant {
margin-top: 1rem;
font-size: 0.9rem;
color: #AAA;
font-style: italic;
animation: glow 3s infinite;
}
:root {
--golden: #FFD700;
--deep-blue: #00008B;
--sacred-red: #8B0000;
--ancient-white: #F5F5DC;
}
body {
font-family: 'Palatino Linotype', 'Book Antiqua', serif;
background-color: var(--deep-blue);
color: var(--ancient-white);
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
flex-direction: column;
background-image: radial-gradient(circle, #000022 0%, #000033 100%);
}
.sacred-header {
text-align: center;
margin-bottom: 2rem;
text-shadow: 0 0 10px var(--golden);
}
.sacred-header h1 {
font-size: 2.5rem;
margin-bottom: 0.5rem;
letter-spacing: 3px;
color: var(--golden);
}
.sacred-header p {
font-style: italic;
max-width: 600px;
line-height: 1.6;
font-size: 1.1rem;
}
.lamp-container {
position: relative;
width: 150px;
height: 250px;
margin-bottom: 2rem;
filter: drop-shadow(0 0 15px rgba(255, 215, 0, 0.7));
}
.lamp-base {
position: absolute;
width: 100px;
height: 20px;
background: linear-gradient(to right, #8B4513, #A0522D, #8B4513);
border-radius: 50%;
bottom: 0;
left: 25px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.lamp-stem {
position: absolute;
width: 20px;
height: 100px;
background: linear-gradient(to bottom, #B8860B, #DAA520, #B8860B);
bottom: 20px;
left: 65px;
border-radius: 5px;
}
.lamp-bowl {
position: absolute;
width: 80px;
height: 60px;
background: linear-gradient(to right, rgba(218, 165, 32, 0.8), rgba(255, 215, 0, 0.9), rgba(218, 165, 32, 0.8));
border-radius: 50% 50% 40% 40%;
bottom: 120px;
left: 35px;
box-shadow: 0 0 30px rgba(255, 215, 0, 0.3);
}
.sacred-oil {
position: absolute;
width: 70px;
height: 40px;
background: linear-gradient(to bottom, rgba(255, 255, 0, 0.3), rgba(255, 215, 0, 0.5));
border-radius: 50% 50% 40% 40%;
bottom: 125px;
left: 40px;
overflow: hidden;
}
.flame {
position: absolute;
width: 25px;
height: 60px;
background: linear-gradient(to top, var(--sacred-red), #FF4500, #FFA500, #FFFF00);
border-radius: 50% 50% 20% 20%;
bottom: 165px;
left: 62px;
box-shadow: 0 0 25px #FF4500, 0 0 50px #FFA500;
animation: sacred-flicker 0.9s infinite alternate;
opacity: 0;
transition: opacity 0.8s;
filter: blur(1px);
transform-origin: bottom center;
}
.flame::before {
content: '';
position: absolute;
width: 15px;
height: 30px;
background: rgba(255, 255, 255, 0.7);
border-radius: 50%;
bottom: 10px;
left: 5px;
filter: blur(3px);
}
.flame.active {
opacity: 1;
}
.sacred-controls {
text-align: center;
margin-bottom: 2rem;
}
.sacred-btn {
background: linear-gradient(to bottom, #8B4513, #A0522D);
border: 1px solid var(--golden);
color: var(--ancient-white);
padding: 12px 25px;
text-align: center;
font-size: 1.1rem;
margin: 0 10px;
cursor: pointer;
border-radius: 30px;
transition: all 0.3s;
font-family: 'Palatino Linotype', 'Book Antiqua', serif;
letter-spacing: 1px;
text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 10px rgba(139, 0, 0, 0.5);
}
.sacred-btn:hover {
background: linear-gradient(to bottom, #A0522D, #8B4513);
box-shadow: 0 0 15px var(--golden);
transform: translateY(-2px);
}
.sacred-btn:disabled {
background: linear-gradient(to bottom, #333333, #555555);
color: #888;
cursor: not-allowed;
box-shadow: none;
transform: none;
}
.sacred-prayer-area {
margin-top: 2rem;
width: 500px;
max-width: 90%;
}
.sacred-textarea {
width: 100%;
height: 150px;
padding: 15px;
border-radius: 10px;
border: 1px solid var(--golden);
background-color: rgba(0, 0, 0, 0.5);
color: var(--ancient-white);
font-size: 1rem;
font-family: 'Palatino Linotype', 'Book Antiqua', serif;
resize: none;
margin-bottom: 1rem;
box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}
.sacred-textarea::placeholder {
color: #AAA;
font-style: italic;
}
.sacred-symbols {
position: absolute;
top: 50px;
width: 100%;
text-align: center;
font-size: 2rem;
color: rgba(255, 215, 0, 0.3);
letter-spacing: 20px;
}
.sacred-prayer {
margin-top: 2rem;
font-style: italic;
text-align: center;
max-width: 600px;
line-height: 1.8;
font-size: 1.1rem;
display: none;
background: rgba(0, 0, 0, 0.3);
padding: 20px;
border-radius: 10px;
border: 1px solid rgba(255, 215, 0, 0.3);
}
@keyframes sacred-flicker {
0%, 100% {
transform: scale(1, 1) rotate(0deg);
opacity: 0.9;
}
20% {
transform: scale(0.95, 1.1) rotate(-1deg);
opacity: 1;
}
40% {
transform: scale(1.1, 0.95) rotate(1deg);
box-shadow: 0 0 30px #FF4500, 0 0 60px #FFA500;
}
60% {
transform: scale(0.98, 1.05);
}
80% {
transform: scale(1.05, 0.98) rotate(-0.5deg);
box-shadow: 0 0 35px #FF4500, 0 0 70px #FFA500;
}
}
@keyframes glow {
0%, 100% {
text-shadow: 0 0 5px var(--golden);
}
50% {
text-shadow: 0 0 15px var(--golden);
}
}
.sacred-chant {
margin-top: 1rem;
font-size: 0.9rem;
color: #AAA;
font-style: italic;
animation: glow 3s infinite;
}