이브위키:연습장/대문: 두 판 사이의 차이

편집 요약 없음
문서를 비움
태그: 비우기
 
(같은 사용자의 중간 판 163개는 보이지 않습니다)
1번째 줄: 1번째 줄:
[https://evewiki.kr/w/index.php?title=%EC%9D%B4%EB%B8%8C%EC%9C%84%ED%82%A4:%EC%97%B0%EC%8A%B5%EC%9E%A5/%EB%8C%80%EB%AC%B8&action=edit 편집하기]
<html><head>
<link rel="stylesheet" href="/mainpage/splide-4.1.3/dist/css/splide.min.css">
<script src="/mainpage/splide-4.1.3/dist/js/splide.min.js"></script>
</head></html>
<div id="recommend" class="splide rounded-2xl overflow-clip" style="margin-bottom: 1rem;">
<!----><div class="splide__track">
<!----><!----><ul class="splide__list lg:max-h-[500px]">
<!----><!----><!----><li class="splide__slide inline-block !w-[100%] sm:!w-[60%] lg:!w-[50%] !mx-2 rounded-2xl shadow overflow-hidden relative">
<!----><!----><!----><!----><div class="w-full h-full flex justify-center items-center relative cursor-pointer object-contain after:content-[''] after:pb-[100%] after:block" onclick="location.href='/w/index.php/분류:플로라_유니버스'">
<!----><!----><!----><!----><!----><div class="absolute top-0 left-0 h-full w-full select-none items-center justify-center object-cover hidden"></div>
<!----><!----><!----><!----><!----><html><img loading="lazy" class="absolute top-0 left-0 h-full w-full select-none object-cover visible" src="/mainpage/230826/1x/플로라_유니버스.webp"></html>
<!----><!----><!----><!----></div>
<!----><!----><!----><!----><div class="recommend__description absolute bottom-0 left-0 w-full px-6 pb-6">
<!----><!----><!----><!----><!----><div class="text-3xl text-white font-black">플로라 유니버스</div>
<!----><!----><!----><!----><!----><div class="mt-1.5 text-xs text-white opacity-80">한국 정치를 우리들 생각대로 만들어보자!</div>
<!----><!----><!----><!----><!----><div class="my-2 flex items-center gap-x-2">
<!----><!----><!----><!----><!----><!----><div class="px-1 rounded bg-[--ew-spec-brand-secondary] text-[11px] text-white font-black leading-4">evewiki Only</div>
<!----><!----><!----><!----><!----><!----><div class="px-1 rounded bg-red-600 text-[11px] text-white font-black leading-4">HOT</div>
<!----><!----><!----><!----><!----><!----><div class="text-[11px] text-white leading-4">대체역사·정치</div>
<!----><!----><!----><!----><!----></div>
<!----><!----><!----><!----></div>
<!----><!----><!----></li>
<!----><!----><!----><li class="splide__slide inline-block !w-[100%] sm:!w-[60%] lg:!w-[50%] !mx-2 rounded-2xl shadow overflow-hidden relative">
<!----><!----><!----><!----><div class="w-full h-full flex justify-center items-center relative cursor-pointer object-contain after:content-[''] after:pb-[100%] after:block" onclick="location.href='/w/index.php/한나라닷컴'">
<!----><!----><!----><!----><!----><div class="absolute top-0 left-0 h-full w-full select-none items-center justify-center object-cover hidden"></div>
<!----><!----><!----><!----><!----><html><img loading="lazy" class="absolute top-0 left-0 h-full w-full select-none object-cover visible" src="/mainpage/230826/1x/한나라닷컴.webp"></html>
<!----><!----><!----><!----></div>
<!----><!----><!----><!----><div class="recommend__description absolute bottom-0 left-0 w-full px-6 pb-6">
<!----><!----><!----><!----><!----><div class="text-3xl text-white font-black">한나라닷컴</div>
<!----><!----><!----><!----><!----><div class="mt-1.5 text-xs text-white opacity-80">종신집권을 향해 나아가는 여전사 나경원의 국회 분투기</div>
<!----><!----><!----><!----><!----><div class="my-2 flex items-center gap-x-2">
<!----><!----><!----><!----><!----><!----><div class="px-1 rounded bg-[--ew-spec-brand-secondary] text-[11px] text-white font-black leading-4">evewiki Only</div>
<!----><!----><!----><!----><!----><!----><div class="px-1 rounded bg-red-600 text-[11px] text-white font-black leading-4">HOT</div>
<!----><!----><!----><!----><!----><!----><div class="text-[11px] text-white leading-4">대체역사·정치</div>
<!----><!----><!----><!----><!----></div>
<!----><!----><!----><!----></div>
<!----><!----><!----></li>
<!----><!----></ul>
<!----></div>
<!----><div class="pagination absolute m-0 bottom-[1.5rem] right-[15px] sm:right-[calc(20%+15px)] lg:right-[calc(25%+15px)] text-xs p-2 text-white font-black">
<!----><!----><div id="recommend__slide-current" class="inline"></div>
<!----><!----><div class="inline">/</div>
<!----><!----><div id="recommend__slide-length" class="inline"></div>
<!----></div>
</div>
{{#css:
#recommend .splide__list * { max-height: 100%; }
#recommend .splide__arrow--prev, #recommend .splide__arrow--next {
    opacity: 0;
    transition: all .3s cubic-bezier(0,0,.5,1);
}
#recommend:hover .splide__arrow--prev, #recommend:hover .splide__arrow--next {
    opacity: 1;
}
#recommend button:focus {
    outline: 0;
}
#recommend .splide__arrow--next {
    right: 3rem;
}
#recommend .splide__arrow--prev {
    left: 3rem;
}


#recommend .splide__slide .recommend__description {
    visibility: hidden;
}
#recommend .is-active .recommend__description {
    visibility: visible;
}
.splide__arrows .splide__arrow {
    background: rgba(255,255,255,.32);
    width: 3rem;
    height: 3rem;
    opacity: 1;
}
.splide__arrows .splide__arrow svg {
    fill: #000;
}
.splide__arrows .splide__arrow:hover {
    background: rgba(255,255,255,1);
}
}}
<!-- content 레이아웃 날리기 -->
{{#css:
.liberty-content-header {
    display: none;
}
.liberty-content-main {
    rounded-2xl: 0.5rem 0.5rem 0 0;
}
.catlinks {
    display: none !important;
}
.Liberty .content-wrapper .liberty-content {
    box-shadow: none;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main {
    background-color: transparent;
    padding: 0;
    overflow: visible;
}
.Liberty .content-wrapper .liberty-footer {
    rounded-2xl: 1rem;
    box-shadow: 0px 4px 20px rgba(0,0,0,.05);
}
p { margin: 0 }
}}
<html><script src="https://evewiki.kr/mainpage/slide.min.js"></script></html>
[[분류:이브위키]]
<no-comment-streams />

2026년 7월 24일 (금) 14:26 기준 최신판