From 026edf9db2c1b6b85dc318784157e05f54c2222a Mon Sep 17 00:00:00 2001 From: Mike Little Date: Thu, 22 May 2003 01:26:08 +0000 Subject: [PATCH] Added in calendar classes git-svn-id: https://develop.svn.wordpress.org/trunk@34 602fd350-edb4-49c9-b593-d223f7449a82 --- layout2b.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/layout2b.css b/layout2b.css index a2a5e89a4a..71b28c5c55 100644 --- a/layout2b.css +++ b/layout2b.css @@ -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; +}