관리자: 리디자인 8, gnb 작업 중 및 사용자: 본문 바로가기 스타일

This commit is contained in:
whitedot
2013-02-14 14:09:16 +09:00
parent d5332ea1ff
commit f65cac44ea
3 changed files with 15 additions and 8 deletions

View File

@ -22,7 +22,7 @@ a:active {color:#2a6bc4;text-decoration:underline}
/* 본문 바로가기 */
#to_content a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;overflow:hidden}
#to_content a:focus,
#to_content a:active {width:100%;height:75px;background:#000;color:#ddd;font-size:2em;text-align:center;text-decoration:none;line-height:3.3em}
#to_content a:active {width:100%;height:75px;background:#000;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}
/* 이미지 등비율 리사이징 */
.img_fix {float:left;width:100%;height:auto}