|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r60090 - in website/public_html/beta/style/css_0: . theme_grape theme_grass
From: daniel_james_at_[hidden]
Date: 2010-03-03 03:09:30
Author: danieljames
Date: 2010-03-03 03:09:29 EST (Wed, 03 Mar 2010)
New Revision: 60090
URL: http://svn.boost.org/trac/boost/changeset/60090
Log:
When using the 'basic' style, only theme the header.
Added:
website/public_html/beta/style/css_0/theme_grape/header.css (contents, props changed)
website/public_html/beta/style/css_0/theme_grass/header.css (contents, props changed)
Text files modified:
website/public_html/beta/style/css_0/section-basic.css | 2 +-
website/public_html/beta/style/css_0/theme_grape/links.css | 14 --------------
website/public_html/beta/style/css_0/theme_grape/theme.css | 19 ++-----------------
website/public_html/beta/style/css_0/theme_grass/links.css | 14 --------------
website/public_html/beta/style/css_0/theme_grass/theme.css | 21 ++-------------------
5 files changed, 5 insertions(+), 65 deletions(-)
Modified: website/public_html/beta/style/css_0/section-basic.css
==============================================================================
--- website/public_html/beta/style/css_0/section-basic.css (original)
+++ website/public_html/beta/style/css_0/section-basic.css 2010-03-03 03:09:29 EST (Wed, 03 Mar 2010)
@@ -3,7 +3,7 @@
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(theme_grass/theme.css);
+@import url(theme_grass/header.css);
/* Heading, title and logo. */
#boost-common-heading-doc {
position: absolute;
Added: website/public_html/beta/style/css_0/theme_grape/header.css
==============================================================================
--- (empty file)
+++ website/public_html/beta/style/css_0/theme_grape/header.css 2010-03-03 03:09:29 EST (Wed, 03 Mar 2010)
@@ -0,0 +1,41 @@
+/*
+ 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. */
+body {
+ background-image: url(header-bg.png);
+ background-repeat: repeat-x;
+ background-position: top left;
+}
+#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;
+}
+
+/* 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;
+}
Modified: website/public_html/beta/style/css_0/theme_grape/links.css
==============================================================================
--- website/public_html/beta/style/css_0/theme_grape/links.css (original)
+++ website/public_html/beta/style/css_0/theme_grape/links.css 2010-03-03 03:09:29 EST (Wed, 03 Mar 2010)
@@ -66,20 +66,6 @@
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/beta/style/css_0/theme_grape/theme.css
==============================================================================
--- website/public_html/beta/style/css_0/theme_grape/theme.css (original)
+++ website/public_html/beta/style/css_0/theme_grape/theme.css 2010-03-03 03:09:29 EST (Wed, 03 Mar 2010)
@@ -6,28 +6,13 @@
/* Bright sky-blue/orange links. */
@import url(links.css);
+@import url(header.css);
-/* We put the base header background on the body. */
body {
- background: #FFFFFF url(header-bg.png) repeat-x top left;
+ background: #FFFFFF;
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;
Added: website/public_html/beta/style/css_0/theme_grass/header.css
==============================================================================
--- (empty file)
+++ website/public_html/beta/style/css_0/theme_grass/header.css 2010-03-03 03:09:29 EST (Wed, 03 Mar 2010)
@@ -0,0 +1,41 @@
+/*
+ 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. */
+body {
+ background-image: url(header-bg.png);
+ background-repeat: repeat-x;
+ background-position: top left;
+}
+#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;
+}
+
+/* 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;
+}
Modified: website/public_html/beta/style/css_0/theme_grass/links.css
==============================================================================
--- website/public_html/beta/style/css_0/theme_grass/links.css (original)
+++ website/public_html/beta/style/css_0/theme_grass/links.css 2010-03-03 03:09:29 EST (Wed, 03 Mar 2010)
@@ -66,20 +66,6 @@
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/beta/style/css_0/theme_grass/theme.css
==============================================================================
--- website/public_html/beta/style/css_0/theme_grass/theme.css (original)
+++ website/public_html/beta/style/css_0/theme_grass/theme.css 2010-03-03 03:09:29 EST (Wed, 03 Mar 2010)
@@ -6,30 +6,13 @@
/* Bright sky-blue/green links. */
@import url(links.css);
+@import url(header.css);
-/* We put the base header background on the body. */
body {
- background: #FFFFFF url(header-bg.png) repeat-x top left;
+ background: #FFFFFF;
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;
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