Boost logo

Boost-Commit :

From: gennadiy.rozental_at_[hidden]
Date: 2008-07-27 14:54:20


Author: rogeeff
Date: 2008-07-27 14:54:19 EDT (Sun, 27 Jul 2008)
New Revision: 47843
URL: http://svn.boost.org/trac/boost/changeset/47843

Log:
missing files
Added:
   trunk/libs/test/doc/img/
   trunk/libs/test/doc/img/boost.test.logo.png (contents, props changed)
   trunk/libs/test/doc/img/class-hier.jpg (contents, props changed)
   trunk/libs/test/doc/img/level.png (contents, props changed)
   trunk/libs/test/doc/img/post_build_event.jpg (contents, props changed)
   trunk/libs/test/doc/img/post_build_out.jpg (contents, props changed)
   trunk/libs/test/doc/img/run_args.jpg (contents, props changed)
   trunk/libs/test/doc/js/
   trunk/libs/test/doc/js/boost-test.js (contents, props changed)
   trunk/libs/test/doc/style/
   trunk/libs/test/doc/style/boostbook.css (contents, props changed)
   trunk/libs/test/doc/style/btl-headers.css (contents, props changed)
   trunk/libs/test/doc/style/btl-inline.css (contents, props changed)
   trunk/libs/test/doc/style/btl-links.css (contents, props changed)
   trunk/libs/test/doc/style/btl-lists.css (contents, props changed)
   trunk/libs/test/doc/style/btl-paragraphs.css (contents, props changed)
   trunk/libs/test/doc/style/btl-structure.css (contents, props changed)
   trunk/libs/test/doc/style/btl-tables.css (contents, props changed)
   trunk/libs/test/doc/style/style.css (contents, props changed)

Added: trunk/libs/test/doc/img/boost.test.logo.png
==============================================================================
Binary file. No diff available.

Added: trunk/libs/test/doc/img/class-hier.jpg
==============================================================================
Binary file. No diff available.

Added: trunk/libs/test/doc/img/level.png
==============================================================================
Binary file. No diff available.

Added: trunk/libs/test/doc/img/post_build_event.jpg
==============================================================================
Binary file. No diff available.

Added: trunk/libs/test/doc/img/post_build_out.jpg
==============================================================================
Binary file. No diff available.

Added: trunk/libs/test/doc/img/run_args.jpg
==============================================================================
Binary file. No diff available.

Added: trunk/libs/test/doc/js/boost-test.js
==============================================================================
Binary file. No diff available.

Added: trunk/libs/test/doc/style/boostbook.css
==============================================================================
--- (empty file)
+++ trunk/libs/test/doc/style/boostbook.css 2008-07-27 14:54:19 EDT (Sun, 27 Jul 2008)
@@ -0,0 +1,244 @@
+/*=============================================================================
+ Copyright (c) 2002 2004 Joel de Guzman, Eric Niebler, Rene Rivera
+ http://spirit.sourceforge.net/
+
+ Use, modification and distribution is subject to the Boost Software
+ License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+ http://www.boost.org/LICENSE_1_0.txt)
+=============================================================================*/
+
+/* CSS based on w3c documentation which I like a lot, and the classic Spirit
+documentation. */
+
+/* Body defaults */
+body
+{
+ padding: 2em 1em 2em 1em;
+ margin: 1em 1em 1em 1em;
+ font-family: sans-serif;
+}
+
+/* Paragraphs */
+p
+{
+ text-align: justify;
+}
+
+pre.synopsis
+{
+ margin: 1pc 4% 0pc 4%;
+ padding: 0.5pc 0.5pc 0.5pc 0.5pc;
+}
+
+/* Headings */
+h1, h2, h3, h4, h5, h6 { text-align: left; margin-top: 2pc; }
+h1 { font: 170% sans-serif }
+h2 { font: bold 140% sans-serif }
+h3 { font: 120% sans-serif }
+h4 { font: bold 100% sans-serif }
+h5 { font: italic 100% sans-serif }
+h6 { font: italic 100% sans-serif }
+
+/* Unordered lists */
+ul
+{
+ text-align: justify;
+}
+
+/* Links */
+a
+{
+ text-decoration: none; /* no underline */
+}
+
+a:hover
+{
+ text-decoration: underline;
+}
+
+/* Top page title */
+title, h1.title, h2.title, h3.title,
+ h4.title, h5.title, h6.title,
+ .refentrytitle
+{
+ font-weight: bold;
+ font-size: 2pc;
+ margin-bottom: 1pc;
+}
+
+/* Spirit style navigation */
+.spirit-nav
+{
+ text-align: right;
+}
+
+.spirit-nav a
+{
+ color: white;
+ padding-left: 0.5em;
+}
+
+.spirit-nav img
+{
+ border-width: 0px;
+}
+
+/* Program listing box */
+.programlisting, .screen
+{
+ display: block;
+ margin-left: 4%;
+ margin-right: 4%;
+ padding: 0.5pc 0.5pc 0.5pc 0.5pc;
+}
+
+/* Table of contents */
+.toc
+{
+ margin: 1pc 4% 0pc 4%;
+ padding: 0.5pc 0.5pc 0.5pc 0.5pc;
+}
+
+.boost-toc
+{
+ float: right;
+ padding: 0.5pc;
+}
+
+/* screen & programlisting, when used in a table cell, do not
+ need the extra padding and margin normally used */
+
+td .screen, td .programlisting
+{
+ display: block;
+ margin-left: 0%;
+ margin-right: 0%;
+ padding: 0.5pc 0.5pc 0.5pc 0.5pc;
+}
+
+/* inlined images */
+.inlinemediaobject
+{
+ padding: 0.5em 0.5em 0.5em 0.5em;
+}
+
+/* tone down the title of Parameter lists */
+div.variablelist p.title
+{
+ font-weight: bold;
+ font-size: 100%;
+ text-align: left;
+}
+
+/* tabularize parameter lists */
+div.variablelist dl dt
+{
+ float: left;
+ clear: left;
+ display: block;
+ font-style: italic;
+}
+
+div.variablelist dl dd
+{
+ display: block;
+ clear: right;
+ padding-left: 8pc;
+}
+
+/* title of books and articles in bibliographies */
+span.title
+{
+ font-style: italic;
+}
+
+/* tips, notes and warnings done in Spirit style */
+div.tip, div.note, div.warning
+{
+ position: relative;
+ padding: 0.5em;
+ border: 0.5pt solid white;
+}
+
+div.tip .title, div.note .title, div.warning .title
+{
+ display: block;
+ font: bold xx-small sans-serif;
+ margin: 0;
+ padding: 0;
+ position: absolute;
+ left: -4em;
+ top: 0em;
+ height: 25px;
+ width: 24px;
+ text-indent: 32px;
+ overflow: hidden;
+ z-index: 2;
+}
+
+div.tip .title
+{
+ background: url(images/tip.png);
+}
+
+div.note .title
+{
+ background: url(images/note.png);
+}
+
+div.warning .title
+{
+ background: url(images/caution.png);
+}
+
+@media screen
+{
+ a
+ {
+ color: #005a9c;
+ }
+
+ a:visited
+ {
+ color: #9c5a9c;
+ }
+
+ /* Syntax Highlighting */
+ .keyword { color: #0000AA; font-weight: bold; }
+ .identifier {}
+ .special { color: #707070; }
+ .preprocessor { color: #402080; font-weight: bold; }
+ .char { color: teal; }
+ .comment { color: #800000; }
+ .string { color: teal; }
+ .number { color: teal; }
+ .copyright { color: #666666; font-size: small; }
+ .white_bkd { background-color: #FFFFFF; }
+ .dk_grey_bkd { background-color: #999999; }
+
+ pre.synopsis
+ {
+ background-color: #f3f3f3;
+ }
+
+ .programlisting, .screen
+ {
+ background-color: #f3f3f3;
+ }
+
+ /* Table of contents */
+ .toc
+ {
+ background-color: #f3f3f3;
+ }
+
+ div.tip, div.note, div.warning
+ {
+ background-color: #F3F3F3;
+ }
+
+ span.highlight
+ {
+ color: #00A000;
+ }
+}

Added: trunk/libs/test/doc/style/btl-headers.css
==============================================================================
--- (empty file)
+++ trunk/libs/test/doc/style/btl-headers.css 2008-07-27 14:54:19 EDT (Sun, 27 Jul 2008)
@@ -0,0 +1,113 @@
+/* Copyright Gennadiy Rozental 2001-2007.
+ * Distributed under the Boost Software License, Version 1.0.
+ * (See accompanying file LICENSE_1_0.txt or copy at www.boost.org/LICENSE_1_0.txt)
+ */
+
+H1
+{
+ font-size: 200%;
+ color: #00008B;
+ text-align: center;
+ clear: left;
+ font-family: times;
+}
+
+DIV.article H2.title
+{
+ color: #4466A9;
+ font-size: 175%;
+ font-style: normal;
+ text-align: left;
+ font-family: times;
+}
+
+DIV.chapter H2.title
+{
+ color: #4466A9;
+ font-size: 175%;
+ font-style: normal;
+ text-align: left;
+ font-family: times;
+}
+DIV.section H2.title
+{
+ color: #4466A9;
+ font-size: 175%;
+ font-style: normal;
+ text-align: left;
+ font-family: times;
+}
+
+DIV.section H3.title
+{
+ color: #4466A9;
+ font-size: 175%;
+ font-style: normal;
+ text-align: left;
+ font-family: times;
+}
+
+DIV.section H4.title
+{
+ color: #4466A9;
+ font-size: 175%;
+ font-style: normal;
+ text-align: left;
+ font-family: times;
+}
+
+DIV.section H5.title
+{
+ color: #4466A9;
+ font-size: 175%;
+ font-style: normal;
+ text-align: left;
+ font-family: times;
+}
+
+DIV.section H6.title
+{
+ color: #4466A9;
+ font-size: 175%;
+ font-style: normal;
+ text-align: left;
+ font-family: times;
+}
+
+DIV.chapter DIV.section H2.title
+{
+ color: black;
+ font-size: 160%;
+ font-family: times;
+}
+
+DIV.section DIV.section H3.title
+{
+ color: black;
+ font-size: 140%;
+ font-family: times;
+}
+
+DIV.section DIV.section H4.title
+{
+ color: black;
+ font-size: 140%;
+ font-style: italic;
+ font-family: times;
+}
+
+DIV.section DIV.section H5.title
+{
+ color: black;
+ font-size: 140%;
+ font-style: italic;
+ font-family: times;
+}
+
+DIV.section DIV.section H6.title
+{
+ color: black;
+ font-size: 140%;
+ font-style: italic;
+ font-family: times;
+}

Added: trunk/libs/test/doc/style/btl-inline.css
==============================================================================
--- (empty file)
+++ trunk/libs/test/doc/style/btl-inline.css 2008-07-27 14:54:19 EDT (Sun, 27 Jul 2008)
@@ -0,0 +1,14 @@
+/* Copyright Gennadiy Rozental 2001-2007.
+ * Distributed under the Boost Software License, Version 1.0.
+ * (See accompanying file LICENSE_1_0.txt or copy at www.boost.org/LICENSE_1_0.txt)
+ */
+
+SPAN.userinput
+{
+ font: italic 90%;
+}
+
+SPAN.inline-ref-see-also
+{
+ font: bold 90%;
+}
\ No newline at end of file

Added: trunk/libs/test/doc/style/btl-links.css
==============================================================================
--- (empty file)
+++ trunk/libs/test/doc/style/btl-links.css 2008-07-27 14:54:19 EDT (Sun, 27 Jul 2008)
@@ -0,0 +1,30 @@
+/* Copyright Gennadiy Rozental 2001-2007.
+ * Distributed under the Boost Software License, Version 1.0.
+ * (See accompanying file LICENSE_1_0.txt or copy at www.boost.org/LICENSE_1_0.txt)
+ */
+
+A
+{
+ color: #336699;
+}
+
+A:link
+{
+ color: #336699;
+}
+A:visited
+{
+/* color: #9c5a9c; */
+ color: #336699;
+}
+A:active
+{
+ color: #699BCD;
+}
+
+A:hover
+{
+ background-color: #E1E1E1;
+ text-decoration: none;
+}
+

Added: trunk/libs/test/doc/style/btl-lists.css
==============================================================================
--- (empty file)
+++ trunk/libs/test/doc/style/btl-lists.css 2008-07-27 14:54:19 EDT (Sun, 27 Jul 2008)
@@ -0,0 +1,25 @@
+/* Copyright Gennadiy Rozental 2001-2007.
+ * Distributed under the Boost Software License, Version 1.0.
+ * (See accompanying file LICENSE_1_0.txt or copy at www.boost.org/LICENSE_1_0.txt)
+ */
+
+DIV.itemizedlist ul li
+{
+ margin-top: 0.5em;
+}
+
+DIV.files-list ul
+{
+ list-style-type: none;
+}
+
+DIV.files-list ul li p
+{
+ margin: 0;
+ padding: 0;
+}
+
+div.variablelist dl dt
+{
+ float: none;
+}

Added: trunk/libs/test/doc/style/btl-paragraphs.css
==============================================================================
--- (empty file)
+++ trunk/libs/test/doc/style/btl-paragraphs.css 2008-07-27 14:54:19 EDT (Sun, 27 Jul 2008)
@@ -0,0 +1,65 @@
+/* Copyright Gennadiy Rozental 2001-2007.
+ * Distributed under the Boost Software License, Version 1.0.
+ * (See accompanying file LICENSE_1_0.txt or copy at www.boost.org/LICENSE_1_0.txt)
+ */
+
+P.first-line-indented
+{
+ text-indent: 0px;
+ align: justify;
+}
+
+DIV.epigraph
+{
+ text-align: right;
+ font-family: Century Gothic;
+ font-style: italic
+}
+
+DIV.epigraph p
+{
+ text-align: right;
+ width: 50%;
+ align: justify;
+}
+
+PRE.test-execution-output
+{
+ background-color: black;
+ color: white;
+
+ font-family: Courier New;
+ font-size: 95%;
+
+ margin-left: 4%;
+ margin-right: 4%;
+ padding: 0.5pc 0.5pc 0.5pc 0.5pc;
+}
+
+PRE.example-output
+{
+ background-color: black;
+ color: white;
+
+ font-family: Courier New;
+ font-size: 95%;
+
+ margin-left: 4%;
+ margin-right: 4%;
+ padding: 0.5pc 0.5pc 0.5pc 0.5pc;
+
+ display: none;
+}
+
+DIV.example-annot
+{
+ display: none;
+}
+
+PRE.inline-synopsis
+{
+ margin-left: 2%;
+ margin-right: 2%;
+ padding: 0.5pc 0.5pc 0.5pc 0.5pc;
+ background-color: #f3f3f3;
+}

Added: trunk/libs/test/doc/style/btl-structure.css
==============================================================================
--- (empty file)
+++ trunk/libs/test/doc/style/btl-structure.css 2008-07-27 14:54:19 EDT (Sun, 27 Jul 2008)
@@ -0,0 +1,21 @@
+/* Copyright Gennadiy Rozental 2001-2007.
+ * Distributed under the Boost Software License, Version 1.0.
+ * (See accompanying file LICENSE_1_0.txt or copy at www.boost.org/LICENSE_1_0.txt)
+ */
+
+BODY
+{
+ background-color: white;
+}
+
+.toc
+{
+ margin: 0pc 0% 0pc 2%;
+ padding: 0.1pc 0.1pc 0.1pc 0.5pc;
+}
+
+.toc dl dl
+{
+ margin: 0pc 0% 0pc 2%;
+ padding: 0.1pc 0.1pc 0.1pc 0.1pc;
+}

Added: trunk/libs/test/doc/style/btl-tables.css
==============================================================================
--- (empty file)
+++ trunk/libs/test/doc/style/btl-tables.css 2008-07-27 14:54:19 EDT (Sun, 27 Jul 2008)
@@ -0,0 +1,82 @@
+/* Copyright Gennadiy Rozental 2001-2007.
+ * Distributed under the Boost Software License, Version 1.0.
+ * (See accompanying file LICENSE_1_0.txt or copy at www.boost.org/LICENSE_1_0.txt)
+ */
+
+div.qandaset table tr.answer td
+{
+ padding-top: 0.5em;
+ padding-bottom: 1.5em;
+ padding-left: 0em;
+ padding-right: 0em;
+}
+
+TABLE.table
+{
+ width: 92%;
+ margin-left: 4%;
+ margin-right: 4%;
+ border-collapse: collapse;
+ border: 2px black solid;
+}
+
+TABLE.table TBODY TD
+{
+ background: #F0F0F0;
+ border: 1px solid black;
+ color: black;
+ text-align: left;
+ padding: 0.5em 0.5em 0.5em 0.5em;
+}
+
+TABLE.table THEAD TH
+{
+ background: #B4B4CA;
+ border: 1px solid black;
+ color: white;
+ font-weight: bold;
+ font-size: 12pt;
+ text-align: center;
+ padding: 0.5em 0.5em 0.5em 0.5em;
+}
+
+DIV.table P.title
+{
+ margin-left: 4%;
+ padding-right: 0.5em;
+ padding-left: 0.5em;
+ font-size: 120%;
+}
+
+DIV.equation TABLE.table
+{
+ width: 92%;
+ margin-left: 4%;
+ margin-right: 4%;
+ border: 0;
+}
+
+DIV.equation TABLE.table TBODY TD
+{
+ background: white;
+ border: none;
+ color: black;
+ text-align: left;
+ padding: 0.5em 0.5em 0.5em 0.5em;
+}
+
+DIV.equation TABLE.table TBODY TD.index
+{
+ width: 10%
+}
+
+
+TABLE.inline-reference TR TD.content DIV.entry
+{
+ display: none;
+}
+
+TABLE.inline-reference TR TD.index
+{
+ font: 85%;
+}

Added: trunk/libs/test/doc/style/style.css
==============================================================================
--- (empty file)
+++ trunk/libs/test/doc/style/style.css 2008-07-27 14:54:19 EDT (Sun, 27 Jul 2008)
@@ -0,0 +1,14 @@
+/* Copyright Gennadiy Rozental 2001-2007.
+ * Distributed under the Boost Software License, Version 1.0.
+ * (See accompanying file LICENSE_1_0.txt or copy at www.boost.org/LICENSE_1_0.txt)
+ */
+
+@import "boostbook.css";
+
+@import "btl-structure.css";
+@import "btl-headers.css";
+@import "btl-links.css";
+@import "btl-paragraphs.css";
+@import "btl-lists.css";
+@import "btl-tables.css";
+@import "btl-inline.css";


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk