Gotta go, no time for a nice commit message
This commit is contained in:
parent
692f11ea5b
commit
c239c89fab
@ -5,4 +5,8 @@
|
|||||||
padding-top: 0px;
|
padding-top: 0px;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
padding-bottom: 0.2rem;
|
padding-bottom: 0.2rem;
|
||||||
|
|
||||||
|
&--inline{
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
}
|
}
|
@ -8,6 +8,7 @@
|
|||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
justify-items: stretch;
|
justify-items: stretch;
|
||||||
|
padding: 0;
|
||||||
|
|
||||||
.LP-Icon__Item{
|
.LP-Icon__Item{
|
||||||
padding: 0 3px;
|
padding: 0 3px;
|
||||||
|
@ -1,8 +1,15 @@
|
|||||||
.LP-Link {
|
.LP-Link {
|
||||||
color: $-secondary-color;
|
color: $-secondary-color;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-family: $-primary-accent-font;
|
font-family: $-primary-sans-serif-accent-font;
|
||||||
|
&:hover {
|
||||||
|
color: $-secondary-accent-color;
|
||||||
|
}
|
||||||
|
|
||||||
|
.LP-Text{
|
||||||
|
font-family: $-primary-sans-serif-accent-font;
|
||||||
&:hover{
|
&:hover{
|
||||||
color: $-secondary-accent-color;
|
color: $-secondary-accent-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
@ -1,8 +1,6 @@
|
|||||||
.LP-Place{
|
.LP-Place{
|
||||||
width: 280px;
|
|
||||||
height: 235px;
|
|
||||||
.LP-Place__Image{
|
.LP-Place__Image{
|
||||||
width: 100%;
|
width: 280px;
|
||||||
height: 165px;
|
height: 165px;
|
||||||
object-fit: fill;
|
object-fit: fill;
|
||||||
}
|
}
|
||||||
@ -14,6 +12,7 @@
|
|||||||
margin-top: 0.8rem;
|
margin-top: 0.8rem;
|
||||||
|
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
|
padding-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.LP-Place__Info{
|
.LP-Place__Info{
|
||||||
@ -26,6 +25,11 @@
|
|||||||
margin: 0px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.LP-Place__Description{
|
||||||
|
font-family: $-primary-sans-serif-accent-font;
|
||||||
|
color: $-secondary-color;
|
||||||
|
}
|
||||||
|
|
||||||
.LP-Place__Detail{
|
.LP-Place__Detail{
|
||||||
font-family: $-primary-sans-serif-font;
|
font-family: $-primary-sans-serif-font;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
@ -5,6 +5,12 @@
|
|||||||
<h3 class="LP-Place__Title">{{title}}</h3>
|
<h3 class="LP-Place__Title">{{title}}</h3>
|
||||||
<p class="LP-Place__Detail" >{{location}}</p>
|
<p class="LP-Place__Detail" >{{location}}</p>
|
||||||
</div>
|
</div>
|
||||||
|
{{# if description}}
|
||||||
|
<p class="LP-TextSection LP-Place__Description">
|
||||||
|
{{description}}
|
||||||
|
</p>
|
||||||
|
{{/if}}
|
||||||
|
|
||||||
<ul class="LP-Icon__List">
|
<ul class="LP-Icon__List">
|
||||||
<li class="LP-Icon__Item"><img class="LP-Icon" src="/icons/favourite.svg"/></li>
|
<li class="LP-Icon__Item"><img class="LP-Icon" src="/icons/favourite.svg"/></li>
|
||||||
<li class="LP-Icon__Item"><img class="LP-Icon" src="/icons/location.svg"/></li>
|
<li class="LP-Icon__Item"><img class="LP-Icon" src="/icons/location.svg"/></li>
|
||||||
|
@ -2,3 +2,4 @@
|
|||||||
@import 'navigation/navigation';
|
@import 'navigation/navigation';
|
||||||
@import 'introduction/introduction';
|
@import 'introduction/introduction';
|
||||||
@import 'placeGrid/placeGrid';
|
@import 'placeGrid/placeGrid';
|
||||||
|
@import 'placeList/placeList';
|
@ -6,9 +6,21 @@
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
|
||||||
.LP-Place__Item{
|
>.LP-Place__Item{
|
||||||
margin: 0 15px;
|
margin: 0 15px;
|
||||||
|
|
||||||
margin-bottom: 50px;
|
margin-bottom: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.LP-Link{
|
||||||
|
.LP-Place__Description{
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.LP-Place{
|
||||||
|
&:hover{
|
||||||
|
box-shadow: 0 0 8px $-secondary-color;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
@ -2,34 +2,34 @@
|
|||||||
{{> @headline headline='Explorere the latest locations'}}
|
{{> @headline headline='Explorere the latest locations'}}
|
||||||
<ul class="LP-Place__Grid">
|
<ul class="LP-Place__Grid">
|
||||||
<li class="LP-Place__Item">
|
<li class="LP-Place__Item">
|
||||||
{{> @place image='/images/photo_2020-04-09_18-27-13.jpg' title='Haus Maikotten' location='Münster (westfalen)' }}
|
<a href="#" class="LP-Link">{{> @place image='/images/photo_2020-04-09_18-27-13.jpg' title='Haus Maikotten' location='Münster (westfalen)' description='Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.'}}</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="LP-Place__Item">
|
<li class="LP-Place__Item">
|
||||||
{{> @place image='/images/Bildschirmfoto_von_2020-07-13_11-03-07.png' title='Kokerei in Hamm' location='Hamm (westfalen)' }}
|
<a href="#" class="LP-Link">{{> @place image='/images/Bildschirmfoto_von_2020-07-13_11-03-07.png' title='Kokerei in Hamm' location='Hamm (westfalen)' }}</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="LP-Place__Item">
|
<li class="LP-Place__Item">
|
||||||
{{> @place image='/images/Bildschirmfoto_von_2020-07-13_20-15-00.png' title='Noch ein Zementwerk' location='Beckum (Westfalen)' }}
|
<a href="#" class="LP-Link">{{> @place image='/images/Bildschirmfoto_von_2020-07-13_20-15-00.png' title='Noch ein Zementwerk' location='Beckum (Westfalen)' }}</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="LP-Place__Item">
|
<li class="LP-Place__Item">
|
||||||
{{> @place image='/images/photo_2020-05-02_18-11-21.jpg' title='Zementwerk Mersmann' location='Beckum (Westfalen)' }}
|
<a href="#" class="LP-Link">{{> @place image='/images/photo_2020-05-02_18-11-21.jpg' title='Zementwerk Mersmann' location='Beckum (Westfalen)' }}</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="LP-Place__Item">
|
<li class="LP-Place__Item">
|
||||||
{{> @place image='/images/Bildschirmfoto_von_2020-07-13_20-15-00.png' title='Noch ein Zementwerk' location='Beckum (Westfalen)' }}
|
<a href="#" class="LP-Link">{{> @place image='/images/Bildschirmfoto_von_2020-07-13_20-15-00.png' title='Noch ein Zementwerk' location='Beckum (Westfalen)' }}</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="LP-Place__Item">
|
<li class="LP-Place__Item">
|
||||||
{{> @place image='/images/photo_2020-04-09_18-27-13.jpg' title='Haus Maikotten' location='Münster (westfalen)' }}
|
<a href="#" class="LP-Link">{{> @place image='/images/photo_2020-04-09_18-27-13.jpg' title='Haus Maikotten' location='Münster (westfalen)' }}</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="LP-Place__Item">
|
<li class="LP-Place__Item">
|
||||||
{{> @place image='/images/Bildschirmfoto_von_2020-07-13_20-15-00.png' title='Noch ein Zementwerk' location='Beckum (Westfalen)' }}
|
<a href="#" class="LP-Link">{{> @place image='/images/Bildschirmfoto_von_2020-07-13_20-15-00.png' title='Noch ein Zementwerk' location='Beckum (Westfalen)' }}</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="LP-Place__Item">
|
<li class="LP-Place__Item">
|
||||||
{{> @place image='/images/photo_2020-05-02_18-11-21.jpg' title='Zementwerk Mersmann' location='Beckum (Westfalen)' }}
|
<a href="#" class="LP-Link">{{> @place image='/images/photo_2020-05-02_18-11-21.jpg' title='Zementwerk Mersmann' location='Beckum (Westfalen)' }}</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="LP-Place__Item">
|
<li class="LP-Place__Item">
|
||||||
{{> @place image='/images/Bildschirmfoto_von_2020-07-13_20-15-00.png' title='Noch ein Zementwerk' location='Beckum (Westfalen)' }}
|
<a href="#" class="LP-Link">{{> @place image='/images/Bildschirmfoto_von_2020-07-13_20-15-00.png' title='Noch ein Zementwerk' location='Beckum (Westfalen)' }}</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="LP-Place__Item">
|
<li class="LP-Place__Item">
|
||||||
{{> @place image='/images/Bildschirmfoto_von_2020-07-13_11-03-07.png' title='Kokerei in Hamm' location='Hamm (westfalen)' }}
|
<a href="#" class="LP-Link">{{> @place image='/images/Bildschirmfoto_von_2020-07-13_11-03-07.png' title='Kokerei in Hamm' location='Hamm (westfalen)' }}</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
58
components/03_Organisms/placeList/_placeList.scss
Normal file
58
components/03_Organisms/placeList/_placeList.scss
Normal file
@ -0,0 +1,58 @@
|
|||||||
|
.LP-Place__List{
|
||||||
|
list-style-type: none;
|
||||||
|
|
||||||
|
.LP-Link{
|
||||||
|
.LP-Place{
|
||||||
|
&:hover{
|
||||||
|
color: $-secondary-color;
|
||||||
|
background-color: $-secondary-background-color;
|
||||||
|
|
||||||
|
|
||||||
|
$-hover-offset: 2px;
|
||||||
|
position: relative;
|
||||||
|
left: -$-hover-offset;
|
||||||
|
>.LP-Place__Image{
|
||||||
|
border-left: $-hover-offset $-secondary-color solid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.LP-Place__Item{
|
||||||
|
max-width: 900px;
|
||||||
|
min-width: 450px;
|
||||||
|
margin: 18px 0;
|
||||||
|
.LP-Place{
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
width: auto;
|
||||||
|
padding-right: 25px;
|
||||||
|
|
||||||
|
.LP-Place__Assets{
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
padding-left: 25px;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: space-between;
|
||||||
|
align-items: flex-start;
|
||||||
|
|
||||||
|
.LP-Place__Info{
|
||||||
|
.LP-Place__Title{
|
||||||
|
font-size: 28px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.LP-Icon__List{
|
||||||
|
justify-self: flex-end;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
>.LP-Place__Image{
|
||||||
|
height:168px;
|
||||||
|
width: 280px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
1
components/03_Organisms/placeList/placeList.config.json
Normal file
1
components/03_Organisms/placeList/placeList.config.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
{}
|
32
components/03_Organisms/placeList/placeList.hbs
Normal file
32
components/03_Organisms/placeList/placeList.hbs
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
<ul class="LP-Place__List">
|
||||||
|
<li class="LP-Place__Item">
|
||||||
|
<a href="#" class="LP-Link">{{> @place image='/images/photo_2020-04-09_18-27-13.jpg' title='Haus Maikotten' location='Münster (westfalen)' description='Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.'}}</a>
|
||||||
|
</li>
|
||||||
|
<li class="LP-Place__Item">
|
||||||
|
<a href="#" class="LP-Link">{{> @place image='/images/Bildschirmfoto_von_2020-07-13_11-03-07.png' title='Kokerei in Hamm' location='Hamm (westfalen)' }}</a>
|
||||||
|
</li>
|
||||||
|
<li class="LP-Place__Item">
|
||||||
|
<a href="#" class="LP-Link">{{> @place image='/images/Bildschirmfoto_von_2020-07-13_20-15-00.png' title='Noch ein Zementwerk' location='Beckum (Westfalen)' }}</a>
|
||||||
|
</li>
|
||||||
|
<li class="LP-Place__Item">
|
||||||
|
<a href="#" class="LP-Link">{{> @place image='/images/photo_2020-05-02_18-11-21.jpg' title='Zementwerk Mersmann' location='Beckum (Westfalen)' }}</a>
|
||||||
|
</li>
|
||||||
|
<li class="LP-Place__Item">
|
||||||
|
<a href="#" class="LP-Link">{{> @place image='/images/Bildschirmfoto_von_2020-07-13_20-15-00.png' title='Noch ein Zementwerk' location='Beckum (Westfalen)' }}</a>
|
||||||
|
</li>
|
||||||
|
<li class="LP-Place__Item">
|
||||||
|
<a href="#" class="LP-Link">{{> @place image='/images/photo_2020-04-09_18-27-13.jpg' title='Haus Maikotten' location='Münster (westfalen)' }}</a>
|
||||||
|
</li>
|
||||||
|
<li class="LP-Place__Item">
|
||||||
|
<a href="#" class="LP-Link">{{> @place image='/images/Bildschirmfoto_von_2020-07-13_20-15-00.png' title='Noch ein Zementwerk' location='Beckum (Westfalen)' }}</a>
|
||||||
|
</li>
|
||||||
|
<li class="LP-Place__Item">
|
||||||
|
<a href="#" class="LP-Link">{{> @place image='/images/photo_2020-05-02_18-11-21.jpg' title='Zementwerk Mersmann' location='Beckum (Westfalen)' }}</a>
|
||||||
|
</li>
|
||||||
|
<li class="LP-Place__Item">
|
||||||
|
<a href="#" class="LP-Link">{{> @place image='/images/Bildschirmfoto_von_2020-07-13_20-15-00.png' title='Noch ein Zementwerk' location='Beckum (Westfalen)' }}</a>
|
||||||
|
</li>
|
||||||
|
<li class="LP-Place__Item">
|
||||||
|
<a href="#" class="LP-Link">{{> @place image='/images/Bildschirmfoto_von_2020-07-13_11-03-07.png' title='Kokerei in Hamm' location='Hamm (westfalen)' }}</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
@ -1,6 +1,5 @@
|
|||||||
.LP-PlaceOverview{
|
.LP-PlaceOverview{
|
||||||
.LP-PlaceOverview__Info{
|
.LP-PlaceOverview__Info{
|
||||||
display: flex;
|
|
||||||
margin-bottom: 40px;
|
margin-bottom: 40px;
|
||||||
|
|
||||||
.LP-PlaceOveriew__Image{
|
.LP-PlaceOveriew__Image{
|
||||||
@ -8,9 +7,15 @@
|
|||||||
height: 400px;
|
height: 400px;
|
||||||
box-shadow: 0 0 10px $-secondary-color;
|
box-shadow: 0 0 10px $-secondary-color;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
|
|
||||||
|
float: right;
|
||||||
|
margin-left: 35px;
|
||||||
|
margin-bottom: 35px;
|
||||||
}
|
}
|
||||||
.LP-PlaceOverView__Description{
|
.LP-PlaceOverView__Description{
|
||||||
padding: 0 25px;
|
padding: 0 25px;
|
||||||
|
position: relative;
|
||||||
|
top: -15px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2,9 +2,19 @@
|
|||||||
<div class="LP-PlaceOverview__Info">
|
<div class="LP-PlaceOverview__Info">
|
||||||
<img class="LP-PlaceOveriew__Image" src="/images/Bildschirmfoto_von_2020-07-13_20-15-00.png">
|
<img class="LP-PlaceOveriew__Image" src="/images/Bildschirmfoto_von_2020-07-13_20-15-00.png">
|
||||||
<article class="LP-PlaceOverView__Description">
|
<article class="LP-PlaceOverView__Description">
|
||||||
{{> @textsection headline='Kokerei Wiescherhöfen' text='Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.'}}
|
{{> @textsection headline='Kokerei Wiescherhöfen' text='Do you see any Teletubbies in here? Do you see a slender plastic tag clipped to my shirt with my name printed on it? Do you see a little Asian child with a blank expression on his face sitting outside on a mechanical helicopter that shakes when you put quarters in it? No? Well, thats what you see at a toy store. And you must think youre in a toy store, because youre here shopping for an infant named Jeb. My moneys in that office, right? If she start giving me some bullshit about it aint there, and we got to go someplace else and get it, Im gonna shoot you in the head then and there. Then Im gonna shoot that bitch in the kneecaps, find out where my goddamn money is. She gonna tell me too. Hey, look at me when Im talking to you, motherfucker. You listen: we go in there, and that nigga Winston or anybody else is in there, you the first motherfucker to get shot. You understand?
|
||||||
|
|
||||||
|
Do you see any Teletubbies in here? Do you see a slender plastic tag clipped to my shirt with my name printed on it? Do you see a little Asian child with a blank expression on his face sitting outside on a mechanical helicopter that shakes when you put quarters in it? No? Well, thats what you see at a toy store. And you must think youre in a toy store, because youre here shopping for an infant named Jeb.Do you see any Teletubbies in here? Do you see a slender plastic tag clipped to my shirt with my name printed on it? Do you see a little Asian child with a blank expression on his face sitting outside on a mechanical helicopter that shakes when you put quarters in it? No? Well, thats what you see at a toy store. And you must think youre in a toy store, because youre here shopping for an infant named Jeb. My moneys in that office, right? If she start giving me some bullshit about it aint there, and we got to go someplace else and get it, Im gonna shoot you in the head then and there. Then Im gonna shoot that bitch in the kneecaps, find out where my goddamn money is. She gonna tell me too. Hey, look at me when Im talking to you, motherfucker. You listen: we go in there, and that nigga Winston or anybody else is in there, you the first motherfucker to get shot. You understand?
|
||||||
|
|
||||||
|
Do you see any Teletubbies in here? Do you see a slender plastic tag clipped to my shirt with my name printed on it? Do you see a little Asian child with a blank expression on his face sitting outside on a mechanical helicopter that shakes when you put quarters in it? No? Well, thats what you see at a toy store. And you must think youre in a toy store, because youre here shopping for an infant named Jeb.'}}
|
||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
|
<article>
|
||||||
|
{{> @headline headline='Map Links'}}
|
||||||
|
<a class="LP-Link" href="https://www.google.com/maps?q={{object.latitude}},{{object.longitude}}" target="blank"><span class="LP-Text">Google Maps</span></a>
|
||||||
|
<a class="LP-Link" href="https://www.tim-online.nrw.de/tim-online2/?center={{object.latitude}},{{object.longitude}}&icon=true&bg=dop" target="blank"><span class="LP-Text">TIM Online (GER/NRW Only)</span></a>
|
||||||
|
<a class="LP-Link" href="http://www.openstreetmap.org/?mlat={{object.latitude}}&mlon={{object.longitude}}&zoom=16" target="blank"><span class="LP-Text">Open Street Map</span></a>
|
||||||
|
</article>
|
||||||
<article>
|
<article>
|
||||||
{{> @headline headline='Sicherheitsmaßnahmen'}}
|
{{> @headline headline='Sicherheitsmaßnahmen'}}
|
||||||
{{> @securitymeasurelist}}
|
{{> @securitymeasurelist}}
|
||||||
|
@ -2,10 +2,11 @@ $-primary-color: #D7CEC7;
|
|||||||
$-secondary-color: #565656;
|
$-secondary-color: #565656;
|
||||||
$-primary-accent-color: #76323F;
|
$-primary-accent-color: #76323F;
|
||||||
$-secondary-accent-color: #C09F80;
|
$-secondary-accent-color: #C09F80;
|
||||||
|
$-secondary-background-color: #f9f9f9;
|
||||||
|
|
||||||
$-primary-sans-serif-font: "Trebuchet MS", Helvetica, sans-serif;
|
$-primary-sans-serif-font: "Trebuchet MS", Helvetica, sans-serif;
|
||||||
$-primary-serif-font: "Times New Roman", Times, serif;
|
$-primary-serif-font: "Times New Roman", Times, serif;
|
||||||
$-primary-accent-font: Tahoma, 'sans-serif';
|
$-primary-sans-serif-accent-font: Roboto, Arial, sans-serif;
|
||||||
|
|
||||||
@import '01_Atoms/atoms';
|
@import '01_Atoms/atoms';
|
||||||
@import '02_Molecules/molecules';
|
@import '02_Molecules/molecules';
|
||||||
|
@ -1,9 +1,13 @@
|
|||||||
.LP-Link {
|
.LP-Link {
|
||||||
color: #565656;
|
color: #565656;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-family: Tahoma, "sans-serif"; }
|
font-family: Roboto, Arial, sans-serif; }
|
||||||
.LP-Link:hover {
|
.LP-Link:hover {
|
||||||
color: #C09F80; }
|
color: #C09F80; }
|
||||||
|
.LP-Link .LP-Text {
|
||||||
|
font-family: Roboto, Arial, sans-serif; }
|
||||||
|
.LP-Link .LP-Text:hover {
|
||||||
|
color: #C09F80; }
|
||||||
|
|
||||||
.LP-Headline {
|
.LP-Headline {
|
||||||
font-family: "Trebuchet MS", Helvetica, sans-serif;
|
font-family: "Trebuchet MS", Helvetica, sans-serif;
|
||||||
@ -12,6 +16,8 @@
|
|||||||
padding-top: 0px;
|
padding-top: 0px;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
padding-bottom: 0.2rem; }
|
padding-bottom: 0.2rem; }
|
||||||
|
.LP-Headline--inline {
|
||||||
|
display: inline; }
|
||||||
|
|
||||||
.LP-Text {
|
.LP-Text {
|
||||||
color: black;
|
color: black;
|
||||||
@ -26,7 +32,8 @@
|
|||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
justify-items: stretch; }
|
justify-items: stretch;
|
||||||
|
padding: 0; }
|
||||||
.LP-Icon__List .LP-Icon__Item {
|
.LP-Icon__List .LP-Icon__Item {
|
||||||
padding: 0 3px; }
|
padding: 0 3px; }
|
||||||
|
|
||||||
@ -42,25 +49,30 @@
|
|||||||
.LP-TextSection .LP-Text {
|
.LP-TextSection .LP-Text {
|
||||||
line-height: 1.4rem; }
|
line-height: 1.4rem; }
|
||||||
|
|
||||||
.LP-Place {
|
|
||||||
width: 280px;
|
|
||||||
height: 235px; }
|
|
||||||
.LP-Place .LP-Place__Image {
|
.LP-Place .LP-Place__Image {
|
||||||
width: 100%;
|
width: 280px;
|
||||||
height: 165px;
|
height: 165px;
|
||||||
object-fit: fill; }
|
object-fit: fill; }
|
||||||
|
|
||||||
.LP-Place .LP-Place__Assets {
|
.LP-Place .LP-Place__Assets {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
margin-top: 0.8rem;
|
margin-top: 0.8rem;
|
||||||
padding: 0 10px; }
|
padding: 0 10px;
|
||||||
|
padding-bottom: 10px; }
|
||||||
|
|
||||||
.LP-Place .LP-Place__Info .LP-Place__Title {
|
.LP-Place .LP-Place__Info .LP-Place__Title {
|
||||||
font-family: "Trebuchet MS", Helvetica, sans-serif;
|
font-family: "Trebuchet MS", Helvetica, sans-serif;
|
||||||
color: #565656;
|
color: #565656;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin: 0px; }
|
margin: 0px; }
|
||||||
|
|
||||||
|
.LP-Place .LP-Place__Info .LP-Place__Description {
|
||||||
|
font-family: Roboto, Arial, sans-serif;
|
||||||
|
color: #565656; }
|
||||||
|
|
||||||
.LP-Place .LP-Place__Info .LP-Place__Detail {
|
.LP-Place .LP-Place__Info .LP-Place__Detail {
|
||||||
font-family: "Trebuchet MS", Helvetica, sans-serif;
|
font-family: "Trebuchet MS", Helvetica, sans-serif;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
@ -123,24 +135,66 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-wrap: wrap; }
|
flex-wrap: wrap; }
|
||||||
.LP-Place__Grid .LP-Place__Item {
|
.LP-Place__Grid > .LP-Place__Item {
|
||||||
margin: 0 15px;
|
margin: 0 15px;
|
||||||
margin-bottom: 50px; }
|
margin-bottom: 50px; }
|
||||||
|
.LP-Place__Grid .LP-Link .LP-Place__Description {
|
||||||
|
display: none; }
|
||||||
|
.LP-Place__Grid .LP-Link .LP-Place:hover {
|
||||||
|
box-shadow: 0 0 8px #565656; }
|
||||||
|
|
||||||
|
.LP-Place__List {
|
||||||
|
list-style-type: none; }
|
||||||
|
.LP-Place__List .LP-Link .LP-Place:hover {
|
||||||
|
color: #565656;
|
||||||
|
background-color: #f9f9f9;
|
||||||
|
position: relative;
|
||||||
|
left: -2px; }
|
||||||
|
.LP-Place__List .LP-Link .LP-Place:hover > .LP-Place__Image {
|
||||||
|
border-left: 2px #565656 solid; }
|
||||||
|
.LP-Place__List .LP-Place__Item {
|
||||||
|
max-width: 900px;
|
||||||
|
min-width: 450px;
|
||||||
|
margin: 18px 0; }
|
||||||
|
.LP-Place__List .LP-Place__Item .LP-Place {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
width: auto;
|
||||||
|
padding-right: 25px; }
|
||||||
|
.LP-Place__List .LP-Place__Item .LP-Place .LP-Place__Assets {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
padding-left: 25px;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: space-between;
|
||||||
|
align-items: flex-start; }
|
||||||
|
.LP-Place__List .LP-Place__Item .LP-Place .LP-Place__Assets .LP-Place__Info .LP-Place__Title {
|
||||||
|
font-size: 28px; }
|
||||||
|
.LP-Place__List .LP-Place__Item .LP-Place .LP-Place__Assets .LP-Icon__List {
|
||||||
|
justify-self: flex-end; }
|
||||||
|
.LP-Place__List .LP-Place__Item .LP-Place > .LP-Place__Image {
|
||||||
|
height: 168px;
|
||||||
|
width: 280px; }
|
||||||
|
|
||||||
.LP-MainContainer {
|
.LP-MainContainer {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
max-width: 1280px; }
|
max-width: 1280px; }
|
||||||
|
|
||||||
.LP-PlaceOverview .LP-PlaceOverview__Info {
|
.LP-PlaceOverview .LP-PlaceOverview__Info {
|
||||||
display: flex;
|
|
||||||
margin-bottom: 40px; }
|
margin-bottom: 40px; }
|
||||||
.LP-PlaceOverview .LP-PlaceOverview__Info .LP-PlaceOveriew__Image {
|
.LP-PlaceOverview .LP-PlaceOverview__Info .LP-PlaceOveriew__Image {
|
||||||
width: 600px;
|
width: 600px;
|
||||||
height: 400px;
|
height: 400px;
|
||||||
box-shadow: 0 0 10px #565656;
|
box-shadow: 0 0 10px #565656;
|
||||||
object-fit: cover; }
|
object-fit: cover;
|
||||||
|
float: right;
|
||||||
|
margin-left: 35px;
|
||||||
|
margin-bottom: 35px; }
|
||||||
.LP-PlaceOverview .LP-PlaceOverview__Info .LP-PlaceOverView__Description {
|
.LP-PlaceOverview .LP-PlaceOverview__Info .LP-PlaceOverView__Description {
|
||||||
padding: 0 25px; }
|
padding: 0 25px;
|
||||||
|
position: relative;
|
||||||
|
top: -15px; }
|
||||||
|
|
||||||
.LP-PlaceOverview .LP-PlaceOverView__ImageList {
|
.LP-PlaceOverview .LP-PlaceOverView__ImageList {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user