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
55 lines
2.4 KiB
CSS
55 lines
2.4 KiB
CSS
@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;}
|
|
.blogTitleBox h2 {color:#00afcf;}
|
|
|
|
/* 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 5px 5px; }
|
|
.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;}
|