mirror of
https://github.com/boostorg/test.git
synced 2026-02-12 00:22:18 +00:00
36 lines
541 B
CSS
36 lines
541 B
CSS
/* Copyright Gennadiy Rozental 2001-2004.
|
|
* Distributed under the Boost Software License, Version 1.0.
|
|
* (See accompanying file LICENSE_1_0.txt or copy at www.boost.org/LICENSE_1_0.txt)
|
|
*/
|
|
|
|
H1
|
|
{
|
|
font-size: 200%;
|
|
color: #00008B;
|
|
text-align: center;
|
|
clear: left;
|
|
}
|
|
H2
|
|
{
|
|
font-size: 150%;
|
|
}
|
|
H3
|
|
{
|
|
font-size: 125%;
|
|
}
|
|
H4
|
|
{
|
|
font-size: 115%;
|
|
}
|
|
H5
|
|
{
|
|
font-size: 108%;
|
|
}
|
|
|
|
H1.subtitle
|
|
{
|
|
font-size: 160%;
|
|
color: #4466A9;
|
|
text-align: left;
|
|
}
|