Skip to content

Commit

Permalink
Cloned WordPress post 13454 for environment PROD
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 16, 2024
1 parent 57614b6 commit c0b39c0
Show file tree
Hide file tree
Showing 16 changed files with 293 additions and 2,795 deletions.
82 changes: 38 additions & 44 deletions dist/combined_styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,7 @@ HTML5 Reset

/* Baseline Normalize
normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

section{display:block}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}strong{font-weight:700}code{font-family:monospace,serif;font-size:1em;background-color:#fff;}
--------------------------------------------- */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}

/* Additional wrap for code blocks so they don't spill over FAQ borders*/

Expand Down Expand Up @@ -227,30 +225,14 @@ p {
padding: 0;
}

strong {
font-weight: 700;
}

/* LISTS - DEFAULT
Ordered and unordered */

/* Position lists neatly */

ul {
margin: 0 0 var(--space-double) var(--space-quad);
padding: 0;
}

/* Add some space between list items */
li {
list-style-type: none;
margin-bottom: var(--space)
}

/* Remove the bottom margin from the last item in the list */
li:last-of-type {
margin-bottom: 0;
}

/* BLOCKQUOTES */

Expand All @@ -265,21 +247,9 @@ DOWNLOAD LINKS (.wp-block-file)
/* Headings
--------------------------------------------- */


h2 {
font-stretch: normal;
font-style: normal;
line-height: 1.4;
letter-spacing: 0.5px;
}

/* Heading 1 - Large headings mostly used for page titles */

/* Heading 2 - Commonly used sub-heading within page content */
h2 {
font-size: 32px;
font-weight: 600;
}

/* Heading 3 - Sub-headings within sections */

Expand Down Expand Up @@ -372,6 +342,19 @@ Structure and Layout

/* Content */

.content {
background-color: #fff;
border: 1px solid var(--ui-background-light);
border-radius: var(--radius-loose);
margin-bottom: var(--space-quad);
padding: var(--space-quad) var(--space-oct);
width: 760px;
/* Lets try adding some shadows */
-webkit-box-shadow: 0px 0px 8px 0px var(--ui-background);
-moz-box-shadow: 0px 0px 8px 0px var(--ui-background);
box-shadow: 0px 0px 8px 0px var(--ui-background);
}

/* DD 16/10/20 NOTE: We might want to revisit this to get pages without a sidebar looking nice & tight */

/* Primary Sidebar */
Expand All @@ -382,11 +365,6 @@ Structure and Layout
Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.first {
clear: both;
margin-left: 0;
}


/*
Common Classes
Expand Down Expand Up @@ -731,9 +709,6 @@ Content Area
/* Example code blocks */

/* Remove the background color from the code text examples */
code {
background-color: transparent;
}

/* Entry Meta
--------------------------------------------- */
Expand Down Expand Up @@ -820,6 +795,30 @@ Site Footer
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1180px) {

.content {
width: 630px;
}

}

@media only screen and (max-width: 1023px) {

.content {
width: 100%;
}

}

@media only screen and (max-width: 480px) {

.content {
padding: 30px;
}

}


/* CSS from https://info.orcid.org/wp-includes/css/dist/block-library/style.css */

Expand Down Expand Up @@ -866,10 +865,6 @@ Media Queries
visibility:hidden;
}
}

ul{
box-sizing:border-box;
}
@keyframes overlay-menu__fade-in-animation{
0%{
opacity:0;
Expand All @@ -887,7 +882,6 @@ ul{
}

/* CSS from https://info.orcid.org/wp-content/plugins/genesis-blocks/dist/style-blocks.build.css */
.gb-block-container{margin:0;position:relative;padding:0}.gb-block-container .gb-container-content{margin:0 auto;position:relative}.right{text-align:right}


/* CSS from https://info.orcid.org/wp-content/uploads/theplus_gutenberg/plus-global.css */
Expand Down
209 changes: 17 additions & 192 deletions dist/index-ar.html

Large diffs are not rendered by default.

209 changes: 17 additions & 192 deletions dist/index-cs.html

Large diffs are not rendered by default.

209 changes: 17 additions & 192 deletions dist/index-de.html

Large diffs are not rendered by default.

209 changes: 17 additions & 192 deletions dist/index-es.html

Large diffs are not rendered by default.

209 changes: 17 additions & 192 deletions dist/index-fr.html

Large diffs are not rendered by default.

209 changes: 17 additions & 192 deletions dist/index-it.html

Large diffs are not rendered by default.

209 changes: 17 additions & 192 deletions dist/index-ja.html

Large diffs are not rendered by default.

209 changes: 17 additions & 192 deletions dist/index-ko.html

Large diffs are not rendered by default.

209 changes: 17 additions & 192 deletions dist/index-pl.html

Large diffs are not rendered by default.

209 changes: 17 additions & 192 deletions dist/index-pt.html

Large diffs are not rendered by default.

209 changes: 17 additions & 192 deletions dist/index-ru.html

Large diffs are not rendered by default.

209 changes: 17 additions & 192 deletions dist/index-tr.html

Large diffs are not rendered by default.

209 changes: 17 additions & 192 deletions dist/index-zh-CN.html

Large diffs are not rendered by default.

209 changes: 17 additions & 192 deletions dist/index-zh-TW.html

Large diffs are not rendered by default.

80 changes: 17 additions & 63 deletions dist/index.html

Large diffs are not rendered by default.

0 comments on commit c0b39c0

Please sign in to comment.