52 lines
393 B
CSS
52 lines
393 B
CSS
/*
|
|
Copyright (C) 2001-2019 Graeme Walker <graeme_walker@users.sourceforge.net>
|
|
*/
|
|
|
|
/*
|
|
emailrelay-doxygen.css
|
|
*/
|
|
|
|
div#titlearea
|
|
{
|
|
visibility: hidden ;
|
|
display: none ;
|
|
}
|
|
|
|
h1
|
|
{
|
|
color: #09c ;
|
|
}
|
|
|
|
h2
|
|
{
|
|
color: #09c ;
|
|
}
|
|
|
|
.title
|
|
{
|
|
color: #09c ;
|
|
}
|
|
|
|
div#projectname
|
|
{
|
|
color: #09c ;
|
|
}
|
|
|
|
pre.fragment
|
|
{
|
|
}
|
|
|
|
code
|
|
{
|
|
/* font-weight: bold ; */
|
|
background-color: #eee ;
|
|
}
|
|
|
|
p.startli
|
|
{
|
|
}
|
|
|
|
li.footer
|
|
{
|
|
}
|