편집 요약 없음 |
편집 요약 없음 |
||
1번째 줄: | 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월 6일 (일) 01:31 판
Wir sind alle eins. Einheit macht uns stark.
우리는 모두 하나다. 단결이 우리를 강하게 만든다.
– 아돌프 히틀러, 1941
광명의 제국우리 시대의 종말
Made by Aurora