Changes

Jump to navigation Jump to search
2,509 bytes added ,  20:54, 16 February 2021
no edit summary
Line 4: Line 4:  
}
 
}
    +
 +
 +
/* TILES */
 +
.tile {
 +
    background: #ffffff;
 +
    border: 1px solid #e4eaee;
 +
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
 +
    padding: 1.5em 2em 1em;
 +
    max-width: 40em;
 +
}
 +
 +
.tile h2 {
 +
    font-size: 1.4em;
 +
    font-weight: bold;
 +
    border: none;
 +
    margin: 0 0 0.4em;
 +
}
 +
 +
.tile .byline + h2 {
 +
    margin-top: -0.5em;
 +
}
 +
 +
.tile.link-button {
 +
    padding: 0;
 +
}
 +
 +
.tile.link-button a {
 +
    color: inherit;
 +
    display: block;
 +
    padding: 1.25em 1.5em 0.75em;
 +
    text-decoration: none;
 +
}
 +
 +
.tile.dark {
 +
    color: #ffffff;
 +
    background: #5d6773;
 +
    border: none;
 +
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.3);
 +
}
 +
 +
.tile.dark h2,
 +
.tile.dark h3 {
 +
    color: #ffffff;
 +
}
 +
 +
.tile.dark a {
 +
    color: #ccd2d8;
 +
}
 +
 +
.tile.dark .byline {
 +
    color: rgba(255, 255, 255, 0.7);
 +
}
 +
 +
.byline {
 +
    font-size: 0.9em;
 +
    color: #949eaa;
 +
}
 +
 +
.byline a {
 +
    color: #949eaa;
 +
}
 +
 +
.tile-row {
 +
    display: flex;
 +
    flex-flow: row wrap;
 +
    margin-bottom: 1em;
 +
}
 +
 +
.tile-halves {
 +
    display: flex;
 +
    flex-flow: row wrap;
 +
    border: 1px solid #e4eaee;
 +
    background: #ffffff;
 +
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
 +
}
 +
 +
.tile-halves h2 {
 +
    font-size: 1.4em;
 +
    font-weight: bold;
 +
    border: none;
 +
    margin: 0 0 0.4em;
 +
}
 +
 +
.tile-halves .byline + h2 {
 +
    margin-top: -0.5em;
 +
}
 +
 +
.tile-top {
 +
    width: 100%;
 +
    padding: 1.3rem 1.5rem 0.6rem;
 +
}
 +
 +
.tile-top.tile-image {
 +
    display: flex;
 +
    align-items: center;
 +
    background-color: #949eaa;
 +
    overflow: hidden;
 +
    padding: 0;
 +
    height: 13vw;
 +
    max-height: 12em;
 +
}
 +
 +
.tile-top.tile-image a {
 +
    width: 100%;
 +
}
 +
 +
.tile-top.tile-image img {
 +
    width: 100%;
 +
    height: auto;
 +
    transition: 0.4s ease-out;
 +
}
 +
 +
.tile-bottom {
 +
    background: #ffffff;
 +
    border-top: 1px solid #e4eaee;
 +
    width: 100%;
 +
    padding: 1rem 1.5rem 0.6rem;
 +
}
 +
 +
.tile-bottom.link-button {
 +
    align-self: flex-end;
 +
    padding: 0;
 +
}
 +
 +
.tile-bottom.link-button a {
 +
    display: block;
 +
    text-align: center;
 +
    padding: 0.75em 1.5em 0.8em;
 +
    text-decoration: none;
 +
}
 +
 +
.tile-bottom.read-more {
 +
    background: #f9fafa;
 +
    transition: 0.3s ease-out;
 +
}
 +
 +
.tile-bottom.read-more a {
 +
    color: #949eaa;
 +
    font-weight: bold;
 +
    text-align: right;
 +
}
 +
 +
.tile-bottom.read-more:hover {
 +
    background: #f2f4f4;
 +
}
 +
 +
.tile-bottom.read-more:hover .arrow {
 +
    transform: translateX(50%);
 +
}
 +
 +
.tile-bottom.read-more .arrow {
 +
    filter: invert(43%) sepia(50%) hue-rotate(175deg);
 +
    margin-left: 0.4em;
 +
    transition: 0.3s ease-out;
 +
}
 +
 +
/* TILES */
    
#simpleSearch input {
 
#simpleSearch input {
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu