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

(새 문서: #wikiBody a:link { color: #00e; : text-decoration:none; } #wikiBody a:visited { →‎border-bottom: 1px dotted #bbb;: color: #551a8b; : } #wikiBody a.nonexistent, #...)
 
편집 요약 없음
1번째 줄: 1번째 줄:
 
* {
  font-family: "Open Sans", Helvetica, Arial, Gulim, sans-serif;
}
#wikiBody a:link {
#wikiBody a:link {
   color: #00e; /* */
   color: #00e;
   text-decoration:none;
   text-decoration:none;
}
}


#wikiBody a:visited {
#wikiBody a:visited {
  /* border-bottom: 1px dotted #bbb; */
   color: #551a8b;
   color: #551a8b; /* */
}
}



2015년 4월 18일 (토) 16:45 판

* {
  font-family: "Open Sans", Helvetica, Arial, Gulim, sans-serif;
}
#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;
}