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

편집 요약 없음
편집 요약 없음
1번째 줄: 1번째 줄:
* {
* {
   font-family: "Open Sans", Helvetica, Arial, Gulim, sans-serif;
   font-family: "Open Sans", Helvetica, Arial, Gulim, sans-serif;
}
#p-personal ul {
  float: right;
}
}



2015년 4월 18일 (토) 20:53 판

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

#p-personal ul {
  float: right;
}

#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;
}