2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-26 19:12:15 +00:00
Files
website/style/css_0/header.css
Daniel James 1e0f9d65c2 Merge rename style directory 2.
[SVN r61811]
2010-05-06 11:09:30 +00:00

67 lines
1.2 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 {
margin: 0em;
background: #A1A1A1;
border-bottom: #000000 solid 1px;
height: 100px;
}
#heading-placard {
display: none;
}
#heading-title #boost,
#heading-title #cpplibraries {
display: none;
}
#heading-title {
float: left;
}
#heading-title a {
}
#heading-logo {
width: 270px;
height: 90px;
border: none;
vertical-align: bottom;
margin: 0px 0px 0px 1.5em;
}
#heading-quote {
text-align: right;
padding: 25px 1.5em 10px 0em;
}
#heading-quote * {
}
#heading-quote .quote {
font-size: 90%;
display: block;
}
#heading-quote .attribution {
font-size: 85%;
display: block;
}
#heading-sections {
display: none;
}
#heading-search {
display: none;
text-align: right;
padding: 0em 1.5em 0em 0em;
}
#heading-search #search-text #q {
background: transparent;
border: none;
border-bottom: 1px #BBBBBB solid;
margin-right: 0.25em;
font-size: 90%;
}
#heading-search #search-text #q:hover {
border-bottom: 1px #FFFFFF solid;
}