2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-26 07:02:23 +00:00
Files
website/style/css_0/theme_grass/theme.css
Daniel James 1e0f9d65c2 Merge rename style directory 2.
[SVN r61811]
2010-05-06 11:09:30 +00:00

105 lines
3.8 KiB
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/green links. */
@import url(links.css);
/* We put the base header background on the body. */
body {
background: #FFFFFF url(header-bg.png) repeat-x top left;
color: #000000;
}
/* Heading, title and logo. */
#heading *,
#boost-common-heading-doc * {
color: #FFFFFF;
}
#heading,
#boost-common-heading-doc {
background: url(header-fg.png) no-repeat top left;
border: none;
border-bottom: #000000 solid 1px;
}
#heading-logo {
width: 236px;
height: 55px;
margin: 18px 0px 0px 24px;
}
/* Search box */
#sidebar #search #search-text #q {
background-color: #6B9D68;
color: #FFFFFF;
font-weight: bold;
padding: 1px;
}
/* Markers on sidebar menus. */
#sidebar #menu ul li h4 a {
border-left-color: #6B9D68;
border-right-color: #6B9D68;
}
/* Documentation icons, etc. */
#content img.prev_image,
#content img.prev_image_disabled,
#content img.up_image,
#content img.up_image_disabled,
#content img.home_image,
#content img.home_image_disabled,
#content img.next_image,
#content img.next_image_disabled
{ width: 19px; height: 19px; }
#content a img.prev_image { background: url(prev.png) no-repeat center center; }
#content a img.up_image { background: url(up.png) no-repeat center center; }
#content a img.home_image { background: url(home.png) no-repeat center center; }
#content a img.next_image { background: url(next.png) no-repeat center center; }
#content img.prev_image,
#content img.prev_image_disabled { background: url(prev_disabled.png) no-repeat center center; }
#content img.up_image,
#content img.up_image_disabled { background: url(up_disabled.png) no-repeat center center; }
#content img.next_image,
#content img.next_image_disabled { background: url(next_disabled.png) no-repeat center center; }
#content img.tip_image,
#content img.note_image,
#content img.warning_image,
#content img.important_image,
#content img.caution_image,
#content img.sidebar_image,
#content img.hint_image,
#content img.alert_image
{ width: 30px; height: 30px; float: left; clear: left; margin: 0em 0.5em 0.5em 0em; }
#content img.tip_image { background: url(tip.png) no-repeat center center; }
#content img.note_image { background: url(note.png) no-repeat center center; }
#content img.warning_image { background: url(caution.png) no-repeat center center; }
#content img.important_image { background: url(important.png) no-repeat center center; }
#content img.caution_image { background: url(caution.png) no-repeat center center; }
#content img.sidebar_image { background: url(note.png) no-repeat center center; }
#content img.hint_image { background: url(tip.png) no-repeat center center; }
#content img.alert_image { background: url(caution.png) no-repeat center center; }
#content .section div.tip { background: url(tip.png) no-repeat 0.5em 0.5em !important; }
#content .section div.note { background: url(note.png) no-repeat 0.5em 0.5em !important; }
#content .section div.warning { background: url(caution.png) no-repeat 0.5em 0.5em !important; }
#content .section div.important { background: url(important.png) no-repeat 0.5em 0.5em !important; }
#content .section div.caution { background: url(caution.png) no-repeat 0.5em 0.5em !important; }
#content .section div.sidebar { background: url(note.png) no-repeat 0.5em 0.5em !important; }
#content .section div.hint { background: url(tip.png) no-repeat 0.5em 0.5em !important; }
/* Footer */
#footer {
background: #FFFFFF url(footer-bg.png) repeat-x top left;
border: none;
}
#footer-left {
min-height: 100px;
background: url(footer-bg-left.png) no-repeat top left;
}
#footer-right {
min-height: 100px;
background: url(footer-bg-right.png) no-repeat top right;
}