From 3f8e93e60205f28f058ba31dcec517d617b0b249 Mon Sep 17 00:00:00 2001 From: Steve Swanson Date: Thu, 9 Feb 2006 19:57:32 +0000 Subject: [PATCH] Added items remotely Event Calendar Template --- .../wgtemplate_calendar_month_small.tmpl | 140 ++++++++++++++++++ 1 file changed, 140 insertions(+) create mode 100644 docs/upgrades/templates-6.9.0/wgtemplate_calendar_month_small.tmpl diff --git a/docs/upgrades/templates-6.9.0/wgtemplate_calendar_month_small.tmpl b/docs/upgrades/templates-6.9.0/wgtemplate_calendar_month_small.tmpl new file mode 100644 index 000000000..ddd5b1cd8 --- /dev/null +++ b/docs/upgrades/templates-6.9.0/wgtemplate_calendar_month_small.tmpl @@ -0,0 +1,140 @@ +#PBtmpl0000000000000105 + + + +

+
+ + +

+
+ + + +

+ + + + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
 

+ + + + + +

 
+
+ + +

+
+ + +~~~ +.pagination +{ + -moz-box-sizing:border-box; + background:#C0C0C0; + width:330px; + text-align:center; + padding:3px; + font-size:9pt; + font-family:arial; + margin-bottom:5px; +} + +.pagination a +{ + color:white; +} + +.fontSettings +{ + font-family:arial; + font-size:9pt; +} + +h2 +{ + font-family:arial; + margin-top:3px; + margin-bottom:3px; +} + +.calendarSmall +{ + width:330px; +} + +.calendarSmall .tableHeader +{ + text-align:center; + font-size:13pt; + letter-spacing:2px; + background-color:#DADADA; +} + +.calendarSmall .tableData +{ + width:14%; +} + +.calendarSmall .tableToday +{ + font-size:9pt; + font-family:arial; + background-color:#DADADA; +} + +.calendarSmall .tableToday a +{ + color:#29587E; +} + +.calendarSmall td +{ + border:solid silver 1px; +}