diff --git a/style/basic.css b/style/basic.css deleted file mode 100644 index 8f5eff82..00000000 --- a/style/basic.css +++ /dev/null @@ -1,18 +0,0 @@ -/* - Copyright 2005-2006 Redshift Software, Inc. - Distributed under the Boost Software License, Version 1.0. - (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) -*/ -@import url(css_0/utility.css); -@import url(css_0/global.css); -@import url(css_0/header.css); -@import url(css_0/content.css); -@import url(css_0/sidebar.css); -@import url(css_0/footer.css); - -/* Theme for colors and backgrounds. */ -/* * -@import url(css_0/theme_grape/theme.css); -/*/ -@import url(css_0/theme_grass/theme.css); -/* */ diff --git a/style/css_0/alpha_blue_50.png b/style/css_0/alpha_blue_50.png deleted file mode 100644 index 013fab07..00000000 Binary files a/style/css_0/alpha_blue_50.png and /dev/null differ diff --git a/style/css_0/alpha_white_50.png b/style/css_0/alpha_white_50.png deleted file mode 100644 index 469418e5..00000000 Binary files a/style/css_0/alpha_white_50.png and /dev/null differ diff --git a/style/css_0/alpha_white_75.png b/style/css_0/alpha_white_75.png deleted file mode 100644 index 6b918e03..00000000 Binary files a/style/css_0/alpha_white_75.png and /dev/null differ diff --git a/style/css_0/bkg.png b/style/css_0/bkg.png deleted file mode 100644 index 150e81eb..00000000 Binary files a/style/css_0/bkg.png and /dev/null differ diff --git a/style/css_0/blank.png b/style/css_0/blank.png deleted file mode 100644 index 764bf4f0..00000000 Binary files a/style/css_0/blank.png and /dev/null differ diff --git a/style/css_0/boost_bullet.gif b/style/css_0/boost_bullet.gif deleted file mode 100644 index f659f952..00000000 Binary files a/style/css_0/boost_bullet.gif and /dev/null differ diff --git a/style/css_0/caution.png b/style/css_0/caution.png deleted file mode 100644 index a5a5d348..00000000 Binary files a/style/css_0/caution.png and /dev/null differ diff --git a/style/css_0/content.css b/style/css_0/content.css deleted file mode 100644 index 60531f38..00000000 --- a/style/css_0/content.css +++ /dev/null @@ -1,547 +0,0 @@ -/* - Copyright 2005 Redshift Software, Inc. - Distributed under the Boost Software License, Version 1.0. - (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) -*/ -/* */ -#content { - margin: 0em -18.5em 0em 0em; - float: left; - width: 100%; -} -/* Content sections, inside the top content section. */ -#content .section { - margin: 0em 17.5em 0em 0em; - - /* Hack to set 'haslayout' in internet explorer 7. - * On IE8+ (which doesn't have hasLayout) and other recent browsers this has - * no effect (as the element's min-height is 0 anyway). - * On older browsers this has no effect as they don't understand min-height - * and will ignore it. - */ - min-height: 0; -} -#content .section-0 { - padding: 1.5em; -} -#content .section-title { -} -/* Uniformly color everything that's a heading */ -#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 { - margin: 0em; - color: #000000; - font-family: "Times New Roman",serif; - font-variant: small-caps; - clear: both; -} -/* Titles for sections. */ -#content .section h1 { - margin: 0em 0em 1em 0em; - font-weight: bold; - font-size: 140%; -} -/* */ -#content .section h2 { - font-weight: bold; - font-size: 120%; -} -#content .section h3 { - font-size: 115%; -} -#content .section h4, -#content .section h5, -#content .section h6 -{ - font-style: italic; - font-variant: normal; - font-size: 100%; -} -#content .section h2, -#content .section h3, -#content .section h4, -#content .section h5, -#content .section h6 -{ - margin: 0em 0em 0.5em 0em; - padding: 0.5em 0em 0em 0em; - /* color: #005080; */ -} -#content .section h1, -#content .section h2, -#content .section h3, -#content .section h4, -#content .section h5, -#content .section h6 -{ - /* color: #005080; */ -} -/* */ -#content .section p { - margin: 0.5em 0em 1em 0em; - /* margin: 0em 0em 1.5em 0em; */ -} -/* Standard text markups. Mostly defaults. */ -/* #content .section em { } */ -#content .section strong { font-weight: 900; } -/* #content .section cite { } */ -#content .section dfn { font-weight: 700; font-style: normal; } -/* #content .section code { } */ -/* #content .section samp { } */ -/* #content .section kbd { } */ -#content .section var { font-style: italic !important; } -/* #content .section abbr { } */ -/* #content .section acronym { } */ -/* #content .section q { } */ -/* #content .section sub { } */ -/* #content .section sup { } */ -#content .section ins { text-decoration: underline; } -#content .section del { text-decoration: line-through; } - -#content .section em *, -#content .section strong *, -#content .section cite *, -#content .section dfn *, -#content .section code *, -#content .section samp *, -#content .section kbd *, -#content .section var *, -#content .section abbr * -#content .section acronym *, -#content .section q *, -#content .section sub *, -#content .section sup *, -#content .section ins *, -#content .section del * -{ font-weight: inherit; font-style: inherit; text-decoration: inherit; } - -#content .section img { - border: 1px solid #CCCCCC; - padding: 0.25em; -} -#content .section .inline { - border: none; - vertical-align: baseline; -} -/* Horizontal rules are just evil. */ -#content .section hr { - display: none; -} -/* Other structural elements... */ -/* Definition lists. */ -#content .section dl { - margin: 0em 0em 1.5em 0em; -} -#content .section dt { - margin: 0.25em 0em 0em 0em; -} -#content .section dd { - margin: 0em 0em 0em 2em; -} -/* Quotes are marked off with a border, ala blogs. */ -#content .section blockquote { - margin: 1.5em; - border: 1px solid #CCCCCC; - /* text-align: justify; */ - padding: 0.5em; -} -#content .section blockquote p { - margin: 0.5em 0em 0em 0em; -} -#content .section blockquote p:first-child { - margin-top: 0em; -} -/* Tables */ -#content .section table { - margin: 0em auto 0em auto; - border: none; - border-spacing: 2px; - clear: both; -} -#content .section table th { - background: #EEEEEE; - border: 1px solid #CCCCCC !important; - padding: 0.25em; - font-weight: bold; - vertical-align: top; - text-align: center; -} -#content .section table th * { - font-weight: inherit; -} -#content .section table td { - border: 1px solid #CCCCCC !important; - padding: 0.25em; - vertical-align: top; - text-align: left; -} -#content .section table caption { - margin: 0em 0em 1.5em 0em; - caption-side: bottom; -} -/* An inset, image or other, on the left. */ -#content .section .left-inset, -#content .section .inset-left { - float: left; - clear: left; - margin: 0em 1em 1em 0em; -} -/* An inset, image or other, on the right. */ -#content .section .right-inset, -#content .section .inset-right { - float: right; - clear: right; - margin: 0em 0em 1em 1em; -} -/* The name of a library, as the start of a block for that library. */ -#content .section .library { - font-weight: bold; - display: block; - margin: 0.75em 0em 0.25em 0em; -} -#content .library * -{ font-weight: inherit; font-style: inherit; text-decoration: inherit; } -/* FAQ items, question and answer on the same flow. */ -#content .section .faq { - margin: 0em 0em 1.5em 0em; -} -#content .section .faq .faq-question { - font-weight: bold; -} -#content .section .faq .faq-question * { - font-weight: inherit; -} -#content .section .faq .faq-answer { -} -/* Notes with a lable and text on the same flow. */ -#content .section .note { - margin: 1em 0em 0em 0em; -} -#content .section .note .note-label { - font-weight: bold; -} -#content .section .note .note-label * { - font-weight: inherit; -} -#content .section .note .note-body { -} -/* Default style, as in straight in content, lists... */ -#content .section ul { - margin: 0em 0em 1.5em 0em; - padding: 0em; - list-style: circle; -} -#content .section ul ul { - margin: 0em 0em 0.25em 0em; - padding: 0em; -} -#content .section ul li { - margin: 0em 0em 0em 1.25em; - padding: 0em 0em 0em 0em; - text-indent: 0em; -} -/* Tree structure representation... */ -#content .section ul.tree { - list-style: none !important; - margin-top: 0em; - margin-bottom: 0em; -} -#content .section ul.tree li { - margin-top: 0em; - margin-bottom: 0em; -} -#content .section ul.tree ul { - list-style: none !important; - margin-top: 0em; - margin-bottom: 0em; -} -/* Table of contents lists... */ -#content .section ul.toc { - margin: 1.5em; - padding: 0.5em; - border: 1px solid #CCCCCC; -} -#content .section ul.toc li -{ - margin: 0em; - padding: 0em; - text-indent: 0em; - list-style-type: none; -} -#content .section ul.toc li ul { - margin: 0em; - padding: 0em; - border: none; - background: transparent; -} -#content .section ul.toc li ul li -{ - margin: 0em 0em 0em 1em; -} -#content .section ul.toc a { - display: block; - width: 100%; - border: none; -} -#content .section ul.toc a:hover { -} -#content .section ul.toc a:visited { - border: none; -} -/* Menu lists... */ -#content .section ul.menu { - margin: 1em; - padding: 0.5em; - border: 1px solid #CCCCCC; - list-style-type: none; -} -#content .section ul.menu li -{ - display: inline; - margin: 0em; - /* padding: 0em; */ - border-right: 1px solid #CCCCCC; - padding-right: 0.25em; -} -#content .section ul.menu a { - border: none; -} -#content .section ul.menu a:hover { -} -#content .section ul.menu a:visited { - border: none; -} -/* History style lists, the first level doesn't get bullets... */ -#content .section ul.history { - margin: 0em 0em 1.5em 0em; - padding: 0em 0em 0em 2em; - list-style-type: none; -} -#content .section ul.history li { - margin: 0em 0em 0.75em 0em; - text-indent: -1.75em; - padding: 0em; - background: none; -} -#content .section ul.history li ul { - margin: 0em 0em 0em 0em; - padding: 0em; - list-style-type: circle; -} -#content .section ul.history li ul li { - margin: 0em 0em 0em 1em; - padding: 0em; - text-indent: 0em; -} -/* Catalog style lists, the first level doesn't get bullets... */ -#content .section dl.catalog { - margin: 0em 0em 0em 0em; -} -#content .section dl.catalog dt { - width: 30%; - float: left; - clear: left; - margin: 0em 1em 1em 0em; -} -#content .section dl.catalog dt * { - font-weight: inherit; font-style: inherit; text-decoration: inherit; -} -#content .section dl.catalog dd { - margin: 0em 0em 1em 30%; - padding: 0em 0em 0em 1em; -} -/* Field+value style lists... */ -#content .section dl.fields { - margin: 0.5em 0em 0.5em 0em; -} -#content .section dl.fields dt { - width: 7em; - float: left; - clear: left; - margin: 0em; - font-style: italic; - overflow: hidden; - white-space: nowrap; -} -#content .section dl.fields dt:after { - content: "....................................."; -} -#content .section dl.fields dt * { - font-weight: inherit; font-style: inherit; text-decoration: inherit; -} -#content .section dl.fields dd { - margin: 0em 0em 0em 7.5em; - padding: 0em 0em 0em 0em; -} -/* A directory, as in the index for the people. */ -#content .section ul.directory, -#content .section .directory -{ - padding: 0em; - margin: 0em 0em 1.5em 0em; - list-style-type: none; -} -/* Hack to give .directory hasLayout on IE6 and below. - * Without this the contents can spill out and mess up the layout of the - * page. */ -* html #content .section ul.directory, -* html #content .section .directory -{ - height: 0; -} -#content .section ul.directory li, -#content .section .directory .directory-item -{ - display: block; - float: left; - width: 49.5%; - margin: 0em; - padding: 0em; - text-indent: 0em; -} -#content .section ul.directory li * { - /* float: none !important; */ -} -#content .section ul.directory li ul { - margin: 0em 0em 0.25em 0em; - padding: 0em; - list-style-type: circle; -} -#content .section ul.directory li ul li { - float: none !important; - display: list-item; - padding: 0em 0em 0em 0em; - text-indent: 0em; -} -#content .section ul.directory li ul li { - width: auto !important; - margin: 0em 0em 0em 1.25em; -} -/* Default style, as in straight in content, ordered lists... */ -#content .section ol { - margin: 0em 0em 1.5em 0em; -} -#content .section ol ol { - margin: 0em 0em 0em 0em; -} -#content .section ol li { - margin: 0em 0em 0.25em 2em; -} -#content .section ol li ol li { - margin: 0em 0em 0.25em 1em; -} -#content .section ol li p { - margin: 0em 0em 0.75em 0em; -} -/* For the people directory we present as a picture matrix. */ -#people-directory { - width: 100%; -} -#people-directory li { - margin: 0px 1px 1px 0px !important; - padding: 0px !important; - float: left !important; - width: 100px !important; - height: 100px !important; - overflow: hidden; -} -#people-directory img { - width: 100px; - height: 100px; - border: none !important; - padding: 0px !important; - margin: 0px !important; - float: none !important; -} -#people-directory a { - width: 100px !important; - height: 100px !important; - padding: 0px !important; - margin: 0px !important; - overflow: hidden; - display: block; - text-align: center; - vertical-align: bottom; - font-size: 11px; -} -#people-directory a .link { - display: none; -} -#people-directory a:hover { - border: none !important; -} -#people-directory a:hover .link { - display: block; - padding: 0px; - margin: -33px 2px 2px 2px; - height: 28px; - position: relative; - z-index: 2; - background: url(alpha_white_75.png) left top repeat; - line-height: 1.2em; - font-weight: bold; -} -#people-directory li.clear { - clear: both !important; - width: 100% !important; - height: 1px !important; - overflow: hidden !important; - float: none !important; -} -/* The detailed bio portraits are also fixed width for fit and consistency. */ -#content .section .portrait { - float: right; - width: 300px; - margin: 0em 0em 1em 1em; -} -/* PRE text is almost always a code example. Show like a blockquote, - except with a smaller font to reduce the likelyhood of long lines - getting cut. And allow for horizontal scroll to prevent wide boxes, - except in the case of pre inside tables. */ -#content .section pre { - margin: 1.5em; - border: 1px solid #CCCCCC; - padding: 0.5em; - font-size: 90%; - overflow: auto; - clear: left; -} -#content .section table pre { - overflow: visible; - clear: left; -} -/* */ -#content .section .admonition { - margin: 1.5em; - border: 4px solid #2070A0; - padding: 0.5em; -} -/* A biobligraphy list, as a definition list. */ -#content .section dl.bibliography dd { - margin: 0em 0em 0em 0em; - font-weight: bold; -} -#content .section dl.bibliography dd * { - font-weight: inherit; -} -#content .section dl.bibliography dt { - margin: 0em 0em 1em 0em; -} -/* */ -#content .news-date { - color: #777; - font-size: 90%; -} -/* Download table */ -#content .section table.download-table { - text-align: left; - margin: 1.5em 0; -} - -#content .section table.download-table caption { - caption-side: top; - text-align: left; - margin: 0.5em 0; - font-family: 'Times New Roman', serif; - font-variant: small-caps; - font-size: 115%; -} \ No newline at end of file diff --git a/style/css_0/draft.png b/style/css_0/draft.png deleted file mode 100644 index 0084708c..00000000 Binary files a/style/css_0/draft.png and /dev/null differ diff --git a/style/css_0/footer.css b/style/css_0/footer.css deleted file mode 100644 index c3419884..00000000 --- a/style/css_0/footer.css +++ /dev/null @@ -1,38 +0,0 @@ -/* - Copyright 2005 Redshift Software, Inc. - Distributed under the Boost Software License, Version 1.0. - (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) -*/ -/* Footer with copyright, license, banners. */ -#footer { - color: #666666; - margin: 1.5em; - padding: 0em; - clear: both; - background: #EEEEEE; - border-top: #000000 solid 1px; -} -#footer-left { - float: left; - padding: 0.75em; -} -#footer-right { - float: right; - padding: 0.75em; -} -#footer p { - margin: 0em; - padding: 0em; - font-size: 75%; - text-align: left; -} -#footer #banners p { - float: left; - margin: 0em 0em 0em 1em; -} -#footer #banners a { - display: block; -} -#footer #banner-sourceforge { - background: url(http://sourceforge.net/sflogo.php?group_id=7586&type=1) no-repeat fixed 0px 5em; -} diff --git a/style/css_0/get-boost.png b/style/css_0/get-boost.png deleted file mode 100644 index 281c13b7..00000000 Binary files a/style/css_0/get-boost.png and /dev/null differ diff --git a/style/css_0/global.css b/style/css_0/global.css deleted file mode 100644 index 383e8e0b..00000000 --- a/style/css_0/global.css +++ /dev/null @@ -1,36 +0,0 @@ -/* - Copyright 2005 Redshift Software, Inc. - Distributed under the Boost Software License, Version 1.0. - (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) -*/ -/* The base font size. The first one is for IE, the second for everyone else. */ -body { - font-size: smaller; - min-width: 43em; -} -* > body { - font-size: 9.5pt; -} -/* Global defaults. */ -* { - margin: 0; - padding: 0; - font-weight: normal; - font-size: 100%; - text-decoration: none; -} -body { - font-family: sans-serif; - color: #000000; - background: #FFFFFF; -} -#heading { -} -#body { - clear: both; - border: none; - width: 100%; - background: #FFFFFF; -} -#body-inner { -} diff --git a/style/css_0/header.css b/style/css_0/header.css deleted file mode 100644 index d2b6e005..00000000 --- a/style/css_0/header.css +++ /dev/null @@ -1,66 +0,0 @@ -/* - Copyright 2005 Redshift Software, Inc. - Distributed under the Boost Software License, Version 1.0. - (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) -*/ -/* Heading, title and logo. */ -#heading * { - color: #FFFFFF; -} -#heading { - margin: 0em; - background: #A1A1A1; - border-bottom: #000000 solid 1px; - height: 100px; -} -#heading-placard { - display: none; -} -#heading-title #boost, -#heading-title #cpplibraries { - display: none; -} -#heading-title { - float: left; -} -#heading-title a { -} -#heading-logo { - width: 270px; - height: 90px; - border: none; - vertical-align: bottom; - margin: 0px 0px 0px 1.5em; -} -#heading-quote { - text-align: right; - padding: 25px 1.5em 10px 0em; -} -#heading-quote * { -} -#heading-quote .quote { - font-size: 90%; - display: block; -} -#heading-quote .attribution { - font-size: 85%; - display: block; -} -#heading-sections { - display: none; -} -#heading-search { - display: none; - text-align: right; - padding: 0em 1.5em 0em 0em; -} -#heading-search #search-text #q { - background: transparent; - border: none; - border-bottom: 1px #BBBBBB solid; - margin-right: 0.25em; - font-size: 90%; -} -#heading-search #search-text #q:hover { - border-bottom: 1px #FFFFFF solid; -} diff --git a/style/css_0/home.png b/style/css_0/home.png deleted file mode 100644 index 5584aacb..00000000 Binary files a/style/css_0/home.png and /dev/null differ diff --git a/style/css_0/important.png b/style/css_0/important.png deleted file mode 100644 index 574cf282..00000000 Binary files a/style/css_0/important.png and /dev/null differ diff --git a/style/css_0/links_bright.css b/style/css_0/links_bright.css deleted file mode 100644 index 740ffb2b..00000000 --- a/style/css_0/links_bright.css +++ /dev/null @@ -1,195 +0,0 @@ -/* - Copyright 2005 Redshift Software, Inc. - Distributed under the Boost Software License, Version 1.0. - (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) -*/ -/* All about link/anchors ("A") elements. It's all here in one file - to facilitate trying out multiple variants. And to help - keep them consistent across all contexts. */ -a.internal, -a.external { - text-decoration: none; - color: #000000; -} - -/* Links, in the content section div, i.e. text. */ -#content .section a { - color: #2070A0; -} -#content .section a:hover { - color: #FF4500; - border-bottom: 1px solid #BBBBBB; -} -#content .section a:visited:hover { - border-bottom: 1px dotted #BBBBBB; -} -#content .section a.external:hover { - border-bottom: 1px solid #FF4500; -} -#content .section a.external:visited:hover { - border-bottom: 1px dotted #FF4500; -} -#content .section a[name] { - border: none; -} -#content .section a[name]:hover { - color: #000000; -} -#content .section a[name]:visited { - border: none; -} -#content .section h1 a, #content .section h1 a[name]:hover, -#content .section h2 a, #content .section h2 a[name]:hover, -#content .section h3 a, #content .section h3 a[name]:hover, -#content .section h4 a, #content .section h4 a[name]:hover, -#content .section h5 a, #content .section h5 a[name]:hover, -#content .section h6 a, #content .section h6 -{ - color: #005080; -} - -/* Links in the footer. */ -#footer a { - color: #2070A0; -} -#footer a:hover { - color: #FF4500; - border-bottom: 1px solid #BBBBBB; -} -#footer a:visited:hover { - border-bottom: 1px dotted #BBBBBB; -} -#footer a.external:hover { - border-bottom: 1px solid #FF4500; -} -#footer a.external:visited:hover { - border-bottom: 1px dotted #FF4500; -} - -/* Links in the header. */ -#heading-quote a { - border-bottom: 1px solid #BBBBBB; -} -#heading-quote a:hover { - border-bottom: 1px solid #FFFFFF; -} -#heading-quote a:visited { - border-bottom: 1px dotted #BBBBBB; -} -#heading-quote a:visited:hover { - border-bottom: 1px dotted #FFFFFF; -} - -/* Links in the sidebar */ -#sidebar #menu h4 a { - color: #2070A0; -} -#sidebar #menu h4 a span.link { - color: #FFFFFF; -} -#sidebar #menu h4 a:hover { - color: #FF4500; -} -#sidebar #menu h4 a:hover span.link { - color: #FF4500; -} -#sidebar #menu ul li ul a { - color: #2070A0; -} -#sidebar #menu ul li ul a span.link { - color: #FFFFFF; -} -#sidebar #menu ul li ul a:hover { - color: #FF4500; -} -#sidebar #menu ul li ul a:hover span.link { - color: #FF4500; -} - -/* The special "Get Boost" button. */ -#get-boost a { - color: #2070A0; -} -#get-boost a span.link { - color: #EEEEEE; - display: none; -} -#get-boost a:hover { - color: #FF4500; - background-color: #EEEEEE; -} -#get-boost a:hover span.link { - color: #FF4500; -} - -/* In the content TOCs and MENUs. */ -#content .toc a, -#content .menu a -{ - border: none; -} -#content .toc a:hover, -#content .menu a:hover -{ - background: #EEEEEE; - border: none; -} -#content .toc a:visited, -#content .menu a:visited -{ - border: none; -} -#content .toc a:hover:visited, -#content .menu a:hover:visited -{ - border: none; -} - -/* In the documentation TOCs. */ -#content div.toc a, -#content table.toc a, -#content dl.index a, -#content dl.page-index a, -#content .section div.contents ul.simple a -{ - border: none; -} -#content div.toc a:hover, -#content table.toc a:hover, -#content dl.index a:hover, -#content dl.page-index a:hover, -#content .section div.contents ul.simple a:hover -{ - background: #EEEEEE; - border: none; -} -#content div.toc a:visited, -#content table.toc a:visited, -#content dl.index a:visited, -#content dl.page-index a:visited, -#content .section div.contents ul.simple a:visited -{ - border: none; -} -#content div.toc a:hover:visited, -#content table.toc a:hover:visited, -#content dl.index a:hover:visited, -#content dl.page-index a:hover:visited, -#content .section div.contents ul.simple a:hover:visited -{ - border: none; -} - -/* In the documentation nav bars. */ -#content .spirit-nav a { - border: none; -} -#content .spirit-nav a:hover { - border: none; -} -#content .spirit-nav a:visited { - border: none; -} -#content .spirit-nav a:hover:visited { - border: none; -} diff --git a/style/css_0/links_underbar.css b/style/css_0/links_underbar.css deleted file mode 100644 index cfe266b1..00000000 --- a/style/css_0/links_underbar.css +++ /dev/null @@ -1,109 +0,0 @@ -/* - Copyright 2005 Redshift Software, Inc. - Distributed under the Boost Software License, Version 1.0. - (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) -*/ -/* All about link/anchors ("A") elements. It's all here in one file - to facilitate trying out multiple variants. And to help - keep them consistent across all contexts. */ -a.internal, -a.external { - text-decoration: none; - color: #000000; -} - -/* Links, in the content section div, i.e. text. */ -#content .section a { - color: #000000; - border-bottom: 1px solid #2070A0; -} -#content .section a:hover { - color: #2070A0; -} -#content .section a:visited { - border-bottom: 1px dashed #2070A0; -} -#content .section a.external { - border-bottom: 1px solid #902020; -} -#content .section a.external:hover { - color: #902020; -} -#content .section a.external:visited { - border-bottom: 1px dashed #902020; -} -#content .section a[name] { - border: none; -} -#content .section a[name]:hover { - color: #000000; -} -#content .section a[name]:visited { - border: none; -} -#content .section h1 a, #content .section h1 a[name]:hover, -#content .section h2 a, #content .section h2 a[name]:hover, -#content .section h3 a, #content .section h3 a[name]:hover, -#content .section h4 a, #content .section h4 a[name]:hover, -#content .section h5 a, #content .section h5 a[name]:hover, -#content .section h6 a, #content .section h6 -{ - color: #005080; -} - -/* Links in the footer. */ -#footer a { - color: #FFFFFF; - border-bottom: 1px solid #0080B0; -} -#footer a:hover { - border-bottom: 1px solid #c8dae3; -} -#footer a:visited { - border-bottom: 1px dashed #0080B0; -} -#footer a:visited:hover { - border-bottom: 1px dashed #c8dae3; -} - -/* Links in the header. */ -#heading-quote a { - border-bottom: 1px solid #0080C0; -} -#heading-quote a:hover { - border-bottom: 1px solid #c8dae3; -} -#heading-quote a:visited { - border-bottom: 1px dashed #0080C0; -} -#heading-quote a:visited:hover { - border-bottom: 1px dashed #c8dae3; -} - -/* Links in the sidebar */ -#sidebar #menu a { - color: #000000; -} -#sidebar #menu a:hover { - color: #2070A0; - background: #DDDDDD; -} -#sidebar #menu a:hover span.link { - color: #2070A0; - background: #DDDDDD; -} - -/* The special "Get Boost" button. */ -#get-boost a { - color: #2070A0; -} -#get-boost a span.link { - color: #EEEEEE; -} -#get-boost a:hover { - color: #2070A0; - background-color: #DDDDDD; -} -#get-boost a:hover span.link { - color: #2070A0; -} diff --git a/style/css_0/next.png b/style/css_0/next.png deleted file mode 100644 index 59800b4e..00000000 Binary files a/style/css_0/next.png and /dev/null differ diff --git a/style/css_0/next_disabled.png b/style/css_0/next_disabled.png deleted file mode 100644 index 10a8c59d..00000000 Binary files a/style/css_0/next_disabled.png and /dev/null differ diff --git a/style/css_0/note.png b/style/css_0/note.png deleted file mode 100644 index ad6296a1..00000000 Binary files a/style/css_0/note.png and /dev/null differ diff --git a/style/css_0/panel_bkg.png b/style/css_0/panel_bkg.png deleted file mode 100644 index 740839c5..00000000 Binary files a/style/css_0/panel_bkg.png and /dev/null differ diff --git a/style/css_0/prev.png b/style/css_0/prev.png deleted file mode 100644 index d88a40f9..00000000 Binary files a/style/css_0/prev.png and /dev/null differ diff --git a/style/css_0/prev_disabled.png b/style/css_0/prev_disabled.png deleted file mode 100644 index ab3c17e0..00000000 Binary files a/style/css_0/prev_disabled.png and /dev/null differ diff --git a/style/css_0/section-basic.css b/style/css_0/section-basic.css deleted file mode 100644 index 7ab67be7..00000000 --- a/style/css_0/section-basic.css +++ /dev/null @@ -1,55 +0,0 @@ -/* - Copyright 2005-2008 Redshift Software, Inc. - Distributed under the Boost Software License, Version 1.0. - (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) -*/ -@import url(theme_grass/theme.css); -/* Heading, title and logo. */ -#boost-common-heading-doc { - position: absolute; - left: 0; - top: 0; - margin: 0em; - height: 100px; - width: 100%; - overflow: hidden; -} -#boost-common-heading-doc-spacer { - height: 100px; -} -#heading-placard { - display: none; -} -#heading-title #boost, -#heading-title #cpplibraries { - display: none; -} -#heading-title { - float: left; -} -#heading-title a { -} -#heading-logo { - width: 270px; - height: 90px; - border: none; - vertical-align: bottom; - margin: 0px 0px 0px 1.5em; -} -#heading-quote { - text-align: right; - padding: 25px 1.5em 10px 0em; -} -#heading-quote * { -} -#heading-quote .quote { - font-size: 90%; - display: block; -} -#heading-quote .attribution { - font-size: 85%; - display: block; -} -#heading-sections { - display: none; -} diff --git a/style/css_0/section-boost.css b/style/css_0/section-boost.css deleted file mode 100644 index 9c610e3f..00000000 --- a/style/css_0/section-boost.css +++ /dev/null @@ -1,19 +0,0 @@ -/* - Copyright 2005 Redshift Software, Inc. - Distributed under the Boost Software License, Version 1.0. - (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) -*/ -/* Heading, title and logo. */ -li#boost-section-tab { - background: #FFFFFF !important; - border-bottom: #FFFFFF 1px solid !important; -} -#boost-section-menu ul { - display: block !important; -} -#boost-section-menu h4 a { - border-left: 4px solid; - border-right: 4px solid; - margin-left: 0px !important; - margin-right: 0px !important; -} diff --git a/style/css_0/section-community.css b/style/css_0/section-community.css deleted file mode 100644 index fcac75f2..00000000 --- a/style/css_0/section-community.css +++ /dev/null @@ -1,127 +0,0 @@ -/* - Copyright 2005 Redshift Software, Inc. - Distributed under the Boost Software License, Version 1.0. - (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) -*/ -/* Heading, title and logo. */ -li#community-section-tab { - background: #FFFFFF !important; - border-bottom: #FFFFFF 1px solid !important; -} -#community-section-menu ul { - display: block !important; -} -#community-section-menu h4 a { - border-left: 4px solid; - border-right: 4px solid; - margin-left: 0px !important; - margin-right: 0px !important; -} - -#content #irc-stats table { -} -#content #irc-stats table td { - background-color: transparent !important; -} -#content #irc-stats table td.tdtop { - background-color: #eeeeee !important; - text-align: center; -} -#content #irc-stats table td.tdtop * { - font-weight: bold; -} -#content #irc-stats table td.headlinebg { - border: none !important; -} -#content #irc-stats table td.headtext { - border: none !important; - font-weight: bold !important; -} -#content #irc-stats table td.asmall, -#content #irc-stats table td.rankc10center, -#content #irc-stats table td.hirankc10center { - border: none !important; - padding: 0em !important; - width: 17px; - text-align: center; - /* overflow: visible; */ - white-space: nowrap; -} -#content #irc-stats table td.asmall { - vertical-align: bottom; -} -#content #irc-stats table td.rankc10center { - vertical-align: center; - font-size: 80%; -} -#content #irc-stats table td.hirankc10center { - vertical-align: center; - font-weight: bold; - font-size: 95%; -} -#content #irc-stats table td.empty, -#content #irc-stats table td.rankc, -#content #irc-stats table td.hirankc { - text-align: right !important; - border: none !important; - font-size: 80%; -} -#content #irc-stats table td.hirankc { - font-size: 95%; - font-weight: bold; -} -#content #irc-stats .irc-stats-percent { - display: block; - font-size: 90%; -} -#content #irc-stats .irc-stats-percent .irc-stats-decimal { - display: block; - font-size: 75%; -} -#content #irc-stats img { - border: none; - margin: 0px !important; - padding: 0px !important; -} -#content #irc-stats img.irc-stats-blue-v { - border: 1px solid #0000CC; -} -#content #irc-stats img.irc-stats-green-v { - border: 1px solid #00AA00; -} -#content #irc-stats img.irc-stats-yellow-v { - border: 1px solid #AAAA00; -} -#content #irc-stats img.irc-stats-red-v { - border: 1px solid #CC0000; -} -#content #irc-stats img.irc-stats-red-v, -#content #irc-stats img.irc-stats-blue-v, -#content #irc-stats img.irc-stats-green-v, -#content #irc-stats img.irc-stats-yellow-v, -#content #irc-stats img.irc-stats-red-v { - width: 15px; - border-top-width: 4px; -} -#content #irc-stats img.irc-stats-blue-h { - background: #0000CC; -} -#content #irc-stats img.irc-stats-green-h { - background: #00AA00; -} -#content #irc-stats img.irc-stats-yellow-h { - background: #AAAA00; -} -#content #irc-stats img.irc-stats-red-h { - background: #CC0000; -} -#content #irc-stats img.irc-stats-red-h, -#content #irc-stats img.irc-stats-blue-h, -#content #irc-stats img.irc-stats-green-h, -#content #irc-stats img.irc-stats-yellow-h, -#content #irc-stats img.irc-stats-red-h { - height: 4px; - margin: 1px !important; - border-top: 1px solid #AAAAAA; - border-bottom: 1px solid #AAAAAA; -} diff --git a/style/css_0/section-development.css b/style/css_0/section-development.css deleted file mode 100644 index 139bbc4c..00000000 --- a/style/css_0/section-development.css +++ /dev/null @@ -1,24 +0,0 @@ -/* - Copyright 2005 Redshift Software, Inc. - Distributed under the Boost Software License, Version 1.0. - (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) -*/ -/* Heading, title and logo. */ -li#development-section-tab { - background: #FFFFFF !important; - border-bottom: #FFFFFF 1px solid !important; -} -#development-section-menu ul { - display: block !important; -} -#development-section-menu h4 a { - border-left: 4px solid; - border-right: 4px solid; - margin-left: 0px !important; - margin-right: 0px !important; -} -/* Don't centre the tables in the review wizard reports */ -#content .section table.docutils.field-list { - margin-left: 0; - margin-right: 0; -} diff --git a/style/css_0/section-doc.css b/style/css_0/section-doc.css deleted file mode 100644 index 2477e3c6..00000000 --- a/style/css_0/section-doc.css +++ /dev/null @@ -1,559 +0,0 @@ -/* - Copyright 2005 Redshift Software, Inc. - Distributed under the Boost Software License, Version 1.0. - (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) -*/ -/* Library list options. */ - -#content #options { - padding-left: 6em; -} -#content #options .label { - float: left; - display: inline; - margin-left: -6em; - width: 6em; - padding: 0.5em 0; - text-align: right; -} -#content #options ul.menu li span { - font-weight: bold; -} - -/* Heading, title and logo. */ -li#doc-section-tab { - background: #FFFFFF !important; - border-bottom: #FFFFFF 1px solid !important; -} -#documentation-section-menu ul { - display: block !important; -} -#documentation-section-menu h4 a { - border-left: 4px solid; - border-right: 4px solid; - margin-left: 0px !important; - margin-right: 0px !important; -} -#content #docs { - margin: 0em; -} -#content #notes { - margin: 0em; -} -#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 { - clear: left; -} -/* The Boost.Book navs... */ -#content .spirit-nav { - float: right; - padding: 0.25em; - background: #FFFFFF; - margin: 0em 0em 1em 1em; - border: #CCCCCC 1px solid; -} -#content .spirit-nav img { - border: none; - margin: 0.25em 0.25em 0em 0.25em; -} -#content .spirit-nav a { - border: none; -} -#content .spirit-nav a:hover { - border: none; - /* background: #EEEEEE; */ - display: inline-block; -} -#content .spirit-nav a:visited { - border: none; -} -#content .spirit-nav a:hover:visited { - border: none; -} -#content div.toc, -#content table.toc, -#content dl.index, -#content dl.page-index, -#content .section div.contents ul.simple -{ - margin: 1em; - padding: 0.5em; - border: 1px solid #CCCCCC; - background: #FFFFFF; -} -#content table.toc -{ - width: 90%; -} -#content dl.index dl, -#content dl.page-index dl, -#content .section div.contents ul.simple ul -{ - margin: 0em; - padding: 0em; - border: none; - background: transparent; -} -#content div.toc dl { - margin: 0em; - padding: 0em; -} -#content div.toc dt, -#content dl.index dt, -#content dl.page-index dt, -#content .section div.contents ul.simple li -{ - display: block; - margin: 0em; - padding: 0em; - text-indent: 0em; - list-style-type: none; -} -#content div.toc dt dt, -#content dl.index dt dt, -#content dl.page-index dt dt, -#content .section div.contents ul.simple li ul li -{ - margin: 0em 0em 0em 1em; -} -#content table.toc td.toc_cells_L0 { - padding: 0em 0em 0em 0em; -} -#content table.toc td.toc_cells_L1 { - padding: 0em 0em 0em 1em; -} -#content table.toc td.toc_cells_L2 { - padding: 0em 0em 0em 2em; -} -#content dl.index dd, -#content dl.page-index dd, -#content div.toc dd { - margin: 0em; - padding: 0em 0em 0em 1em; -} -#content div.toc p { - display: none; -} -#content div.toc a, -#content table.toc a, -#content dl.index a, -#content dl.page-index a, -#content .section div.contents ul.simple a -{ - display: block; - width: 100%; -} -#content div.toc a:hover, -#content table.toc a:hover, -#content dl.index a:hover, -#content dl.page-index a:hover, -#content .section div.contents ul.simple a:hover -{ -} -#content div.toc a:visited, -#content table.toc a:visited, -#content dl.index a:visited, -#content dl.page-index a:visited, -#content .section div.contents ul.simple a:visited -{ -} -#content div.toc a:hover:visited, -#content table.toc a:hover:visited, -#content dl.index a:hover:visited, -#content dl.page-index a:hover:visited, -#content .section div.contents ul.simple a:hover:visited -{ -} -#content .section-body { - padding-bottom: 1em; -} -#content .section .section { - margin: 0em; -} - -/* The rest of the BoostBook styles... */ -#content .section table.footer-table, -#content .section + table, -#content .article + table { - border: none; - margin: 0.75em 0em 0em 0em; - font-size: 80%; - width: 100%; -} -#content .section table.footer-table td, -#content .section + table td, -#content .article + table td { - border: none !important; -} -#content .section table.footer-table td[align=right], -#content .section + table td[align=right], -#content .article + table td[align=right] { - text-align: right; -} -#content .section pre.literallayout { - margin: 0em; - border: none; - padding: 0em; - overflow: visible; - font-size: 95%; -} -#content .section span.term { - font-weight: bold; -} -#content .section span.term * { - font-weight: inherit; -} -#content .section table.table { - margin: 1em; - border: none; - border-spacing: 2px; -} -#content .section table.table th { - background: #EEEEEE; - border: 1px solid #CCCCCC !important; - padding: 0.25em; -} -#content .section table.table td { - border: 1px solid #CCCCCC !important; - padding: 0.25em; -} -#content .section table.table td p { - margin: 0em; -} -#content .section .variablelist { - margin: 1em 0; -} -#content .section .variablelist table { - margin: 0em; -} -#content .section .variablelist table th, -#content .section .variablelist table td { - border: none !important; -} -/* #content .section .variablelist dl { - margin: 0em 0em 0em 0em; -} -#content .section .variablelist dl dt { - width: 10em; - float: left; - clear: left; - margin: 0em 1em 1em 0em; - font-style: italic; -} -#content .section .variablelist dl dt * { - font-weight: inherit; font-style: inherit; text-decoration: inherit; -} -#content .section .variablelist dl dd { - margin: 0em 0em 1em 10em; - padding: 0em 0em 0em 1em; -} */ -#content .section table.simplelist { - margin: 1em; - border: none; - width: auto !important; - margin: 0em !important; - padding: 0em !important; - border: none !important; -} -#content .section table.simplelist td -{ - margin: 0em !important; - padding: 0em !important; - text-align: left !important; - font-size: 9pt !important; - border: none !important; -} -#content .section td table.simplelist { - margin: 1em; - border: none; - border: 4px solid #FFFFFF !important; - border-bottom: none !important; - border-right: none !important; -} -#content .section table pre.screen, -#content .section table pre.table-programlisting -{ - display: inline; - border: none; - margin: 0em; - padding: 0em; -} -#content .section img { - border: none; -} -#content .section span.inlinemediaobject img -{ - vertical-align: middle; -} - -/* */ -#content .section h2 *, -#content .section h3 *, -#content .section h4 *, -#content .section h5 *, -#content .section h6 * -{ font-weight: inherit; /* font-style: inherit; */ text-decoration: inherit; } - -/* 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, .copyright-footer { color: #666666; font-size: small; } -.white_bkd { background-color: #FFFFFF; } -.dk_grey_bkd { background-color: #999999; } - -/* Docutils generated HTML... */ -#content table.field-list, -#content table.docinfo -{ - border: none; - margin-left: 0em; - margin-right: 0em; -} -#content table.citation, -#content table.footnote -{ - border: none; - border-left: 1px solid #CCCCCC; - margin: 1em 0em 0em 0em; - padding: 0em; - font-size: 95%; -} -#content table.citation td, -#content table.footnote td -{ - border: none !important; - padding: 0em 0.25em 0em 0.25em; -} -#content table.header, -#content table.footer -{ - border: none; - margin-right: 0em; - margin-bottom: 1em; -} -#content table.field-list th, -#content table.docinfo th, -#content table.field-list td, -#content table.docinfo td -{ - border: none !important; - text-align: left; - background: inherit; -} -#content table.field-list th.field-name, -#content table.docinfo th.docinfo-name -{ - white-space: nowrap; - text-transform: capitalize; - width: 10em; -} -#content div.footer -{ - text-align: center; - font-size: 80%; -} -div.contents .topic-title -{ - font-size: 130%; - font-weight: bold; -} -div.contents .topic-title * -{ font-weight: inherit; /* font-style: inherit; */ text-decoration: inherit; } -#content td.navigation-bar, -#content td.page-location -{ - float: right; - clear: right; - margin: 0.25em; - background: #DDDDDD url(panel_bkg.png) top left repeat-x; - border: #CCCCCC 1px solid; -} - -/* Multi-Index... */ -#content div.prev_link, -#content div.up_link, -#content div.next_link -{ - float: right; - padding: 0.25em; - background: #DDDDDD url(panel_bkg.png) top left repeat-x; - margin: 0em 0em 1em 0em; - border: #CCCCCC 1px solid; - width: 19px; height: 19px; -} -#content div.prev_link img, -#content div.up_link img, -#content div.next_link img -{ - display: none; -} -#content div.prev_link br, -#content div.up_link br, -#content div.next_link br -{ - display: none; -} -#content div.prev_link a, -#content div.up_link a, -#content div.next_link a -{ - display: block; - width: 19px; height: 19px; - text-indent: 20px; - overflow: hidden; - border: none; -} -#content div.prev_link a:hover, -#content div.up_link a:hover, -#content div.next_link a:hover, -#content div.prev_link a:visited, -#content div.up_link a:visited, -#content div.next_link a:visited -{ - border: none; -} -#content div.prev_link a { - background: url(prev.png) no-repeat center center; -} -#content div.up_link a { - background: url(up.png) no-repeat center center; -} -#content div.next_link a { - background: url(next.png) no-repeat center center; -} -#content div.prev_link { - background: #EEEEEE url(prev_disabled.png) no-repeat center center; -} -#content div.up_link { - background: #EEEEEE url(up_disabled.png) no-repeat center center; -} -#content div.next_link { - background: #EEEEEE url(next_disabled.png) no-repeat center center; -} - -/* Pyste? */ -#content .pyste-nav { - float: right; - padding: 0.25em; - background: #DDDDDD url(panel_bkg.png) top left repeat-x; - margin: 0em 0em 1em 0em !important; - border: #CCCCCC 1px solid !important; -} -#content .pyste-nav td { - margin: 0em !important; - padding: 0em !important; -} -#content .pyste-nav img { - width: 19px; height: 19px; - border: none; - margin: 0.25em 0.25em 0em 0.25em; -} -#content .pyste-nav a, -#content .pyste-nav a:hover, -#content .pyste-nav a:visited -{ - border: none; -} - -/* Various, notes, info, etc. boxes... */ -#content table.note_box -{ - margin: 1em; - background: #EEEEEE; - border: none; - text-align: justify; - padding: 0em; -} -#content table.note_box td -{ - padding: 0.5em; - font-size: 90%; -} -#content table.note_box td img -{ - background: #FFFFFF; - border: none; - float: left; - margin: -0.5em 0.5em 0.5em -0.5em; - padding: 0em 0.25em 0.25em 0em; - position: relative; - left: -1px; - top: -1px; -} - -/* And the boostbook versions of those boxes... */ -#content .section .tip, -#content .section .note, -#content .section .warning, -#content .section .important, -#content .section .caution, -#content .section .sidebar, -#content .section .hint -{ - margin: 1em !important; - border: 1px solid #CCCCCC; - padding: 0.5em 0.5em 0.5em 40px; - min-height: 22px; -} -#content .section .tip > table, -#content .section .note > table, -#content .section .warning > table, -#content .section .important > table, -#content .section .caution > table, -#content .section .sidebar > table, -#content .section .hint > table -{ - margin: 0em !important; -} -#content .section .tip h3 + p, -#content .section .note h3 + p, -#content .section .warning h3 + p, -#content .section .important h3 + p, -#content .section .caution h3 + p, -#content .section .sidebar h3 + p, -#content .section .hint h3 + p -{ - margin-top: 0em !important; -} -#content .section .tip .title, -#content .section .note .title, -#content .section .warning .title, -#content .section .important .title, -#content .section .caution .title, -#content .section .sidebar .title, -#content .section .hint .title -{ - display: none; -} -#content .section .tip tbody tr:first-child, -#content .section .note tbody tr:first-child, -#content .section .warning tbody tr:first-child, -#content .section .important tbody tr:first-child, -#content .section .caution tbody tr:first-child, -#content .section .sidebar tbody tr:first-child, -#content .section .hint tbody tr:first-child -{ - display: none; -} -#content .section .tip tbody > tr > td, -#content .section .note tbody > tr > td, -#content .section .warning tbody > tr > td, -#content .section .important tbody > tr > td, -#content .section .caution tbody > tr > td, -#content .section .sidebar tbody > tr > td, -#content .section .hint tbody > tr > td -{ - border: none !important; -} -#content .section .tip { background: #FFFFFF url(tip.png) no-repeat top left; } -#content .section .note { background: #FFFFFF url(note.png) no-repeat top left; } -#content .section .warning { background: #FFFFFF url(caution.png) no-repeat top left; } -#content .section .important { background: #FFFFFF url(important.png) no-repeat top left; } -#content .section .caution { background: #FFFFFF url(caution.png) no-repeat top left; } -#content .section .sidebar { background: #FFFFFF url(note.png) no-repeat top left; } -#content .section .hint { background: #FFFFFF url(tip.png) no-repeat top left; } diff --git a/style/css_0/section-map.css b/style/css_0/section-map.css deleted file mode 100644 index 674e790f..00000000 --- a/style/css_0/section-map.css +++ /dev/null @@ -1,78 +0,0 @@ -/* - Copyright 2005 Redshift Software, Inc. - Distributed under the Boost Software License, Version 1.0. - (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) -*/ -/* Heading, title and logo. */ -li#map-section-tab { - background: #FFFFFF !important; - border-bottom: #FFFFFF 1px solid !important; -} -#map-section-menu ul { - display: block !important; -} -#boost-section-menu ul { - display: block !important; -} -#boost-section-menu h4 a { - border-left: 4px solid; - border-right: 4px solid; - margin-left: 0px !important; - margin-right: 0px !important; -} -/* Site map index. */ -#site-map-section-boost, -#site-map-section-community, -#site-map-section-development, -#site-map-section-support -{ - width: 50%; - float: left; -} -#site-map-section-boost, -#site-map-section-development, -#site-map-section-doc -{ - clear: left; -} -#content #site-map * { - margin: 0em; - padding: 0em; - text-indent: 0em; - background: none; -} -#content #site-map .link { - display: none; -} -#content #site-map ul { -} -#content #site-map ul li { - list-style: none; -} -#content #site-map ul li h4 { - float: none; - font-weight: bold; - font-style: normal; - font-variant: small-caps; - font-size: 120%; -} -#content #site-map ul li h4 * { - /* font-weight: bold; */ - float: none; -} -#content #site-map ul li h3, -#content #site-map ul li h5, -#content #site-map ul li h6 -{ - font-weight: normal; - font-size: 100%; -} -#content #site-map ul li ul { - margin: 0em 1em 1em 0em; -} -#content #site-map ul li ul li ul { - margin: 0em 0em 0em 0em; -} -#content #site-map ul li ul li ul li { - margin: 0em 0em 0em 1em; -} diff --git a/style/css_0/section-support.css b/style/css_0/section-support.css deleted file mode 100644 index 1862f964..00000000 --- a/style/css_0/section-support.css +++ /dev/null @@ -1,19 +0,0 @@ -/* - Copyright 2005 Redshift Software, Inc. - Distributed under the Boost Software License, Version 1.0. - (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) -*/ -/* Heading, title and logo. */ -li#support-section-tab { - background: #FFFFFF !important; - border-bottom: #FFFFFF 1px solid !important; -} -#support-section-menu ul { - display: block !important; -} -#support-section-menu h4 a { - border-left: 4px solid; - border-right: 4px solid; - margin-left: 0px !important; - margin-right: 0px !important; -} diff --git a/style/css_0/section-welcome.css b/style/css_0/section-welcome.css deleted file mode 100644 index 90fcac20..00000000 --- a/style/css_0/section-welcome.css +++ /dev/null @@ -1,60 +0,0 @@ -/* - Copyright 2005 Redshift Software, Inc. - Distributed under the Boost Software License, Version 1.0. - (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) -*/ -/* Heading, title and logo. */ -li#welcome-section-tab { - background: #FFFFFF !important; - border-bottom: #FFFFFF 1px solid !important; -} -#welcome-section-menu ul { - display: block !important; -} -#welcome-section-menu h4 a { - border-left: 4px solid; - border-right: 4px solid; - margin-left: 0px !important; - margin-right: 0px !important; -} -#welcome { - min-width: 22em !important; - max-width: 40em !important; - margin-bottom: 1.5em !important; - padding-right: 1.25em !important; -} -#welcome h2 { - padding-top: 0em !important; -} -.directory > #welcome { - width: auto !important; -} -#important-news, -#important-downloads { - width: 22em !important; - padding-right: 1.25em !important; -} -#news .news-title { - display: block; -} -#news .news-description { - display: block; - padding: 0.25em 0em 0.25em 0em; -} -#news .news-date { - display: block; - padding: 0em 0em 0.5em 0em; - color: #777; - font-size: 90%; -} -#downloads .news-title { - display: block; -} -#downloads .news-description { - display: none; - padding: 0.25em 0em 0.25em 0em; -} -#downloads .news-date { - color: #777; - font-size: 90%; -} diff --git a/style/css_0/sidebar.css b/style/css_0/sidebar.css deleted file mode 100644 index 7b84ebd1..00000000 --- a/style/css_0/sidebar.css +++ /dev/null @@ -1,170 +0,0 @@ -/* - Copyright 2005 Redshift Software, Inc. - Distributed under the Boost Software License, Version 1.0. - (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) -*/ -#sidebar { - float: right; - vertical-align: top; - padding: 1.5em 1.5em 1.5em 0em; -} -#sidebar #menu { - width: 16em; - margin: 0em 0em 1.5em 0em; - overflow: hidden; -} -#sidebar #search { - width: 16em; - margin: 0em 0em 0.25em 0em; -} - -/**** The menus... ****/ - -/* Menu on the right of the content. */ -#sidebar #menu { -} -#sidebar #menu * { - text-decoration: none; - color: #2070A0; - margin: 0em; padding: 0em; -} -#sidebar #menu ul { - list-style-type: none; -} -#sidebar #menu ul li { -} -#sidebar #menu ul li h4 { - font-family: "Times New Roman",serif; - font-variant: small-caps; - margin: 0em 0em 0.25em 0em; - border: #CCCCCC 1px solid; -} -#sidebar #menu ul li h4 a { -} -#sidebar #menu ul li ul { - list-style-type: none; - display: none; - padding-bottom: 0.25em; - border-left: #FFFFFF 1px solid; - border-right: #FFFFFF 1px solid; -} -#sidebar #menu ul li ul li { -} -#sidebar #menu ul li ul li .heading { - padding-left: 0.5em; -} -#sidebar #menu ul li ul li a { -} -/* The links all behave the same. */ -#sidebar #menu ul li h4 a, -#sidebar #menu ul li ul li a { - padding-left: 0.25em; - display: block; - width: 15em; - margin-left: 4px; - margin-right: 4px; -} -#sidebar #menu ul li ul li ul li a { - padding-left: 1.25em; - width: 14em; -} -#sidebar #menu ul li ul li ul li ul li a { - padding-left: 2.25em; - width: 13em; -} -#sidebar #menu ul li ul li ul li ul li ul li a { - padding-left: 3.25em; - width: 12em; -} -#sidebar #menu a span.link { - color: #DDDDDD; - font-family: sans-serif; - font-weight: bold; - position: absolute; - right: 2.25em; -} - -/**** RSS feed menus ****/ -#rss-menu ul { - display: block !important; -} -#rss-menu ul li { - overflow: hidden; -} -#rss-menu .news-date { - /* display: block !important; */ - clear: both; - margin-left: 4px !important; - margin-right: 4px !important; - padding: 0em 0em 0.25em 0.5em !important; - color: #777 !important; - font-size: 90% !important; -} - -/**** Search... ****/ -/* Search box */ -#sidebar #search { -} -#sidebar #search #search-0 { - font-family: "Times New Roman",serif; - font-variant: small-caps; - margin: 0em 0em 0.25em 0em; - border: #CCCCCC 1px solid; - padding: 2px 2px 2px 0.5em; -} -#sidebar #search h4 { -} -#sidebar #search #search-label { - float: left; -} -/* - The various parts of the search widget. */ -#sidebar #search #search-text { - margin: 0em; - padding: 0em; - display: block; - text-align: right; -} -#sidebar #search #search-text #q { - font-size: 90%; - width: 12.5em; - /* width: 11.5em; */ - margin: 0em 0em 0em 0em; - padding: 0em; - border: none; - color: #000000; - background-color: #CCCCCC; -} -/* - The custom Google banner and link. */ -#sidebar #search #google { - display: block; - margin: 0em 0em 17px 0em; - padding: 0em; - border: none; - border-bottom: 1px solid #CCCCCC; - text-align: center; - overflow: visible; - height: 15px; -} -#sidebar #search #google a { - color: #000000; -} -#sidebar #search #google img { - width: 75px; height: 32px; - margin: 0em 0em 0em 0em; - border: none; - background: #FFFFFF; -} -/* The download button... */ -#get-boost { - text-align: center; -} -#get-boost a { - border: none !important; - background: transparent !important; -} -#get-boost a img { - border: none; - width: 150px; - height: 145px; - background: #FFFFFF url(get-boost.png) no-repeat center center; -} diff --git a/style/css_0/theme_grape/header-bg.png b/style/css_0/theme_grape/header-bg.png deleted file mode 100644 index 5be7cba7..00000000 Binary files a/style/css_0/theme_grape/header-bg.png and /dev/null differ diff --git a/style/css_0/theme_grape/header-fg.png b/style/css_0/theme_grape/header-fg.png deleted file mode 100644 index 549c812e..00000000 Binary files a/style/css_0/theme_grape/header-fg.png and /dev/null differ diff --git a/style/css_0/theme_grape/links.css b/style/css_0/theme_grape/links.css deleted file mode 100644 index 63915b6e..00000000 --- a/style/css_0/theme_grape/links.css +++ /dev/null @@ -1,195 +0,0 @@ -/* - Copyright 2006 Redshift Software, Inc. - Distributed under the Boost Software License, Version 1.0. - (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) -*/ -/* All about link/anchors ("A") elements. It's all here in one file - to facilitate trying out multiple variants. And to help - keep them consistent across all contexts. */ -a.internal, -a.external { - text-decoration: none; - color: #000000; -} - -/* Links, in the content section div, i.e. text. */ -#content .section a { - color: #2070A0; -} -#content .section a:hover { - color: #75689D; - border-bottom: 1px solid #BBBBBB; -} -#content .section a:visited:hover { - border-bottom: 1px dotted #BBBBBB; -} -#content .section a.external:hover { - border-bottom: 1px solid #75689D; -} -#content .section a.external:visited:hover { - border-bottom: 1px dotted #75689D; -} -#content .section a[name] { - border: none; -} -#content .section a[name]:hover { - color: #000000; -} -#content .section a[name]:visited { - border: none; -} -#content .section h1 a, #content .section h1 a[name]:hover, -#content .section h2 a, #content .section h2 a[name]:hover, -#content .section h3 a, #content .section h3 a[name]:hover, -#content .section h4 a, #content .section h4 a[name]:hover, -#content .section h5 a, #content .section h5 a[name]:hover, -#content .section h6 a, #content .section h6 -{ - color: #005080; -} - -/* Links in the footer. */ -#footer a { - color: #2070A0; -} -#footer a:hover { - color: #75689D; - border-bottom: 1px solid #BBBBBB; -} -#footer a:visited:hover { - border-bottom: 1px dotted #BBBBBB; -} -#footer a.external:hover { - border-bottom: 1px solid #75689D; -} -#footer a.external:visited:hover { - border-bottom: 1px dotted #75689D; -} - -/* Links in the header. */ -#heading-quote a { - border-bottom: 1px solid #BBBBBB; -} -#heading-quote a:hover { - border-bottom: 1px solid #FFFFFF; -} -#heading-quote a:visited { - border-bottom: 1px dotted #BBBBBB; -} -#heading-quote a:visited:hover { - border-bottom: 1px dotted #FFFFFF; -} - -/* Links in the sidebar */ -#sidebar #menu h4 a { - color: #2070A0; -} -#sidebar #menu h4 a span.link { - color: #FFFFFF; -} -#sidebar #menu h4 a:hover { - color: #75689D; -} -#sidebar #menu h4 a:hover span.link { - color: #75689D; -} -#sidebar #menu ul li ul a { - color: #2070A0; -} -#sidebar #menu ul li ul a span.link { - color: #FFFFFF; -} -#sidebar #menu ul li ul a:hover { - color: #75689D; -} -#sidebar #menu ul li ul a:hover span.link { - color: #75689D; -} - -/* The special "Get Boost" button. */ -#get-boost a { - color: #2070A0; -} -#get-boost a span.link { - color: #EEEEEE; - display: none; -} -#get-boost a:hover { - color: #75689D; - background-color: #EEEEEE; -} -#get-boost a:hover span.link { - color: #75689D; -} - -/* In the content TOCs and MENUs. */ -#content .toc a, -#content .menu a -{ - border: none; -} -#content .toc a:hover, -#content .menu a:hover -{ - background: #EEEEEE; - border: none; -} -#content .toc a:visited, -#content .menu a:visited -{ - border: none; -} -#content .toc a:hover:visited, -#content .menu a:hover:visited -{ - border: none; -} - -/* In the documentation TOCs. */ -#content div.toc a, -#content table.toc a, -#content dl.index a, -#content dl.page-index a, -#content .section div.contents ul.simple a -{ - border: none; -} -#content div.toc a:hover, -#content table.toc a:hover, -#content dl.index a:hover, -#content dl.page-index a:hover, -#content .section div.contents ul.simple a:hover -{ - background: #EEEEEE; - border: none; -} -#content div.toc a:visited, -#content table.toc a:visited, -#content dl.index a:visited, -#content dl.page-index a:visited, -#content .section div.contents ul.simple a:visited -{ - border: none; -} -#content div.toc a:hover:visited, -#content table.toc a:hover:visited, -#content dl.index a:hover:visited, -#content dl.page-index a:hover:visited, -#content .section div.contents ul.simple a:hover:visited -{ - border: none; -} - -/* In the documentation nav bars. */ -#content .spirit-nav a { - border: none; -} -#content .spirit-nav a:hover { - border: none; -} -#content .spirit-nav a:visited { - border: none; -} -#content .spirit-nav a:hover:visited { - border: none; -} diff --git a/style/css_0/theme_grape/theme.css b/style/css_0/theme_grape/theme.css deleted file mode 100644 index a15debd8..00000000 --- a/style/css_0/theme_grape/theme.css +++ /dev/null @@ -1,43 +0,0 @@ -/* - Copyright 2005-2006 Redshift Software, Inc. - Distributed under the Boost Software License, Version 1.0. - (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) -*/ - -/* Bright sky-blue/orange links. */ -@import url(links.css); - -/* We put the base header background on the body. */ -body { - background: #FFFFFF url(header-bg.png) repeat-x top left; - color: #000000; -} - -/* Heading, title and logo. */ -#heading * { - color: #FFFFFF; -} -#heading { - background: url(header-fg.png) no-repeat top left; - border: none; - border-bottom: #000000 solid 1px; -} -#heading-logo { - width: 236px; - height: 55px; - margin: 18px 0px 0px 24px; -} - -/* Search box */ -#sidebar #search #search-text #q { - background-color: #75689D; - color: #FFFFFF; - font-weight: bold; - padding: 1px; -} - -/* Markers on sidebar menus. */ -#sidebar #menu ul li h4 a { - border-left-color: #75689D; - border-right-color: #75689D; -} diff --git a/style/css_0/theme_grass/caution.png b/style/css_0/theme_grass/caution.png deleted file mode 100755 index c73b0aa3..00000000 Binary files a/style/css_0/theme_grass/caution.png and /dev/null differ diff --git a/style/css_0/theme_grass/footer-bg-left.png b/style/css_0/theme_grass/footer-bg-left.png deleted file mode 100644 index 92fb6aac..00000000 Binary files a/style/css_0/theme_grass/footer-bg-left.png and /dev/null differ diff --git a/style/css_0/theme_grass/footer-bg-right.png b/style/css_0/theme_grass/footer-bg-right.png deleted file mode 100644 index e31044a8..00000000 Binary files a/style/css_0/theme_grass/footer-bg-right.png and /dev/null differ diff --git a/style/css_0/theme_grass/footer-bg.png b/style/css_0/theme_grass/footer-bg.png deleted file mode 100644 index 9d0d7852..00000000 Binary files a/style/css_0/theme_grass/footer-bg.png and /dev/null differ diff --git a/style/css_0/theme_grass/header-bg.png b/style/css_0/theme_grass/header-bg.png deleted file mode 100644 index 3588b91b..00000000 Binary files a/style/css_0/theme_grass/header-bg.png and /dev/null differ diff --git a/style/css_0/theme_grass/header-fg.png b/style/css_0/theme_grass/header-fg.png deleted file mode 100644 index 0dabd14f..00000000 Binary files a/style/css_0/theme_grass/header-fg.png and /dev/null differ diff --git a/style/css_0/theme_grass/home.png b/style/css_0/theme_grass/home.png deleted file mode 100755 index f2047b8f..00000000 Binary files a/style/css_0/theme_grass/home.png and /dev/null differ diff --git a/style/css_0/theme_grass/important.png b/style/css_0/theme_grass/important.png deleted file mode 100755 index fc0c9ceb..00000000 Binary files a/style/css_0/theme_grass/important.png and /dev/null differ diff --git a/style/css_0/theme_grass/links.css b/style/css_0/theme_grass/links.css deleted file mode 100644 index 89956b6e..00000000 --- a/style/css_0/theme_grass/links.css +++ /dev/null @@ -1,195 +0,0 @@ -/* - Copyright 2006 Redshift Software, Inc. - Distributed under the Boost Software License, Version 1.0. - (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) -*/ -/* All about link/anchors ("A") elements. It's all here in one file - to facilitate trying out multiple variants. And to help - keep them consistent across all contexts. */ -#content a.internal, -#content a.external { - text-decoration: none; - color: #000000; -} - -/* Links, in the content section div, i.e. text. */ -#content .section a { - color: #2070A0; -} -#content .section a:hover { - color: #6B9D68; - border-bottom: 1px solid #BBBBBB; -} -#content .section a:visited:hover { - border-bottom: 1px dotted #BBBBBB; -} -#content .section a.external:hover { - border-bottom: 1px solid #6B9D68; -} -#content .section a.external:visited:hover { - border-bottom: 1px dotted #6B9D68; -} -#content .section a[name] { - border: none; -} -#content .section a[name]:hover { - color: #000000; -} -#content .section a[name]:visited { - border: none; -} -#content .section h1 a, -#content .section h2 a, -#content .section h3 a, -#content .section h4 a, -#content .section h5 a, -#content .section h6 a -{ - color: #000000; -} - -/* Links in the footer. */ -#footer a { - color: #2070A0; -} -#footer a:hover { - color: #6B9D68; - border-bottom: 1px solid #BBBBBB; -} -#footer a:visited:hover { - border-bottom: 1px dotted #BBBBBB; -} -#footer a.external:hover { - border-bottom: 1px solid #6B9D68; -} -#footer a.external:visited:hover { - border-bottom: 1px dotted #6B9D68; -} - -/* Links in the header. */ -#heading-quote a { - border-bottom: 1px solid #BBBBBB; -} -#heading-quote a:hover { - border-bottom: 1px solid #FFFFFF; -} -#heading-quote a:visited { - border-bottom: 1px dotted #BBBBBB; -} -#heading-quote a:visited:hover { - border-bottom: 1px dotted #FFFFFF; -} - -/* Links in the sidebar */ -#sidebar #menu h4 a { - color: #2070A0; -} -#sidebar #menu h4 a span.link { - color: #FFFFFF; -} -#sidebar #menu h4 a:hover { - color: #6B9D68; -} -#sidebar #menu h4 a:hover span.link { - color: #6B9D68; -} -#sidebar #menu ul li ul a { - color: #2070A0; -} -#sidebar #menu ul li ul a span.link { - color: #FFFFFF; -} -#sidebar #menu ul li ul a:hover { - color: #6B9D68; -} -#sidebar #menu ul li ul a:hover span.link { - color: #6B9D68; -} - -/* The special "Get Boost" button. */ -#body #get-boost a { - color: #2070A0; -} -#body #get-boost a span.link { - color: #EEEEEE; - display: none; -} -#body #get-boost a:hover { - color: #6B9D68; - background-color: #EEEEEE; -} -#body #get-boost a:hover span.link { - color: #6B9D68; -} - -/* In the content TOCs and MENUs. */ -#content .toc a, -#content .menu a -{ - border: none; -} -#content .toc a:hover, -#content .menu a:hover -{ - background: #EEEEEE; - border: none; -} -#content .toc a:visited, -#content .menu a:visited -{ - border: none; -} -#content .toc a:hover:visited, -#content .menu a:hover:visited -{ - border: none; -} - -/* In the documentation TOCs. */ -#content div.toc a, -#content table.toc a, -#content dl.index a, -#content dl.page-index a, -#content .section div.contents ul.simple a -{ - border: none; -} -#content div.toc a:hover, -#content table.toc a:hover, -#content dl.index a:hover, -#content dl.page-index a:hover, -#content .section div.contents ul.simple a:hover -{ - background: #EEEEEE; - border: none; -} -#content div.toc a:visited, -#content table.toc a:visited, -#content dl.index a:visited, -#content dl.page-index a:visited, -#content .section div.contents ul.simple a:visited -{ - border: none; -} -#content div.toc a:hover:visited, -#content table.toc a:hover:visited, -#content dl.index a:hover:visited, -#content dl.page-index a:hover:visited, -#content .section div.contents ul.simple a:hover:visited -{ - border: none; -} - -/* In the documentation nav bars. */ -#content .spirit-nav a { - border: none; -} -#content .spirit-nav a:hover { - border: none; -} -#content .spirit-nav a:visited { - border: none; -} -#content .spirit-nav a:hover:visited { - border: none; -} diff --git a/style/css_0/theme_grass/next.png b/style/css_0/theme_grass/next.png deleted file mode 100755 index f3a1221d..00000000 Binary files a/style/css_0/theme_grass/next.png and /dev/null differ diff --git a/style/css_0/theme_grass/next_disabled.png b/style/css_0/theme_grass/next_disabled.png deleted file mode 100644 index c3f73799..00000000 Binary files a/style/css_0/theme_grass/next_disabled.png and /dev/null differ diff --git a/style/css_0/theme_grass/note.png b/style/css_0/theme_grass/note.png deleted file mode 100755 index 2c67184c..00000000 Binary files a/style/css_0/theme_grass/note.png and /dev/null differ diff --git a/style/css_0/theme_grass/prev.png b/style/css_0/theme_grass/prev.png deleted file mode 100755 index f7f03615..00000000 Binary files a/style/css_0/theme_grass/prev.png and /dev/null differ diff --git a/style/css_0/theme_grass/prev_disabled.png b/style/css_0/theme_grass/prev_disabled.png deleted file mode 100644 index 88f56008..00000000 Binary files a/style/css_0/theme_grass/prev_disabled.png and /dev/null differ diff --git a/style/css_0/theme_grass/theme.css b/style/css_0/theme_grass/theme.css deleted file mode 100644 index a05ef3d0..00000000 --- a/style/css_0/theme_grass/theme.css +++ /dev/null @@ -1,104 +0,0 @@ -/* - Copyright 2005-2006 Redshift Software, Inc. - Distributed under the Boost Software License, Version 1.0. - (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) -*/ - -/* Bright sky-blue/green links. */ -@import url(links.css); - -/* We put the base header background on the body. */ -body { - background: #FFFFFF url(header-bg.png) repeat-x top left; - color: #000000; -} - -/* Heading, title and logo. */ -#heading *, -#boost-common-heading-doc * { - color: #FFFFFF; -} -#heading, -#boost-common-heading-doc { - background: url(header-fg.png) no-repeat top left; - border: none; - border-bottom: #000000 solid 1px; -} -#heading-logo { - width: 236px; - height: 55px; - margin: 18px 0px 0px 24px; -} - -/* Search box */ -#sidebar #search #search-text #q { - background-color: #6B9D68; - color: #FFFFFF; - font-weight: bold; - padding: 1px; -} - -/* Markers on sidebar menus. */ -#sidebar #menu ul li h4 a { - border-left-color: #6B9D68; - border-right-color: #6B9D68; -} - -/* Documentation icons, etc. */ -#content img.prev_image, -#content img.prev_image_disabled, -#content img.up_image, -#content img.up_image_disabled, -#content img.home_image, -#content img.home_image_disabled, -#content img.next_image, -#content img.next_image_disabled -{ width: 19px; height: 19px; } -#content a img.prev_image { background: url(prev.png) no-repeat center center; } -#content a img.up_image { background: url(up.png) no-repeat center center; } -#content a img.home_image { background: url(home.png) no-repeat center center; } -#content a img.next_image { background: url(next.png) no-repeat center center; } -#content img.prev_image, -#content img.prev_image_disabled { background: url(prev_disabled.png) no-repeat center center; } -#content img.up_image, -#content img.up_image_disabled { background: url(up_disabled.png) no-repeat center center; } -#content img.next_image, -#content img.next_image_disabled { background: url(next_disabled.png) no-repeat center center; } -#content img.tip_image, -#content img.note_image, -#content img.warning_image, -#content img.important_image, -#content img.caution_image, -#content img.sidebar_image, -#content img.hint_image, -#content img.alert_image -{ width: 30px; height: 30px; float: left; clear: left; margin: 0em 0.5em 0.5em 0em; } -#content img.tip_image { background: url(tip.png) no-repeat center center; } -#content img.note_image { background: url(note.png) no-repeat center center; } -#content img.warning_image { background: url(caution.png) no-repeat center center; } -#content img.important_image { background: url(important.png) no-repeat center center; } -#content img.caution_image { background: url(caution.png) no-repeat center center; } -#content img.sidebar_image { background: url(note.png) no-repeat center center; } -#content img.hint_image { background: url(tip.png) no-repeat center center; } -#content img.alert_image { background: url(caution.png) no-repeat center center; } -#content .section div.tip { background: url(tip.png) no-repeat 0.5em 0.5em !important; } -#content .section div.note { background: url(note.png) no-repeat 0.5em 0.5em !important; } -#content .section div.warning { background: url(caution.png) no-repeat 0.5em 0.5em !important; } -#content .section div.important { background: url(important.png) no-repeat 0.5em 0.5em !important; } -#content .section div.caution { background: url(caution.png) no-repeat 0.5em 0.5em !important; } -#content .section div.sidebar { background: url(note.png) no-repeat 0.5em 0.5em !important; } -#content .section div.hint { background: url(tip.png) no-repeat 0.5em 0.5em !important; } - -/* Footer */ -#footer { - background: #FFFFFF url(footer-bg.png) repeat-x top left; - border: none; -} -#footer-left { - min-height: 100px; - background: url(footer-bg-left.png) no-repeat top left; -} -#footer-right { - min-height: 100px; - background: url(footer-bg-right.png) no-repeat top right; -} diff --git a/style/css_0/theme_grass/tip.png b/style/css_0/theme_grass/tip.png deleted file mode 100755 index 66892d21..00000000 Binary files a/style/css_0/theme_grass/tip.png and /dev/null differ diff --git a/style/css_0/theme_grass/up.png b/style/css_0/theme_grass/up.png deleted file mode 100755 index ef434074..00000000 Binary files a/style/css_0/theme_grass/up.png and /dev/null differ diff --git a/style/css_0/theme_grass/up_disabled.png b/style/css_0/theme_grass/up_disabled.png deleted file mode 100644 index 6fcf6b36..00000000 Binary files a/style/css_0/theme_grass/up_disabled.png and /dev/null differ diff --git a/style/css_0/theme_grass/warning.png b/style/css_0/theme_grass/warning.png deleted file mode 100755 index e059a2da..00000000 Binary files a/style/css_0/theme_grass/warning.png and /dev/null differ diff --git a/style/css_0/tip.png b/style/css_0/tip.png deleted file mode 100644 index e2fed5bd..00000000 Binary files a/style/css_0/tip.png and /dev/null differ diff --git a/style/css_0/toc-blank.png b/style/css_0/toc-blank.png deleted file mode 100644 index 6ffad17a..00000000 Binary files a/style/css_0/toc-blank.png and /dev/null differ diff --git a/style/css_0/toc-minus.png b/style/css_0/toc-minus.png deleted file mode 100644 index abbb020c..00000000 Binary files a/style/css_0/toc-minus.png and /dev/null differ diff --git a/style/css_0/toc-plus.png b/style/css_0/toc-plus.png deleted file mode 100644 index 941312ce..00000000 Binary files a/style/css_0/toc-plus.png and /dev/null differ diff --git a/style/css_0/up.png b/style/css_0/up.png deleted file mode 100644 index 17d9c3ec..00000000 Binary files a/style/css_0/up.png and /dev/null differ diff --git a/style/css_0/up_disabled.png b/style/css_0/up_disabled.png deleted file mode 100644 index e22bc871..00000000 Binary files a/style/css_0/up_disabled.png and /dev/null differ diff --git a/style/css_0/utility.css b/style/css_0/utility.css deleted file mode 100644 index ff6f4898..00000000 --- a/style/css_0/utility.css +++ /dev/null @@ -1,22 +0,0 @@ -/* - Copyright 2005 Redshift Software, Inc. - Distributed under the Boost Software License, Version 1.0. - (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) -*/ -/* A generic class to clear an element. */ -.clear { - clear: both; - width: 100%; - height: 1px; - overflow: hidden; -} -/* Removes as much decoration as possible. */ -.nothing { - border: 0 none; - border-spacing: 0; - background: transparent; - padding: 0; - margin: 0; - text-decoration: none; - text-indent: 0; -} diff --git a/style/css_0/warning.png b/style/css_0/warning.png deleted file mode 100644 index cdb17c93..00000000 Binary files a/style/css_0/warning.png and /dev/null differ diff --git a/style/section-basic.css b/style/section-basic.css deleted file mode 100644 index 0ba661e6..00000000 --- a/style/section-basic.css +++ /dev/null @@ -1,6 +0,0 @@ -/* - Copyright 2005-2008 Redshift Software, Inc. - Distributed under the Boost Software License, Version 1.0. - (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) -*/ -@import url(css_0/section-basic.css); diff --git a/style/section-boost.css b/style/section-boost.css deleted file mode 100644 index 2cb6804b..00000000 --- a/style/section-boost.css +++ /dev/null @@ -1,7 +0,0 @@ -/* - Copyright 2005 Redshift Software, Inc. - Distributed under the Boost Software License, Version 1.0. - (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) -*/ -@import url(basic.css); -@import url(css_0/section-boost.css); diff --git a/style/section-community.css b/style/section-community.css deleted file mode 100644 index e098c8a3..00000000 --- a/style/section-community.css +++ /dev/null @@ -1,7 +0,0 @@ -/* - Copyright 2005 Redshift Software, Inc. - Distributed under the Boost Software License, Version 1.0. - (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) -*/ -@import url(basic.css); -@import url(css_0/section-community.css); diff --git a/style/section-development.css b/style/section-development.css deleted file mode 100644 index afd9433c..00000000 --- a/style/section-development.css +++ /dev/null @@ -1,7 +0,0 @@ -/* - Copyright 2005 Redshift Software, Inc. - Distributed under the Boost Software License, Version 1.0. - (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) -*/ -@import url(basic.css); -@import url(css_0/section-development.css); diff --git a/style/section-doc.css b/style/section-doc.css deleted file mode 100644 index ce851c4f..00000000 --- a/style/section-doc.css +++ /dev/null @@ -1,7 +0,0 @@ -/* - Copyright 2005 Redshift Software, Inc. - Distributed under the Boost Software License, Version 1.0. - (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) -*/ -@import url(basic.css); -@import url(css_0/section-doc.css); diff --git a/style/section-map.css b/style/section-map.css deleted file mode 100644 index 27467fb3..00000000 --- a/style/section-map.css +++ /dev/null @@ -1,7 +0,0 @@ -/* - Copyright 2005 Redshift Software, Inc. - Distributed under the Boost Software License, Version 1.0. - (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) -*/ -@import url(basic.css); -@import url(css_0/section-map.css); diff --git a/style/section-support.css b/style/section-support.css deleted file mode 100644 index b19f8bd6..00000000 --- a/style/section-support.css +++ /dev/null @@ -1,7 +0,0 @@ -/* - Copyright 2005 Redshift Software, Inc. - Distributed under the Boost Software License, Version 1.0. - (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) -*/ -@import url(basic.css); -@import url(css_0/section-support.css); diff --git a/style/section-welcome.css b/style/section-welcome.css deleted file mode 100644 index 78cca6d7..00000000 --- a/style/section-welcome.css +++ /dev/null @@ -1,7 +0,0 @@ -/* - Copyright 2005 Redshift Software, Inc. - Distributed under the Boost Software License, Version 1.0. - (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) -*/ -@import url(basic.css); -@import url(css_0/section-welcome.css); diff --git a/style/trac-boost1.css b/style/trac-boost1.css deleted file mode 100644 index 16ca67e3..00000000 --- a/style/trac-boost1.css +++ /dev/null @@ -1,69 +0,0 @@ -/* - Style sheet for customizing the Boost Trac at svn.boost.org - */ - - -/*---------------------------------------------------------------------------- - Table ------------------------------------------------------------------------------*/ - - - .wikipage table - { - width: 92%; - margin-left: 4%; - margin-right: 4%; - border: 0px; - } - - .wikipage table tr th - { - margin: 2px; - margin-bottom: 8px; - padding: 0.5em; - padding-top: 10px; - padding-bottom: 0px; - background-color: #F8F8F8; - border: 1px solid #ECECEC; - } - - .wikipage table tr th p - { - font-size: 10pt; - text-align: center; - line-height: 1.2; - margin: 0; - padding: 0; - padding-bottom: 10px; - } - - .wikipage table tr td - { - margin: 2px; - padding: 0.5em; - padding-top: 10px; - padding-bottom: 0px; - background-color: white; - border: 1px solid #ECECEC; - } - - .wikipage table tr td p - { - text-align: left; - font-size: 10pt; - line-height: 1.2; - margin: 0; - padding: 0; - padding-bottom: 10px; - } - - .wikipage table:hover tr th - { - background-color: #E3F9E4; - } - - .wikipage table:hover tr td - { - background-color: #FAFFFB; - } - diff --git a/style/trac.css b/style/trac.css deleted file mode 100644 index 467546ec..00000000 --- a/style/trac.css +++ /dev/null @@ -1,3 +0,0 @@ -/* - Style sheet for customizing the Boost Trac at svn.boost.org - */ \ No newline at end of file