Skip to content

Commit

Permalink
Deploying to gh-pages from @ 5158c18 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhkay committed Feb 5, 2025
1 parent 448e3de commit 802490b
Show file tree
Hide file tree
Showing 81 changed files with 28,525 additions and 262,350 deletions.
2,859 changes: 2,261 additions & 598 deletions pr/1740/expath-binary-40/Overview.html

Large diffs are not rendered by default.

810 changes: 519 additions & 291 deletions pr/1740/expath-binary-40/Overview.xml

Large diffs are not rendered by default.

165 changes: 130 additions & 35 deletions pr/1740/expath-binary-40/autodiff.html

Large diffs are not rendered by default.

707 changes: 461 additions & 246 deletions pr/1740/expath-binary-40/binary-40.xml

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions pr/1740/expath-binary-40/css/qtspecs.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ div.issue,
div.note,
div.notice { margin-left: 2em; }

dd div.note { margin-left: 0; }

div.issue
p.title { margin-left: -2em; }

Expand Down
20 changes: 0 additions & 20 deletions pr/1740/expath-binary-40/css/showdiff.css

This file was deleted.

56 changes: 38 additions & 18 deletions pr/1740/expath-binary-40/css/w3c-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -1078,11 +1078,14 @@

/** Table of Contents *********************************************************/

.toc summary {
list-style: none;
font-weight: normal;
}

.toc a {
/* More spacing; use padding to make it part of the click target. */
padding: 0.1rem 1px 0;
/* Larger, more consistently-sized click target */
display: block;
/* Switch to using border-bottom */
text-decoration: none;
border-bottom: 1px solid;
Expand Down Expand Up @@ -1133,14 +1136,25 @@
.toc > li li li li { font-size: 90%; }
.toc > li li li li li { font-size: 85%; }

.toc > li { margin: 1.5rem 0; }
.toc > li { margin: 0.5rem 0; }
/*
.toc > li li { margin: 0.3rem 0; }
.toc > li li li { margin-left: 2rem; }
*/

.exptoc { font-size: 80%; color: #7f7f7f; cursor: pointer; }
.expalltoc { font-size: 80%; color: #7f7f7f; cursor: pointer; }
.toc ol { margin-left: 3rem; }
.toc ol summary {
padding-left: 3em;
text-indent: -3em;
}

/* Section numbers in a column of their own */

.toc .secno {
float: left;
width: 4rem;
width: 3rem;
white-space: nowrap;
}
.toc > li li li li .secno {
Expand All @@ -1150,13 +1164,14 @@
font-size: 100%;
}

/*
:not(li) > .toc { margin-left: 5rem; }
.toc .secno { margin-left: -5rem; }
.toc > li li li .secno { margin-left: -7rem; }
.toc > li li li li .secno { margin-left: -9rem; }
.toc > li li li li li .secno { margin-left: -11rem; }
/* Tighten up indentation in narrow ToCs */
@media (max-width: 30em) {
:not(li) > .toc { margin-left: 4rem; }
.toc .secno { margin-left: -4rem; }
Expand All @@ -1165,20 +1180,25 @@
.toc > li li li li .secno { margin-left: -6rem; }
.toc > li li li li li .secno { margin-left: -7rem; }
}
@media screen and (min-width: 78em) {
body:not(.toc-inline) :not(li) > .toc { margin-left: 4rem; }
body:not(.toc-inline) .toc .secno { margin-left: -4rem; }
body:not(.toc-inline) .toc > li li li { margin-left: 1rem; }
body:not(.toc-inline) .toc > li li li .secno { margin-left: -5rem; }
body:not(.toc-inline) .toc > li li li li .secno { margin-left: -6rem; }
body:not(.toc-inline) .toc > li li li li li .secno { margin-left: -7rem; }
}
body.toc-sidebar #toc :not(li) > .toc { margin-left: 4rem; }
body.toc-sidebar #toc .toc .secno { margin-left: -4rem; }
body.toc-sidebar #toc .toc > li li li { margin-left: 1rem; }
body.toc-sidebar #toc .toc > li li li .secno { margin-left: -5rem; }
body.toc-sidebar #toc .toc > li li li li .secno { margin-left: -6rem; }
body.toc-sidebar #toc .toc > li li li li li .secno { margin-left: -7rem; }
body:not(.toc-inline) :not(li) > .toc { margin-left: 2rem; }
body:not(.toc-inline) .toc .secno { margin-left: -2rem; }
body:not(.toc-inline) .toc > li li li { margin-left: 2rem; }
body:not(.toc-inline) .toc > li li li .secno { margin-left: -2rem; }
body:not(.toc-inline) .toc > li li li li .secno { margin-left: -2rem; }
body:not(.toc-inline) .toc > li li li li li .secno { margin-left: -2rem; }
}
body.toc-sidebar #toc :not(li) > .toc { margin-left: 2rem; }
body.toc-sidebar #toc .toc .secno { margin-left: -2rem; color: red; }
body.toc-sidebar #toc .toc > li li { margin-left: 2rem; color: cyan; }
body.toc-sidebar #toc .toc > li li .secno { margin-left: -2rem; color: orange; }
body.toc-sidebar #toc .toc > li li li { margin-left: 2rem; color: green; }
body.toc-sidebar #toc .toc > li li li .secno { margin-left: -4rem; color: orange; }
body.toc-sidebar #toc .toc > li li li li .secno { margin-left: -2rem; }
body.toc-sidebar #toc .toc > li li li li li .secno { margin-left: -2rem; }
*/

.toc li {
clear: both;
Expand Down
8 changes: 7 additions & 1 deletion pr/1740/expath-binary-40/css/xpath-functions-40.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}

#function-finder {
position: fixed;
position: absolute;
background-color: rgb(247, 248, 249);
opacity 1;
width: 23.5em;
Expand All @@ -26,6 +26,12 @@
margin-bottom: 4px;
}

@media screen and (min-width: 78em) {
#function-finder {
position: fixed;
}
}

.return-varies {
font-weight: bold;
font-style: italic;
Expand Down
Loading

0 comments on commit 802490b

Please sign in to comment.