"Mediawiki 꿀팁"의 두 판 사이의 차이
라이언의 꿀팁백과
잔글 (→Foundation 스킨) |
|||
1번째 줄: | 1번째 줄: | ||
== Foundation 스킨 == | == Foundation 스킨 == | ||
[[파일:Foundation 스킨 데모 페이지.png|대체글=Mediawiki Foundation 스킨 데모 페이지|없음| | [[파일:Foundation 스킨 데모 페이지.png|대체글=Mediawiki Foundation 스킨 데모 페이지|없음|프레임]] | ||
=== Uncaught TypeError: url.indexOf is not a function 오류 해결 === | === Uncaught TypeError: url.indexOf is not a function 오류 해결 === |
2021년 12월 18일 (토) 17:14 판
1 Foundation 스킨
1.1 Uncaught TypeError: url.indexOf is not a function 오류 해결
Mediawiki 중 가장 멋진 스킨, but 오래 되어서 아래와 같이 코드를 수정해야 함
- (foundation.topbar.js) 248줄 => .trigger('resize.fndtn.topbar').on("load", function () { ...
- (foundation.js) 345줄 => S(window).on('load', function () { ...
1.2 #catlinks 스타일시트 개선
페이지 하단 분류 박스 콘텐츠를 개선하기 위해서는 아래와 같이 코드를 수정해야 함
- (foreground.css) #catlinks 에 padding: 0.25rem; 그리고 magin-top: 1.25rem; 추가