2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-31 08:42:24 +00:00
Files
website/style-v2/css_0/theme_grape/header.css
Daniel James 40688e1552 Update links for https
Mostly in comments. Might be better to use relative links from html.
2018-04-13 09:14:48 +01:00

46 lines
1.2 KiB
CSS

/*
Copyright 2005-2006 Redshift Software, Inc.
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or https://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;
}