Olivero clone for PWC, Island Archives
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.
 
 
 
 

35 lines
1.2 KiB

/*collection grid*/
.collection-view > .view-content {
display: grid;
grid-template-columns: repeat(4, 1fr);
/* margin: 0.47214rem 0 0.47214rem 2.61803rem; */
}
.collection-view {
.views-row {
/*margin: 1em;*/
/*border: 1px solid #ccc;*/
.views-field-title {
text-align: center;
font-weight: bold;
}
a {
text-decoration: none;
}
.views-field-did-image {
height: 260px;
overflow: hidden;
border: 1px solid #ccc;
padding:4px;
}
img {
width: 100%;
}
}
}
.mirador28::after {
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='22' width='22' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2023 Fonticons, Inc.--%3E%3Cpath fill='%232b353b' d='M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z'/%3E%3C/svg%3E");
fill:blue;
margin-top:10px;
margin-left: 10px
}