편집 요약 없음 |
편집 요약 없음 |
||
| 1번째 줄: | 1번째 줄: | ||
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */ | /* 이 CSS 설정은 모든 스킨에 적용됩니다 */ | ||
#p-cactions::after { | |||
#p- | |||
content: ""; | content: ""; | ||
display: block | display: inline-block; | ||
height: 100px; /* 너가 원하는 세로 크기 */ | |||
background-image: url("/resources/assets/wikilogo3.png"); /* ← 여기! */ | |||
height: | |||
background-image: url("/resources/assets/wikilogo3.png"); | |||
background-size: contain; | background-size: contain; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-position: center; | background-position: center; | ||
pointer-events: none; /* 클릭 | margin-left: 15px; | ||
margin-right: 15px; | |||
pointer-events: none; /* 클릭 안되게 */ | |||
vertical-align: middle; | |||
} | } | ||
2025년 4월 27일 (일) 20:02 판
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
#p-cactions::after {
content: "";
display: inline-block;
height: 100px; /* 너가 원하는 세로 크기 */
background-image: url("/resources/assets/wikilogo3.png"); /* ← 여기! */
background-size: contain;
background-repeat: no-repeat;
background-position: center;
margin-left: 15px;
margin-right: 15px;
pointer-events: none; /* 클릭 안되게 */
vertical-align: middle;
}