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

편집 요약 없음
편집 요약 없음
36번째 줄: 36번째 줄:
#wikiBody a:hover {
#wikiBody a:hover {
   text-decoration:underline;
   text-decoration:underline;
}
#wikiContent h1,
#wikiContent h2,
#wikiContent h3,
#wikiContent h4 {
  font-weight: bold;
}
}

2015년 4월 19일 (일) 06:03 판

* {
  font-family: "Open Sans", Helvetica, Arial, Gulim, sans-serif;
}

#toc, .toc, .mw-warning {
  background-color: transparent;
}

#p-personal ul {
  float: right;
}

.navbar-fixed-top.navbar {
  padding-top: 10px;
}

#wikiBody {
  font-size: 12px;
}

#wikiBody a:link {
  color: #00e;
  text-decoration:none;
}

#wikiBody a:visited {
  color: #551a8b;
}

#wikiBody a.nonexistent,
#wikiBody a.new { color: gray; }

#wikiBody a.external { color: #090; }
#wikiBody a.external:before { background-color: #090; color: #fff; content: '外'; display: inline; }

#wikiBody a:hover {
  text-decoration:underline;
}

#wikiContent h1,
#wikiContent h2,
#wikiContent h3,
#wikiContent h4 {
  font-weight: bold;
}