2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-27 19:32:16 +00:00
Files
website/style-v2/css_0/sidebar.css
Daniel James 8de662e63e Website: New google search box. Refs #5691.
Not very well styled. Also causes page rendering to stop while it fetches the
renders the form, this is pretty rubbish but I can't see an easy way to get
round that.


[SVN r73166]
2011-07-17 09:58:11 +00:00

129 lines
2.5 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 {
width: 16em;
margin: 0em 0em 1.5em 0em;
overflow: hidden;
}
#sidebar #search {
width: 16em;
margin: 0em 0em 0.5em 0em;
}
/**** The menus... ****/
/* Menu on the right of the content. */
#sidebar #menu {
}
#sidebar #menu * {
text-decoration: none;
color: #2070A0;
margin: 0em; padding: 0em;
}
#sidebar #menu ul {
list-style-type: none;
}
#sidebar #menu ul li {
}
#sidebar #menu ul li h4 {
font-family: "Times New Roman",serif;
font-variant: small-caps;
margin: 0em 0em 0.25em 0em;
border: #CCCCCC 1px solid;
}
#sidebar #menu ul li h4 a {
}
#sidebar #menu ul li ul {
list-style-type: none;
display: none;
padding-bottom: 0.25em;
border-left: #FFFFFF 1px solid;
border-right: #FFFFFF 1px solid;
}
#sidebar #menu ul li ul li {
}
#sidebar #menu ul li ul li .heading {
padding-left: 0.5em;
}
#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;
margin-left: 4px;
margin-right: 4px;
}
#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: #DDDDDD;
font-family: sans-serif;
font-weight: bold;
position: absolute;
right: 2.25em;
}
/**** RSS feed menus ****/
#rss-menu ul {
display: block !important;
}
#rss-menu ul li {
overflow: hidden;
}
#rss-menu .news-date {
/* display: block !important; */
clear: both;
margin-left: 4px !important;
margin-right: 4px !important;
padding: 0em 0em 0.25em 0.5em !important;
color: #777 !important;
font-size: 90% !important;
}
/**** Search... ****/
/* Search box */
#search input.gsc-input {
border-color: #CCCCCC;
}
#search input.gsc-search-button {
border-color: #6B9D68;
background-color: #6B9D68;
color: #fff;
padding: 2px;
}
/* The download button... */
#get-boost {
text-align: center;
}
#get-boost a {
border: none !important;
background: transparent !important;
}
#get-boost a img {
border: none;
width: 150px;
height: 145px;
background: #FFFFFF url(get-boost.png) no-repeat center center;
}