Skip to content

Commit

Permalink
Update gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Bot committed Nov 3, 2023
1 parent b8e2701 commit 296f3b4
Show file tree
Hide file tree
Showing 42 changed files with 250 additions and 98 deletions.
69 changes: 57 additions & 12 deletions assets/ecmarkup.css
Original file line number Diff line number Diff line change
Expand Up @@ -894,26 +894,68 @@ tr.del > td {
display: block;
}

#menu-pins .unpin-all {
border: none;
background: #ccc;
border-radius: 4px;
height: 18px;
font-size: 12px;
margin: 0 5px 0 10px;
font-family: IBM Plex Sans;
}
#menu-pins .unpin-all:hover {
background: #ddd;
}

#menu-pins-list {
margin: 0;
padding: 0;
counter-reset: pins-counter;
}

#menu-pins-list > li {
display: flex;
align-items: stretch;
gap: 4px;
margin: 3px 1px;
border-radius: 4px;
}

#menu-pins-list > li > a {
flex-grow: 1;
align-self: center;
}

#menu-pins-list > li:before,
#menu-pins-list > li > .unpin {
flex-shrink: 0;
flex-grow: 0;
text-align: center;
padding: 1px 3px;
border-radius: 4px;
background: none;
border: none;
}
#menu-pins-list > li:before,
#menu-pins-list > li > .unpin:hover {
background: #ccc;
}

#menu-pins-list > li > .unpin,
#menu-pins .unpin-all {
cursor: pointer;
}
#menu-pins-list > li > .unpin:hover,
#menu-pins .unpin-all:hover {
color: #bb1212;
}

#menu-pins-list > li:before {
content: counter(pins-counter);
counter-increment: pins-counter;
display: inline-block;
width: 25px;
text-align: center;
border: 1px solid #bbb;
padding: 2px;
margin: 4px;
box-sizing: border-box;
line-height: 1em;
background-color: #ccc;
border-radius: 4px;
font-size: 16px;
}

#menu-toc > ol {
padding: 0;
flex-grow: 1;
Expand Down Expand Up @@ -1010,7 +1052,6 @@ tr.del > td {
flex-grow: 0;
flex-shrink: 0;
font-size: 80%;
cursor: row-resize;
user-select: none;
}

Expand Down Expand Up @@ -1285,12 +1326,16 @@ li.menu-search-result-term:before {
flex-direction: column;
}

#references-pane > .menu-pane-header {
cursor: row-resize;
}

#references-pane-container.active {
display: flex;
}

#references-pane-close:after {
content: '';
content: '\2716';
float: right;
cursor: pointer;
}
Expand Down
37 changes: 32 additions & 5 deletions assets/ecmarkup.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions index.html

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions multipage/abstract-operations.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions multipage/bibliography.html

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions multipage/colophon.html

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions multipage/conformance.html

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions multipage/control-abstraction-objects.html

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions multipage/copyright-and-software-license.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions multipage/ecmascript-data-types-and-values.html

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions multipage/ecmascript-language-expressions.html

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions multipage/ecmascript-language-functions-and-classes.html

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions multipage/ecmascript-language-lexical-grammar.html

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions multipage/ecmascript-language-scripts-and-modules.html

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions multipage/ecmascript-language-source-code.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions multipage/ecmascript-standard-built-in-objects.html

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions multipage/error-handling-and-language-extensions.html

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions multipage/executable-code-and-execution-contexts.html

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions multipage/fundamental-objects.html

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions multipage/global-object.html

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions multipage/grammar-summary.html

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions multipage/host-layering-points.html

Large diffs are not rendered by default.

8 changes: 5 additions & 3 deletions multipage/index.html

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions multipage/indexed-collections.html

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions multipage/keyed-collections.html

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions multipage/managing-memory.html

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions multipage/memory-model.html

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions multipage/normative-references.html

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions multipage/notational-conventions.html

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions multipage/numbers-and-dates.html

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions multipage/ordinary-and-exotic-objects-behaviours.html

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions multipage/overview.html

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions multipage/reflection.html

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions multipage/scope.html

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions multipage/strict-mode-of-ecmascript.html

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions multipage/structured-data.html

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions multipage/syntax-directed-operations.html

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions multipage/text-processing.html

Large diffs are not rendered by default.

0 comments on commit 296f3b4

Please sign in to comment.