From 28e67b4a87e2ac6095d4419b4fe6b338d60236ff Mon Sep 17 00:00:00 2001 From: Steve Swanson Date: Thu, 9 Feb 2006 20:20:15 +0000 Subject: [PATCH] XHTML Collaboration template --- ...gtemplate_traditional_with_thumbnails.tmpl | 133 ++++++++++++++++++ 1 file changed, 133 insertions(+) create mode 100644 docs/upgrades/templates-6.9.0/wgtemplate_traditional_with_thumbnails.tmpl diff --git a/docs/upgrades/templates-6.9.0/wgtemplate_traditional_with_thumbnails.tmpl b/docs/upgrades/templates-6.9.0/wgtemplate_traditional_with_thumbnails.tmpl new file mode 100644 index 000000000..f36c3c3de --- /dev/null +++ b/docs/upgrades/templates-6.9.0/wgtemplate_traditional_with_thumbnails.tmpl @@ -0,0 +1,133 @@ +#PBtmpl0000000000000097 + + + + + + + +

+
+ + + + + +

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

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
() + + <tmpl_var title> + +   + +
+ + +
+ +
+ + +~~~ +.forumHead { + background-color: #DADADA; + border: 2px solid #cccccc; + padding: 2px; + padding-bottom: 4px; + font-size: 13px; + font-weight: bold; + font-family:arial; +} + +.oddThread { + font-size: 13px; + border-bottom: 1px dashed #83cc83; + padding-bottom: 4px; + font-family:arial; +} + +.forumHead a +{ + color:#29587E; +} + +.oddThread a +{ + color:#29587E; +} + +.evenThread a +{ + color:#29587E; +} + +.evenThread { + font-size: 13px; + border-bottom: 1px dashed #aaaaff; + padding-bottom: 4px; + background-color:#EEEEEE; + font-family:arial; +} + +.pagination +{ + -moz-box-sizing:border-box; + background:#C0C0C0; + width:100%; + text-align:right; + padding:3px; + font-size:9pt; + font-family:arial; +} + +.pagination a +{ + color:white; +} + +h2 +{ + font-family:arial; +} \ No newline at end of file