planet document 위젯 css 오류 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5184 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-12-26 05:21:46 +00:00
parent d2a91fa61c
commit 9903396d83
2 changed files with 14 additions and 13 deletions

View file

@ -6,12 +6,12 @@
<h3 class="identity"><a href="{getUrl('','mid',$item->getPlanetMid())}"><img src="{$item->getPlanetPhotoSrc(50,50)}" width="50" height="50" alt="{htmlspecialchars($item->nick_name)}" /></a></h3>
<!--@end-->
<div class="article">
<span class="content">{$item->getContent()}</span>
<span class="tooltipLT"></span>
<span class="tooltipRT"></span>
<span class="tooltipLB"></span>
<span class="tooltipRB"></span>
<span class="tooltipArrow"></span>
<span class="tooltipLT"></span>
<span class="tooltipRT"></span>
<span class="tooltipLB"></span>
<span class="tooltipRB"></span>
<span class="tooltipArrow"></span>
<span class="content">{$item->getContent()}</span>
</div>
</div>
<!--@end-->

View file

@ -4,18 +4,18 @@
.planetDocument .identity { width:52px; height:52px; padding:0; float:left; margin:3px 10px 3px 3px; background:none; *zoom:1; overflow:hidden;}
.planetDocument .identity a img{ display:block; border:1px solid #545554;}
.planetDocument .article { position:relative; overflow:hidden; *zoom:1; margin-top:3px; }
.planetDocument .article { position:relative; overflow:hidden; *zoom:1; margin:3px 0 0 0; padding:0; }
.planetDocument .article .tooltipLT,
.planetDocument .article .tooltipRT,
.planetDocument .article .tooltipLB,
.planetDocument .article .tooltipRB { position:absolute; background:url("./tooltip.gif") no-repeat; display:block; width:10px; height:10px; z-index:10; background-color:#FFFFFF; overflow:hidden; }
.planetDocument .article .tooltipArrow { position:absolute; background:url("./tooltip.gif") no-repeat left -20px; width:7px; height:4px; left:0; top:10px; z-index:10;}
.planetDocument .article .tooltipRB { position:absolute; background:url("./tooltip.gif") no-repeat; display:block; width:10px; height:10px; z-index:10; background-color:#FFFFFF; overflow:hidden; padding:0; margin:0;}
.planetDocument .article .tooltipArrow { position:absolute; background:url("./tooltip.gif") no-repeat left -20px; width:7px; height:4px; left:0; top:10px; z-index:10; overflow:hidden; }
.planetDocument .article .tooltipLT { left:4px; top:0px; background-position:0 0; }
.planetDocument .article .tooltipRT { right:0px; _right:-1px; top:0px; background-position:-10px 0; }
.planetDocument .article .tooltipRT { right:0px; top:0px; _right:-1px; background-position:-10px 0; }
.planetDocument .article .tooltipLB { left:4px; bottom:0px; background-position:0 -10px; }
.planetDocument .article .tooltipRB { right:0px; _right:-1px; bottom:0px; background-position:-10px -10px; }
.planetDocument .article .content { border:1px solid #545554; z-index:1; display:block; padding:10px; margin-left:4px; }
.planetDocument .article .content div { line-height:1.4; }
.planetDocument .article .tooltipRB { right:0px; bottom:0px; _right:-1px; background-position:-10px -10px; }
.planetDocument .article .content { border:1px solid #545554; z-index:1; display:block; padding:10px; margin-left:4px; line-height:100%;}
.planetDocument .article .content div { line-height:1.3; }
.planetDocument.black .article .tooltipLT,
.planetDocument.black .article .tooltipRT,
@ -28,3 +28,4 @@
.planetDocument.black .article .tooltipArrow { background-position:left -45px; }
.planetDocument.black .article .content { border:1px solid #ABAAAB; }
.planetDocument.black .article .content div { color:#aaa;}
.planetDocument.black .article .content div a { color:#aaa;}