Update of /cvsroot/boost/website/style/css_0/theme_grape
In directory
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17344/style/css_0/theme_grape
Added Files:
header-bg.png header-fg.png links.css theme.css
Log Message:
--- NEW FILE: header-bg.png ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: header-fg.png ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: links.css ---
/*
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;
}
--- NEW FILE: theme.css ---
/*
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;
}
/* 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;
}
/* Wiki form. */
#wiki-edit-form #summary {
background-color: #75689D;
color: #FFFFFF;
font-weight: bold;
padding: 1px;
}
#wiki-edit-form #Save {
background-color: #CC3333;
color: #FFFFFF;
font-weight: bold;
padding: 1px;
}
#wiki-edit-form #Preview {
background-color: #75689D;
color: #FFFFFF;
font-weight: bold;
padding: 1px;
}
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs