미디어위키:Common.css: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
2번째 줄: 2번째 줄:


#p-cactions::after {
#p-cactions::after {
    content: "";
    height: 100px;
     background-image: url("/mediawiki/resources/assets/wikilogo3.png"); /* 여기 수정 */
     background-image: url("/mediawiki/resources/assets/wikilogo3.png"); /* 여기 수정 */
     background-size: contain;
     background-size: contain;

2025년 4월 27일 (일) 20:06 판

/* 이 CSS 설정은 모든 스킨에 적용됩니다 */

#p-cactions::after {
    background-image: url("/mediawiki/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;
}