블로그에서 사용되는 최근글/댓글/엮인글/태그/보관목록의 위젯에 layout에 따르는 스킨 컬러셋을 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3086 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-11-27 06:43:42 +00:00
parent 8fd52c2667
commit 68d82d913e
42 changed files with 246 additions and 206 deletions

View file

@ -285,3 +285,9 @@ Jeong, Chan Myeong 070601~070630
/* 게시물의 팝업 메뉴 */
.comment_popup_menu, .document_popup_menu { text-align:right; margin-top:3em; clear:both; display:block; background:url(../images/common/document_menu.gif) no-repeat right top; padding-right:16px; height:18px; }
.comment_popup_menu span, .document_popup_menu span { cursor:pointer; display:inline; background:none; padding:0 0 0 0; margin:0 0 0 0; }
/* widget common css */
.blog_widget_ h2 { position:relative; border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b; }
.blog_widget_ .items { padding:10px; overflow:hidden;}
.blog_widget_ .items li { font-size:.9em; display:block; color:#a4a4a4; margin-right:.1em; line-height:150%; overflow:hidden; white-space:nowrap; list-style:none; width:100%;}
.blog_widget_ .items li a { color:#a4a4a4; margin-right:1em; }