블로그 XE_BLOG에 컬러셋 추가. 기본 위젯에도 컬러셋 추가
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2057 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
|
@ -1,6 +1,14 @@
|
|||
<!-- 설정된 컬러셋의 종류에 따라서 css파일을 import 합니다 -->
|
||||
|
||||
<!--@if($colorset=="normal"||!$colorset)-->
|
||||
<!--@if($colorset=="cyan")-->
|
||||
<!--%import("css/cyan.css")-->
|
||||
<!--@elseif($colorset=="green")-->
|
||||
<!--%import("css/green.css")-->
|
||||
<!--@elseif($colorset=="red")-->
|
||||
<!--%import("css/red.css")-->
|
||||
<!--@elseif($colorset=="purple")-->
|
||||
<!--%import("css/purple.css")-->
|
||||
<!--@else-->
|
||||
<!--%import("css/normal.css")-->
|
||||
<!--@end-->
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,6 @@
|
|||
div#archive { position:relative; border:1px solid #e0e1db; background:url(../images/cyan/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; }
|
||||
div#archive 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; font-family:Tahoma;}
|
||||
/*:first-child+html .boxTypeB h2 { height:20px;} */
|
||||
div#archive .archiveList { padding:.4em 1.2em .4em 1.2em; overflow:hidden;}
|
||||
div#archive .archiveList li { font-size:.75em; display:block; color:#a4a4a4; margin-right:.1em; line-height:1.5em; font-family:tahoma; }
|
||||
div#archive .archiveList li a { color:#a4a4a4; font-weight:bold; margin-right:1em; font-family:tahoma;}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
div#archive { position:relative; border:1px solid #e0e1db; background:url(../images/green/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; }
|
||||
div#archive 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; font-family:Tahoma;}
|
||||
/*:first-child+html .boxTypeB h2 { height:20px;} */
|
||||
div#archive .archiveList { padding:.4em 1.2em .4em 1.2em; overflow:hidden;}
|
||||
div#archive .archiveList li { font-size:.75em; display:block; color:#a4a4a4; margin-right:.1em; line-height:1.5em; font-family:tahoma; }
|
||||
div#archive .archiveList li a { color:#a4a4a4; font-weight:bold; margin-right:1em; font-family:tahoma;}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
div#archive { position:relative; border:1px solid #e0e1db; background:url(../images/purple/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; }
|
||||
div#archive 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; font-family:Tahoma;}
|
||||
/*:first-child+html .boxTypeB h2 { height:20px;} */
|
||||
div#archive .archiveList { padding:.4em 1.2em .4em 1.2em; overflow:hidden;}
|
||||
div#archive .archiveList li { font-size:.75em; display:block; color:#a4a4a4; margin-right:.1em; line-height:1.5em; font-family:tahoma; }
|
||||
div#archive .archiveList li a { color:#a4a4a4; font-weight:bold; margin-right:1em; font-family:tahoma;}
|
||||
6
widgets/archive_list/skins/blog_archive_list/css/red.css
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
div#archive { position:relative; border:1px solid #e0e1db; background:url(../images/red/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; }
|
||||
div#archive 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; font-family:Tahoma;}
|
||||
/*:first-child+html .boxTypeB h2 { height:20px;} */
|
||||
div#archive .archiveList { padding:.4em 1.2em .4em 1.2em; overflow:hidden;}
|
||||
div#archive .archiveList li { font-size:.75em; display:block; color:#a4a4a4; margin-right:.1em; line-height:1.5em; font-family:tahoma; }
|
||||
div#archive .archiveList li a { color:#a4a4a4; font-weight:bold; margin-right:1em; font-family:tahoma;}
|
||||
|
After Width: | Height: | Size: 207 B |
|
After Width: | Height: | Size: 205 B |
|
After Width: | Height: | Size: 197 B |
|
After Width: | Height: | Size: 196 B |
|
|
@ -20,5 +20,29 @@
|
|||
<title xml:lang="zh-CN">默认颜色</title>
|
||||
<title xml:lang="en">Default color</title>
|
||||
</color>
|
||||
<color name="cyan">
|
||||
<title xml:lang="ko">청록색</title>
|
||||
<title xml:lang="jp">cyan</title>
|
||||
<title xml:lang="zh-CN">cyan</title>
|
||||
<title xml:lang="en">cyan</title>
|
||||
</color>
|
||||
<color name="green">
|
||||
<title xml:lang="ko">초록색</title>
|
||||
<title xml:lang="jp">green</title>
|
||||
<title xml:lang="zh-CN">green</title>
|
||||
<title xml:lang="en">green</title>
|
||||
</color>
|
||||
<color name="red">
|
||||
<title xml:lang="ko">빨간색</title>
|
||||
<title xml:lang="jp">red</title>
|
||||
<title xml:lang="zh-CN">red</title>
|
||||
<title xml:lang="en">red</title>
|
||||
</color>
|
||||
<color name="purple">
|
||||
<title xml:lang="ko">보라색</title>
|
||||
<title xml:lang="jp">purple</title>
|
||||
<title xml:lang="zh-CN">purple</title>
|
||||
<title xml:lang="en">purple</title>
|
||||
</color>
|
||||
</colorset>
|
||||
</skin>
|
||||
|
|
|
|||
|
|
@ -1,8 +1,6 @@
|
|||
<!-- 설정된 컬러셋의 종류에 따라서 css파일을 import 합니다 -->
|
||||
|
||||
<!--@if($colorset=="normal"||!$colorset)-->
|
||||
<!--%import("css/normal.css")-->
|
||||
<!--@end-->
|
||||
<!--%import("css/normal.css")-->
|
||||
|
||||
<div id="calendar">
|
||||
<table cellspacing="0">
|
||||
|
|
@ -11,18 +9,6 @@
|
|||
<a href="{getUrl('search_target','regdate','search_keyword',$widget_info->prev_month)}"><img src="./images/buttonArrowCalendarLeft.gif" alt="prev" height="13" width="13"></a>{zdate($widget_info->cur_date,"Y")}.<span class="mm">{zdate($widget_info->cur_date,"m")}</span><a href="{getUrl('search_target','regdate','search_keyword',$widget_info->next_month)}"><img src="./images/buttonArrowCalendarRight.gif" alt="next" height="13" width="13"></a>
|
||||
</caption>
|
||||
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="sun" scope="col">일</th>
|
||||
<th scope="col">월</th>
|
||||
<th scope="col">화</th>
|
||||
<th scope="col">수</th>
|
||||
<th scope="col">목</th>
|
||||
<th scope="col">금</th>
|
||||
<th scope="col">토</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
{@ $day = ''}
|
||||
<tbody>
|
||||
<!--@for($i=0;$i<6;$i++)-->
|
||||
|
|
|
|||
|
|
@ -21,5 +21,29 @@
|
|||
<title xml:lang="zh-CN">默认颜色</title>
|
||||
<title xml:lang="en">Default color</title>
|
||||
</color>
|
||||
<color name="cyan">
|
||||
<title xml:lang="ko">청록색</title>
|
||||
<title xml:lang="jp">cyan</title>
|
||||
<title xml:lang="zh-CN">cyan</title>
|
||||
<title xml:lang="en">cyan</title>
|
||||
</color>
|
||||
<color name="green">
|
||||
<title xml:lang="ko">초록색</title>
|
||||
<title xml:lang="jp">green</title>
|
||||
<title xml:lang="zh-CN">green</title>
|
||||
<title xml:lang="en">green</title>
|
||||
</color>
|
||||
<color name="red">
|
||||
<title xml:lang="ko">빨간색</title>
|
||||
<title xml:lang="jp">red</title>
|
||||
<title xml:lang="zh-CN">red</title>
|
||||
<title xml:lang="en">red</title>
|
||||
</color>
|
||||
<color name="purple">
|
||||
<title xml:lang="ko">보라색</title>
|
||||
<title xml:lang="jp">purple</title>
|
||||
<title xml:lang="zh-CN">purple</title>
|
||||
<title xml:lang="en">purple</title>
|
||||
</color>
|
||||
</colorset>
|
||||
</skin>
|
||||
|
|
|
|||
|
|
@ -0,0 +1,6 @@
|
|||
.newestComment { position:relative; border:1px solid #e0e1db; background:url(../images/cyan/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; }
|
||||
.newestComment 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; font-family:Tahoma;}
|
||||
/*:first-child+html .boxTypeB h2 { height:20px;} */
|
||||
.newestComment .commentList { padding:1.2em; overflow:hidden;}
|
||||
.newestComment .commentList li { display:block; color:#a4a4a4; margin-right:.1em; overflow:hidden; }
|
||||
.newestComment .commentList li a { color:#a4a4a4; line-height:1.5em;}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
.newestComment { position:relative; border:1px solid #e0e1db; background:url(../images/green/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; }
|
||||
.newestComment 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; font-family:Tahoma;}
|
||||
/*:first-child+html .boxTypeB h2 { height:20px;} */
|
||||
.newestComment .commentList { padding:1.2em; overflow:hidden;}
|
||||
.newestComment .commentList li { display:block; color:#a4a4a4; margin-right:.1em; overflow:hidden; }
|
||||
.newestComment .commentList li a { color:#a4a4a4; line-height:1.5em;}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
.newestComment { position:relative; border:1px solid #e0e1db; background:url(../images/purple/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; }
|
||||
.newestComment 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; font-family:Tahoma;}
|
||||
/*:first-child+html .boxTypeB h2 { height:20px;} */
|
||||
.newestComment .commentList { padding:1.2em; overflow:hidden;}
|
||||
.newestComment .commentList li { display:block; color:#a4a4a4; margin-right:.1em; overflow:hidden; }
|
||||
.newestComment .commentList li a { color:#a4a4a4; line-height:1.5em;}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
.newestComment { position:relative; border:1px solid #e0e1db; background:url(../images/red/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; }
|
||||
.newestComment 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; font-family:Tahoma;}
|
||||
/*:first-child+html .boxTypeB h2 { height:20px;} */
|
||||
.newestComment .commentList { padding:1.2em; overflow:hidden;}
|
||||
.newestComment .commentList li { display:block; color:#a4a4a4; margin-right:.1em; overflow:hidden; }
|
||||
.newestComment .commentList li a { color:#a4a4a4; line-height:1.5em;}
|
||||
|
After Width: | Height: | Size: 207 B |
|
After Width: | Height: | Size: 205 B |
|
After Width: | Height: | Size: 197 B |
|
After Width: | Height: | Size: 196 B |
|
|
@ -1,6 +1,14 @@
|
|||
<!-- 설정된 컬러셋의 종류에 따라서 css파일을 import 합니다 -->
|
||||
|
||||
<!--@if($colorset=="normal"||!$colorset)-->
|
||||
<!--@if($colorset=="cyan")-->
|
||||
<!--%import("css/cyan.css")-->
|
||||
<!--@elseif($colorset=="green")-->
|
||||
<!--%import("css/green.css")-->
|
||||
<!--@elseif($colorset=="red")-->
|
||||
<!--%import("css/red.css")-->
|
||||
<!--@elseif($colorset=="purple")-->
|
||||
<!--%import("css/purple.css")-->
|
||||
<!--@else-->
|
||||
<!--%import("css/normal.css")-->
|
||||
<!--@end-->
|
||||
|
||||
|
|
|
|||
|
|
@ -21,5 +21,29 @@
|
|||
<title xml:lang="zh-CN">默认颜色</title>
|
||||
<title xml:lang="en">Default color</title>
|
||||
</color>
|
||||
<color name="cyan">
|
||||
<title xml:lang="ko">청록색</title>
|
||||
<title xml:lang="jp">cyan</title>
|
||||
<title xml:lang="zh-CN">cyan</title>
|
||||
<title xml:lang="en">cyan</title>
|
||||
</color>
|
||||
<color name="green">
|
||||
<title xml:lang="ko">초록색</title>
|
||||
<title xml:lang="jp">green</title>
|
||||
<title xml:lang="zh-CN">green</title>
|
||||
<title xml:lang="en">green</title>
|
||||
</color>
|
||||
<color name="red">
|
||||
<title xml:lang="ko">빨간색</title>
|
||||
<title xml:lang="jp">red</title>
|
||||
<title xml:lang="zh-CN">red</title>
|
||||
<title xml:lang="en">red</title>
|
||||
</color>
|
||||
<color name="purple">
|
||||
<title xml:lang="ko">보라색</title>
|
||||
<title xml:lang="jp">purple</title>
|
||||
<title xml:lang="zh-CN">purple</title>
|
||||
<title xml:lang="en">purple</title>
|
||||
</color>
|
||||
</colorset>
|
||||
</skin>
|
||||
|
|
|
|||
|
|
@ -0,0 +1,6 @@
|
|||
.newestDocument { position:relative; border:1px solid #e0e1db; background:url(../images/cyan/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; }
|
||||
.newestDocument 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; font-family:Tahoma;}
|
||||
/*:first-child+html .boxTypeB h2 { height:20px;} */
|
||||
.newestDocument .documentList { padding:1.2em; overflow:hidden;}
|
||||
.newestDocument .documentList li { display:block; color:#a4a4a4; margin-right:.1em; overflow:hidden;}
|
||||
.newestDocument .documentList li a { color:#a4a4a4; line-height:1.5em; }
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
.newestDocument { position:relative; border:1px solid #e0e1db; background:url(../images/green/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; }
|
||||
.newestDocument 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; font-family:Tahoma;}
|
||||
/*:first-child+html .boxTypeB h2 { height:20px;} */
|
||||
.newestDocument .documentList { padding:1.2em; overflow:hidden;}
|
||||
.newestDocument .documentList li { display:block; color:#a4a4a4; margin-right:.1em; overflow:hidden;}
|
||||
.newestDocument .documentList li a { color:#a4a4a4; line-height:1.5em; }
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
.newestDocument { position:relative; border:1px solid #e0e1db; background:url(../images/purple/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; }
|
||||
.newestDocument 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; font-family:Tahoma;}
|
||||
/*:first-child+html .boxTypeB h2 { height:20px;} */
|
||||
.newestDocument .documentList { padding:1.2em; overflow:hidden;}
|
||||
.newestDocument .documentList li { display:block; color:#a4a4a4; margin-right:.1em; overflow:hidden;}
|
||||
.newestDocument .documentList li a { color:#a4a4a4; line-height:1.5em; }
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
.newestDocument { position:relative; border:1px solid #e0e1db; background:url(../images/red/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; }
|
||||
.newestDocument 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; font-family:Tahoma;}
|
||||
/*:first-child+html .boxTypeB h2 { height:20px;} */
|
||||
.newestDocument .documentList { padding:1.2em; overflow:hidden;}
|
||||
.newestDocument .documentList li { display:block; color:#a4a4a4; margin-right:.1em; overflow:hidden;}
|
||||
.newestDocument .documentList li a { color:#a4a4a4; line-height:1.5em; }
|
||||
|
After Width: | Height: | Size: 207 B |
|
After Width: | Height: | Size: 205 B |
|
After Width: | Height: | Size: 197 B |
|
After Width: | Height: | Size: 196 B |
|
|
@ -1,6 +1,14 @@
|
|||
<!-- 설정된 컬러셋의 종류에 따라서 css파일을 import 합니다 -->
|
||||
|
||||
<!--@if($colorset=="normal"||!$colorset)-->
|
||||
<!--@if($colorset=="cyan")-->
|
||||
<!--%import("css/cyan.css")-->
|
||||
<!--@elseif($colorset=="green")-->
|
||||
<!--%import("css/green.css")-->
|
||||
<!--@elseif($colorset=="red")-->
|
||||
<!--%import("css/red.css")-->
|
||||
<!--@elseif($colorset=="purple")-->
|
||||
<!--%import("css/purple.css")-->
|
||||
<!--@else-->
|
||||
<!--%import("css/normal.css")-->
|
||||
<!--@end-->
|
||||
|
||||
|
|
|
|||
|
|
@ -21,5 +21,29 @@
|
|||
<title xml:lang="zh-CN">默认颜色</title>
|
||||
<title xml:lang="en">Default color</title>
|
||||
</color>
|
||||
<color name="cyan">
|
||||
<title xml:lang="ko">청록색</title>
|
||||
<title xml:lang="jp">cyan</title>
|
||||
<title xml:lang="zh-CN">cyan</title>
|
||||
<title xml:lang="en">cyan</title>
|
||||
</color>
|
||||
<color name="green">
|
||||
<title xml:lang="ko">초록색</title>
|
||||
<title xml:lang="jp">green</title>
|
||||
<title xml:lang="zh-CN">green</title>
|
||||
<title xml:lang="en">green</title>
|
||||
</color>
|
||||
<color name="red">
|
||||
<title xml:lang="ko">빨간색</title>
|
||||
<title xml:lang="jp">red</title>
|
||||
<title xml:lang="zh-CN">red</title>
|
||||
<title xml:lang="en">red</title>
|
||||
</color>
|
||||
<color name="purple">
|
||||
<title xml:lang="ko">보라색</title>
|
||||
<title xml:lang="jp">purple</title>
|
||||
<title xml:lang="zh-CN">purple</title>
|
||||
<title xml:lang="en">purple</title>
|
||||
</color>
|
||||
</colorset>
|
||||
</skin>
|
||||
|
|
|
|||
|
|
@ -0,0 +1,6 @@
|
|||
div#newestTrackback { position:relative; border:1px solid #e0e1db; background:url(../images/cyan/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; }
|
||||
div#newestTrackback 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; font-family:Tahoma;}
|
||||
/*:first-child+html .boxTypeB h2 { height:20px;} */
|
||||
div#newestTrackback .trackbackList { padding:1.2em; overflow:hidden;}
|
||||
div#newestTrackback .trackbackList li { display:block; color:#a4a4a4; margin-right:.1em; }
|
||||
div#newestTrackback .trackbackList li a { color:#a4a4a4; line-height:1.5em; }
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
div#newestTrackback { position:relative; border:1px solid #e0e1db; background:url(../images/green/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; }
|
||||
div#newestTrackback 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; font-family:Tahoma;}
|
||||
/*:first-child+html .boxTypeB h2 { height:20px;} */
|
||||
div#newestTrackback .trackbackList { padding:1.2em; overflow:hidden;}
|
||||
div#newestTrackback .trackbackList li { display:block; color:#a4a4a4; margin-right:.1em; }
|
||||
div#newestTrackback .trackbackList li a { color:#a4a4a4; line-height:1.5em; }
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
div#newestTrackback { position:relative; border:1px solid #e0e1db; background:url(../images/purple/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; }
|
||||
div#newestTrackback 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; font-family:Tahoma;}
|
||||
/*:first-child+html .boxTypeB h2 { height:20px;} */
|
||||
div#newestTrackback .trackbackList { padding:1.2em; overflow:hidden;}
|
||||
div#newestTrackback .trackbackList li { display:block; color:#a4a4a4; margin-right:.1em; }
|
||||
div#newestTrackback .trackbackList li a { color:#a4a4a4; line-height:1.5em; }
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
div#newestTrackback { position:relative; border:1px solid #e0e1db; background:url(../images/red/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; }
|
||||
div#newestTrackback 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; font-family:Tahoma;}
|
||||
/*:first-child+html .boxTypeB h2 { height:20px;} */
|
||||
div#newestTrackback .trackbackList { padding:1.2em; overflow:hidden;}
|
||||
div#newestTrackback .trackbackList li { display:block; color:#a4a4a4; margin-right:.1em; }
|
||||
div#newestTrackback .trackbackList li a { color:#a4a4a4; line-height:1.5em; }
|
||||
|
After Width: | Height: | Size: 207 B |
|
After Width: | Height: | Size: 205 B |
|
After Width: | Height: | Size: 197 B |
|
After Width: | Height: | Size: 196 B |
|
|
@ -1,6 +1,14 @@
|
|||
<!-- 설정된 컬러셋의 종류에 따라서 css파일을 import 합니다 -->
|
||||
|
||||
<!--@if($colorset=="normal"||!$colorset)-->
|
||||
<!--@if($colorset=="cyan")-->
|
||||
<!--%import("css/cyan.css")-->
|
||||
<!--@elseif($colorset=="green")-->
|
||||
<!--%import("css/green.css")-->
|
||||
<!--@elseif($colorset=="red")-->
|
||||
<!--%import("css/red.css")-->
|
||||
<!--@elseif($colorset=="purple")-->
|
||||
<!--%import("css/purple.css")-->
|
||||
<!--@else-->
|
||||
<!--%import("css/normal.css")-->
|
||||
<!--@end-->
|
||||
|
||||
|
|
|
|||
|
|
@ -21,5 +21,29 @@
|
|||
<title xml:lang="zh-CN">默认颜色</title>
|
||||
<title xml:lang="en">Default color</title>
|
||||
</color>
|
||||
<color name="cyan">
|
||||
<title xml:lang="ko">청록색</title>
|
||||
<title xml:lang="jp">cyan</title>
|
||||
<title xml:lang="zh-CN">cyan</title>
|
||||
<title xml:lang="en">cyan</title>
|
||||
</color>
|
||||
<color name="green">
|
||||
<title xml:lang="ko">초록색</title>
|
||||
<title xml:lang="jp">green</title>
|
||||
<title xml:lang="zh-CN">green</title>
|
||||
<title xml:lang="en">green</title>
|
||||
</color>
|
||||
<color name="red">
|
||||
<title xml:lang="ko">빨간색</title>
|
||||
<title xml:lang="jp">red</title>
|
||||
<title xml:lang="zh-CN">red</title>
|
||||
<title xml:lang="en">red</title>
|
||||
</color>
|
||||
<color name="purple">
|
||||
<title xml:lang="ko">보라색</title>
|
||||
<title xml:lang="jp">purple</title>
|
||||
<title xml:lang="zh-CN">purple</title>
|
||||
<title xml:lang="en">purple</title>
|
||||
</color>
|
||||
</colorset>
|
||||
</skin>
|
||||
|
|
|
|||
9
widgets/tag_list/skins/blog_tag_list/css/cyan.css
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
div#tag { position:relative; border:1px solid #e0e1db; background:url(../images/cyan/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; }
|
||||
div#tag 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; font-family:Tahoma;}
|
||||
/*:first-child+html .boxTypeB h2 { height:20px;} */
|
||||
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;}
|
||||
9
widgets/tag_list/skins/blog_tag_list/css/green.css
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
div#tag { position:relative; border:1px solid #e0e1db; background:url(../images/green/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; }
|
||||
div#tag 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; font-family:Tahoma;}
|
||||
/*:first-child+html .boxTypeB h2 { height:20px;} */
|
||||
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;}
|
||||
9
widgets/tag_list/skins/blog_tag_list/css/purple.css
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
div#tag { position:relative; border:1px solid #e0e1db; background:url(../images/purple/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; }
|
||||
div#tag 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; font-family:Tahoma;}
|
||||
/*:first-child+html .boxTypeB h2 { height:20px;} */
|
||||
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;}
|
||||
9
widgets/tag_list/skins/blog_tag_list/css/red.css
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
div#tag { position:relative; border:1px solid #e0e1db; background:url(../images/red/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; }
|
||||
div#tag 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; font-family:Tahoma;}
|
||||
/*:first-child+html .boxTypeB h2 { height:20px;} */
|
||||
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;}
|
||||
BIN
widgets/tag_list/skins/blog_tag_list/images/cyan/bgBoxTypeB.gif
Normal file
|
After Width: | Height: | Size: 207 B |
BIN
widgets/tag_list/skins/blog_tag_list/images/green/bgBoxTypeB.gif
Normal file
|
After Width: | Height: | Size: 205 B |
|
After Width: | Height: | Size: 197 B |
BIN
widgets/tag_list/skins/blog_tag_list/images/red/bgBoxTypeB.gif
Normal file
|
After Width: | Height: | Size: 196 B |
|
|
@ -21,5 +21,29 @@
|
|||
<title xml:lang="zh-CN">默认颜色</title>
|
||||
<title xml:lang="en">Default color</title>
|
||||
</color>
|
||||
<color name="cyan">
|
||||
<title xml:lang="ko">청록색</title>
|
||||
<title xml:lang="jp">cyan</title>
|
||||
<title xml:lang="zh-CN">cyan</title>
|
||||
<title xml:lang="en">cyan</title>
|
||||
</color>
|
||||
<color name="green">
|
||||
<title xml:lang="ko">초록색</title>
|
||||
<title xml:lang="jp">green</title>
|
||||
<title xml:lang="zh-CN">green</title>
|
||||
<title xml:lang="en">green</title>
|
||||
</color>
|
||||
<color name="red">
|
||||
<title xml:lang="ko">빨간색</title>
|
||||
<title xml:lang="jp">red</title>
|
||||
<title xml:lang="zh-CN">red</title>
|
||||
<title xml:lang="en">red</title>
|
||||
</color>
|
||||
<color name="purple">
|
||||
<title xml:lang="ko">보라색</title>
|
||||
<title xml:lang="jp">purple</title>
|
||||
<title xml:lang="zh-CN">purple</title>
|
||||
<title xml:lang="en">purple</title>
|
||||
</color>
|
||||
</colorset>
|
||||
</skin>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,14 @@
|
|||
<!-- 설정된 컬러셋의 종류에 따라서 css파일을 import 합니다 -->
|
||||
|
||||
<!--@if($colorset=="normal"||!$colorset)-->
|
||||
<!--@if($colorset=="cyan")-->
|
||||
<!--%import("css/cyan.css")-->
|
||||
<!--@elseif($colorset=="green")-->
|
||||
<!--%import("css/green.css")-->
|
||||
<!--@elseif($colorset=="red")-->
|
||||
<!--%import("css/red.css")-->
|
||||
<!--@elseif($colorset=="purple")-->
|
||||
<!--%import("css/purple.css")-->
|
||||
<!--@else-->
|
||||
<!--%import("css/normal.css")-->
|
||||
<!--@end-->
|
||||
|
||||
|
|
|
|||