268 lines
3.7 KiB
CSS
268 lines
3.7 KiB
CSS
/* GNOME C++ bindings Doxygen style */
|
|
|
|
/* This file is deprecated.
|
|
* In Doxyfile.in you should use
|
|
* HTML_EXTRA_STYLESHEET = "$(MMDOCTOOLDIR)/doxygen-extra.css"
|
|
* instead of
|
|
* HTML_STYLESHEET = "$(MMDOCTOOLDIR)/doxygen.css"
|
|
* See https://mail.gnome.org/archives/gtkmm-list/2014-August/msg00022.html
|
|
*/
|
|
|
|
html, body {
|
|
background: #FFFFFF;
|
|
color: #222222;
|
|
margin: 0;
|
|
}
|
|
|
|
body {
|
|
font: normal 90%/150% sans-serif;
|
|
padding: 1.5em;
|
|
min-width: 28em;
|
|
}
|
|
|
|
table {
|
|
font-size: inherit;
|
|
}
|
|
|
|
img {
|
|
border-style: none;
|
|
}
|
|
|
|
address img {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 150%;
|
|
line-height: 120%;
|
|
text-align: center;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 120%;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 100%;
|
|
}
|
|
|
|
h1 + h3 {
|
|
text-align: center;
|
|
}
|
|
|
|
.navpath {
|
|
display: none;
|
|
}
|
|
|
|
caption {
|
|
font-weight: bold;
|
|
}
|
|
|
|
p, dl {
|
|
margin: 0.75em 0;
|
|
}
|
|
|
|
.center {
|
|
text-align: center;
|
|
}
|
|
|
|
div.qindex {
|
|
width: 100%;
|
|
line-height: 140%;
|
|
background-color: #E8EEF2;
|
|
border: 1px solid #84B0C7;
|
|
text-align: center;
|
|
margin: 0.2em;
|
|
padding: 0.2em;
|
|
}
|
|
|
|
a {
|
|
color: #153788;
|
|
font-weight: normal;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.contents a:visited {
|
|
color: #1B77C5;
|
|
}
|
|
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
a.el, a.qindex {
|
|
font-weight: bold;
|
|
}
|
|
|
|
dl.el {
|
|
margin-left: -1.5em;
|
|
}
|
|
|
|
code, .fragment {
|
|
font-family: monospace, fixed;
|
|
}
|
|
|
|
pre.fragment, div.fragment {
|
|
background-color: #EEEEFF;
|
|
border: 1px solid #AAAAFF;
|
|
padding: 0.5em;
|
|
margin: 0.375em 0.75em 0.375em 0.2em;
|
|
}
|
|
|
|
div.fragment > pre.fragment {
|
|
border-style: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
div.line {
|
|
white-space: pre;
|
|
}
|
|
|
|
div.ah {
|
|
background-color: #000000;
|
|
color: #FFFFFF;
|
|
font-weight: bold;
|
|
margin: 0.2em 0;
|
|
}
|
|
|
|
.indexkey, .indexvalue {
|
|
background-color: #E8EEF2;
|
|
border: 1px solid #CCCCCC;
|
|
margin: 0.2em 0;
|
|
padding: 0.2em 0.75em;
|
|
}
|
|
|
|
.indexkey {
|
|
font-weight: bold;
|
|
}
|
|
.memlist {
|
|
background-color: #F0F0F0;
|
|
}
|
|
|
|
span.keyword {
|
|
color: #008000;
|
|
}
|
|
|
|
span.keywordtype {
|
|
color: #604020;
|
|
}
|
|
|
|
span.keywordflow {
|
|
color: #E08000;
|
|
}
|
|
|
|
span.comment {
|
|
color: #800000;
|
|
}
|
|
|
|
span.preprocessor {
|
|
color: #806020;
|
|
}
|
|
|
|
span.stringliteral {
|
|
color: #002080;
|
|
}
|
|
|
|
span.charliteral {
|
|
color: #008080;
|
|
}
|
|
|
|
.tiny {
|
|
font-size: 80%;
|
|
}
|
|
|
|
hr {
|
|
height: 0;
|
|
border: none;
|
|
border-top: 1px solid #666666;
|
|
}
|
|
|
|
.mdescLeft, .mdescRight, .memItemLeft, .memItemRight,
|
|
.memTemplItemLeft, .memTemplItemRight, .memTemplParams {
|
|
background-color: #FAFAFA;
|
|
border: none;
|
|
margin: 0.375em;
|
|
padding: 0.125em 0 0 0.75em;
|
|
}
|
|
|
|
.mdescLeft, .mdescRight {
|
|
padding: 0 0.75em 0.375em;
|
|
color: #555555;
|
|
}
|
|
|
|
.memItemLeft, .memItemRight, .memTemplParams {
|
|
border-top: 1px solid #CCCCCC;
|
|
}
|
|
|
|
.memTemplParams {
|
|
color: #606060;
|
|
}
|
|
|
|
.memtemplate {
|
|
color: #606060;
|
|
font-size: 90%;
|
|
font-weight: normal;
|
|
margin-left: 0.2em;
|
|
}
|
|
|
|
.memnav {
|
|
background-color: #E8EEF2;
|
|
border: 1px solid #84B0C7;
|
|
text-align: center;
|
|
margin: 0.2em 1em 0.2em 0;
|
|
padding: 0.2em;
|
|
}
|
|
|
|
.memitem {
|
|
margin: 0.5em 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.memname {
|
|
white-space: nowrap;
|
|
font-weight: bold;
|
|
line-height: 120%;
|
|
}
|
|
|
|
.memproto, .memdoc {
|
|
border: 1px solid #84B0C7;
|
|
}
|
|
|
|
.memproto {
|
|
padding: 0;
|
|
background-color: #D5E1E8;
|
|
font-weight: bold;
|
|
-webkit-border-top-left-radius: 1ex;
|
|
-webkit-border-top-right-radius: 1ex;
|
|
-moz-border-radius-topleft: 1ex;
|
|
-moz-border-radius-topright: 1ex;
|
|
}
|
|
|
|
.memdoc {
|
|
padding: 0.2em 0.5em;
|
|
background-color: #EEF3F5;
|
|
border-top-width: 0;
|
|
-webkit-border-bottom-left-radius: 1ex;
|
|
-webkit-border-bottom-right-radius: 1ex;
|
|
-moz-border-radius-bottomleft: 1ex;
|
|
-moz-border-radius-bottomright: 1ex;
|
|
}
|
|
|
|
.paramkey {
|
|
text-align: right;
|
|
}
|
|
|
|
.paramtype {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.paramname {
|
|
color: #602020;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.paramname em {
|
|
font-style: normal;
|
|
}
|