mirror of
https://github.com/boostorg/website.git
synced 2026-01-27 19:32:16 +00:00
67 lines
1.6 KiB
CSS
Executable File
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;
|
|
}
|
|
|