Merge pull request #2795 from thomasspriggs/tas/doxygen_styling

Tweak styling of html doxygen output
This commit is contained in:
Peter Schrammel 2018-08-27 12:57:11 +01:00 committed by GitHub
commit 049dd2f27d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 56 additions and 1 deletions

55
doc/assets/cbmc_style.css Normal file
View File

@ -0,0 +1,55 @@
code {
color: red;
background-color: WhiteSmoke;
border-style: solid;
border-width: 1px;
border-color: LightGrey;
padding: 1px 4px;
}
h1 {
font-size: 1.3em;
margin: 0.9em 0;
}
h2 {
font-size: 1.2em;
margin: 0.6em 0;
}
h3 {
font-size: 1.1em;
margin: 0.3em 0;
}
pre.fragment, div.fragment {
padding: 5px;
margin-left: 10px;
}
a {
color: #CA7900;
}
.contents a:visited {
color: #6237a8;
}
#nav-tree .label {
font-weight: bold;
font-size: 1.1em;
}
#nav-tree a {
color: MidnightBlue;
}
#nav-tree .selected a {
padding: 0.5em;
}
#nav-tree .item {
font-size: 1.1em;
padding: 0.2em;
}

View File

@ -1133,7 +1133,7 @@ HTML_STYLESHEET =
# list). For an example see the documentation.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_EXTRA_STYLESHEET =
HTML_EXTRA_STYLESHEET = ../doc/assets/cbmc_style.css
# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
# other source files which should be copied to the HTML output directory. Note