Added in calendar classes

git-svn-id: http://svn.automattic.com/wordpress/trunk@34 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
mikelittle 2003-05-22 01:26:08 +00:00
parent 4c04bb1407
commit 4760e8e0df
1 changed files with 23 additions and 0 deletions

View File

@ -95,3 +95,26 @@ p {
#menu ul ul li a:hover {
border-bottom: 1px solid #ccc;
}
.b2calendartable {
background: #fff; border: 1px solid #000;
}
.b2calendarmonth {
color: #000;
}
.b2calendarrow {
color: #0f0;
}
.b2calendarheadercell {
color: #ccc; background: #808080;
}
.b2calendarcell {
color: #000;
}
.b2calendartoday {
color: #00f;
}
.b2calendaremptycell { }
.b2calendarlinkpost {
color: #f00; text-decoration: none;
}