2
0
mirror of https://github.com/boostorg/website.git synced 2026-02-24 16:32:16 +00:00

Improving boost docs project repository

[SVN r7144]
This commit is contained in:
Matias Capeletto
2007-06-25 18:35:23 +00:00
commit a96fdffe39
145 changed files with 10663 additions and 0 deletions

View File

@@ -0,0 +1,53 @@
/*=============================================================================
Copyright (c) 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)
=============================================================================*/
/******************************************************************************
Grouped Links
******************************************************************************/
select.grouped_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.grouped_links_title
{
background-color: #BEDEBA;
font-weight: bold;
font-size: 12px;
color: #006D00;
}
option.grouped_links_group
{
background-color: #008000;
font-weight: bold;
font-size: 12px;
color: white;
}
option.grouped_links_item
{
background-color: #FAFFFB;
padding: 0px 0px 0px 12px;
color: #006D00;
font-weight: normal;
}
/*****************************************************************************/