Added in calendar classes
git-svn-id: https://develop.svn.wordpress.org/trunk@34 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d9d35c4d82
commit
026edf9db2
23
layout2b.css
23
layout2b.css
@ -95,3 +95,26 @@ p {
|
|||||||
#menu ul ul li a:hover {
|
#menu ul ul li a:hover {
|
||||||
border-bottom: 1px solid #ccc;
|
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;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user