통합스타일시트를 개별 스킨 폴더 밑의 style.css 로 분리

This commit is contained in:
whitedot
2013-03-12 16:59:28 +09:00
parent dc52a916c9
commit 93b480ed7f
34 changed files with 1181 additions and 848 deletions

View File

@ -0,0 +1,11 @@
/* 방문자 집계 */
#visit {background:#444}
#visit div {margin:0 auto;width:980px;zoom:1}
#visit div:after {display:block;visibility:hidden;clear:both;content:""}
#visit h2 {float:left;padding:10px 45px 10px 0;color:#fff}
#visit dl {float:left;margin:0 0 0 10px;padding:0}
#visit dt {float:left;margin:0;padding:10px 0 10px;color:#fff}
#visit dd {float:left;margin:0 30px 0 0;padding:10px;color:#fff}
#visit a {display:inline-block;padding:10px;color:#fff;text-decoration:none}
#visit a:focus,
#visit a:hover {background:#333;color:#fff}