2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-31 08:42:24 +00:00
Files
website/style-v2/css_0/sidebar.css
Daniel James 40688e1552 Update links for https
Mostly in comments. Might be better to use relative links from html.
2018-04-13 09:14:48 +01:00

137 lines
2.7 KiB
CSS

/*
Copyright 2005 Redshift Software, Inc.
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or https://www.boost.org/LICENSE_1_0.txt)
*/
#sidebar {
float: right;
vertical-align: top;
padding: 1.5em 1.5em 1.5em 0em;
background: #fff;
color: #000;
}
#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;
}
/* Donate button */
#donatelink {
width: 147px;
margin-left: auto;
margin-right: auto;
}