행위

"Mediawiki 꿀팁"의 두 판 사이의 차이

라이언의 꿀팁백과

잔글
12번째 줄: 12번째 줄:


* (foreground.css) #catlinks 에 padding: 0.25rem; 그리고 magin-top: 1.25rem; 추가
* (foreground.css) #catlinks 에 padding: 0.25rem; 그리고 magin-top: 1.25rem; 추가
=== FontAwesome 로딩 시 404 error 발생 ===
FontAwesome 의 아이콘이 엑박으로 나왔는데, 내 경우에는 skins 폴더 이하에 Foreground 스킨을 Foreground라는 이름으로 디렉토리를 생성해서 발생한 오류였다.
* (skin.json) 76줄 => "remoteSkinPath": "Foreground"


[[분류:미디어위키]]
[[분류:미디어위키]]

2021년 12월 18일 (토) 18:04 판

1 Foundation 스킨

Mediawiki 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; 추가

1.3 FontAwesome 로딩 시 404 error 발생

FontAwesome 의 아이콘이 엑박으로 나왔는데, 내 경우에는 skins 폴더 이하에 Foreground 스킨을 Foreground라는 이름으로 디렉토리를 생성해서 발생한 오류였다.

  • (skin.json) 76줄 => "remoteSkinPath": "Foreground"