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

+
+ + +

+
+ + +
+ +
+
+ + + +

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

+ + + ·
+
+
+
 
+
+ + +

+
+ + +~~~ +.pagination +{ + -moz-box-sizing:border-box; + background:#C0C0C0; + width:100%; + 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; +} + +.calendarBig +{ + /*border:solid gray 1px;*/ +} + +.calendarBig .tableHeader +{ + text-align:center; + font-size:13pt; + letter-spacing:2px; + background-color:#DADADA; +} + +.calendarBig .tableData +{ + width:14%; +} + +.calendarBig .tableToday +{ + font-size:9pt; +} + +.calendarBig .tableToday a +{ + color:#29587E; +} + +.calendarBig td +{ + border:solid silver 1px; +} \ No newline at end of file