mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-16 09:49:54 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1685 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9fc558cc28
commit
7f16f5acde
2 changed files with 37 additions and 53 deletions
|
|
@ -1,52 +1,7 @@
|
|||
.tag_list_normal {
|
||||
}
|
||||
|
||||
.tag_list_normal .tag_list_box {
|
||||
margin-bottom:5px;
|
||||
}
|
||||
|
||||
.tag_list_normal .tag_list_box .title_box {
|
||||
padding:5px;
|
||||
height:14px;
|
||||
overflow:hidden;
|
||||
color:#888888;
|
||||
}
|
||||
|
||||
.tag_list_normal .tag_list_box .title_box .title {
|
||||
font-weight:bold;
|
||||
height:14px;
|
||||
float:left;
|
||||
}
|
||||
|
||||
.tag_list_normal .tag_list_box .tag_box {
|
||||
padding:5px;
|
||||
clear:both;
|
||||
border:3px solid #EEEEEE;
|
||||
}
|
||||
|
||||
.tag_list_normal .tag_list_box .tag {
|
||||
display:inline;
|
||||
margin-right:5px;
|
||||
color:#AAAAAA;
|
||||
}
|
||||
|
||||
.tag_list_normal .tag_list_box .tag A {
|
||||
text-decoration:none;
|
||||
color:#555555;
|
||||
}
|
||||
|
||||
.tag_list_normal .tag_list_box .tag A:hover {
|
||||
text-decoration:underline;
|
||||
color:#000000;
|
||||
}
|
||||
|
||||
.tag_list_normal .tag_list_box .tag A:visited {
|
||||
color:#AAAAAA;
|
||||
}
|
||||
|
||||
.tag_list_normal .tag_list_box .tag .tag A {
|
||||
font-size:7pt;
|
||||
font-family:tahoma;
|
||||
color:#AAAAAA;
|
||||
letter-spacing:-1px;
|
||||
}
|
||||
div#tag { padding-bottom:1em;}
|
||||
div#tag .tagList { padding:1.2em; overflow:hidden;}
|
||||
div#tag .tagList li { display:inline; color:#a4a4a4; margin-right:.1em; line-height:1.5em;}
|
||||
div#tag .tagList li a { color:#a4a4a4;}
|
||||
div#tag .tagList li.typeA a { color:#fe3614; font-weight:bold;}
|
||||
div#tag .tagList li.typeB a { color:#fe3614;}
|
||||
div#tag .tagList li.typeC a { font-weight:bold;}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<!-- 설정된 컬러셋의 종류에 따라서 css파일을 import 합니다 -->
|
||||
|
||||
<!--@if($colorset=="normal"||!$colorset)-->
|
||||
<!--%import("normal/style.css")-->
|
||||
<!--%import("css/normal.css")-->
|
||||
<!--@end-->
|
||||
|
||||
<div class="tag_list_{$colorset}" style="width:100%">
|
||||
|
|
@ -26,3 +26,32 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="tag" class="boxTypeB">
|
||||
<div class="header">
|
||||
<h2>tags</h2>
|
||||
<ul class="optionList">
|
||||
<li><a href="#">최근</a></li>
|
||||
<li class="on"><a href="#">인기</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<ul class="tagList">
|
||||
<li><a href="#">어리석은</a>,</li>
|
||||
<li class="typeC"><a href="#">음악</a>,</li>
|
||||
<li class="typeB"><a href="#">연예시대</a>,</li>
|
||||
<li class="typeA"><a href="#">친구</a>,</li>
|
||||
<li><a href="#">겨울바다</a>,</li>
|
||||
<li class="typeC"><a href="#">딸기</a>,</li>
|
||||
<li><a href="#">상큼한것</a>,</li>
|
||||
<li><a href="#">수영장</a>,</li>
|
||||
<li class="typeC"><a href="#">던킨도너츠</a>,</li>
|
||||
<li><a href="#">추억</a>,</li>
|
||||
<li class="typeB"><a href="#">빨간자전거</a>,</li>
|
||||
<li><a href="#">여행</a>,</li>
|
||||
<li><a href="#">월드타운</a>,</li>
|
||||
<li class="typeC"><a href="#">유럽여행</a>,</li>
|
||||
<li class="typeA"><a href="#">프라하</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue