mirror of
https://github.com/boostorg/website.git
synced 2026-01-26 07:02:23 +00:00
Merged revisions 52740,52742,52963,53164,53320-53321,53323-53324,53326,53507,53509,53710 via svnmerge from https://svn.boost.org/svn/boost/website/public_html/beta ........ r52740 | danieljames | 2009-05-02 18:25:29 +0100 (Sat, 02 May 2009) | 1 line Merge from live, up to 52379. ........ r52742 | danieljames | 2009-05-02 18:33:49 +0100 (Sat, 02 May 2009) | 1 line Release 1.39 ........ r52963 | joaquin | 2009-05-13 11:42:54 +0100 (Wed, 13 May 2009) | 1 line merged [52962] from live website ........ r53164 | danieljames | 2009-05-21 22:33:28 +0100 (Thu, 21 May 2009) | 1 line Make the check for '<body' case insensitive when processing the doucmentation. ........ r53320 | danieljames | 2009-05-27 20:23:01 +0100 (Wed, 27 May 2009) | 1 line Add link to 'Die Boost C++ Bibliotheken' to bibliography. ........ r53321 | danieljames | 2009-05-27 20:23:10 +0100 (Wed, 27 May 2009) | 1 line Correct mime type for csshover.htc ........ r53323 | danieljames | 2009-05-27 20:50:45 +0100 (Wed, 27 May 2009) | 2 lines Upgrade to css hover 3 and only use it for IE 7 as it causes IE 6 to crash and isn't needed on IE 8. ........ r53324 | danieljames | 2009-05-27 20:51:26 +0100 (Wed, 27 May 2009) | 1 line Try to prevent wide content on sidebar from messing up layout on IE. ........ r53326 | danieljames | 2009-05-27 21:46:51 +0100 (Wed, 27 May 2009) | 1 line Try to deal with content overflowing in the directory element in IE6. ........ r53507 | danieljames | 2009-05-31 18:53:02 +0100 (Sun, 31 May 2009) | 1 line Missing redirect for writingdoc. ........ r53509 | danieljames | 2009-05-31 19:05:53 +0100 (Sun, 31 May 2009) | 1 line Link to the wiki on the front page. ........ r53710 | danieljames | 2009-06-07 11:32:33 +0100 (Sun, 07 Jun 2009) | 1 line Add a hook for pre-processing the extracted file from the zipfile. ........ [SVN r53714]
171 lines
3.4 KiB
CSS
171 lines
3.4 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.25em 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 */
|
|
#sidebar #search {
|
|
}
|
|
#sidebar #search #search-0 {
|
|
font-family: "Times New Roman",serif;
|
|
font-variant: small-caps;
|
|
margin: 0em 0em 0.25em 0em;
|
|
border: #CCCCCC 1px solid;
|
|
padding: 2px 2px 2px 0.5em;
|
|
}
|
|
#sidebar #search h4 {
|
|
}
|
|
#sidebar #search #search-label {
|
|
float: left;
|
|
}
|
|
/* - The various parts of the search widget. */
|
|
#sidebar #search #search-text {
|
|
margin: 0em;
|
|
padding: 0em;
|
|
display: block;
|
|
text-align: right;
|
|
}
|
|
#sidebar #search #search-text #q {
|
|
font-size: 90%;
|
|
width: 12.5em;
|
|
/* width: 11.5em; */
|
|
margin: 0em 0em 0em 0em;
|
|
padding: 0em;
|
|
border: none;
|
|
color: #000000;
|
|
background-color: #CCCCCC;
|
|
}
|
|
/* - The custom Google banner and link. */
|
|
#sidebar #search #google {
|
|
display: block;
|
|
margin: 0em 0em 17px 0em;
|
|
padding: 0em;
|
|
border: none;
|
|
border-bottom: 1px solid #CCCCCC;
|
|
text-align: center;
|
|
overflow: visible;
|
|
height: 15px;
|
|
}
|
|
#sidebar #search #google a {
|
|
color: #000000;
|
|
}
|
|
#sidebar #search #google img {
|
|
width: 75px; height: 32px;
|
|
margin: 0em 0em 0em 0em;
|
|
border: none;
|
|
background: #FFFFFF;
|
|
}
|
|
/* 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;
|
|
}
|