Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r61811 - in website/public_html/live: . style style/css_0 style/css_0/theme_grape style/css_0/theme_grass
From: daniel_james_at_[hidden]
Date: 2010-05-06 07:09:32


Author: danieljames
Date: 2010-05-06 07:09:30 EDT (Thu, 06 May 2010)
New Revision: 61811
URL: http://svn.boost.org/trac/boost/changeset/61811

Log:
Merge rename style directory 2.
Added:
   website/public_html/live/style/css_0/section-basic.css
      - copied unchanged from r61809, /website/public_html/beta/style/css_0/section-basic.css
Removed:
   website/public_html/live/style/css_0/theme_grape/header.css
   website/public_html/live/style/css_0/theme_grass/header.css
Properties modified:
   website/public_html/live/ (props changed)
Text files modified:
   website/public_html/live/style/css_0/global.css | 2 +
   website/public_html/live/style/css_0/header.css | 76 ++++++++++------------------------------
   website/public_html/live/style/css_0/theme_grape/links.css | 14 +++++++
   website/public_html/live/style/css_0/theme_grape/theme.css | 19 ++++++++-
   website/public_html/live/style/css_0/theme_grass/links.css | 14 +++++++
   website/public_html/live/style/css_0/theme_grass/theme.css | 21 ++++++++++-
   website/public_html/live/style/section-basic.css | 3 -
   7 files changed, 86 insertions(+), 63 deletions(-)

Modified: website/public_html/live/style/css_0/global.css
==============================================================================
--- website/public_html/live/style/css_0/global.css (original)
+++ website/public_html/live/style/css_0/global.css 2010-05-06 07:09:30 EDT (Thu, 06 May 2010)
@@ -24,6 +24,8 @@
   color: #000000;
   background: #FFFFFF;
 }
+#heading {
+}
 #body {
   clear: both;
   border: none;

Modified: website/public_html/live/style/css_0/header.css
==============================================================================
--- website/public_html/live/style/css_0/header.css (original)
+++ website/public_html/live/style/css_0/header.css 2010-05-06 07:09:30 EDT (Thu, 06 May 2010)
@@ -1,104 +1,66 @@
 /*
- Copyright 2005-2008 Redshift Software, Inc.
+ 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. */
-
-/* Position the common heading. This appears on pages which have their own
- * markup. Since the body might have a margin this has to be absolutely
- * positioned. The spacer then pushes the page content down so that it
- * doesn't fall underneath the heading. */
-#boost-common-heading-doc {
- position: absolute;
- left: 0;
- top: 0;
-}
-#boost-common-heading-doc-spacer {
- height: 100px;
+#heading * {
+ color: #FFFFFF;
 }
-
-#boost-common-heading-doc,
 #heading {
   margin: 0em;
+ background: #A1A1A1;
   border-bottom: #000000 solid 1px;
- width: 100%;
- font-family: sans-serif;
- font-size: 9.5pt;
-}
-#boost-common-heading-doc .heading-inner,
-#heading .heading-inner {
   height: 100px;
- overflow: hidden;
 }
-
-#boost-common-heading-doc *,
-#heading * {
- font-size: 100%;
- font-weight: normal;
- margin: 0;
- padding: 0;
- text-decoration: none;
-}
-#boost-common-heading-doc .heading-placard,
-#heading .heading-placard {
+#heading-placard {
   display: none;
 }
-#boost-common-heading-doc .heading-title .heading-boost,
-#boost-common-heading-doc .heading-title .heading-cpplibraries,
-#heading .heading-title .heading-boost,
-#heading .heading-title .heading-cpplibraries {
+#heading-title #boost,
+#heading-title #cpplibraries {
   display: none;
 }
-#boost-common-heading-doc .heading-title,
-#heading .heading-title {
+#heading-title {
   float: left;
 }
-#boost-common-heading-doc .heading-title a,
-#heading .heading-title a {
+#heading-title a {
 }
-#boost-common-heading-doc .heading-logo,
-#heading .heading-logo {
+#heading-logo {
   width: 270px;
   height: 90px;
   border: none;
   vertical-align: bottom;
   margin: 0px 0px 0px 1.5em;
 }
-#boost-common-heading-doc .heading-quote,
-#heading .heading-quote {
+#heading-quote {
   text-align: right;
   padding: 25px 1.5em 10px 0em;
 }
-#boost-common-heading-doc .heading-quote q,
-#heading .heading-quote q {
+#heading-quote * {
+}
+#heading-quote .quote {
   font-size: 90%;
   display: block;
 }
-#boost-common-heading-doc .heading-quote .heading-attribution,
-#heading .heading-quote .heading-attribution {
+#heading-quote .attribution {
   font-size: 85%;
   display: block;
 }
-#boost-common-heading-doc .heading-sections,
-#heading .heading-sections {
+#heading-sections {
   display: none;
 }
-#boost-common-heading-doc .heading-search,
-#heading .heading-search {
+#heading-search {
   display: none;
   text-align: right;
   padding: 0em 1.5em 0em 0em;
 }
-#boost-common-heading-doc .heading-search #search-text .q,
-#heading .heading-search #search-text .q {
+#heading-search #search-text #q {
   background: transparent;
   border: none;
   border-bottom: 1px #BBBBBB solid;
   margin-right: 0.25em;
   font-size: 90%;
 }
-#boost-common-heading-doc .heading-search #search-text #q:hover,
-#heading .heading-search #search-text #q:hover {
+#heading-search #search-text #q:hover {
   border-bottom: 1px #FFFFFF solid;
 }

Deleted: website/public_html/live/style/css_0/theme_grape/header.css
==============================================================================
--- website/public_html/live/style/css_0/theme_grape/header.css 2010-05-06 07:09:30 EDT (Thu, 06 May 2010)
+++ (empty file)
@@ -1,45 +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)
-*/
-
-/* Heading, title and logo. */
-#heading,
-#boost-common-heading-doc {
- background: #574D74 url(header-bg.png) repeat-x top left;
-}
-#heading *,
-#boost-common-heading-doc * {
- color: #FFFFFF;
-}
-#heading .heading-inner,
-#boost-common-heading-doc .heading-inner {
- background: url(header-fg.png) no-repeat top left;
- border: none;
- border-bottom: #000000 solid 1px;
-}
-#boost-common-heading-doc .heading-logo,
-#heading .heading-logo {
- width: 236px;
- height: 55px;
- margin: 18px 0px 0px 24px;
-}
-
-/* Links in the header. */
-#boost-common-heading-doc .heading-quote a,
-#heading .heading-quote a {
- border-bottom: 1px solid #BBBBBB;
-}
-#boost-common-heading-doc .heading-quote a:hover,
-#heading .heading-quote a:hover {
- border-bottom: 1px solid #FFFFFF;
-}
-#boost-common-heading-doc .heading-quote a:visited,
-#heading .heading-quote a:visited {
- border-bottom: 1px dotted #BBBBBB;
-}
-#boost-common-heading-doc .heading-quote a:visited:hover,
-#heading .heading-quote a:visited:hover {
- border-bottom: 1px dotted #FFFFFF;
-}

Modified: website/public_html/live/style/css_0/theme_grape/links.css
==============================================================================
--- website/public_html/live/style/css_0/theme_grape/links.css (original)
+++ website/public_html/live/style/css_0/theme_grape/links.css 2010-05-06 07:09:30 EDT (Thu, 06 May 2010)
@@ -66,6 +66,20 @@
   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;

Modified: website/public_html/live/style/css_0/theme_grape/theme.css
==============================================================================
--- website/public_html/live/style/css_0/theme_grape/theme.css (original)
+++ website/public_html/live/style/css_0/theme_grape/theme.css 2010-05-06 07:09:30 EDT (Thu, 06 May 2010)
@@ -6,13 +6,28 @@
 
 /* Bright sky-blue/orange links. */
 @import url(links.css);
-_at_import url(header.css);
 
+/* We put the base header background on the body. */
 body {
- background: #FFFFFF;
+ 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;

Deleted: website/public_html/live/style/css_0/theme_grass/header.css
==============================================================================
--- website/public_html/live/style/css_0/theme_grass/header.css 2010-05-06 07:09:30 EDT (Thu, 06 May 2010)
+++ (empty file)
@@ -1,45 +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)
-*/
-
-/* Heading, title and logo. */
-#heading,
-#boost-common-heading-doc {
- background: #4F744D url(header-bg.png) repeat-x top left;
-}
-#heading *,
-#boost-common-heading-doc * {
- color: #FFFFFF;
-}
-#heading .heading-inner,
-#boost-common-heading-doc .heading-inner {
- background: url(header-fg.png) no-repeat top left;
- border: none;
- border-bottom: #000000 solid 1px;
-}
-#boost-common-heading-doc .heading-logo,
-#heading .heading-logo {
- width: 236px;
- height: 55px;
- margin: 18px 0px 0px 24px;
-}
-
-/* Links in the header. */
-#boost-common-heading-doc .heading-quote a,
-#heading .heading-quote a {
- border-bottom: 1px solid #BBBBBB;
-}
-#boost-common-heading-doc .heading-quote a:hover,
-#heading .heading-quote a:hover {
- border-bottom: 1px solid #FFFFFF;
-}
-#boost-common-heading-doc .heading-quote a:visited,
-#heading .heading-quote a:visited {
- border-bottom: 1px dotted #BBBBBB;
-}
-#boost-common-heading-doc .heading-quote a:visited:hover,
-#heading .heading-quote a:visited:hover {
- border-bottom: 1px dotted #FFFFFF;
-}

Modified: website/public_html/live/style/css_0/theme_grass/links.css
==============================================================================
--- website/public_html/live/style/css_0/theme_grass/links.css (original)
+++ website/public_html/live/style/css_0/theme_grass/links.css 2010-05-06 07:09:30 EDT (Thu, 06 May 2010)
@@ -66,6 +66,20 @@
   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;

Modified: website/public_html/live/style/css_0/theme_grass/theme.css
==============================================================================
--- website/public_html/live/style/css_0/theme_grass/theme.css (original)
+++ website/public_html/live/style/css_0/theme_grass/theme.css 2010-05-06 07:09:30 EDT (Thu, 06 May 2010)
@@ -6,13 +6,30 @@
 
 /* Bright sky-blue/green links. */
 @import url(links.css);
-_at_import url(header.css);
 
+/* We put the base header background on the body. */
 body {
- background: #FFFFFF;
+ 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;

Modified: website/public_html/live/style/section-basic.css
==============================================================================
--- website/public_html/live/style/section-basic.css (original)
+++ website/public_html/live/style/section-basic.css 2010-05-06 07:09:30 EDT (Thu, 06 May 2010)
@@ -3,5 +3,4 @@
   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)
 */
-_at_import url(css_0/header.css);
-_at_import url(css_0/theme_grass/header.css);
+@import url(css_0/section-basic.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