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.
82 lines
1.9 KiB
82 lines
1.9 KiB
/** |
|
* @file |
|
* Visual styles for Magazine+'s featured video views block. |
|
*/ |
|
.view-featured-video .overlay-container .views-field-field-mt-post-category { |
|
position: absolute; |
|
bottom: 20px; |
|
left: 20px; |
|
z-index: 10; |
|
} |
|
.view-featured-video .overlay-container .views-field-field-mt-post-category a { |
|
padding: 5px 20px; |
|
font-size: 12px; |
|
text-transform: uppercase; |
|
background-color: #ffffff; |
|
display: block; |
|
color: #373737; |
|
} |
|
.view-featured-video .overlay-container .views-field-field-mt-post-category a:hover { |
|
background-color: rgba(255, 255, 255, 0.8); |
|
} |
|
.view-featured-video .views-field-title h5 { |
|
margin: 20px 0 10px; |
|
font-size: 18px; |
|
line-height: 1.65; |
|
} |
|
.headings-wide-spacing-enabled .view-featured-video .views-field-title a { |
|
letter-spacing: 0.2em; |
|
text-transform: uppercase; |
|
} |
|
.view-featured-video .views-field-name { |
|
font-style: italic; |
|
font-size: 14px; |
|
font-weight: 700; |
|
text-transform: none; |
|
color: #505050; |
|
} |
|
.view-featured-video .views-field-name .username { |
|
text-transform: uppercase; |
|
font-style: normal; |
|
font-size: 12px; |
|
font-weight: 400; |
|
} |
|
.view-featured-video .views-field-title a:hover { |
|
text-decoration: none; |
|
} |
|
.view-featured-video .post-meta { |
|
font-size: 0; |
|
margin-top: 10px; |
|
} |
|
.view-featured-video .post-meta-item { |
|
font-size: 12px; |
|
display: inline-block; |
|
padding: 0px 15px; |
|
line-height: 1.3; |
|
text-transform: uppercase; |
|
position: relative; |
|
} |
|
.view-featured-video .post-meta-item:after { |
|
content: ""; |
|
width: 2px; |
|
height: 2px; |
|
position: absolute; |
|
right: -1px; |
|
top: 50%; |
|
margin-top: -1px; |
|
background-color: #9c9c9c; |
|
} |
|
.region--light-typography .view-featured-video .post-meta-item:after { |
|
background-color: #ffffff; |
|
} |
|
.view-featured-video .post-meta-item:first-child { |
|
padding-left: 0; |
|
} |
|
.view-featured-video .post-meta-item:last-child { |
|
padding-right: 0; |
|
} |
|
.view-featured-video .post-meta-item:last-child:after { |
|
width: 0; |
|
height: 0; |
|
background-color: transparent; |
|
}
|
|
|