|
|
| (같은 사용자의 중간 판 129개는 보이지 않습니다) |
| 1번째 줄: |
1번째 줄: |
| {{#CSS:
| | |
| .liberty-content {
| |
| border: 0 !important;
| |
| }
| |
| .liberty-content-header {
| |
| display: none !important;
| |
| }
| |
| .liberty-content-main {
| |
| padding: 0 !important;
| |
| border-radius: .5rem !important;
| |
| background-color: transparent !important;
| |
| }
| |
| .liberty-footer {
| |
| margin-top: 1rem !important;
| |
| border-radius: .5rem !important;
| |
| border: 1px solid var(--ew-theme-090) !important;
| |
| }
| |
| .dark .liberty-footer {
| |
| border-color: var(--ew-theme-040) !important;
| |
| }
| |
| }}
| |