2
0
mirror of https://github.com/boostorg/website.git synced 2026-02-26 17:12:13 +00:00
Files
website/style/css_0/header.css

92 lines
1.9 KiB
CSS

/*
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. */
#heading * {
color: #FFFFFF;
}
#heading {
background: #FFFFFF url(header-middle.png) repeat-x top left;
}
#heading-title #boost,
#heading-title #cpplibraries {
display: none;
}
#heading-title {
height: 110px;
background: url(header-left.png) no-repeat top left;
}
#heading-title a {
margin: 10px;
}
#heading-logo {
width: 240px;
height: 60px;
border: none;
vertical-align: bottom;
margin: 25px 0px 0px 10px;
}
#heading-sections {
margin: 0px;
}
#heading-sections ul {
list-style-type: none;
height: 2em;
padding: 0px 0px 0px 2.5em;
margin: 0px 20px 0px 0px;
background: #FFFFFF url(header-left-bottom.png) no-repeat top left;
position: relative;
z-index: 2;
}
#heading-sections li {
float: left;
padding: 0px;
margin: 0px 2px 0px 0px;
background: #666666 url(menu-tab-inactive-bkg.png) repeat-x top left;
}
#heading-sections a {
display: block;
font-size: 90%;
font-weight: bold;
padding: 2px 5px 2px 5px;
}
#heading-sections a:hover {
background: #000000;
}
#heading-quote * {
}
#heading-quote {
white-space: nowrap;
text-align: right;
position: absolute;
right: 0px;
top: 0px;
z-index: 1;
background: url(header-right.png) no-repeat top right;
height: 120px;
}
#heading-quote .quote {
font-size: 80%;
display: block;
padding: 12px 14px 0px 0px;
}
#heading-quote .attribution {
font-size: 75%;
display: block;
padding: 0px 14px 0px 0px;
}
#heading-quote a {
border-bottom: 1px solid #0080C0;
}
#heading-quote a:hover {
border-bottom: 1px solid #c8dae3;
}
#heading-quote a:visited {
border-bottom: 1px dashed #0080C0;
}
#heading-quote a:visited:hover {
border-bottom: 1px dashed #c8dae3;
}