add LibreOffice colors to SDK cpp doc css
This commit is contained in:
parent
4432b06ff4
commit
40ab4aebb7
1 changed files with 17 additions and 17 deletions
|
@ -4,9 +4,9 @@
|
|||
body { background-color:#ffffff; }
|
||||
|
||||
#adc-cppref a { text-decoration: none; }
|
||||
#adc-cppref a:link { color: #0e85cd; }
|
||||
#adc-cppref a:visited { color: #638093; }
|
||||
#adc-cppref a:active { color: #4dadea; }
|
||||
#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; }
|
||||
|
@ -14,7 +14,7 @@ body { background-color:#ffffff; }
|
|||
#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-image:url(../../images/bg_table3.png); }
|
||||
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; }
|
||||
|
@ -28,40 +28,40 @@ body { background-color:#ffffff; }
|
|||
#adc-cppref dt.attention { color:#ff0000; }
|
||||
|
||||
#adc-cppref div.title { text-align:center; line-height:26pt;
|
||||
background-image:url(../../images/bg_table.png); }
|
||||
#adc-cppref .subtitle { background-image:url(../../images/bg_table.png); }
|
||||
background-color:#18a303; }
|
||||
#adc-cppref .subtitle {background-color:#18a303; }
|
||||
|
||||
#adc-cppref td.flagname { background-image:url(../../images/bg_table2.png);
|
||||
#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-image:url(../../images/bg_table2.png);
|
||||
{ background-color:#c2f6ba;
|
||||
font-family:Arial; font-size:12pt; font-weight:bold; }
|
||||
|
||||
/* background-color:#eeeeff; color:#000000; */
|
||||
|
||||
#adc-cppref td.navimainself
|
||||
{ background-color:#226bb0; color:#ffffff;
|
||||
{ background-color:#18a303; color:#ffffff;
|
||||
font-family:Arial; font-size:12pt; font-weight:bold; }
|
||||
#adc-cppref td.navimainnone
|
||||
{ background-image:url(../../images/bg_table2.png);
|
||||
{background-color:#c2f6ba;
|
||||
font-family:Arial; font-size:12pt; }
|
||||
|
||||
#adc-cppref div.define { font-family:Arial; background-color:#87c2e6; }
|
||||
#adc-cppref div.define { font-family:Arial; background-color:#c2f6ba; }
|
||||
|
||||
#adc-cppref .nqclass { color:#008800; }
|
||||
|
||||
#adc-cppref h3.help { background-color:#cfe7f5; margin-top:12pt; }
|
||||
#adc-cppref h3.help { background-color:#c2f6ba; margin-top:12pt; }
|
||||
|
||||
#adc-cppref .btpubl { color:#87c2e6; }
|
||||
#adc-cppref .btprot { color:#226bb0; }
|
||||
#adc-cppref .btpriv { color:#06348c; }
|
||||
#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:#226bb0; font-style:italic; }
|
||||
#adc-cppref .btvpriv { color:#06348c; 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; }
|
||||
|
|
Loading…
Reference in a new issue