|
|
| (사용자 2명의 중간 판 39개는 보이지 않습니다) |
| 1번째 줄: |
1번째 줄: |
| 여러모로 CSS로 꾸며보자
| | |
| <div class="CustomBackground bg-red-50 dark:bg-red-950"></div>
| |
| {{#CSS:
| |
| .CustomBackground {
| |
| width: 100%;
| |
| height: 100vh;
| |
| position: fixed;
| |
| top: 0;
| |
| left: 0;
| |
| z-index: -1000;
| |
| }
| |
| }}
| |
| {{#CSS:
| |
| .Liberty .content-wrapper { display: block !important; }
| |
| .Liberty .content-wrapper .liberty-sidebar { display: none !important; }
| |
| .Liberty .content-wrapper .liberty-content .liberty-content-main { border-bottom-right-radius: 0.5rem; border-bottom-left-radius: 0.5rem; }
| |
| .Liberty .content-wrapper .liberty-footer { display: none !important; }
| |
| }}
| |