2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-28 19:52:14 +00:00
Files
website/development/doc/style/html/nested_links.css
Douglas Gregor 6702a22bbd Fix eol-style and mime-types
[SVN r7553]
2007-07-26 23:22:25 +00:00

67 lines
1.6 KiB
CSS
Executable File

/*=============================================================================
Boostbook Green Style
Copyright (c) 2006-2007 Matias Capeletto
Use, modification and distribution is subject to the Boost Software
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
Acknowledgments:
This css is based on ideas from stylesheets from Joel De Guzman and
Rene Rivera.
=============================================================================*/
/*----------------------------------------------------------------------------
Grouped Links
-----------------------------------------------------------------------------*/
div.nested-links-select-box
{
display: inline;
}
select.nested-links
{
background-color: #BEDEBA;
font-weight: bold;
font-size: 12px;
color: #006D00;
border: 1px solid #DCDCDC;
border-bottom: 1px solid #9D9D9D;
border-right: 1px solid #9D9D9D;
padding-bottom: 1px;
padding-right: 1px;
}
option.nested-links-title
{
background-color: #BEDEBA;
font-weight: bold;
font-size: 12px;
color: #006D00;
}
option.nested-links-first
{
background-color: #008000;
font-weight: bold;
font-size: 12px;
color: white;
}
option.nested-links-second
{
background-color: #FAFFFB;
padding: 0px 0px 0px 12px;
color: #006D00;
font-weight: normal;
}