편집 요약 없음 |
편집 요약 없음 |
||
(같은 사용자의 중간 판 하나는 보이지 않습니다) | |||
1번째 줄: | 1번째 줄: | ||
{{#CSS: | |||
.inline-hover-toggle { | |||
display: inline-block; | |||
position: relative; | |||
cursor: pointer; | |||
} | |||
.inline-hover-toggle .toggle-content { | |||
opacity: 0; | |||
max-height: 0; | |||
overflow: hidden; | |||
transform: scaleY(0.95); | |||
transform-origin: top; | |||
transition: opacity 0.4s ease-in-out, max-height 0.4s ease-in-out, transform 0.4s ease-in-out; | |||
display: block; | |||
padding: 0.3em 0; | |||
} | |||
.inline-hover-toggle:hover .toggle-content { | |||
opacity: 1; | |||
max-height: 200px; | |||
transform: scaleY(1); | |||
} | |||
}} | |||
{{#CSS: | |||
.fullscreen-fadeout-box { | |||
position: fixed; | |||
top: 0; | |||
left: 0; | |||
width: 100vw; | |||
height: 100vh; | |||
background: #000; | |||
display: flex; | |||
flex-direction: column; | |||
justify-content: space-between; | |||
align-items: center; | |||
z-index: 9999; | |||
animation: fadeout 3s forwards; | |||
padding: 3em 20em 3em 20em; | |||
box-sizing: border-box; | |||
} | |||
.fullscreen-fadeout-box .top-text { | |||
text-align: center | |||
font-family: 'Noto Serif KR'; | |||
font-size: 1.5em; | |||
color: #0ff; | |||
} | |||
.fullscreen-fadeout-box .bottom-text { | |||
font-family: 'Noto Serif KR'; | |||
font-size: 1.5em; | |||
color: #0ff; | |||
} | |||
.fullscreen-fadeout-box .center-text { | |||
font-family: 'Noto Serif KR'; | |||
font-weight: bold; | |||
color: #0ff; | |||
} | |||
@keyframes fadeout { | |||
0% { opacity: 1; } | |||
70% { opacity: 1; } | |||
100% { opacity: 0; display: none; } | |||
} | |||
}} | |||
<div class="fullscreen-fadeout-box"><div class="top-text">{{틀:광명의 제국 인용문 문구}}</div> | |||
<div class="center-text" style="text-shadow: 0 0 15px #0ff;"><span style="font-family: 'Noto Serif KR'; font-size: 5em; letter-spacing: 13px;">광명의 제국</span><span style="display: block; margin: 1.5rem 0;"></span><span style="font-family: 'Noto Serif KR'; font-size: 2.5em; letter-spacing: 20px;">우리 시대의 종말</span></div> | |||
<div class="bottom-text" style="text-shadow: 0 0 6px #0ff;">Made by <span style="font-family: 'Noto Serif KR'; font-weight: bold;">Aurora</span></div></div> | |||
{{#CSS:<!-- | {{#CSS:<!-- | ||
2025년 7월 12일 (토) 13:32 기준 최신판
Nur wer Waffen trägt, kann die Freiheit schützen.
무기를 든 자만이 자유를 지킬 수 있다.
– 아돌프 히틀러, 1940
광명의 제국우리 시대의 종말
Made by Aurora