|
|
| (같은 사용자의 중간 판 122개는 보이지 않습니다) |
| 1번째 줄: |
1번째 줄: |
| {{#CSS:
| | |
| .liberty-content {
| |
| display: flex;
| |
| gap: 1rem;
| |
| flex-wrap: wrap;
| |
| 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;
| |
| }
| |
| footer {
| |
| width: 100%;
| |
| }
| |
| .liberty-footer {
| |
| border-radius: .5rem !important;
| |
| border: 1px solid transparent !important;
| |
| box-shadow: 0px 4px 20px rgba(0,0,0,.05) !important;
| |
| }
| |
| .dark .liberty-footer {
| |
| border-color: var(--ew-theme-040) !important;
| |
| }
| |
| }}
| |