Skip to content

Commit

Permalink
Merge branch 'main' into script-updates-may-2023
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Cooper committed Jul 5, 2023
2 parents 9241dff + 606a91f commit c8110d2
Show file tree
Hide file tree
Showing 3 changed files with 158 additions and 112 deletions.
45 changes: 43 additions & 2 deletions guidelines/guidelines.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ summary::after {
position: relative;
}
summary::after {
right: -4.5em;
right: 0em;
top: .25em;
float: right;
}
:not(.head) > details:focus summary::after, :not(.head) > details:hover summary::after {
Expand All @@ -28,9 +29,16 @@ summary::after {
text-align: center;
font-weight: bold;
}

/* removing for readability
.howto-link, .outcome-link {
font-style: italic;
} */

.howto-link {
margin-top: 0;
}

a.internalDFN[title]:hover, .internalDFN[title]:active, a.internalDFN[title]:focus {
cursor: help;
}
Expand All @@ -41,12 +49,42 @@ a.internalDFN[title]:hover, .internalDFN[title]:active, a.internalDFN[title]:foc
color: #005A9C;
}
.guideline-text, .outcome-text {
font-size: larger;
font-size: 11 0%;
margin-top: 0;
margin-bottom: 0;
text-indent: 50px;
}
.guideline h3, .outcome h4 {
width: 100%;
margin-bottom: 0;
margin-top: .4em;
}
.guideline h3 {
font-size: 120%;
color: black;
}

.guideline p {
margin-top: 0;
text-indent: 50px;
}

h2, h3, h4 {
width: 100%;
margin-bottom: .3em;
margin-top: .75em;
}

h4 {font-size: 110%}

h5, h6 {
width: 100%;
font-style: normal !important;
margin-top: 1rem;
margin-bottom: 0;

}

.methods h5, .errors h5, .rating h5 {
font-size: 100%;
color: #005A9C;
Expand Down Expand Up @@ -122,6 +160,9 @@ p.status-filter
border: thin solid #005A9C;
border-radius: 1ex;
cursor: help;
text-indent: 0px;
font-weight: bolder;
font-size: .75em;
}
@media screen and (min-width: 860px) {
.sticky {
Expand Down
Loading

0 comments on commit c8110d2

Please sign in to comment.