locale/doc/style/header_grass.css
Alexander Grund 595934f25e
Update license headers
Use the more concise format omitting the reference to the license file
and refer to the URL only.
2022-07-12 18:35:41 +02:00

46 lines
1.1 KiB
CSS

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