mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4043 201d5d3c-b55e-5fd7-737f-ddc643e51545
57 lines
2.5 KiB
CSS
57 lines
2.5 KiB
CSS
@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:#333333 #666666 #666666 #333333; background:transparent; color:#aaaaaa;}
|
|
.inputTypeText:hover,
|
|
.inputTypeText:focus { background:#000000;}
|
|
.inputTypeTextArea {border-color:#333333 #666666 #666666 #333333!important; background:transparent;}
|
|
|
|
/* 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;}
|
|
.blogTitleBox h2 {color:#ff6f4a;}
|
|
|
|
/* 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 5px 5px;}
|
|
.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;}
|
|
|