summaryrefslogtreecommitdiff
path: root/docs/html/MakeProjectCreator.css
diff options
context:
space:
mode:
authorocielliottc <elliottc@objectcomputing.com>2023-01-27 21:20:24 -0600
committerGitHub <noreply@github.com>2023-01-27 21:20:24 -0600
commit55ac3ab87f2141a7d4b16bb14b63595970cb0fa6 (patch)
tree5a3e7bd6aa495c70133120fc3d755653bdf0cd95 /docs/html/MakeProjectCreator.css
parentb8102149a637b7422ad4a57f4c89eb070cc7ccb3 (diff)
parenta5899346500c333a54baabac446ee730526fa981 (diff)
downloadMPC-55ac3ab87f2141a7d4b16bb14b63595970cb0fa6.tar.gz
Merge pull request #172 from DOCGroup/modernization
Modernization of html documentation (and rpm script)
Diffstat (limited to 'docs/html/MakeProjectCreator.css')
-rw-r--r--docs/html/MakeProjectCreator.css219
1 files changed, 112 insertions, 107 deletions
diff --git a/docs/html/MakeProjectCreator.css b/docs/html/MakeProjectCreator.css
index df10d52a..099561ac 100644
--- a/docs/html/MakeProjectCreator.css
+++ b/docs/html/MakeProjectCreator.css
@@ -1,3 +1,8 @@
+@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
+@import "https://fonts.googleapis.com/css?family=Roboto%20Mono:300,400,500,600,700";
+TABLE {border-collapse:collapse;border-spacing:0;display:table;border:1px solid #000}
+TR:nth-child(odd) {background-color:#eee}
+
A.link {
color: blue;
text-decoration: underline;
@@ -25,7 +30,7 @@ LI.Appendix-name {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Arial";
+ font-family: "Poppins";
}
LI.Appendix-number {
display: block;
@@ -42,7 +47,7 @@ LI.Appendix-number {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Times New Roman";
+ font-family: "Poppins";
}
P.AuthorBook {
display: block;
@@ -59,7 +64,7 @@ P.AuthorBook {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Arial";
+ font-family: "Poppins";
}
LI.Body {
display: block;
@@ -76,7 +81,7 @@ LI.Body {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Times New Roman";
+ font-family: "Poppins";
}
LI.BodyNoLead {
display: block;
@@ -93,7 +98,7 @@ LI.BodyNoLead {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Times New Roman";
+ font-family: "Poppins";
}
P.Body {
display: block;
@@ -110,7 +115,7 @@ P.Body {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Times New Roman";
+ font-family: "Poppins";
}
P.BodyNoLead {
display: block;
@@ -127,7 +132,7 @@ P.BodyNoLead {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Times New Roman";
+ font-family: "Poppins";
}
LI.Bullet1 {
display: block;
@@ -144,7 +149,7 @@ LI.Bullet1 {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Times New Roman";
+ font-family: "Poppins";
}
LI.Bullet2 {
display: block;
@@ -161,7 +166,7 @@ LI.Bullet2 {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Times New Roman";
+ font-family: "Poppins";
}
LI.Bulleted {
display: block;
@@ -178,7 +183,7 @@ LI.Bulleted {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Times New Roman";
+ font-family: "Poppins";
}
LI.BulletNoLead1 {
display: block;
@@ -195,7 +200,7 @@ LI.BulletNoLead1 {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Times New Roman";
+ font-family: "Poppins";
}
LI.BulletNoLead2 {
display: block;
@@ -212,7 +217,7 @@ LI.BulletNoLead2 {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Times New Roman";
+ font-family: "Poppins";
}
P.Callout {
display: block;
@@ -229,7 +234,7 @@ P.Callout {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Arial";
+ font-family: "Poppins";
}
P.CellBody {
display: block;
@@ -246,7 +251,7 @@ P.CellBody {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Times New Roman";
+ font-family: "Poppins";
}
P.CellHeading {
display: block;
@@ -263,7 +268,7 @@ P.CellHeading {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Times New Roman";
+ font-family: "Poppins";
}
H1.ChapterNum, H2.ChapterNum, H3.ChapterNum, H4.ChapterNum, H5.ChapterNum, H6.ChapterNum {
display: block;
@@ -280,7 +285,7 @@ H1.ChapterNum, H2.ChapterNum, H3.ChapterNum, H4.ChapterNum, H5.ChapterNum, H6.Ch
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Arial";
+ font-family: "Poppins";
}
P.Code {
display: block;
@@ -297,7 +302,7 @@ P.Code {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Courier New";
+ font-family: "Roboto Mono";
}
P.Code-Line2 {
display: block;
@@ -314,7 +319,7 @@ P.Code-Line2 {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Courier New";
+ font-family: "Roboto Mono";
}
P.Code-Line3 {
display: block;
@@ -331,7 +336,7 @@ P.Code-Line3 {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Courier New";
+ font-family: "Roboto Mono";
}
P.Code-Line4 {
display: block;
@@ -348,7 +353,7 @@ P.Code-Line4 {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Courier New";
+ font-family: "Roboto Mono";
}
P.Code-Line5 {
display: block;
@@ -365,7 +370,7 @@ P.Code-Line5 {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Courier New";
+ font-family: "Roboto Mono";
}
P.CodeLarge {
display: block;
@@ -382,7 +387,7 @@ P.CodeLarge {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Courier New";
+ font-family: "Roboto Mono";
}
P.CodeWide {
display: block;
@@ -399,7 +404,7 @@ P.CodeWide {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Courier New";
+ font-family: "Roboto Mono";
}
P.Copyright {
display: block;
@@ -416,7 +421,7 @@ P.Copyright {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Times New Roman";
+ font-family: "Poppins";
}
LI.EditingNote {
display: block;
@@ -433,7 +438,7 @@ LI.EditingNote {
text-decoration: underline ;
vertical-align: baseline;
text-transform: none;
- font-family: "Arial";
+ font-family: "Poppins";
}
H1.FigTitle, H2.FigTitle, H3.FigTitle, H4.FigTitle, H5.FigTitle, H6.FigTitle {
display: block;
@@ -450,7 +455,7 @@ H1.FigTitle, H2.FigTitle, H3.FigTitle, H4.FigTitle, H5.FigTitle, H6.FigTitle {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Arial";
+ font-family: "Poppins";
}
P.Footnote {
display: block;
@@ -467,7 +472,7 @@ P.Footnote {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Times New Roman";
+ font-family: "Poppins";
}
H1.Head1, H2.Head1, H3.Head1, H4.Head1, H5.Head1, H6.Head1 {
display: block;
@@ -484,7 +489,7 @@ H1.Head1, H2.Head1, H3.Head1, H4.Head1, H5.Head1, H6.Head1 {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Arial";
+ font-family: "Poppins";
}
H1.Head2, H2.Head2, H3.Head2, H4.Head2, H5.Head2, H6.Head2 {
display: block;
@@ -501,7 +506,7 @@ H1.Head2, H2.Head2, H3.Head2, H4.Head2, H5.Head2, H6.Head2 {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Arial";
+ font-family: "Poppins";
}
H1.Head3, H2.Head3, H3.Head3, H4.Head3, H5.Head3, H6.Head3 {
display: block;
@@ -518,7 +523,7 @@ H1.Head3, H2.Head3, H3.Head3, H4.Head3, H5.Head3, H6.Head3 {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Arial";
+ font-family: "Poppins";
}
H1.Head4, H2.Head4, H3.Head4, H4.Head4, H5.Head4, H6.Head4 {
display: block;
@@ -535,7 +540,7 @@ H1.Head4, H2.Head4, H3.Head4, H4.Head4, H5.Head4, H6.Head4 {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Arial";
+ font-family: "Poppins";
}
LI.Head4-nonum {
display: block;
@@ -552,7 +557,7 @@ LI.Head4-nonum {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Arial";
+ font-family: "Poppins";
}
H1.Head5, H2.Head5, H3.Head5, H4.Head5, H5.Head5, H6.Head5 {
display: block;
@@ -569,7 +574,7 @@ H1.Head5, H2.Head5, H3.Head5, H4.Head5, H5.Head5, H6.Head5 {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Arial";
+ font-family: "Poppins";
}
LI.Head5-special {
display: block;
@@ -586,7 +591,7 @@ LI.Head5-special {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Arial";
+ font-family: "Poppins";
}
H1.Head6, H2.Head6, H3.Head6, H4.Head6, H5.Head6, H6.Head6 {
display: block;
@@ -603,7 +608,7 @@ H1.Head6, H2.Head6, H3.Head6, H4.Head6, H5.Head6, H6.Head6 {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Arial";
+ font-family: "Poppins";
}
H1.Heading1, H2.Heading1, H3.Heading1, H4.Heading1, H5.Heading1, H6.Heading1 {
display: block;
@@ -620,7 +625,7 @@ H1.Heading1, H2.Heading1, H3.Heading1, H4.Heading1, H5.Heading1, H6.Heading1 {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Times New Roman";
+ font-family: "Poppins";
}
H1.Heading2, H2.Heading2, H3.Heading2, H4.Heading2, H5.Heading2, H6.Heading2 {
display: block;
@@ -637,7 +642,7 @@ H1.Heading2, H2.Heading2, H3.Heading2, H4.Heading2, H5.Heading2, H6.Heading2 {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Times New Roman";
+ font-family: "Poppins";
}
P.HeadingRunIn {
display: block;
@@ -654,7 +659,7 @@ P.HeadingRunIn {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Times New Roman";
+ font-family: "Poppins";
}
LI.IlloCaption {
display: block;
@@ -671,7 +676,7 @@ LI.IlloCaption {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Times New Roman";
+ font-family: "Poppins";
}
LI.IlloCaptionApp {
display: block;
@@ -688,7 +693,7 @@ LI.IlloCaptionApp {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Times New Roman";
+ font-family: "Poppins";
}
P.Indent1 {
display: block;
@@ -705,7 +710,7 @@ P.Indent1 {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Times New Roman";
+ font-family: "Poppins";
}
P.Indent2 {
display: block;
@@ -722,7 +727,7 @@ P.Indent2 {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Times New Roman";
+ font-family: "Poppins";
}
P.Indented {
display: block;
@@ -739,7 +744,7 @@ P.Indented {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Times New Roman";
+ font-family: "Poppins";
}
LI.IndexTitle {
display: block;
@@ -756,7 +761,7 @@ LI.IndexTitle {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Arial";
+ font-family: "Poppins";
}
P.Mapping-Table-Cell {
display: block;
@@ -773,7 +778,7 @@ P.Mapping-Table-Cell {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Times New Roman";
+ font-family: "Poppins";
}
P.Mapping-Table-Title {
display: block;
@@ -790,7 +795,7 @@ P.Mapping-Table-Title {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Arial";
+ font-family: "Poppins";
}
LI.NoteBody {
display: block;
@@ -807,7 +812,7 @@ LI.NoteBody {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Times New Roman";
+ font-family: "Poppins";
}
LI.NoteSpecial {
display: block;
@@ -824,7 +829,7 @@ LI.NoteSpecial {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Times New Roman";
+ font-family: "Poppins";
}
LI.NoteSpecial2 {
display: block;
@@ -841,7 +846,7 @@ LI.NoteSpecial2 {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Times New Roman";
+ font-family: "Poppins";
}
LI.Numbered {
display: block;
@@ -858,7 +863,7 @@ LI.Numbered {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Times New Roman";
+ font-family: "Poppins";
}
LI.Numbered1 {
display: block;
@@ -875,7 +880,7 @@ LI.Numbered1 {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Times New Roman";
+ font-family: "Poppins";
}
LI.Numbered2 {
display: block;
@@ -892,7 +897,7 @@ LI.Numbered2 {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Times New Roman";
+ font-family: "Poppins";
}
H1.NumberedTableTitle, H2.NumberedTableTitle, H3.NumberedTableTitle, H4.NumberedTableTitle, H5.NumberedTableTitle, H6.NumberedTableTitle {
display: block;
@@ -909,7 +914,7 @@ H1.NumberedTableTitle, H2.NumberedTableTitle, H3.NumberedTableTitle, H4.Numbered
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Arial";
+ font-family: "Poppins";
}
LI.OptionHeader {
display: block;
@@ -926,7 +931,7 @@ LI.OptionHeader {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Arial";
+ font-family: "Poppins";
}
LI.ParmBody {
display: block;
@@ -943,7 +948,7 @@ LI.ParmBody {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Times New Roman";
+ font-family: "Poppins";
}
LI.Part-Name {
display: block;
@@ -960,7 +965,7 @@ LI.Part-Name {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Times New Roman";
+ font-family: "Poppins";
}
LI.Part-No {
display: block;
@@ -977,7 +982,7 @@ LI.Part-No {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Arial";
+ font-family: "Poppins";
}
P.PublisherBook {
display: block;
@@ -994,7 +999,7 @@ P.PublisherBook {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Times New Roman";
+ font-family: "Poppins";
}
P.RuningH-F {
display: block;
@@ -1011,7 +1016,7 @@ P.RuningH-F {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Arial";
+ font-family: "Poppins";
}
LI.Section-name {
display: block;
@@ -1028,7 +1033,7 @@ LI.Section-name {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Arial";
+ font-family: "Poppins";
}
LI.Section-number {
display: block;
@@ -1045,7 +1050,7 @@ LI.Section-number {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Times New Roman";
+ font-family: "Poppins";
}
H1.SideDescription, H2.SideDescription, H3.SideDescription, H4.SideDescription, H5.SideDescription, H6.SideDescription {
display: block;
@@ -1062,7 +1067,7 @@ H1.SideDescription, H2.SideDescription, H3.SideDescription, H4.SideDescription,
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Arial";
+ font-family: "Poppins";
}
H1.SideExample, H2.SideExample, H3.SideExample, H4.SideExample, H5.SideExample, H6.SideExample {
display: block;
@@ -1079,7 +1084,7 @@ H1.SideExample, H2.SideExample, H3.SideExample, H4.SideExample, H5.SideExample,
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Arial";
+ font-family: "Poppins";
}
H1.SideException, H2.SideException, H3.SideException, H4.SideException, H5.SideException, H6.SideException {
display: block;
@@ -1096,7 +1101,7 @@ H1.SideException, H2.SideException, H3.SideException, H4.SideException, H5.SideE
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Arial";
+ font-family: "Poppins";
}
H1.SideImpact, H2.SideImpact, H3.SideImpact, H4.SideImpact, H5.SideImpact, H6.SideImpact {
display: block;
@@ -1113,7 +1118,7 @@ H1.SideImpact, H2.SideImpact, H3.SideImpact, H4.SideImpact, H5.SideImpact, H6.Si
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Arial";
+ font-family: "Poppins";
}
H1.SideLine, H2.SideLine, H3.SideLine, H4.SideLine, H5.SideLine, H6.SideLine {
display: block;
@@ -1130,7 +1135,7 @@ H1.SideLine, H2.SideLine, H3.SideLine, H4.SideLine, H5.SideLine, H6.SideLine {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Arial";
+ font-family: "Poppins";
}
H1.SideLocCodeAUnits, H2.SideLocCodeAUnits, H3.SideLocCodeAUnits, H4.SideLocCodeAUnits, H5.SideLocCodeAUnits, H6.SideLocCodeAUnits {
display: block;
@@ -1147,7 +1152,7 @@ H1.SideLocCodeAUnits, H2.SideLocCodeAUnits, H3.SideLocCodeAUnits, H4.SideLocCode
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Arial";
+ font-family: "Poppins";
}
H1.SideLocCodeUnits, H2.SideLocCodeUnits, H3.SideLocCodeUnits, H4.SideLocCodeUnits, H5.SideLocCodeUnits, H6.SideLocCodeUnits {
display: block;
@@ -1164,7 +1169,7 @@ H1.SideLocCodeUnits, H2.SideLocCodeUnits, H3.SideLocCodeUnits, H4.SideLocCodeUni
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Arial";
+ font-family: "Poppins";
}
H1.SideNote, H2.SideNote, H3.SideNote, H4.SideNote, H5.SideNote, H6.SideNote {
display: block;
@@ -1181,7 +1186,7 @@ H1.SideNote, H2.SideNote, H3.SideNote, H4.SideNote, H5.SideNote, H6.SideNote {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Arial";
+ font-family: "Poppins";
}
H1.SideParameters, H2.SideParameters, H3.SideParameters, H4.SideParameters, H5.SideParameters, H6.SideParameters {
display: block;
@@ -1198,7 +1203,7 @@ H1.SideParameters, H2.SideParameters, H3.SideParameters, H4.SideParameters, H5.S
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Arial";
+ font-family: "Poppins";
}
H1.SideReturn, H2.SideReturn, H3.SideReturn, H4.SideReturn, H5.SideReturn, H6.SideReturn {
display: block;
@@ -1215,7 +1220,7 @@ H1.SideReturn, H2.SideReturn, H3.SideReturn, H4.SideReturn, H5.SideReturn, H6.Si
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Arial";
+ font-family: "Poppins";
}
H1.SideSeeAlso, H2.SideSeeAlso, H3.SideSeeAlso, H4.SideSeeAlso, H5.SideSeeAlso, H6.SideSeeAlso {
display: block;
@@ -1232,7 +1237,7 @@ H1.SideSeeAlso, H2.SideSeeAlso, H3.SideSeeAlso, H4.SideSeeAlso, H5.SideSeeAlso,
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Arial";
+ font-family: "Poppins";
}
H1.SideSynopsis, H2.SideSynopsis, H3.SideSynopsis, H4.SideSynopsis, H5.SideSynopsis, H6.SideSynopsis {
display: block;
@@ -1249,7 +1254,7 @@ H1.SideSynopsis, H2.SideSynopsis, H3.SideSynopsis, H4.SideSynopsis, H5.SideSynop
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Arial";
+ font-family: "Poppins";
}
H1.SideUsage, H2.SideUsage, H3.SideUsage, H4.SideUsage, H5.SideUsage, H6.SideUsage {
display: block;
@@ -1266,7 +1271,7 @@ H1.SideUsage, H2.SideUsage, H3.SideUsage, H4.SideUsage, H5.SideUsage, H6.SideUsa
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Arial";
+ font-family: "Poppins";
}
P.TableFootnote {
display: block;
@@ -1283,7 +1288,7 @@ P.TableFootnote {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Times New Roman";
+ font-family: "Poppins";
}
LI.TableTitle {
display: block;
@@ -1300,7 +1305,7 @@ LI.TableTitle {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Times New Roman";
+ font-family: "Poppins";
}
P.Tbl-Body {
display: block;
@@ -1317,7 +1322,7 @@ P.Tbl-Body {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Times New Roman";
+ font-family: "Poppins";
}
P.Tbl-Heading {
display: block;
@@ -1334,7 +1339,7 @@ P.Tbl-Heading {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Arial";
+ font-family: "Poppins";
}
P.Tbl-SideHeading {
display: block;
@@ -1351,7 +1356,7 @@ P.Tbl-SideHeading {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Arial";
+ font-family: "Poppins";
}
P.Tbl-Subhead {
display: block;
@@ -1368,7 +1373,7 @@ P.Tbl-Subhead {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Times New Roman";
+ font-family: "Poppins";
}
LI.TblCaption {
display: block;
@@ -1385,7 +1390,7 @@ LI.TblCaption {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Times New Roman";
+ font-family: "Poppins";
}
LI.TblCaptionApp {
display: block;
@@ -1402,7 +1407,7 @@ LI.TblCaptionApp {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Times New Roman";
+ font-family: "Poppins";
}
P.TblCode {
display: block;
@@ -1419,7 +1424,7 @@ P.TblCode {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Courier New";
+ font-family: "Roboto Mono";
}
P.TblFootnote {
display: block;
@@ -1436,7 +1441,7 @@ P.TblFootnote {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Times New Roman";
+ font-family: "Poppins";
}
H1.Title, H2.Title, H3.Title, H4.Title, H5.Title, H6.Title {
display: block;
@@ -1453,7 +1458,7 @@ H1.Title, H2.Title, H3.Title, H4.Title, H5.Title, H6.Title {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Times New Roman";
+ font-family: "Poppins";
}
P.TitleBook {
display: block;
@@ -1470,7 +1475,7 @@ P.TitleBook {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Times New Roman";
+ font-family: "Poppins";
}
LI.TopLine {
display: block;
@@ -1487,7 +1492,7 @@ LI.TopLine {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Times New Roman";
+ font-family: "Poppins";
}
P.zHead-rightside {
display: block;
@@ -1504,7 +1509,7 @@ P.zHead-rightside {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Arial";
+ font-family: "Poppins";
}
LI.zNumberAppendix {
display: block;
@@ -1521,7 +1526,7 @@ LI.zNumberAppendix {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Times New Roman";
+ font-family: "Poppins";
}
LI.zNumberSection {
display: block;
@@ -1538,7 +1543,7 @@ LI.zNumberSection {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Times New Roman";
+ font-family: "Poppins";
}
P.zRunningFooter {
display: block;
@@ -1555,7 +1560,7 @@ P.zRunningFooter {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Times New Roman";
+ font-family: "Poppins";
}
P.zRunningHeader {
display: block;
@@ -1572,7 +1577,7 @@ P.zRunningHeader {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Arial";
+ font-family: "Poppins";
}
P.zSlugline {
display: block;
@@ -1589,7 +1594,7 @@ P.zSlugline {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Times New Roman";
+ font-family: "Poppins";
}
EM.Bold {
font-weight: Bold;
@@ -1602,7 +1607,7 @@ EM.BoldCode {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Courier New";
+ font-family: "Roboto Mono";
}
EM.Code {
font-size: 11.000000pt;
@@ -1612,7 +1617,7 @@ EM.Code {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Courier New";
+ font-family: "Roboto Mono";
}
EM.CodeOption {
font-size: 11.000000pt;
@@ -1622,7 +1627,7 @@ EM.CodeOption {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Times New Roman";
+ font-family: "Poppins";
}
EM.Dialog-Box-Title {
font-size: 11.000000pt;
@@ -1632,7 +1637,7 @@ EM.Dialog-Box-Title {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Arial Narrow";
+ font-family: "Poppins";
}
EM.Emphasis {
font-style: Oblique;
@@ -1663,7 +1668,7 @@ EM.TableCode {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Courier New";
+ font-family: "Roboto Mono";
}
EM.Underline {
text-decoration: underline ;
@@ -1676,7 +1681,7 @@ EM.URL {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Courier New";
+ font-family: "Roboto Mono";
}
EM.zAuto-Format {
font-size: 10.000000pt;
@@ -1685,7 +1690,7 @@ EM.zAuto-Format {
color: #000000;
text-decoration: none;
vertical-align: baseline;
- font-family: "Arial";
+ font-family: "Poppins";
}
EM.zAuto-FormatGray {
font-size: 10.000000pt;
@@ -1695,7 +1700,7 @@ EM.zAuto-FormatGray {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Arial";
+ font-family: "Poppins";
}
EM.zBulletGray {
font-size: 10.000000pt;
@@ -1705,7 +1710,7 @@ EM.zBulletGray {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Arial";
+ font-family: "Poppins";
}
EM.zBulletHyphen {
font-size: 11.000000pt;
@@ -1714,7 +1719,7 @@ EM.zBulletHyphen {
color: #000000;
text-decoration: none;
vertical-align: baseline;
- font-family: "Arial";
+ font-family: "Poppins";
}
EM.zCaptionNumberFormat {
font-size: 9.500000pt;
@@ -1724,7 +1729,7 @@ EM.zCaptionNumberFormat {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Arial";
+ font-family: "Poppins";
}
EM.zPageNumber {
font-size: 9.000000pt;
@@ -1734,7 +1739,7 @@ EM.zPageNumber {
text-decoration: none;
vertical-align: baseline;
text-transform: none;
- font-family: "Times New Roman";
+ font-family: "Poppins";
}
EM.zWhite {
font-size: 4.000000pt;
@@ -1743,7 +1748,7 @@ EM.zWhite {
color: #ffffff;
text-decoration: none;
vertical-align: baseline;
- font-family: "Times New Roman";
+ font-family: "Poppins";
}
img.floating {
float: right;
@@ -1751,6 +1756,6 @@ img.floating {
}
pre.codeexample {
font-size: 8.0 pt;
- font-family: "courier new";
+ font-family: "Roboto Mono";
margin-left: 24 pt;
}