Dropped a new main.css with the beta changes for the footer.
This commit is contained in:
parent
24a406851e
commit
1dad2cc1e3
@ -423,13 +423,6 @@
|
|||||||
.RV-ImageGrid__Item img {
|
.RV-ImageGrid__Item img {
|
||||||
object-position: center; }
|
object-position: center; }
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: 'Crimson Text';
|
|
||||||
font-style: italic;
|
|
||||||
font-weight: 400;
|
|
||||||
font-display: swap;
|
|
||||||
src: local("Crimson Text Italic"), local("CrimsonText-Italic"), url(fonts/Crimson/CrimsonText-Italic.ttf) format("truetype"); }
|
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Crimson Text';
|
font-family: 'Crimson Text';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
@ -437,6 +430,13 @@
|
|||||||
font-display: swap;
|
font-display: swap;
|
||||||
src: local("Crimson Text Regular"), local("CrimsonText-Regular"), url(fonts/Crimson/CrimsonText-Regular.ttf) format("truetype"); }
|
src: local("Crimson Text Regular"), local("CrimsonText-Regular"), url(fonts/Crimson/CrimsonText-Regular.ttf) format("truetype"); }
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Crimson Text';
|
||||||
|
font-style: italic;
|
||||||
|
font-weight: 400;
|
||||||
|
font-display: swap;
|
||||||
|
src: local("Crimson Text Italic"), local("CrimsonText-Italic"), url(fonts/Crimson/CrimsonText-Italic.ttf) format("truetype"); }
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Crimson Text';
|
font-family: 'Crimson Text';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
@ -444,13 +444,6 @@
|
|||||||
font-display: swap;
|
font-display: swap;
|
||||||
src: local("Crimson Text Bold"), local("CrimsonText-Bold"), url(fonts/Crimson/CrimsonText-Bold.ttf) format("truetype"); }
|
src: local("Crimson Text Bold"), local("CrimsonText-Bold"), url(fonts/Crimson/CrimsonText-Bold.ttf) format("truetype"); }
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: 'Montserrat';
|
|
||||||
font-style: italic;
|
|
||||||
font-weight: 400;
|
|
||||||
font-display: swap;
|
|
||||||
src: local("Montserrat Italic"), local("Montserrat-Italic"), url(fonts/Montserrat/Montserrat-Italic.ttf) format("truetype"); }
|
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Montserrat';
|
font-family: 'Montserrat';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
@ -458,6 +451,13 @@
|
|||||||
font-display: swap;
|
font-display: swap;
|
||||||
src: local("Montserrat Regular"), local("Montserrat-Regular"), url(fonts/Montserrat/Montserrat-Regular.ttf) format("truetype"); }
|
src: local("Montserrat Regular"), local("Montserrat-Regular"), url(fonts/Montserrat/Montserrat-Regular.ttf) format("truetype"); }
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Montserrat';
|
||||||
|
font-style: italic;
|
||||||
|
font-weight: 400;
|
||||||
|
font-display: swap;
|
||||||
|
src: local("Montserrat Italic"), local("Montserrat-Italic"), url(fonts/Montserrat/Montserrat-Italic.ttf) format("truetype"); }
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Montserrat';
|
font-family: 'Montserrat';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
@ -555,11 +555,11 @@ body {
|
|||||||
.LP-Link {
|
.LP-Link {
|
||||||
color: #565656;
|
color: #565656;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-family: Montserrat, Helvetica, sans-serif; }
|
font-family: "Montserrat", Helvetica, sans-serif; }
|
||||||
.LP-Link:hover {
|
.LP-Link:hover {
|
||||||
color: #C09F80; }
|
color: #C09F80; }
|
||||||
.LP-Link .LP-Paragraph {
|
.LP-Link .LP-Paragraph {
|
||||||
font-family: Montserrat, Helvetica, sans-serif; }
|
font-family: "Montserrat", Helvetica, sans-serif; }
|
||||||
.LP-Link .LP-Paragraph:hover {
|
.LP-Link .LP-Paragraph:hover {
|
||||||
color: #C09F80; }
|
color: #C09F80; }
|
||||||
|
|
||||||
@ -567,7 +567,7 @@ body {
|
|||||||
display: inline; }
|
display: inline; }
|
||||||
|
|
||||||
.LP-Headline {
|
.LP-Headline {
|
||||||
font-family: Montserrat, Helvetica, sans-serif;
|
font-family: "Montserrat", Helvetica, sans-serif;
|
||||||
color: #565656;
|
color: #565656;
|
||||||
font-size: 1.7rem;
|
font-size: 1.7rem;
|
||||||
padding-top: 0px;
|
padding-top: 0px;
|
||||||
@ -641,7 +641,7 @@ body {
|
|||||||
.LP-Input--tagging .LP-Input__Field, .LP-Input--tagging .tagify {
|
.LP-Input--tagging .LP-Input__Field, .LP-Input--tagging .tagify {
|
||||||
min-height: 36px;
|
min-height: 36px;
|
||||||
height: max-content;
|
height: max-content;
|
||||||
font-family: Montserrat, Helvetica, sans-serif;
|
font-family: "Montserrat", Helvetica, sans-serif;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
padding-left: 8px; }
|
padding-left: 8px; }
|
||||||
@ -669,12 +669,12 @@ body {
|
|||||||
background-color: #76323F;
|
background-color: #76323F;
|
||||||
color: #f9f9f9; }
|
color: #f9f9f9; }
|
||||||
.LP-Input .LP-Input__Label {
|
.LP-Input .LP-Input__Label {
|
||||||
font-family: Montserrat, Helvetica, sans-serif;
|
font-family: "Montserrat", Helvetica, sans-serif;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
white-space: wrap;
|
white-space: wrap;
|
||||||
overflow: hidden; }
|
overflow: hidden; }
|
||||||
.LP-Input .LP-Input__Message {
|
.LP-Input .LP-Input__Message {
|
||||||
font-family: Montserrat, Helvetica, sans-serif;
|
font-family: "Montserrat", Helvetica, sans-serif;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
@ -747,7 +747,7 @@ body {
|
|||||||
.LP-Tag .LP-Paragraph, .tagify__tag .LP-Paragraph {
|
.LP-Tag .LP-Paragraph, .tagify__tag .LP-Paragraph {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-family: Montserrat, Helvetica, sans-serif;
|
font-family: "Montserrat", Helvetica, sans-serif;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
display: inline; }
|
display: inline; }
|
||||||
|
|
||||||
@ -757,7 +757,7 @@ body {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
background-color: #f9f9f9;
|
background-color: #f9f9f9;
|
||||||
font-family: Montserrat, Helvetica, sans-serif;
|
font-family: "Montserrat", Helvetica, sans-serif;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
box-shadow: 0 0 2px #565656;
|
box-shadow: 0 0 2px #565656;
|
||||||
@ -796,7 +796,7 @@ body {
|
|||||||
padding: 8px; }
|
padding: 8px; }
|
||||||
|
|
||||||
.LP-Pagination {
|
.LP-Pagination {
|
||||||
font-family: Montserrat, Helvetica, sans-serif;
|
font-family: "Montserrat", Helvetica, sans-serif;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
@ -879,19 +879,19 @@ body {
|
|||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
padding-top: 10px; }
|
padding-top: 10px; }
|
||||||
.LP-PlaceTeaser .LP-PlaceTeaser__Meta .LP-Paragraph {
|
.LP-PlaceTeaser .LP-PlaceTeaser__Meta .LP-Paragraph {
|
||||||
font-family: Montserrat, Helvetica, sans-serif;
|
font-family: "Montserrat", Helvetica, sans-serif;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
font-size: 0.9rem; }
|
font-size: 0.9rem; }
|
||||||
.LP-PlaceTeaser .LP-PlaceTeaser__Meta .LP-Headline {
|
.LP-PlaceTeaser .LP-PlaceTeaser__Meta .LP-Headline {
|
||||||
font-family: Montserrat, Helvetica, sans-serif;
|
font-family: "Montserrat", Helvetica, sans-serif;
|
||||||
color: #565656;
|
color: #565656;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin: 0px; }
|
margin: 0px; }
|
||||||
.LP-PlaceTeaser .LP-PlaceTeaser__Description {
|
.LP-PlaceTeaser .LP-PlaceTeaser__Description {
|
||||||
font-family: Montserrat, Helvetica, sans-serif;
|
font-family: "Montserrat", Helvetica, sans-serif;
|
||||||
color: #565656;
|
color: #565656;
|
||||||
display: none; }
|
display: none; }
|
||||||
|
|
||||||
@ -1030,7 +1030,7 @@ body {
|
|||||||
.LP-Header__UserInformation {
|
.LP-Header__UserInformation {
|
||||||
margin-right: 3%; }
|
margin-right: 3%; }
|
||||||
.LP-Header__UserInformation .LP-Paragraph {
|
.LP-Header__UserInformation .LP-Paragraph {
|
||||||
font-family: Montserrat, Helvetica, sans-serif;
|
font-family: "Montserrat", Helvetica, sans-serif;
|
||||||
white-space: nowrap; }
|
white-space: nowrap; }
|
||||||
.LP-Header__UserInformation .LP-Link {
|
.LP-Header__UserInformation .LP-Link {
|
||||||
margin: 0 3px;
|
margin: 0 3px;
|
||||||
@ -1241,25 +1241,167 @@ body {
|
|||||||
display: block; }
|
display: block; }
|
||||||
|
|
||||||
.LP-Footer {
|
.LP-Footer {
|
||||||
margin-top: 75px;
|
margin: auto;
|
||||||
|
background: #565656;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: #565656;
|
font-family: "Montserrat", Helvetica, sans-serif;
|
||||||
padding: 25px; }
|
font-size: 0.75rem; }
|
||||||
.LP-Footer .LP-LinkList__List {
|
.LP-Footer * {
|
||||||
|
box-sizing: border-box; }
|
||||||
|
.LP-Footer ul {
|
||||||
|
list-style: none; }
|
||||||
|
.LP-Footer a {
|
||||||
|
text-decoration: none; }
|
||||||
|
.LP-Footer__GenericAnchor {
|
||||||
|
color: #D7CEC7; }
|
||||||
|
.LP-Footer__GenericAnchor:hover {
|
||||||
|
color: #f9f9f9; }
|
||||||
|
.LP-Footer__Flex {
|
||||||
|
display: flex;
|
||||||
|
flex-flow: row wrap; }
|
||||||
|
.LP-Footer__ListTop {
|
||||||
|
text-align: center;
|
||||||
|
width: 33.333%; }
|
||||||
|
.LP-Footer__ListTop > li {
|
||||||
|
padding-bottom: 10px; }
|
||||||
|
.LP-Footer__ListHeader {
|
||||||
|
padding: 10px 0 5px 0;
|
||||||
|
color: #f9f9f9;
|
||||||
|
font-size: 2.3vw; }
|
||||||
|
.LP-Footer__ListAnchor {
|
||||||
|
font-size: 1.3em; }
|
||||||
|
.LP-Footer__ListText {
|
||||||
|
font-size: 1.3em;
|
||||||
|
color: #f9f9f9; }
|
||||||
|
.LP-Footer__ListText-left {
|
||||||
|
text-align: left; }
|
||||||
|
.LP-Footer__SocialSection {
|
||||||
|
width: 100%;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-around;
|
||||||
|
position: relative;
|
||||||
|
margin-top: 5px; }
|
||||||
|
.LP-Footer__SocialSection::after {
|
||||||
|
content: "";
|
||||||
|
position: absolute;
|
||||||
|
z-index: 1;
|
||||||
|
top: 50%;
|
||||||
|
left: 10px;
|
||||||
|
border-top: 1px solid #f9f9f9;
|
||||||
|
width: calc(100% - 20px); }
|
||||||
|
.LP-Footer .LP-Footer__Social-Mastodon .LP-Footer__Icon {
|
||||||
|
background-image: url("icons/social/mastodon.svg"); }
|
||||||
|
.LP-Footer .LP-Footer__Social-Twitter .LP-Footer__Icon {
|
||||||
|
background-image: url("icons/social/twitter.svg"); }
|
||||||
|
.LP-Footer .LP-Footer__Social-Facebook .LP-Footer__Icon {
|
||||||
|
background-image: url("icons/social/facebook.svg"); }
|
||||||
|
.LP-Footer .LP-Footer__Social-Youtube .LP-Footer__Icon {
|
||||||
|
background-image: url("icons/social/youtube.svg"); }
|
||||||
|
.LP-Footer .LP-Footer__Social-Vimeo .LP-Footer__Icon {
|
||||||
|
background-image: url("icons/social/vimeo.svg"); }
|
||||||
|
.LP-Footer .LP-Footer__Social-Instagram .LP-Footer__Icon {
|
||||||
|
background-image: url("icons/social/instagram.svg"); }
|
||||||
|
.LP-Footer .LP-Footer__Social-Vkontakte .LP-Footer__Icon {
|
||||||
|
background-image: url("icons/social/vkontakte.svg"); }
|
||||||
|
.LP-Footer .LP-Footer__Social-Wordpress .LP-Footer__Icon {
|
||||||
|
background-image: url("icons/social/wordpress.svg"); }
|
||||||
|
.LP-Footer .LP-Footer__Icon {
|
||||||
|
background-size: 40px 40px;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: center;
|
||||||
|
background-clip: content-box;
|
||||||
|
position: absolute;
|
||||||
|
height: 50px;
|
||||||
|
width: 50px; }
|
||||||
|
.LP-Footer__SocialExplore {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
font-size: 3.5em;
|
||||||
|
color: #f9f9f9; }
|
||||||
|
.LP-Footer__SocialSmall {
|
||||||
|
font-size: 0.6em;
|
||||||
|
padding: 0px 20px; }
|
||||||
|
.LP-Footer__SocialOverlap {
|
||||||
|
position: relative;
|
||||||
|
z-index: 2;
|
||||||
|
background: #565656;
|
||||||
|
padding: 0 10px; }
|
||||||
|
.LP-Footer__SocialOverlap > a {
|
||||||
|
font-size: 3em;
|
||||||
|
padding-right: 50px; }
|
||||||
|
.LP-Footer__BottomSection {
|
||||||
|
width: 100%;
|
||||||
|
padding: 10px;
|
||||||
|
border-top: 1px solid #f9f9f9;
|
||||||
|
margin-top: 10px; }
|
||||||
|
.LP-Footer__BottomSection > div:first-child {
|
||||||
|
margin-right: auto; }
|
||||||
|
.LP-Footer__BottomWrapper {
|
||||||
|
font-size: 1.5em;
|
||||||
|
color: #f9f9f9; }
|
||||||
|
|
||||||
|
@media (max-width: 1000px) {
|
||||||
|
.LP-Footer__ListHeader {
|
||||||
|
font-size: 2em; }
|
||||||
|
.LP-Footer__ListAnchor {
|
||||||
|
font-size: 1.1em; }
|
||||||
|
.LP-Footer__SocialConnect {
|
||||||
|
font-size: 2.5em; }
|
||||||
|
.LP-Footer__SocialOverlap > a {
|
||||||
|
font-size: 2.24em;
|
||||||
|
height: 50px; }
|
||||||
|
.LP-Footer__BottomWrapper {
|
||||||
|
font-size: 1.3em; } }
|
||||||
|
|
||||||
|
@media (max-width: 750px) {
|
||||||
|
.LP-Footer__ListTop {
|
||||||
|
width: 100%; }
|
||||||
|
.LP-Footer__ListHeader {
|
||||||
|
font-size: 3em; }
|
||||||
|
.LP-Footer__ListAnchor {
|
||||||
|
font-size: 1.5em; }
|
||||||
|
.LP-Footer__SocialSection {
|
||||||
justify-content: center; }
|
justify-content: center; }
|
||||||
.LP-Footer .LP-LinkList__List .LP-LinkList__Item {
|
.LP-Footer__SocialSection::after {
|
||||||
border: none;
|
top: 25%; }
|
||||||
padding: 5px;
|
.LP-Footer__SocialConnect {
|
||||||
width: auto; }
|
margin-bottom: 10px;
|
||||||
.LP-Footer .LP-LinkList__List .LP-LinkList__Item .LP-Text {
|
padding: 0 10px; }
|
||||||
color: #f9f9f9;
|
.LP-Footer__SocialOverlap {
|
||||||
font-size: 17px; }
|
display: flex;
|
||||||
.LP-Footer .LP-LinkList__List .LP-LinkList__Item .LP-Link {
|
justify-content: center;
|
||||||
display: inline; }
|
height: 50px; }
|
||||||
.LP-Footer .LP-LinkList__List .LP-LinkList__Item .LP-Link:hover {
|
.LP-Footer__SocialIconsWrapper {
|
||||||
background-color: inherit; }
|
width: 100%;
|
||||||
|
padding: 0; }
|
||||||
|
.LP-Footer__SocialOverlap {
|
||||||
|
margin-left: 0px; }
|
||||||
|
.LP-Footer__BottomSection {
|
||||||
|
padding: 0 5px 10px 5px; }
|
||||||
|
.LP-Footer__BottomWrapper {
|
||||||
|
text-align: center;
|
||||||
|
width: 100%;
|
||||||
|
margin-top: 10px; } }
|
||||||
|
|
||||||
|
@media (max-width: 650px) {
|
||||||
|
.LP-Footer__SocialOverlap > a {
|
||||||
|
margin: auto; }
|
||||||
|
.LP-Footer__SocialOverlap > a:not(:first-child) {
|
||||||
|
margin-left: 0; }
|
||||||
|
.LP-Footer__BottomRights {
|
||||||
|
display: block; } }
|
||||||
|
|
||||||
|
@media (max-width: 450px) {
|
||||||
|
.LP-Footer__ListHeader {
|
||||||
|
font-size: 2.2em; }
|
||||||
|
.LP-Footer__ListAnchor {
|
||||||
|
font-size: 1.2em; }
|
||||||
|
.LP-Footer__SocialConnect {
|
||||||
|
font-size: 2.4em; }
|
||||||
|
.LP-Footer__SocialOverlap > a {
|
||||||
|
font-size: 2.24em; }
|
||||||
|
.LP-Footer__BottomWrapper {
|
||||||
|
font-size: 1.3em; } }
|
||||||
|
|
||||||
.LP-Form--tagging {
|
.LP-Form--tagging {
|
||||||
margin-top: 25px; }
|
margin-top: 25px; }
|
||||||
@ -1315,7 +1457,7 @@ body {
|
|||||||
.LP-Form .LP-Form__Legend {
|
.LP-Form .LP-Form__Legend {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-family: Montserrat, Helvetica, sans-serif;
|
font-family: "Montserrat", Helvetica, sans-serif;
|
||||||
font-size: 21px; }
|
font-size: 21px; }
|
||||||
|
|
||||||
.LP-Form .LP-Form__Composition {
|
.LP-Form .LP-Form__Composition {
|
||||||
@ -1389,7 +1531,7 @@ body {
|
|||||||
flex-basis: 100px; }
|
flex-basis: 100px; }
|
||||||
|
|
||||||
.LP-Form .LP-Form__InfoText .LP-Paragraph {
|
.LP-Form .LP-Form__InfoText .LP-Paragraph {
|
||||||
font-family: Montserrat, Helvetica, sans-serif;
|
font-family: "Montserrat", Helvetica, sans-serif;
|
||||||
color: #565656; }
|
color: #565656; }
|
||||||
|
|
||||||
.LP-ImageGrid {
|
.LP-ImageGrid {
|
||||||
@ -1609,7 +1751,7 @@ body {
|
|||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
position: relative;
|
position: relative;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
font-family: Montserrat, Helvetica, sans-serif; }
|
font-family: "Montserrat", Helvetica, sans-serif; }
|
||||||
|
|
||||||
.tagify__dropdown__item--active {
|
.tagify__dropdown__item--active {
|
||||||
color: #f9f9f9;
|
color: #f9f9f9;
|
||||||
|
Loading…
Reference in New Issue
Block a user