2018-08-24 10:23:12 -04:00
|
|
|
.template-title {
|
|
|
|
margin-bottom: @margin-xl;
|
|
|
|
}
|
|
|
|
|
|
|
|
.field-title {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.filters {
|
|
|
|
float: right;
|
|
|
|
margin-bottom: @margin-lg;
|
|
|
|
|
|
|
|
@media (max-width: @screen-md-min) {
|
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.cta-links {
|
|
|
|
.cta-link.btn {
|
2018-10-03 08:59:55 -04:00
|
|
|
margin: 0 @margin-sm @margin-sm 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.popular-tags {
|
|
|
|
.template-thumbnail {
|
|
|
|
margin: 0 0 1em 0!important;
|
2018-08-24 10:23:12 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.tag-link {
|
2018-09-18 05:13:55 -04:00
|
|
|
margin: 0 @margin-xs @margin-sm 0;
|
2018-12-05 12:41:47 -05:00
|
|
|
max-width: 100%;
|
|
|
|
white-space: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
.template-abstract {
|
|
|
|
word-break: break-word;
|
|
|
|
hyphens: auto;
|
|
|
|
a {
|
|
|
|
hyphens: none;
|
|
|
|
}
|
2018-08-24 10:23:12 -04:00
|
|
|
}
|
|
|
|
|
2018-09-18 17:07:47 -04:00
|
|
|
.template-thumbnail {
|
2018-10-03 08:59:55 -04:00
|
|
|
display: inline-block;
|
|
|
|
margin: 0 0 2em;
|
|
|
|
width: 100%;
|
2018-09-21 05:50:46 -04:00
|
|
|
|
2018-08-24 10:23:12 -04:00
|
|
|
.thumbnail {
|
|
|
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
2018-10-03 08:59:55 -04:00
|
|
|
margin: 0 0 @margin-sm 0;
|
2018-09-13 06:28:48 -04:00
|
|
|
padding:0px;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
2018-09-20 09:53:07 -04:00
|
|
|
overflow: hidden;
|
2018-10-03 08:59:55 -04:00
|
|
|
width: 100%;
|
2018-09-13 06:28:48 -04:00
|
|
|
|
|
|
|
h3 {
|
|
|
|
color:@link-color;
|
|
|
|
margin: 10px 0px 10px 20px;
|
|
|
|
}
|
2018-08-24 10:23:12 -04:00
|
|
|
|
|
|
|
&.thumbnail-tag {
|
|
|
|
height: 100px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.caption {
|
2018-09-13 06:15:31 -04:00
|
|
|
// Override ShareLatex template styles
|
|
|
|
background: none;
|
|
|
|
border: none;
|
2018-08-24 10:23:12 -04:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2018-09-13 06:15:31 -04:00
|
|
|
.caption__description {
|
|
|
|
font-style: italic;
|
2018-10-03 08:59:55 -04:00
|
|
|
padding: 0 0 5px 0;
|
2018-09-13 06:15:31 -04:00
|
|
|
.text-overflow();
|
2018-09-06 10:53:34 -04:00
|
|
|
}
|
|
|
|
|
2018-09-19 13:10:36 -04:00
|
|
|
.caption__title {
|
|
|
|
display: inline-block;
|
2018-10-03 08:59:55 -04:00
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
2018-09-19 13:10:36 -04:00
|
|
|
.text-overflow();
|
|
|
|
}
|
2018-10-03 08:59:55 -04:00
|
|
|
}
|
2018-09-19 13:10:36 -04:00
|
|
|
|
2018-10-03 08:59:55 -04:00
|
|
|
.template-large-pdf-preview {
|
|
|
|
border: solid 1px @gray-lightest;
|
|
|
|
margin-top: @margin-lg;
|
|
|
|
}
|
2018-08-24 10:23:12 -04:00
|
|
|
|
2018-12-05 12:41:47 -05:00
|
|
|
/* Media Queries */
|
2019-04-08 11:56:09 -04:00
|
|
|
@media (max-width: @screen-xs-max) {
|
|
|
|
.templates-container {
|
|
|
|
column-count: 2;
|
|
|
|
column-gap: 2em;
|
|
|
|
}
|
|
|
|
}
|
2018-10-03 08:59:55 -04:00
|
|
|
@media (min-width: @screen-sm-min) {
|
|
|
|
.templates-container {
|
2019-04-08 11:56:09 -04:00
|
|
|
&.use-column {
|
|
|
|
column-count: 3;
|
|
|
|
column-gap: 3em;
|
|
|
|
}
|
|
|
|
&.use-percent {
|
|
|
|
margin: 0 -1.5em;
|
|
|
|
.template-thumbnail {
|
|
|
|
width: 33.3333333%;
|
|
|
|
padding: 0 1.5em;
|
|
|
|
}
|
|
|
|
}
|
2018-08-24 10:23:12 -04:00
|
|
|
}
|
|
|
|
}
|
2018-10-03 08:59:55 -04:00
|
|
|
@media (min-width: @screen-md-min) {
|
|
|
|
.template-large-pdf-preview {
|
|
|
|
margin-top: 0;
|
2018-08-31 12:05:48 -04:00
|
|
|
}
|
2018-10-03 08:59:55 -04:00
|
|
|
}
|
2018-08-31 12:05:48 -04:00
|
|
|
|
2018-10-03 08:59:55 -04:00
|
|
|
.section-tags {
|
|
|
|
margin-bottom: @margin-xl;
|
|
|
|
margin-top: @margin-md;
|
2018-10-11 07:09:42 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.search__container--addsearch {
|
2018-10-12 04:52:51 -04:00
|
|
|
.search__input-bar {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.search__input {
|
|
|
|
flex: 1;
|
|
|
|
margin-right: 10px;
|
|
|
|
padding: 0 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
// AddSearch overrides
|
|
|
|
#addsearch-results {
|
|
|
|
min-height: 0 !important;
|
|
|
|
|
|
|
|
.addsearch-result-item-container {
|
|
|
|
background-size: auto 80px !important; // Resize image to be smaller
|
|
|
|
padding: 10px;
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-right: 10px;
|
|
|
|
border-bottom: 2px solid rgb(236, 236, 236);
|
|
|
|
}
|
|
|
|
|
|
|
|
.addsearch-result-item-sub {
|
|
|
|
min-height: 0 !important;
|
|
|
|
background: none !important;
|
|
|
|
border-bottom: none !important;
|
|
|
|
|
2018-10-12 04:53:22 -04:00
|
|
|
h2 {
|
|
|
|
font-family: @font-family-sans-serif;
|
|
|
|
}
|
|
|
|
|
2018-10-12 04:52:51 -04:00
|
|
|
// Unfortunately AddSearch doesn't add very useful classes, so have to use
|
|
|
|
// some horrible nesting :/
|
|
|
|
& > div {
|
|
|
|
min-height: 0 !important;
|
|
|
|
padding-left: 90px !important;
|
|
|
|
|
|
|
|
// Hide some unnecessary metadata
|
|
|
|
span {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: @ol-green !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:hover a {
|
|
|
|
color: @ol-dark-green !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#addsearch-results-bottom {
|
|
|
|
height: auto !important;
|
|
|
|
background: none !important;
|
|
|
|
padding-top: 0 !important;
|
|
|
|
|
|
|
|
#addsearch-rp-paging {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: @ol-green !important;
|
|
|
|
|
|
|
|
&.currentResultPage {
|
|
|
|
color: @ol-blue-gray-5 !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#addsearch-logo {
|
|
|
|
display: none !important;
|
|
|
|
}
|
2018-10-11 07:09:42 -04:00
|
|
|
}
|