mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3086 201d5d3c-b55e-5fd7-737f-ddc643e51545
40 lines
2.6 KiB
CSS
40 lines
2.6 KiB
CSS
@charset "utf-8";
|
|
|
|
/* blog Title */
|
|
.blogHeader { position:relative; _width:100%; border-top:1px solid #d1d9db; border-bottom:none; background:#ffffff url(../images/common/bgH3.gif) no-repeat right bottom; overflow:hidden;}
|
|
.blogHeader h3 { float:left; clear:both; font-size:1.2em; padding:1em 2em .7em 1.2em; border-left:1px solid #d1d9db; border-bottom:3px solid #ed135a; background:url(../images/common/lineH3.gif) no-repeat right bottom;}
|
|
|
|
#blog_category { position:relative; border:1px solid #e0e1db; background:url(../images/red/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; }
|
|
.boxTypeB { position:relative; border:1px solid #e0e1db; background:url(../images/red/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em;}
|
|
#bodyWrap #header #globalNavigation li.on a { color:#fe3614;}
|
|
|
|
#bodyWrap #accountNavigation li { float:left; margin-right:-1px; background:url(../images/red/blogHeaderVr.gif) no-repeat right center;}
|
|
#bodyWrap #header { clear:both; height:9.5em; margin:10px 10px .5em 10px; border:1px solid #e0e1dc; border-bottom:none; background:#fbfbfb url(../images/red/blogHeaderLine.gif) no-repeat left bottom; overflow:hidden;}
|
|
|
|
/* account Navigation */
|
|
#blogAccountNavigation li.join a { background:url(../images/red/iconMyInfo.gif) no-repeat left top; padding-left:14px; }
|
|
#blogAccountNavigation li.myInfo a { background:url(../images/red/iconMyInfo.gif) no-repeat left top; padding-left:14px; }
|
|
|
|
/* blog Information */
|
|
.articleNum { float:left; background:url(../images/red/iconArticle.gif) no-repeat left top; }
|
|
.articleNum strong { font:bold 11px Tahoma; color:#ff6600;}
|
|
|
|
/* style.list */
|
|
.blogList th { background:#ffffff url(../images/red/lineBlogListTh.gif) no-repeat left bottom; }
|
|
.blogList td.recommend { color:#ff6600; }
|
|
.blogList td .replyAndTrackback { color:#ff6600; }
|
|
.buttonTypeGo { background:url(../images/red/buttonTypeInput24.gif) no-repeat; }
|
|
|
|
/* pageNavigation */
|
|
.pageNavigation .current { color:#ff6600; border-right:1px solid #CCCCCC; }
|
|
|
|
/* blogRead */
|
|
.blogRead .readFooter .fileAttached li a { background:url(../images/red/iconFile.gif) no-repeat left top;}
|
|
|
|
/* replyAndTrackback */
|
|
.replyAndTrackback { background:url(../images/red/bgBlogListTh.gif) repeat-x left 0px; }
|
|
.replyAndTrackback a strong { color:#ff6600;}
|
|
.replyBox .fileAttached li { border:0px; display:inline; margin-right:.75em; line-height:1.5em; padding:.1em 0 .1em 1.5em; background:url(../images/red/iconFile.gif) no-repeat left;}
|
|
|
|
/* widget common css */
|
|
.blog_widget_ { position:relative; border:1px solid #e0e1db; background:url(../images/red/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; }
|