mirror of
https://github.com/boostorg/website.git
synced 2026-02-24 16:32:16 +00:00
30 lines
671 B
CSS
30 lines
671 B
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_bright.css);
|
|
|
|
/* Heading, title and logo. */
|
|
#heading * {
|
|
color: #FFFFFF;
|
|
}
|
|
#heading {
|
|
background: #ED982F url(header-sand-bkg.png) repeat-x top left;
|
|
border: none;
|
|
border-bottom: #000000 solid 1px;
|
|
}
|
|
#heading-logo {
|
|
width: 270px;
|
|
height: 90px;
|
|
background: url(header-sand-logo.png) no-repeat top left;
|
|
}
|
|
|
|
/* Search box */
|
|
#sidebar #search #search-text #q {
|
|
color: #000000;
|
|
background-color: #ED982F;
|
|
}
|