forked from amazingfate/loongoffice
128 lines
4.8 KiB
CSS
128 lines
4.8 KiB
CSS
/* Autodoc css file for C++ documentation */
|
|
|
|
|
|
body { background-color:#ffffff; }
|
|
|
|
#adc-cppref a { text-decoration: none; }
|
|
#adc-cppref a:link { color: #18a303; }
|
|
#adc-cppref a:visited { color: #84f671; }
|
|
#adc-cppref a:active { color: #2cee0e; }
|
|
|
|
#adc-cppref h1 { font-size:20pt; margin-top:3pt; margin-bottom:7pt; }
|
|
#adc-cppref h2 { font-family:Arial; font-size:16pt; margin-top:3pt; margin-bottom:5pt; }
|
|
#adc-cppref h3 { font-size:13pt; margin-top:2pt; margin-bottom:3pt; }
|
|
#adc-cppref h4 { font-size:10pt; font-weight:bold; margin-top:2pt; margin-bottom:1pt; }
|
|
#adc-cppref dl { margin-top:1pt; margin-bottom:1pt; }
|
|
#adc-cppref dl.member { margin-top:1pt; margin-bottom:1pt;
|
|
background-color:#c2f6ba; }
|
|
#adc-cppref dt { font-size:10pt; font-weight:bold; margin-top:2pt; margin-bottom:1pt; }
|
|
#adc-cppref dt.member { font-size:13pt; font-weight:bold; margin-top:2pt; margin-bottom:1pt; }
|
|
#adc-cppref dt.simple { font-size:10pt; font-weight:normal; margin-top:2pt; margin-bottom:1pt; }
|
|
#adc-cppref dd { font-size:10pt; margin-top:1pt; margin-bottom:1pt; }
|
|
#adc-cppref dd.member { font-size:10pt; margin-top:1pt; margin-bottom:1pt; background-color:#ffffff; }
|
|
#adc-cppref p { font-size:10pt; margin-top:3pt; margin-bottom:1pt; }
|
|
#adc-cppref pre { font-family:monospace; font-size:10pt; margin-top:1pt; margin-bottom:1pt; }
|
|
#adc-cppref tr { font-size:10pt; }
|
|
#adc-cppref td { font-size:10pt; }
|
|
|
|
#adc-cppref dt.attention { color:#ff0000; }
|
|
|
|
#adc-cppref div.title { text-align:center; line-height:26pt;
|
|
background-color:#18a303; }
|
|
#adc-cppref .subtitle {background-color:#18a303; }
|
|
|
|
#adc-cppref td.flagname { background-color:#c2f6ba;
|
|
font-family:Arial; font-size:8pt; font-weight:bold; }
|
|
#adc-cppref td.flagyes { font-family:Arial; font-size:8pt; font-weight:bold; }
|
|
#adc-cppref td.flagno { font-family:Arial; font-size:8pt; }
|
|
#adc-cppref td.flagtext { font-family:Arial; font-size:8pt; font-weight:bold; }
|
|
|
|
#adc-cppref td.navimain, td.navimain a
|
|
{ background-color:#c2f6ba;
|
|
font-family:Arial; font-size:12pt; font-weight:bold; }
|
|
|
|
/* background-color:#eeeeff; color:#000000; */
|
|
|
|
#adc-cppref td.navimainself
|
|
{ background-color:#18a303; color:#ffffff;
|
|
font-family:Arial; font-size:12pt; font-weight:bold; }
|
|
#adc-cppref td.navimainnone
|
|
{background-color:#c2f6ba;
|
|
font-family:Arial; font-size:12pt; }
|
|
|
|
#adc-cppref div.define { font-family:Arial; background-color:#c2f6ba; }
|
|
|
|
#adc-cppref .nqclass { color:#008800; }
|
|
|
|
#adc-cppref h3.help { background-color:#c2f6ba; margin-top:12pt; }
|
|
|
|
#adc-cppref .btpubl { color:#c2f6ba; }
|
|
#adc-cppref .btprot { color:#18a303; }
|
|
#adc-cppref .btpriv { color:#00ff00; }
|
|
#adc-cppref .btvpubl { color:#87c2e6; font-style:italic; }
|
|
#adc-cppref .btvprot { color:#18a303; font-style:italic; }
|
|
#adc-cppref .btvpriv { color:#00ff00; font-style:italic; }
|
|
#adc-cppref .btself { font-weight:bold; }
|
|
|
|
#adc-cppref table { empty-cells:show; }
|
|
|
|
#adc-cppref .childlist td,
|
|
#adc-cppref .commentedlinks td,
|
|
#adc-cppref .memberlist td,
|
|
#adc-cppref .title-table td,
|
|
#adc-cppref .subtitle td,
|
|
#adc-cppref .crosstitle td { border: .1pt solid grey }
|
|
|
|
#adc-cppref .flag-table td { border: .1pt solid #cccccc; }
|
|
|
|
#adc-cppref .table-in-method td,
|
|
#adc-cppref .table-in-data td,
|
|
#adc-cppref .navimain td,
|
|
#adc-cppref .navisub td,
|
|
#adc-cppref .expl-table td,
|
|
#adc-cppref .param-table td { border: none; }
|
|
|
|
|
|
/* Explanation of CSS classes:
|
|
|
|
dl.member provides coloured frame for function descriptions.
|
|
dd.member makes the content of this frame white
|
|
|
|
dt.attention special colour for @attention remarks
|
|
|
|
div.title HTML page headline
|
|
.subtitle headline of lists of members and similar
|
|
|
|
These are for the flagtables in classes:
|
|
td.flagname Flag name.
|
|
td.flagyes flag value "yes"
|
|
td.flagno flag value "no"
|
|
td.flagtext other flag value
|
|
|
|
|
|
These are for the main navigationbar:
|
|
td.navimain, td.navimain a
|
|
Links in navibar.
|
|
td.navimainself Text in navibar which refers to current page.
|
|
td.navimainnone Text which links to nothing.
|
|
|
|
|
|
div.define Subtitles on the #define/macro descriptions page
|
|
|
|
.nqclass special color for classes in the qualification
|
|
on top of type pages like in:
|
|
::nsp1::nsp2::_ClassXY_::
|
|
|
|
h3.help Subtitles on the help page
|
|
|
|
These are for the base class tree on class pages:
|
|
.btpubl public base class
|
|
.btprot protected
|
|
.btpriv private
|
|
.btvpubl virtual public
|
|
.btvprot virtual protected
|
|
.btvpriv virtual private
|
|
.btself placeholder for currently displayed class
|
|
|
|
*/
|