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

편집 요약 없음
편집 요약 없음
5번째 줄: 5번째 줄:
#p-personal ul {
#p-personal ul {
   float: right;
   float: right;
}
.navbar-fixed-top.navbar {
  padding-top: 10px;
}
}



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

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

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