You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

94 lines
1.6 KiB

/* search results styling */
.view-row {
border-bottom: 1px solid grey;
padding: 10px;
}
span.views-field-title {
text-decoration: underline;
}
/* misc styling */
/* class to indent first line of paragraph */
p.firstlineindent {
text-indent: 2em;
}
/* class to create a hanging paragraph */
p.hangingindent {
padding-left: 2em ;
text-indent: -2em ;
}
/* Works Cited styling */
/* add italics to journal titles */
span.citeproc-container-title {
font-style: italic;
}
.page-node-173 .article-info {
display: none;
}
.page-node-173 .node__container {
display: block !important;
}
.masonry-item {
width: 30.5%;
background-color: #f6f6f2;
border: 0;
margin: 0.5%;
padding: 0;
}
.paragraph--type--author-with-affiliation {
display: flex;
}
img.orcid_logo {
width: 22px;
margin-bottom: 9px;
}
.orcid-short-link {
margin-left: 12px;
font-weight: normal;
font-style: normal;
font-size: smaller;
line-height: 2;
}
.teaser-card__body .field--name-field-affiliation-string {
display:none;
}
.field--name-field-journal-article-abstract {
background: #eee;
padding: .5em;
margin-bottom:1.5em;
p:last-child {
padding-bottom: 0;
}
}
/* this removes EPR and DBPR tags from the landing page banners */
.article-header--metadata a[href="/taxonomy/term/368"],
.article-header--metadata a[href="/taxonomy/term/369"] {
display: none;
}
.toc-block--wide .toc--list a {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 260px; /* or whatever width you need */
max-width: 100%;
padding-right: 1em;
}
.toc ol.circle {
list-style-type: none;
padding-left: 1em;
}