미디어위키토론:Common.css

위키 링크 색 무시[원본 편집]

이 문단은 완료된 토론으로, 보존중입니다. 특별한 사유가 없는 한 수정하지 말아주십시오.
Ledibug-Discussion.png

우측의 펼치기 버튼을 눌러 내용을 볼 수 있습니다.

현재 고지 상자는 제목에 링크가 들어가면 위키의 링크 색이 들어가 매번마다 span 태그를 이용해 색을 삽입하는데, 이런 상속을 무시하는 정의가 필요합니다. 추후에도 다른곳에 쓰일 수 있어 범용성을 위해 tp_link라는 이름으로 정의하였습니다. 현재 위키러들은 Common.css에 대한 접근 권한이 없기 때문에 처리 바랍니다.

.tp_link a:active { color: inherit; }
.tp_link a:hover { color: inherit; }
.tp_link a:link { color: inherit; }
.tp_link a:visited { color: inherit; }

--Sokcuri (토론) 2015년 5월 16일 (토) 21:42:14 (KST)

paper 스킨은 별나서 앞에 #wikiBody를 다 붙여줘야 되네요.. --Senior9324 (토론) 2015년 5월 16일 (토) 21:50:46 (KST)
번거로우시겠지만 다시 한번 수정 부탁드립니다.
.tp_link a:active { color: inherit !important; }
.tp_link a:hover { color: inherit !important; }
.tp_link a:link { color: inherit !important; }
.tp_link a:visited { color: inherit !important; }

--Sokcuri (토론) 2015년 5월 16일 (토) 22:04:06 (KST)

사용하지 않는 css 제안[원본 편집]

이 문단은 완료된 토론으로, 보존중입니다. 특별한 사유가 없는 한 수정하지 말아주십시오.
Ledibug-Discussion.png

우측의 펼치기 버튼을 눌러 내용을 볼 수 있습니다.

이전에 남겼던 의견을 이제서야 다시 제안합니다. --Pika (토론) 2023년 8월 17일 (목) 00:53 (KST)

사용하지 않는 citation css (원 출처인 영어 위백에서도 미사용으로 삭제됨)
  • cite, .citation cite.article, .citation cite.contribution
  • .citation cite, .citation cite.periodical
  • @media screen, handheld { .citation *.printonly
틀:설명문서 css (틀:설명문서에서만 사용되므로 해당 틀로 옮김)
  • .template-documentation
틀:동음이의 css (위와 마찬가지 이유)
  • #disambig
변경사항 저장 css (있으나 없으나 똑같음. 아마 예전 skin을 위한 것이 아닌가 추정)
  • #wpSave
옛한글 css (설명문서와 동일 이유)
  • .jamocomposed_block
  • .oldhanyang
목차숨김용 (틀이 없으며 있어도 틀 css로 옮기는 것이 바람직)
  • .toclimit-2 .toclevel-2, .toclimit-3 .toclevel-3, .toclimit-4 .toclevel-4, .toclimit-5 .toclevel-5, .toclimit-6 .toclevel-6, .toclimit-7 .toclevel-7
적용되지 않는 위키백과 css
  • .page-특수기능_최근바뀜 .mw-rollback-link, .page-특수기능_주시문서목록 .mw-rollback-link, table.mw_metadata
s 태그와 strike 태그 (s는 이미 적용되어 있고, strike는 html5가 아님)
  • s, strike{color:gray;}, s a, s a:visited
sortkey (미사용)
  • td .sortkey, th .sortkey
주말까지 다른 의견 없으면 적용해 두겠습니다. --Liebesfreud 사랑의 기쁨 (공개 기록·토론) 2023년 8월 18일 (금) 17:31 (KST)
Yes check.svg 완료 --Liebesfreud 사랑의 기쁨 (공개 기록·토론) 2023년 8월 23일 (수) 18:55 (KST)