From 6bd955fde0ae2e83bd7a03c48373cc3418728c13 Mon Sep 17 00:00:00 2001 From: Steve Swanson Date: Thu, 9 Feb 2006 20:21:16 +0000 Subject: [PATCH] XHTML Collaboration template --- .../templates-6.9.0/wgtemplate_weblog.tmpl | 120 ++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 docs/upgrades/templates-6.9.0/wgtemplate_weblog.tmpl diff --git a/docs/upgrades/templates-6.9.0/wgtemplate_weblog.tmpl b/docs/upgrades/templates-6.9.0/wgtemplate_weblog.tmpl new file mode 100644 index 000000000..fd7dc3bc6 --- /dev/null +++ b/docs/upgrades/templates-6.9.0/wgtemplate_weblog.tmpl @@ -0,0 +1,120 @@ +#PBtmpl0000000000000112 + + + +

+
+ + +

+
+ + + + + +

+ + + • + + + + + + + + • + + +

+ +

+ + +

+ +
+
+ + + - + + + - + + + - + + + - + + + + + <tmpl_var title> + + +
+ +
+
+

+ + + +

+ + + +~~~ +.pagination +{ + -moz-box-sizing:border-box; + background:#C0C0C0; + width:100%; + text-align:right; + padding:3px; + font-size:9pt; + font-family:arial; + margin-top:3px; +} + +.pagination a +{ + color:white; +} + +.weblogTitleBar { + font-weight: bold; + font-size: 14px; + font-family:arial; +} + +.weblogLegend { + font-size: 9px; + color: #999999; + font-family:arial; +} + +.weblogLegend a +{ + color:#29587E; +} + +.weblogReadMore { + text-align: right; + font-size: 9px; + width: 100%; + font-family:arial; +} + +.weblogSynopsis { + border: 1px solid #bbbbbb; + font-size: 13px; + padding: 5px; + -moz-border-radius: 6px; + font-family:arial; +} \ No newline at end of file