2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-28 19:52:14 +00:00
Files
website/style/css_0/sidebar.css
Rene Rivera 0bcb2933de *** empty log message ***
[SVN r83]
2006-04-25 14:07:51 +00:00

192 lines
3.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)
*/
#sidebar {
float: right;
vertical-align: top;
padding: 1.5em 1.5em 1.5em 0em;
}
#sidebar #menu, #sidebar #search {
width: 15em;
/* padding: 0.25em; */
/* background: #DDDDDD url(panel_bkg.png) top left repeat-x; */
margin: 0em 0em 1em 0em;
border: #CCCCCC 1px solid;
}
/**** The menus... ****/
/* Menu on the right of the content. */
#sidebar #menu {
}
#sidebar #menu * {
text-decoration: none;
color: #000000;
margin: 0em; padding: 0em;
}
#sidebar #menu ul {
list-style-type: none;
}
#sidebar #menu ul li {
}
#sidebar #menu ul li h4 a {
font-weight: bold;
margin: 0em 0em 0.25em 0em;
}
#sidebar #menu ul li ul {
list-style-type: none;
}
#sidebar #menu ul li ul li {
}
#sidebar #menu ul li ul li .heading {
padding-left: 0.25em;
}
#sidebar #menu ul li ul li a {
}
/* The links all behave the same. */
#sidebar #menu ul li h4 a,
#sidebar #menu ul li ul li a {
padding-left: 0.25em;
display: block;
width: 15em;
}
#sidebar #menu ul li ul li ul li a {
padding-left: 1.25em;
width: 14em;
}
#sidebar #menu ul li ul li ul li ul li a {
padding-left: 2.25em;
width: 13em;
}
#sidebar #menu ul li ul li ul li ul li ul li a {
padding-left: 3.25em;
width: 12em;
}
#sidebar #menu a span.link {
color: #EEEEEE;
font-weight: bold;
position: absolute;
right: 1.5em;
display: none;
}
/**** Search... ****/
/* Search box */
#sidebar #search {
}
#sidebar #search #search-0 {
padding: 0em 0.125em 0em 0.125em;
}
#sidebar #search h4 {
font-weight: bold;
}
/* - The three parts of the search widget. */
#sidebar #search #search-text {
display: block;
height: 1.8em;
margin: 0em;
padding: 0.25em 0em 1px 0em;
}
#sidebar #search #search-text #q {
width: 98%;
margin: 0 -5px 0 0; padding: 1px;
border: 1px solid #000000;
color: #000000;
background-color: #FFFFFF;
}
#sidebar #search #search-choice {
}
#sidebar #search #search-choice #hq {
margin: 0; padding: 0;
border: 1px solid #000000;
color: #000000;
background-color: #FFFFFF;
}
#sidebar #search #go {
}
#sidebar #search #go #search-button {
margin: 0; padding: 0;
background: none;
border: 1px solid #000000;
cursor: pointer;
}
#sidebar #search #go #search-button span.link {
color: #EEEEEE;
font-weight: bold;
display: none;
}
#sidebar #search #go #search-button:hover {
color: #2070A0;
background: #CCCCCC;
}
#sidebar #search #go #search-button:hover span.link {
color: #2070A0;
}
/* - The custom Google banner and link. */
#sidebar #search #google {
display: block;
margin: 0em 0em 0em 0em;
border: none;
text-align: center;
}
#sidebar #search #google a {
display: block;
font-size: 10px;
color: #000000;
}
#sidebar #search #google img {
width: 75px; height: 32px;
margin: 0em -20px 0em 0em;
border: none;
}
/* The big download button... */
/**
#sidebar #get-boost {
width: 15.25em;
padding: 0.25em;
margin: 0em 0em 1em 0em;
}
#get-boost h2 {
background: url(get-boost-right.png) no-repeat top right;
}
#get-boost a {
display: block;
height: 55px;
width: 100%;
background: url(get-boost-left.png) no-repeat top left;
padding: 25px 0em 0em 0em;
text-indent: 70px;
font-size: 20px;
font-weight: bold;
color: #000000;
}
/*/
#sidebar #get-boost {
width: 15.25em;
padding: 0.25em;
background: #DDDDDD url(panel_bkg.png) top left repeat-x;
margin: 0em 0em 1em 0em;
border: #CCCCCC 1px solid;
}
#get-boost a {
display: block;
position: relative;
width: 100%;
height: 40px;
text-indent: 42px;
font-weight: bold;
background: url(get-boost-small.png) no-repeat 2px center;
line-height: 40px;
font-size: 20px;
}
#get-boost a span.link {
font-weight: bold;
display: block;
text-align: right;
margin: -40px 4px 0px 0px;
display: none;
}
/**/