Skip to content

Commit

Permalink
Merge branch 'html-double'
Browse files Browse the repository at this point in the history
  • Loading branch information
millerpuckette committed Oct 23, 2023
2 parents 3afa2ff + 7a1539c commit 6cb5cd6
Show file tree
Hide file tree
Showing 4 changed files with 256 additions and 98 deletions.
50 changes: 25 additions & 25 deletions doc/1.manual/pdmanual.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,61 +7,61 @@
font-weight: 400;
}

BODY {
BODY {
background: #ffffff;;
color: #000000;
font-family: Georgia, serif; /*Georgia, serif; */ /*Helevetica, sans-serif;*/
font-size: 12.7pt; /* this is because there were many <p> missing. We can change this value to 7pt to easily detect missing <p> */
line-height: 1.6;

}

#corpus {

width: 6.5in;
#corpus {

width: 8.5in;
margin-left: 0.8in;
}

H1 {
font-size: 32.7pt;
text-align: center;
font-weight: normal;


}
H2 {
font-size: 22.7pt;
text-align: center;
font-weight: normal;

}
H3 {
font-size: 14.7pt;
text-align: left;

}
H4 {
font-size: 12.7pt;
text-align: left;

}
H5 {
font-size: 10.7pt;
text-align: left;

}
H6 {
font-size: 10.7pt;
text-align: left;

}

H1, H2, H3, H4, H5, H6, ol, ul, mark, PRE {
H1, H2, H3, H4, H5, H6, ol, ul, mark, PRE {
color: #3E4349;

}

PRE {
PRE {
font-size: 80%;
background-color:#f0f0f0;
text-align: left;
Expand All @@ -83,7 +83,7 @@ table {

tr:nth-child(even) {background-color: #f0f0f0;}

CODE {
CODE {
background-color:#f0f0f0;
font-family: 'Consolas', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace;
}
Expand Down Expand Up @@ -147,12 +147,12 @@ a.green:link {
text-decoration: none;
display: inline-block;
font-size: 80%;

}

a.green:hover {
text-decoration: none;
background-color: #4CAF50;
background-color: #4CAF50;
}

a.green:visited {
Expand All @@ -175,7 +175,7 @@ a.green:visited {
/* standard images */

IMG {

display: block;
margin: 0 auto;
width: auto;
Expand All @@ -197,7 +197,7 @@ div.butt {
left: 0;
}

blockquote {
blockquote {
padding: 0;
margin-right:0px;
}
Expand All @@ -211,8 +211,8 @@ blockquote p {

@media screen and (max-device-width: 700px) {
#corpus {
padding: 10px;
width: auto;
padding: 10px;
width: auto;
margin-left: 6px;
}
H1 {font-size: 25pt;}
Expand All @@ -223,9 +223,9 @@ blockquote p {

@media screen and (max-width: 700px) {
#corpus {
padding: 10px;
width: auto;
margin-left: 6px;
padding: 10px;
width: auto;
margin-left: 6px;
}
H1 {font-size: 25pt;}
IMG {max-width: 100%;}
Expand Down

0 comments on commit 6cb5cd6

Please sign in to comment.