add LibreOffice colors to SDK doc css
This commit is contained in:
parent
00fabc1ea0
commit
133eacbdf0
1 changed files with 11 additions and 11 deletions
|
@ -6,9 +6,9 @@
|
||||||
body { background-color:#ffffff; }
|
body { background-color:#ffffff; }
|
||||||
|
|
||||||
#adc-idlref a { text-decoration: none; }
|
#adc-idlref a { text-decoration: none; }
|
||||||
#adc-idlref a:link { color: #0e85cd; }
|
#adc-idlref a:link { color: #18a303; }
|
||||||
#adc-idlref a:visited { color: #638093; }
|
#adc-idlref a:visited { color: #84f671; }
|
||||||
#adc-idlref a:active { color: #4dadea; }
|
#adc-idlref a:active { color: #2cee0e; }
|
||||||
|
|
||||||
#adc-idlref h3
|
#adc-idlref h3
|
||||||
{ font-size:13pt; font-weight:bold;
|
{ font-size:13pt; font-weight:bold;
|
||||||
|
@ -26,13 +26,13 @@ body { background-color:#ffffff; }
|
||||||
#adc-idlref td.title
|
#adc-idlref td.title
|
||||||
{ font-family: Arial; font-size:19pt; font-weight:bold;
|
{ font-family: Arial; font-size:19pt; font-weight:bold;
|
||||||
line-height:30pt;
|
line-height:30pt;
|
||||||
background-image:url(../../images/bg_table.png);
|
background-color:#18a303;
|
||||||
text-align:center; }
|
text-align:center; }
|
||||||
|
|
||||||
#adc-idlref td.subtitle
|
#adc-idlref td.subtitle
|
||||||
{ font-family: Arial; font-size:13pt;
|
{ font-family: Arial; font-size:13pt;
|
||||||
line-height:20pt;
|
line-height:20pt;
|
||||||
background-image:url(../../images/bg_table.png); }
|
background-color:#18a303; }
|
||||||
|
|
||||||
#adc-idlref td.crosstitle
|
#adc-idlref td.crosstitle
|
||||||
{ font-size:12pt; font-weight:bold;
|
{ font-size:12pt; font-weight:bold;
|
||||||
|
@ -40,15 +40,15 @@ body { background-color:#ffffff; }
|
||||||
|
|
||||||
#adc-idlref td.imdetail
|
#adc-idlref td.imdetail
|
||||||
{ width:100%;
|
{ width:100%;
|
||||||
background-image:url(../../images/bg_table3.png); }
|
background-color:#c2f6ba; }
|
||||||
|
|
||||||
#adc-idlref td.imsum_left { width:30%; }
|
#adc-idlref td.imsum_left { width:30%; }
|
||||||
#adc-idlref td.imsum_right { width:70%; }
|
#adc-idlref td.imsum_right { width:70%; }
|
||||||
|
|
||||||
#adc-idlref table.navimain { background-image:url(../../images/bg_table2.png); }
|
#adc-idlref table.navimain { background-color:#c2f6ba; }
|
||||||
|
|
||||||
#adc-idlref td.navimain
|
#adc-idlref td.navimain
|
||||||
{ background-image:url(../../images/bg_table2.png);
|
{ background-color:#c2f6ba;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
font-family: Arial; font-size:12pt; font-weight:bold;
|
font-family: Arial; font-size:12pt; font-weight:bold;
|
||||||
padding-left:7pt; padding-right:7pt; }
|
padding-left:7pt; padding-right:7pt; }
|
||||||
|
@ -79,9 +79,9 @@ body { background-color:#ffffff; }
|
||||||
|
|
||||||
#adc-idlref a.membertitle { font-size:12pt; font-weight:bold; line-height:18pt; }
|
#adc-idlref a.membertitle { font-size:12pt; font-weight:bold; line-height:18pt; }
|
||||||
|
|
||||||
#adc-idlref a:link.navimain, #adc-idlref a:link.navisub { color:#0e85cd; }
|
#adc-idlref a:link.navimain, #adc-idlref a:link.navisub { color:#18a303; }
|
||||||
#adc-idlref a:visited.navimain, #adc-idlref a:visited.navisub { color: #638093; }
|
#adc-idlref a:visited.navimain, #adc-idlref a:visited.navisub { color: #84f671; }
|
||||||
#adc-idlref a:active.navimain, #adc-idlref a:active.navisub { color: #4dadea; }
|
#adc-idlref a:active.navimain, #adc-idlref a:active.navisub { color: #2cee0e; }
|
||||||
|
|
||||||
#adc-idlref .dt { font-weight:bold; }
|
#adc-idlref .dt { font-weight:bold; }
|
||||||
#adc-idlref .namechain { font-size:13pt; font-weight:bold; margin-top:3pt; margin-bottom:6pt; }
|
#adc-idlref .namechain { font-size:13pt; font-weight:bold; margin-top:3pt; margin-bottom:6pt; }
|
||||||
|
|
Loading…
Reference in a new issue