initial commit
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
@charset "UTF-8";
|
||||
/* CSS Document */
|
||||
|
||||
body{
|
||||
background: rgba(136,136,136,0.56);
|
||||
margin-top: 40px;
|
||||
margin-bottom: 40px;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
|
||||
|
||||
|
||||
}
|
||||
#wrapper1{
|
||||
max-width: 400px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
p{
|
||||
color: white;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
font-size: 16px;
|
||||
}
|
||||
h1{
|
||||
color: white;
|
||||
font-family: inherit;
|
||||
font-size: 32px;
|
||||
}
|
||||
a:visited{
|
||||
color: white;
|
||||
}
|
||||
a:hover{
|
||||
color: #6aaf08;
|
||||
}
|
||||
@@ -0,0 +1,67 @@
|
||||
body,
|
||||
html {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.background {
|
||||
-webkit-background-size: cover;
|
||||
-moz-background-size: cover;
|
||||
-o-background-size: cover;
|
||||
background-size: cover;
|
||||
background-position: center center;
|
||||
}
|
||||
|
||||
.intro {
|
||||
background: url(../images/intro_bg.jpg);
|
||||
}
|
||||
|
||||
.gruener-salon {
|
||||
background: url(../images/arche_bg.jpg);
|
||||
}
|
||||
|
||||
.arboretum {
|
||||
background: url(../images/arboretum_bg.jpg);
|
||||
}
|
||||
|
||||
.page-content {
|
||||
flex: 1 0 auto;
|
||||
}
|
||||
|
||||
.sticky-footer {
|
||||
flex-shrink: none;
|
||||
color: white;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.text-dark {
|
||||
color: rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
.copyright {
|
||||
color: rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
|
||||
.transparent {
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.btn-link {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.text-dark .btn-link {
|
||||
color: unset;
|
||||
}
|
||||
|
||||
.btn-link:hover {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.card-img-top #mapdiv {
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
.no-content {
|
||||
filter: blur(10px);
|
||||
background-color: rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
Reference in New Issue
Block a user