사용자:Senior9324/paper.css: 두 판 사이의 차이

(새 문서: #wikiBody { font-size: 13px; })
 
편집 요약 없음
 
(같은 사용자의 중간 판 4개는 보이지 않습니다)
1번째 줄: 1번째 줄:
#wikiBody {
#wikiBody, #siteNotice {
   font-size: 13px;
   font-size: 14px;
}
#wikiBody .tp_link a:link, #wikiBody .tp_link a:hover, #wikiBody .tp_link a:focus, #wikiBody .tp_link a:visited {
    color: inherit;
}
#p-personal li {
  font-size: 12px;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
#pt-notifications .mw-echo-notifications-badge {
  margin: 4px -4px;
}
#pt-userpage, #pt-anonuserpage {
  background-position: left;
}
}

2015년 5월 16일 (토) 22:21 기준 최신판

#wikiBody, #siteNotice {
  font-size: 14px;
}
#wikiBody .tp_link a:link, #wikiBody .tp_link a:hover, #wikiBody .tp_link a:focus, #wikiBody .tp_link a:visited {
    color: inherit;
}
#p-personal li {
  font-size: 12px;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
#pt-notifications .mw-echo-notifications-badge {
  margin: 4px -4px;
}
#pt-userpage, #pt-anonuserpage {
  background-position: left;
}