크리스마스 테마
이 테마는 Dc_Yerko가 에스파냐 번역 사이트를 위해서 만들었고,
stormbreath가 수정했습니다. 눈송이 코드는
EstrellaYoshte가 수정했습니다.
여러분의 작품에 쓰고 싶다면 아래를 넣어주세요:
[[include theme:xmas
|xmas-header= --]
|xmas-snow= --]]]
헤더만 쓰고 싶으시면 아래를 넣어주세요:
[[include theme:xmas
|xmas-header= --]]]
눈 내리는 것만 쓰고 싶으시면 아래를 넣어주세요:
[[include theme:xmas
|xmas-snow= --]]]
또한 블랙 하이라이터에서 쓰고 싶으시다면:
[[include theme:black-highlighter-theme]]
[[include theme:xmas
|xmas-header-bhl= --]
|xmas-snow-bhl= --]]]
[[include theme:black-highlighter-theme]]
[[include theme:xmas
|xmas-header-bhl= --]]]
[[include theme:black-highlighter-theme]]
[[include theme:xmas
|xmas-snow-bhl= --]]]
/* Xmas Theme [2020 Wikidot Theme] Originally made by Dc_Yerko for the Spanish Branch Ported to -EN by stormbreath */ div#container-wrap { background-image: url('https://scp-wiki.wdfiles.com/local--files/theme%3Axmas/GIF-111.gif'); } #header { background-image: url('https://scp-wiki.wdfiles.com/local--files/theme%3Axmas/logo-xmas.png'); } #top-bar div.open-menu a { color: #990011; border-color: #33552D; } #header-extra-div-1, #header-extra-div-2, #header-extra-div-3 { -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 50%, rgba(0,0,0,0)); mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 50%, rgba(0,0,0,0)); } /* ---- SNOWFALL, adapted from https://github.com/elena-in-code/Css-Snow-Fall-Animation ---- */ #header-extra-div-1 { height: 270px; width: 99.4vw; position: absolute; left: calc((-100vw + 100%)/2); background: url('https://scp-wiki.wdfiles.com/local--files/theme%3Axmas/sn2.png'); background-repeat: repeat; background-size: 230px; z-index: 2; pointer-events: none; animation: snowOne 83s infinite linear; filter: blur(1.3px); } #header-extra-div-2 { height: 270px; width: 99.4vw; position: absolute; left: calc((-100vw + 100%)/2); background: url('https://scp-wiki.wdfiles.com/local--files/theme%3Axmas/sn.png'); background-repeat: repeat; background-size: 370px; z-index: 2; pointer-events: none; animation: snowTwo 39s infinite linear; filter: blur(0.4px); } #header-extra-div-3 { height: 270px; width: 99.4vw; position: absolute; left: calc((-100vw + 100%)/2); background: url('https://scp-wiki.wdfiles.com/local--files/theme%3Axmas/sn.png'); background-repeat: repeat; background-size: 720px; z-index: 2; pointer-events: none; animation: snowThree 21s infinite linear; filter: blur(2.4px); } @keyframes snowOne{ 0% { background-position: 0px 0px; opacity: 0; } 10% { opacity: 0.6; } 90% { opacity: 0.5; } 100% { background-position: 100px 750px; opacity:0; } } @keyframes snowTwo{ 0% { background-position: 0px -100px; opacity: 0; } 8% { opacity: 0.74; } 90% { opacity: 0.65; } 100% { background-position: -50px 700px; opacity: 0; } } @keyframes snowThree{ 0% { background-position: 0px 100px; opacity: 0; } 13% { opacity: 0.9; } 91% { opacity: 0.8; } 100% { background-position: 240px 750px; opacity: 0; } }
페이지 내역: 15, 마지막 수정: 21 Aug 2021 10:59