|
|
|
@ -43,6 +43,7 @@ |
|
|
|
/*image*/ |
|
|
|
/*image*/ |
|
|
|
.field--name-did-image img { |
|
|
|
.field--name-did-image img { |
|
|
|
width: 200px; |
|
|
|
width: 200px; |
|
|
|
|
|
|
|
max-width: 200px; |
|
|
|
border: 1px solid #ccc; |
|
|
|
border: 1px solid #ccc; |
|
|
|
padding: 4px; |
|
|
|
padding: 4px; |
|
|
|
border-radius: 4px; |
|
|
|
border-radius: 4px; |
|
|
|
@ -51,10 +52,11 @@ |
|
|
|
.node__title { |
|
|
|
.node__title { |
|
|
|
margin: 0; |
|
|
|
margin: 0; |
|
|
|
font-size: 1.5em; |
|
|
|
font-size: 1.5em; |
|
|
|
|
|
|
|
line-height: 1.5; |
|
|
|
a { |
|
|
|
a { |
|
|
|
color: blue; |
|
|
|
color: blue; |
|
|
|
color: #093a6c; |
|
|
|
color: #093a6c; |
|
|
|
text-decoration: underline; |
|
|
|
/* text-decoration: underline; */ |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@ -83,11 +85,15 @@ nav.pager { |
|
|
|
.field__label { |
|
|
|
.field__label { |
|
|
|
width: 200px; |
|
|
|
width: 200px; |
|
|
|
} |
|
|
|
} |
|
|
|
.field--name-field-description-long .field__item { |
|
|
|
.field--name-field-abstract, |
|
|
|
|
|
|
|
.field--name-field-description, |
|
|
|
|
|
|
|
.field--name-field-description-long { |
|
|
|
|
|
|
|
.field__item { |
|
|
|
display: table-cell; |
|
|
|
display: table-cell; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.has-viewer { |
|
|
|
.has-viewer { |
|
|
|
.collection-search-view, |
|
|
|
.collection-search-view, |
|
|
|
|