|
|
1번째 줄: |
1번째 줄: |
| <div class="flex flex-col gap-4">
| | |
| <div class="flex gap-2">
| |
| <div class="noLinkUnderline inline-block">[[이브위키:대문|<div class="px-3 py-2 border border-solid border-transparent dark:border-evewiki-040 rounded-full shadow transition bg-[#3757C7] hover:!bg-[#466DFA]"><span class="font-bold text-sm text-white">위키픽</span></div>]]</div>
| |
| </div>
| |
| <div class="w-full p-6 bg-white dark:bg-evewiki-010 transition-colors border border-solid border-transparent dark:border-evewiki-040 rounded-lg shadow">[[특수:편집/이브위키:연습장/대문|편집하기]]</div>
| |
| </div>
| |
| [[분류:이브위키]]
| |
| {{#CSS:
| |
| .content-wrapper {
| |
| flex-direction: column;
| |
| }
| |
| .content-wrapper div:has(.liberty-content) {
| |
| max-width: 9999px !important;
| |
| }
| |
| .catlinks, .toc, .mw-references-wrap {
| |
| display: none !important;
| |
| }
| |
| .liberty-content {
| |
| border: 0 !important;
| |
| background-color: transparent !important;
| |
| box-shadow: none !important;
| |
| }
| |
| .liberty-content-header {
| |
| display: none !important;
| |
| }
| |
| .liberty-content-main {
| |
| padding: 0 !important;
| |
| border-radius: .5rem !important;
| |
| background-color: transparent !important;
| |
| }
| |
| .liberty-sidebar { display: none; }
| |
| footer {
| |
| width: 100%;
| |
| }
| |
| .liberty-footer {
| |
| display: none;
| |
| width: calc(50% - 0.5rem);
| |
| border-radius: .5rem !important;
| |
| border: 1px solid transparent !important;
| |
| box-shadow: 0px 4px 20px rgba(0,0,0,.05) !important;
| |
| }
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-main {
| |
| overflow: visible;
| |
| }
| |
| }}
| |
| {{#CSS:
| |
| .shadow {
| |
| box-shadow: 2px 4px 12px rgba(0,0,0,.08) !important;
| |
| }
| |
| .transition {
| |
| all .3s cubic-bezier(0,0.90,0.50,0.90) !important;
| |
| }
| |
| .noLinkUnderline a {
| |
| text-decoration: none !important;
| |
| }
| |
| }}
| |
| <no-comment-streams />
| |