zbXE 기본 블로그 스킨인 xe_blog를 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3840 201d5d3c-b55e-5fd7-737f-ddc643e51545
91
layouts/xe_blog/css/layout.css
Normal file
|
|
@ -0,0 +1,91 @@
|
|||
@charset "utf-8";
|
||||
/*
|
||||
NHN UIT Lab. WebStandardization Team (http://html.nhndesign.com/)
|
||||
Kim, Ji Min 070809-20070903
|
||||
*/
|
||||
|
||||
#blog {width:780px; margin:0 auto;}
|
||||
|
||||
#content { width:100%; position:relative;}
|
||||
|
||||
/* Global Navigation */
|
||||
.blogNavigation {width:780px; padding-bottom:6em;}
|
||||
ul.blogMenu {margin:0; padding:0; list-style:none; float:left; margin:1.2em 0 0 .9em; overflow:hidden;}
|
||||
ul.blogMenu li {float:left; margin-left:-1px; padding:0 .8em;}
|
||||
ul.blogMenu li a {text-decoration:none; font:bold .9em tahoma;}
|
||||
ul.blogMenu li a.on {}
|
||||
|
||||
ul.blogGlobal {margin:0; padding:0; list-style:none; float:right; margin:1em .6em 0 0; overflow:hidden;}
|
||||
ul.blogGlobal li {float:left; margin-left:-1px; padding:0 .6em;}
|
||||
ul.blogGlobal li a {text-decoration:none; font-size:.9em; letter-spacing:-1px;}
|
||||
|
||||
/* Profile */
|
||||
.blogProfile {float:left; width:170px; margin:0 0 0 19px; display:inline;}
|
||||
.blogProfile h1 {padding:0; margin:10px 0 8px 2px; font-size:1em; line-height:1.2em;}
|
||||
.blogProfile ul.profileMenu {float:left; margin-left:-4px; overflow:hidden;}
|
||||
.blogProfile ul.profileMenu li {float:left; margin-left:-1px; padding:0 .7em;}
|
||||
.blogProfile ul.profileMenu li a {text-decoration:none; font-size:.9em;}
|
||||
|
||||
/* title bg box */
|
||||
.blogTitleBox {position:relative; width:170px; height:25px; margin-bottom:1.3em;}
|
||||
|
||||
/* category */
|
||||
.blogCategory {float:left; width:170px; margin:0 0 0 21px;}
|
||||
.blogCategory h2 {margin:0; padding:5px 0 0 12px; font:bold .9em tahoma;} /*070917 <20>섏젙*/
|
||||
.blogCategory h2 a { text-decoration:none; }
|
||||
.blogCategory .categoryToggle {position:absolute; right:.3em; top:.5em;}
|
||||
.blogCategory .categoryToggle img {display:block; padding:5px; cursor:pointer;}
|
||||
.blogCategory ul.categoryList { list-style:none; margin:0; padding:0; }
|
||||
.blogCategory ul.categoryList li {height:1.7em; padding-left:2.1em;}
|
||||
.blogCategory ul.categoryList li a {text-decoration:none; font-size:1em;}
|
||||
.blogCategory ul.categoryList li.on a {font-weight:bold; }
|
||||
.blogCategory ul.categoryList li span.documentCount { font-size:.9em; margin-left:.3em;}
|
||||
|
||||
/* Recent Comments */
|
||||
.widgetBox {float:left; width:170px; margin:0 0 0 21px;}
|
||||
|
||||
/* search box */
|
||||
.blogSearch { margin-top:2em; }
|
||||
.blogSearch fieldset {padding:0; margin:0; border:none;}
|
||||
.blogSearch legend {display:none;}
|
||||
.blogSearch input {float:left; vertical-align:middle;}
|
||||
.blogSearch img {float:left; margin-left:2px; vertical-align:middle;}
|
||||
|
||||
/* Content Box */
|
||||
.contentBox {clear:both; position:relative; width:780px; padding:.8em 0 3em 0;}
|
||||
.contentBox .centerBg {padding-top:1em;}
|
||||
.contentBox .topBg {width:100%; height:10px; font-size:0;}
|
||||
.contentBox .bottomBg {width:100%; height:10px; font-size:0;}
|
||||
.contentArea {width:740px; margin:0 auto;}
|
||||
|
||||
/* Widget */
|
||||
.blog_widget_ h2 {margin:0; padding:5px 0 0 12px; font:bold .9em tahoma;}
|
||||
.blog_widget_ .items {list-style:none; padding:0; margin:0; margin-top:1.3em;}
|
||||
.blog_widget_ .items li {height:1.7em; padding-left:1.8em;}
|
||||
.blog_widget_ .items li a { text-decoration:none; font-size:1em;}
|
||||
|
||||
/* Calender */
|
||||
.widget_calendar {position:relative; float:left; width:170px; }
|
||||
.widget_calendar caption {width:170px; height:25px; padding-top:.3em; font:bold 1.1em tahoma;}
|
||||
.widget_calendar caption em {font:bold 1em tahoma; font-style:normal;}
|
||||
.widget_calendar caption .back {position:absolute; left:.6em; top:.6em;}
|
||||
.widget_calendar caption .next {position:absolute; right:.6em; top:.6em;}
|
||||
.widget_calendar table {padding:0; margin:0; width:170px; }
|
||||
|
||||
.widget_calendar th {padding:1.3em 0 .5em 0; font-size:.9em; font-weight:normal;}
|
||||
.widget_calendar th.sun {color:#00afcf;}
|
||||
|
||||
.widget_calendar td {height:1.5em; padding-right:.7em; text-align:right; font:.9em tahoma;}
|
||||
|
||||
.widget_calendar td a {text-decoration:none; font:.9em tahoma;}
|
||||
.widget_calendar td {text-decoration:none; font:.9em tahoma;}
|
||||
|
||||
.widget_calendar td.sun a {text-decoration:none; }
|
||||
.widget_calendar td.sun {text-decoration:none; }
|
||||
|
||||
.widget_calendar td.today a {text-decoration:none; font-weight:bold;}
|
||||
.widget_calendar td.today {text-decoration:none; font-weight:bold; }
|
||||
|
||||
.widget_calendar td.posted a {text-decoration:underline;}
|
||||
.widget_calendar td.posted {text-decoration:underline;}
|
||||
|
||||
60
layouts/xe_blog/css/layout_blue.css
Normal file
|
|
@ -0,0 +1,60 @@
|
|||
@charset "utf-8";
|
||||
/*
|
||||
NHN UIT Lab. WebStandardization Team (http://html.nhndesign.com/)
|
||||
Kim, Ji Min 070809-20070903
|
||||
*/
|
||||
|
||||
body { color:#444444; background:#ffffff url(../images/blue/bg_blog.jpg) no-repeat center top;}
|
||||
|
||||
/* Input Style Definition */
|
||||
.inputTypeText {border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; background:#ffffff;}
|
||||
.inputTypeText:hover,
|
||||
.inputTypeText:focus { background:#f4f4f4;}
|
||||
.inputTypeTextArea {border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6 !important; background:#ffffff;}
|
||||
|
||||
/* Global Navigation */
|
||||
ul.blogMenu li {background:url(../images/blue/division_d7.gif) no-repeat left .2em;}
|
||||
ul.blogMenu li a {color:#666666;}
|
||||
ul.blogMenu li a.on {color:#33cc33;}
|
||||
|
||||
ul.blogGlobal li {background:url(../images/blue/division_d7.gif) no-repeat left .2em;}
|
||||
ul.blogGlobal li a {color:#3f4040;}
|
||||
|
||||
/* Profile */
|
||||
.blogProfile h1 {color:#333333;}
|
||||
.blogProfile ul.profileMenu li {background:url(../images/blue/division_cc.gif) no-repeat left top;}
|
||||
.blogProfile ul.profileMenu li a {color:#3f4040;;}
|
||||
|
||||
/* title bg box */
|
||||
.blogTitleBox {background:url(../images/blue/box_blog_title.gif) no-repeat left top;}
|
||||
|
||||
/* category */
|
||||
.blogCategory h2 {color:#00afcf;}
|
||||
.blogCategory h2 a {color:#00afcf;}
|
||||
.blogCategory ul.categoryList li {background:url(../images/blue/ico_category.gif) no-repeat .8em 0;}
|
||||
.blogCategory ul.categoryList li a {color:#3f4040;}
|
||||
|
||||
/* Content Box */
|
||||
.contentBox .centerBg {background:url(../images/blue/box_blog_bg.gif) repeat-y left top;}
|
||||
.contentBox .topBg {background:url(../images/blue/box_blog_top.gif) no-repeat left top;}
|
||||
.contentBox .bottomBg {background:url(../images/blue/box_blog_bot.gif) no-repeat left top;}
|
||||
|
||||
/* Widget */
|
||||
.blog_widget_ {background:url(../images/blue/box_blog_title.gif) no-repeat left top;}
|
||||
.blog_widget_ h2 {color:#00afcf;}
|
||||
.blog_widget_ .items li {background:url(../images/blue/bullet_3x3_1.gif) no-repeat 1em .35em;}
|
||||
.blog_widget_ .items li a {color:#3f4040;}
|
||||
|
||||
/* Calender */
|
||||
.widget_calendar caption {color:#00afcf; background:url(../images/blue/box_blog_title.gif) no-repeat left top;}
|
||||
.widget_calendar caption em {color:#33cc34;}
|
||||
.widget_calendar caption .back {background:url("../images/blue/btn_back.gif") no-repeat left top; width:13px; height:13px;}
|
||||
.widget_calendar caption .next {background:url("../images/blue/btn_next.gif") no-repeat left top; width:13px; height:13px;}
|
||||
.widget_calendar th {color:#6a6a6a;}
|
||||
.widget_calendar th.sun {color:#00afcf;}
|
||||
.widget_calendar td {color:#6a6a6a;}
|
||||
.widget_calendar td a {color:#6a6a6a;}
|
||||
.widget_calendar td.sun a {color:#00afcf;}
|
||||
.widget_calendar td.sun {color:#00afcf;}
|
||||
.widget_calendar td.today a {color:#31c733;}
|
||||
.widget_calendar td.today {color:#31c733;}
|
||||
62
layouts/xe_blog/css/layout_gray.css
Normal file
|
|
@ -0,0 +1,62 @@
|
|||
@charset "utf-8";
|
||||
/*
|
||||
NHN UIT Lab. WebStandardization Team (http://html.nhndesign.com/)
|
||||
Kim, Ji Min 070809-20070903
|
||||
*/
|
||||
|
||||
body {color:#3a3a3a; background:#b9bcc3 url(../images/gray/bg_blog.jpg) no-repeat center top;}
|
||||
|
||||
/* Input Style Definition */
|
||||
.inputTypeText {border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; background:#ffffff;}
|
||||
.inputTypeText:hover,
|
||||
.inputTypeText:focus { background:#f4f4f4;}
|
||||
.inputTypeTextArea {border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6 !important; background:#ffffff;}
|
||||
|
||||
/* Global Navigation */
|
||||
ul.blogMenu li {background:url(../images/gray/division_95.gif) no-repeat left .2em;}
|
||||
ul.blogMenu li a {color:#666666;}
|
||||
ul.blogMenu li a.on {color:#181818;}
|
||||
|
||||
ul.blogGlobal li {background:url(../images/gray/division_95.gif) no-repeat left .2em;}
|
||||
ul.blogGlobal li a {color:#666666;}
|
||||
|
||||
/* Profile */
|
||||
.blogProfile h1 {color:#181818;}
|
||||
.blogProfile ul.profileMenu li {background:url(../images/gray/division_95.gif) no-repeat left top;}
|
||||
.blogProfile ul.profileMenu li a {color:#6a6a6a;;}
|
||||
|
||||
/* title bg box */
|
||||
.blogTitleBox {background:url(../images/gray/box_blog_title.gif) no-repeat left top;}
|
||||
|
||||
/* category */
|
||||
.blogCategory h2 {color:#181818;}
|
||||
.blogCategory h2 a {color:#181818;}
|
||||
.blogCategory ul.categoryList li {background:url(../images/gray/ico_category.gif) no-repeat .8em 0;}
|
||||
.blogCategory ul.categoryList li a {color:#3f4040;}
|
||||
|
||||
/* Content Box */
|
||||
.contentBox .centerBg {background:url(../images/gray/box_blog_bg.gif) repeat-y left top;}
|
||||
.contentBox .topBg {background:url(../images/gray/box_blog_top.gif) no-repeat left top;}
|
||||
.contentBox .bottomBg {background:url(../images/gray/box_blog_bot.gif) no-repeat left top;}
|
||||
|
||||
/* Widget */
|
||||
.blog_widget_ {background:url(../images/gray/box_blog_title.gif) no-repeat left top;}
|
||||
.blog_widget_ h2 {color:#181818;}
|
||||
.blog_widget_ .items li {background:url(../images/gray/bullet_3x3_1.gif) no-repeat 1em .35em;}
|
||||
.blog_widget_ .items li a {color:#3f4040;}
|
||||
|
||||
/* Calender */
|
||||
.widget_calendar caption {color:#797b7e; background:url(../images/gray/box_blog_title.gif) no-repeat left top;}
|
||||
.widget_calendar caption em {color:#181818;}
|
||||
.widget_calendar caption .back {background:url("../images/gray/btn_back.gif") no-repeat left top; width:13px; height:13px;}
|
||||
.widget_calendar caption .next {background:url("../images/gray/btn_next.gif") no-repeat left top; width:13px; height:13px;}
|
||||
.widget_calendar th {color:#6a6a6a;}
|
||||
.widget_calendar th.sun {color:#181818;}
|
||||
.widget_calendar td {color:#6a6a6a;}
|
||||
.widget_calendar td a {color:#6a6a6a;}
|
||||
.widget_calendar td {color:#6a6a6a;}
|
||||
.widget_calendar td.sun a {color:#181818;}
|
||||
.widget_calendar td.sun {color:#181818;}
|
||||
.widget_calendar td.today a {color:#181818;}
|
||||
.widget_calendar td.today {color:#181818;}
|
||||
|
||||
62
layouts/xe_blog/css/layout_green.css
Normal file
|
|
@ -0,0 +1,62 @@
|
|||
@charset "utf-8";
|
||||
/*
|
||||
NHN UIT Lab. WebStandardization Team (http://html.nhndesign.com/)
|
||||
Kim, Ji Min 070809-20070903
|
||||
*/
|
||||
|
||||
body {color:#444444; background:#ffffff url(../images/green/bg_blog.jpg) no-repeat center top;}
|
||||
|
||||
/* Input Style Definition */
|
||||
.inputTypeText {border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; background:#ffffff;}
|
||||
.inputTypeText:hover,
|
||||
.inputTypeText:focus { background:#f4f4f4;}
|
||||
.inputTypeTextArea {border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6 !important; background:#ffffff;}
|
||||
|
||||
/* Global Navigation */
|
||||
ul.blogMenu li {background:url(../images/green/division_f2.gif) no-repeat left .2em;}
|
||||
ul.blogMenu li a {color:#666666;}
|
||||
ul.blogMenu li a.on {color:#00afcf;}
|
||||
|
||||
ul.blogGlobal li {background:url(../images/green/division_f2.gif) no-repeat left .2em;}
|
||||
ul.blogGlobal li a {color:#3f4040;}
|
||||
|
||||
/* Profile */
|
||||
.blogProfile h1 {color:#333333;}
|
||||
.blogProfile ul.profileMenu li {background:url(../images/green/division_cc.gif) no-repeat left top;}
|
||||
.blogProfile ul.profileMenu li a {color:#3f4040;;}
|
||||
|
||||
/* title bg box */
|
||||
.blogTitleBox {background:url(../images/green/box_blog_title.gif) no-repeat left top;}
|
||||
|
||||
/* category */
|
||||
.blogCategory h2 {color:#31c100;}
|
||||
.blogCategory h2 a {color:#31c100;}
|
||||
.blogCategory ul.categoryList li {background:url(../images/green/ico_category.gif) no-repeat .8em 0;}
|
||||
.blogCategory ul.categoryList li a {color:#3f4040;}
|
||||
|
||||
/* Content Box */
|
||||
.contentBox .centerBg {background:url(../images/green/box_blog_bg.gif) repeat-y left top;}
|
||||
.contentBox .topBg {background:url(../images/green/box_blog_top.gif) no-repeat left top;}
|
||||
.contentBox .bottomBg {background:url(../images/green/box_blog_bot.gif) no-repeat left top;}
|
||||
|
||||
/* Widget */
|
||||
.blog_widget_ {background:url(../images/green/box_blog_title.gif) no-repeat left top;}
|
||||
.blog_widget_ h2 {color:#31c100;}
|
||||
.blog_widget_ .items li {background:url(../images/green/bullet_3x3_1.gif) no-repeat 1em .35em;}
|
||||
.blog_widget_ .items li a {color:#3f4040;}
|
||||
|
||||
/* Calender */
|
||||
.widget_calendar caption {color:#31c100; background:url(../images/green/box_blog_title.gif) no-repeat left top;}
|
||||
.widget_calendar caption em {color:#00afcf;}
|
||||
.widget_calendar caption .back {background:url("../images/green/btn_back.gif") no-repeat left top; width:13px; height:13px;}
|
||||
.widget_calendar caption .next {background:url("../images/green/btn_next.gif") no-repeat left top; width:13px; height:13px;}
|
||||
.widget_calendar th {color:#6a6a6a;}
|
||||
.widget_calendar th.sun {color:#31c100;}
|
||||
.widget_calendar td {color:#6a6a6a;}
|
||||
.widget_calendar td a {color:#6a6a6a;}
|
||||
.widget_calendar td {color:#6a6a6a;}
|
||||
.widget_calendar td.sun a {color:#31c100;}
|
||||
.widget_calendar td.sun {color:#31c100;}
|
||||
.widget_calendar td.today a {color:#00afcf;}
|
||||
.widget_calendar td.today {color:#00afcf;}
|
||||
|
||||
62
layouts/xe_blog/css/layout_orange.css
Normal file
|
|
@ -0,0 +1,62 @@
|
|||
@charset "utf-8";
|
||||
/*
|
||||
NHN UIT Lab. WebStandardization Team (http://html.nhndesign.com/)
|
||||
Kim, Ji Min 070809-20070903
|
||||
*/
|
||||
|
||||
body {color:#999999; background:#181818 url(../images/orange/bg_blog.jpg) no-repeat center top;}
|
||||
|
||||
/* Input Style Definition */
|
||||
.inputTypeText {border-color:#8b8b8b #d3d3d3 #d3d3d3 #8b8b8b; background:#ffffff;}
|
||||
.inputTypeText:hover,
|
||||
.inputTypeText:focus { background:#ffffff;}
|
||||
.inputTypeTextArea {border-color:#8b8b8b #d3d3d3 #d3d3d3 #8b8b8b !important; background:#ffffff;}
|
||||
|
||||
/* Global Navigation */
|
||||
ul.blogMenu li {background:url(../images/orange/division_66.gif) no-repeat left .2em;}
|
||||
ul.blogMenu li a {color:#666666;}
|
||||
ul.blogMenu li a.on {color:#ff6f4a;}
|
||||
|
||||
ul.blogGlobal li {background:url(../images/orange/division_66.gif) no-repeat left .2em;}
|
||||
ul.blogGlobal li a {color:#999999;}
|
||||
|
||||
/* Profile */
|
||||
.blogProfile h1 {color:#ff6f4a;}
|
||||
.blogProfile ul.profileMenu li {background:url(../images/orange/division_66.gif) no-repeat left top;}
|
||||
.blogProfile ul.profileMenu li a {color:#999999;}
|
||||
|
||||
/* title bg box */
|
||||
.blogTitleBox {background:url(../images/orange/box_blog_title.gif) no-repeat left top;}
|
||||
|
||||
/* category */
|
||||
.blogCategory h2 {color:#ff6f4a;}
|
||||
.blogCategory h2 a {color:#ff6f4a;}
|
||||
.blogCategory ul.categoryList li {background:url(../images/orange/ico_category.gif) no-repeat .8em 0;}
|
||||
.blogCategory ul.categoryList li a {color:#999999;}
|
||||
|
||||
/* Content Box */
|
||||
.contentBox .centerBg {background:url(../images/orange/box_blog_bg.gif) repeat-y left top;}
|
||||
.contentBox .topBg {background:url(../images/orange/box_blog_top.gif) no-repeat left top;}
|
||||
.contentBox .bottomBg {background:url(../images/orange/box_blog_bot.gif) no-repeat left top;}
|
||||
|
||||
/* Widget */
|
||||
.blog_widget_ {background:url(../images/orange/box_blog_title.gif) no-repeat left top;}
|
||||
.blog_widget_ h2 {color:#ff6f4a;}
|
||||
.blog_widget_ .items li {background:url(../images/orange/bullet_3x3_1.gif) no-repeat 1em .35em;}
|
||||
.blog_widget_ .items li a {color:#999999;}
|
||||
|
||||
/* Calender */
|
||||
.widget_calendar caption {color:#ff6f4a; background:url(../images/orange/box_blog_title.gif) no-repeat left top;}
|
||||
.widget_calendar caption em {color:#ff6f4a;}
|
||||
.widget_calendar caption .back {background:url("../images/orange/btn_back.gif") no-repeat left top; width:13px; height:13px;}
|
||||
.widget_calendar caption .next {background:url("../images/orange/btn_next.gif") no-repeat left top; width:13px; height:13px;}
|
||||
.widget_calendar th {color:#666666;}
|
||||
.widget_calendar th.sun {color:#ff6f4a;}
|
||||
.widget_calendar td {color:#666666;}
|
||||
.widget_calendar td a {color:#666666;}
|
||||
.widget_calendar td {color:#666666;}
|
||||
.widget_calendar td.sun a {color:#ff6f4a;}
|
||||
.widget_calendar td.sun {color:#ff6f4a;}
|
||||
.widget_calendar td.today a {color:#ff6f4a;}
|
||||
.widget_calendar td.today {color:#ff6f4a;}
|
||||
|
||||
62
layouts/xe_blog/css/layout_violet.css
Normal file
|
|
@ -0,0 +1,62 @@
|
|||
@charset "utf-8";
|
||||
/*
|
||||
NHN UIT Lab. WebStandardization Team (http://html.nhndesign.com/)
|
||||
Kim, Ji Min 070809-20070903
|
||||
*/
|
||||
|
||||
body {color:#444444; background:#ffffff url(../images/violet/bg_blog.jpg) no-repeat center top;}
|
||||
|
||||
/* Input Style Definition */
|
||||
.inputTypeText {border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; background:#ffffff;}
|
||||
.inputTypeText:hover,
|
||||
.inputTypeText:focus { background:#f4f4f4;}
|
||||
.inputTypeTextArea {border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6 !important; background:#ffffff;}
|
||||
|
||||
/* Global Navigation */
|
||||
ul.blogMenu li {background:url(../images/violet/division_d7.gif) no-repeat left .2em;}
|
||||
ul.blogMenu li a {color:#666666;}
|
||||
ul.blogMenu li a.on {color:#5db000;}
|
||||
|
||||
ul.blogGlobal li {background:url(../images/violet/division_d7.gif) no-repeat left .2em;}
|
||||
ul.blogGlobal li a {color:#3f4040;}
|
||||
|
||||
/* Profile */
|
||||
.blogProfile h1 {color:#333333;}
|
||||
.blogProfile ul.profileMenu li {background:url(../images/violet/division_cc.gif) no-repeat left top;}
|
||||
.blogProfile ul.profileMenu li a {color:#3f4040;;}
|
||||
|
||||
/* title bg box */
|
||||
.blogTitleBox {background:url(../images/violet/box_blog_title.gif) no-repeat left top;}
|
||||
|
||||
/* category */
|
||||
.blogCategory h2 {color:#9285bc;}
|
||||
.blogCategory h2 a {color:#9285bc;}
|
||||
.blogCategory ul.categoryList li {background:url(../images/violet/ico_category.gif) no-repeat .8em 0;}
|
||||
.blogCategory ul.categoryList li a {color:#3f4040;}
|
||||
|
||||
/* Content Box */
|
||||
.contentBox .centerBg {background:url(../images/violet/box_blog_bg.gif) repeat-y left top;}
|
||||
.contentBox .topBg {background:url(../images/violet/box_blog_top.gif) no-repeat left top;}
|
||||
.contentBox .bottomBg {background:url(../images/violet/box_blog_bot.gif) no-repeat left top;}
|
||||
|
||||
/* Widget */
|
||||
.blog_widget_ {background:url(../images/violet/box_blog_title.gif) no-repeat left top;}
|
||||
.blog_widget_ h2 {color:#9285bc;}
|
||||
.blog_widget_ .items li {background:url(../images/violet/bullet_3x3_1.gif) no-repeat 1em .35em;}
|
||||
.blog_widget_ .items li a {color:#3f4040;}
|
||||
|
||||
/* Calender */
|
||||
.widget_calendar caption {color:#9285bc; background:url(../images/violet/box_blog_title.gif) no-repeat left top;}
|
||||
.widget_calendar caption em {color:#33cc34;}
|
||||
.widget_calendar caption .back {background:url("../images/violet/btn_back.gif") no-repeat left top; width:13px; height:13px;}
|
||||
.widget_calendar caption .next {background:url("../images/violet/btn_next.gif") no-repeat left top; width:13px; height:13px;}
|
||||
.widget_calendar th {color:#6a6a6a;}
|
||||
.widget_calendar th.sun {color:#5db000;}
|
||||
.widget_calendar td {color:#6a6a6a;}
|
||||
.widget_calendar td a {color:#6a6a6a;}
|
||||
.widget_calendar td {color:#6a6a6a;}
|
||||
.widget_calendar td.sun a {color:#5db000;}
|
||||
.widget_calendar td.sun {color:#5db000;}
|
||||
.widget_calendar td.today a {color:#5db000;}
|
||||
.widget_calendar td.today {color:#5db000;}
|
||||
|
||||
BIN
layouts/xe_blog/images/blue/@blog_image.gif
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
layouts/xe_blog/images/blue/bg_blog.jpg
Normal file
|
After Width: | Height: | Size: 35 KiB |
BIN
layouts/xe_blog/images/blue/bg_member.gif
Normal file
|
After Width: | Height: | Size: 117 B |
BIN
layouts/xe_blog/images/blue/box_1.gif
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
layouts/xe_blog/images/blue/box_2.gif
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
layouts/xe_blog/images/blue/box_2_bg.gif
Normal file
|
After Width: | Height: | Size: 126 B |
BIN
layouts/xe_blog/images/blue/box_blog_bg.gif
Normal file
|
After Width: | Height: | Size: 115 B |
BIN
layouts/xe_blog/images/blue/box_blog_bot.gif
Normal file
|
After Width: | Height: | Size: 352 B |
BIN
layouts/xe_blog/images/blue/box_blog_title.gif
Normal file
|
After Width: | Height: | Size: 481 B |
BIN
layouts/xe_blog/images/blue/box_blog_top.gif
Normal file
|
After Width: | Height: | Size: 462 B |
BIN
layouts/xe_blog/images/blue/btn_back.gif
Normal file
|
After Width: | Height: | Size: 59 B |
BIN
layouts/xe_blog/images/blue/btn_next.gif
Normal file
|
After Width: | Height: | Size: 59 B |
BIN
layouts/xe_blog/images/blue/btn_rss.gif
Normal file
|
After Width: | Height: | Size: 635 B |
BIN
layouts/xe_blog/images/blue/btn_search.gif
Normal file
|
After Width: | Height: | Size: 676 B |
BIN
layouts/xe_blog/images/blue/bullet_3x3.gif
Normal file
|
After Width: | Height: | Size: 44 B |
BIN
layouts/xe_blog/images/blue/bullet_3x3_1.gif
Normal file
|
After Width: | Height: | Size: 44 B |
BIN
layouts/xe_blog/images/blue/division_d7.gif
Normal file
|
After Width: | Height: | Size: 44 B |
BIN
layouts/xe_blog/images/blue/ico_category.gif
Normal file
|
After Width: | Height: | Size: 309 B |
BIN
layouts/xe_blog/images/blue/sort_down.gif
Normal file
|
After Width: | Height: | Size: 46 B |
BIN
layouts/xe_blog/images/blue/sort_up.gif
Normal file
|
After Width: | Height: | Size: 46 B |
BIN
layouts/xe_blog/images/buttonHelp.gif
Normal file
|
After Width: | Height: | Size: 101 B |
BIN
layouts/xe_blog/images/gray/@blog_image.gif
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
layouts/xe_blog/images/gray/bg_blog.jpg
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
layouts/xe_blog/images/gray/bg_member.gif
Normal file
|
After Width: | Height: | Size: 188 B |
BIN
layouts/xe_blog/images/gray/box_1.gif
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
layouts/xe_blog/images/gray/box_2.gif
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
layouts/xe_blog/images/gray/box_2_bg.gif
Normal file
|
After Width: | Height: | Size: 212 B |
BIN
layouts/xe_blog/images/gray/box_blog_bg.gif
Normal file
|
After Width: | Height: | Size: 115 B |
BIN
layouts/xe_blog/images/gray/box_blog_bot.gif
Normal file
|
After Width: | Height: | Size: 352 B |
BIN
layouts/xe_blog/images/gray/box_blog_title.gif
Normal file
|
After Width: | Height: | Size: 709 B |
BIN
layouts/xe_blog/images/gray/box_blog_top.gif
Normal file
|
After Width: | Height: | Size: 471 B |
BIN
layouts/xe_blog/images/gray/btn_back.gif
Normal file
|
After Width: | Height: | Size: 59 B |
BIN
layouts/xe_blog/images/gray/btn_next.gif
Normal file
|
After Width: | Height: | Size: 59 B |
BIN
layouts/xe_blog/images/gray/btn_rss.gif
Normal file
|
After Width: | Height: | Size: 641 B |
BIN
layouts/xe_blog/images/gray/btn_search.gif
Normal file
|
After Width: | Height: | Size: 935 B |
BIN
layouts/xe_blog/images/gray/bullet_3x3.gif
Normal file
|
After Width: | Height: | Size: 44 B |
BIN
layouts/xe_blog/images/gray/bullet_3x3_1.gif
Normal file
|
After Width: | Height: | Size: 44 B |
BIN
layouts/xe_blog/images/gray/division_d7.gif
Normal file
|
After Width: | Height: | Size: 44 B |
BIN
layouts/xe_blog/images/gray/ico_category.gif
Normal file
|
After Width: | Height: | Size: 91 B |
BIN
layouts/xe_blog/images/gray/sort_down.gif
Normal file
|
After Width: | Height: | Size: 46 B |
BIN
layouts/xe_blog/images/gray/sort_up.gif
Normal file
|
After Width: | Height: | Size: 46 B |
BIN
layouts/xe_blog/images/green/@blog_image.gif
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
layouts/xe_blog/images/green/bg_blog.jpg
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
layouts/xe_blog/images/green/bg_member.gif
Normal file
|
After Width: | Height: | Size: 145 B |
BIN
layouts/xe_blog/images/green/box_1.gif
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
layouts/xe_blog/images/green/box_2.gif
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
layouts/xe_blog/images/green/box_2_bg.gif
Normal file
|
After Width: | Height: | Size: 142 B |
BIN
layouts/xe_blog/images/green/box_blog_bg.gif
Normal file
|
After Width: | Height: | Size: 115 B |
BIN
layouts/xe_blog/images/green/box_blog_bot.gif
Normal file
|
After Width: | Height: | Size: 352 B |
BIN
layouts/xe_blog/images/green/box_blog_title.gif
Normal file
|
After Width: | Height: | Size: 482 B |
BIN
layouts/xe_blog/images/green/box_blog_top.gif
Normal file
|
After Width: | Height: | Size: 472 B |
BIN
layouts/xe_blog/images/green/btn_back.gif
Normal file
|
After Width: | Height: | Size: 59 B |
BIN
layouts/xe_blog/images/green/btn_next.gif
Normal file
|
After Width: | Height: | Size: 59 B |
BIN
layouts/xe_blog/images/green/btn_rss.gif
Normal file
|
After Width: | Height: | Size: 635 B |
BIN
layouts/xe_blog/images/green/btn_search.gif
Normal file
|
After Width: | Height: | Size: 937 B |
BIN
layouts/xe_blog/images/green/bullet_3x3.gif
Normal file
|
After Width: | Height: | Size: 44 B |
BIN
layouts/xe_blog/images/green/bullet_3x3_1.gif
Normal file
|
After Width: | Height: | Size: 44 B |
BIN
layouts/xe_blog/images/green/division_d7.gif
Normal file
|
After Width: | Height: | Size: 44 B |
BIN
layouts/xe_blog/images/green/ico_category.gif
Normal file
|
After Width: | Height: | Size: 314 B |
BIN
layouts/xe_blog/images/green/sort_down.gif
Normal file
|
After Width: | Height: | Size: 46 B |
BIN
layouts/xe_blog/images/green/sort_up.gif
Normal file
|
After Width: | Height: | Size: 46 B |
BIN
layouts/xe_blog/images/iconAllTags.gif
Normal file
|
After Width: | Height: | Size: 220 B |
BIN
layouts/xe_blog/images/orange/@blog_image.gif
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
layouts/xe_blog/images/orange/bg_blog.jpg
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
layouts/xe_blog/images/orange/bg_member.gif
Normal file
|
After Width: | Height: | Size: 183 B |
BIN
layouts/xe_blog/images/orange/box_1.gif
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
layouts/xe_blog/images/orange/box_2.gif
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
layouts/xe_blog/images/orange/box_2_bg.gif
Normal file
|
After Width: | Height: | Size: 207 B |
BIN
layouts/xe_blog/images/orange/box_blog_bg.gif
Normal file
|
After Width: | Height: | Size: 115 B |
BIN
layouts/xe_blog/images/orange/box_blog_bot.gif
Normal file
|
After Width: | Height: | Size: 352 B |
BIN
layouts/xe_blog/images/orange/box_blog_title.gif
Normal file
|
After Width: | Height: | Size: 698 B |
BIN
layouts/xe_blog/images/orange/box_blog_top.gif
Normal file
|
After Width: | Height: | Size: 360 B |
BIN
layouts/xe_blog/images/orange/btn_back.gif
Normal file
|
After Width: | Height: | Size: 59 B |
BIN
layouts/xe_blog/images/orange/btn_next.gif
Normal file
|
After Width: | Height: | Size: 59 B |
BIN
layouts/xe_blog/images/orange/btn_rss.gif
Normal file
|
After Width: | Height: | Size: 644 B |
BIN
layouts/xe_blog/images/orange/btn_search.gif
Normal file
|
After Width: | Height: | Size: 929 B |
BIN
layouts/xe_blog/images/orange/bullet_3x3.gif
Normal file
|
After Width: | Height: | Size: 44 B |
BIN
layouts/xe_blog/images/orange/bullet_3x3_1.gif
Normal file
|
After Width: | Height: | Size: 44 B |
BIN
layouts/xe_blog/images/orange/division_dc.gif
Normal file
|
After Width: | Height: | Size: 44 B |
BIN
layouts/xe_blog/images/orange/division_f2.gif
Normal file
|
After Width: | Height: | Size: 44 B |
BIN
layouts/xe_blog/images/orange/ico_category.gif
Normal file
|
After Width: | Height: | Size: 91 B |
BIN
layouts/xe_blog/images/orange/sort_down.gif
Normal file
|
After Width: | Height: | Size: 53 B |
BIN
layouts/xe_blog/images/orange/sort_up.gif
Normal file
|
After Width: | Height: | Size: 67 B |
BIN
layouts/xe_blog/images/violet/@blog_image.gif
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
layouts/xe_blog/images/violet/bg_blog.jpg
Normal file
|
After Width: | Height: | Size: 37 KiB |
BIN
layouts/xe_blog/images/violet/bg_member.gif
Normal file
|
After Width: | Height: | Size: 134 B |
BIN
layouts/xe_blog/images/violet/box_1.gif
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
layouts/xe_blog/images/violet/box_2.gif
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
layouts/xe_blog/images/violet/box_2_bg.gif
Normal file
|
After Width: | Height: | Size: 134 B |
BIN
layouts/xe_blog/images/violet/box_blog_bg.gif
Normal file
|
After Width: | Height: | Size: 115 B |
BIN
layouts/xe_blog/images/violet/box_blog_bot.gif
Normal file
|
After Width: | Height: | Size: 347 B |
BIN
layouts/xe_blog/images/violet/box_blog_title.gif
Normal file
|
After Width: | Height: | Size: 479 B |
BIN
layouts/xe_blog/images/violet/box_blog_top.gif
Normal file
|
After Width: | Height: | Size: 472 B |
BIN
layouts/xe_blog/images/violet/btn_back.gif
Normal file
|
After Width: | Height: | Size: 59 B |