The following files exists in this folder. Click to view.
style.css148 lines ASCII Unix (LF) 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
@media only screen and (max-width: 1280px) {
html {
font-size: 18px;
}
}
@media only screen and (max-width: 1024px) {
html {
font-size: 16px;
}
}
@media only screen and (max-width: 768px) {
html {
font-size: 12px;
}
}
@media only screen and (max-width: 640px) {
html {
font-size: 16px;
}
}
h1{
font-size: 2.5svh;
font-family: Helvetica, sans-serif;
color: whitesmoke;
text-shadow: 3px 3px 4px red;
display: inline-block;
text-align: center;
margin-left: 2vw;
}
.introtext{
text-align: center;
}
.dropdown{
float: right;
}
.dropdown button{
font-size: 2.5svh;
background-color: hsl(0, 0%, 80%);
color: black;
border: none;
cursor: pointer;
min-width: 10vw;
height: 5svh;
}
.dropdown a{
display: block;
color: black;
text-decoration: none;
padding: 10px 15px;
}
.dropdown .content{
display: none;
position: absolute;
background-color: hsl(0, 0%, 95%);
min-width: 10vw;
box-shadow: 2px 2px 5px hsl(0, 0%, 20%);
}
.dropdown:hover .content{
display: block;
}
.dropdown:hover button{
background-color: hsl(0, 0%, 70%);
}
.dropdown a:hover{
background-color: hsl(0, 0%, 70%);
}
main{
background-color: hsla(0, 0%, 0%, 50%);
padding: 2vw;
}
h2{
text-align: center;
font-family: Helvetica, sans-serif;
color: whitesmoke;
font-size: 2rem;
}
.header{
width: 100%;
height: 5svh;
display: inline-block;
background-color: #101010;
vertical-align: middle;
}
body{
padding-left: 0vw;
padding-right: 0vw;
margin: 0;
background-image: url(bilder/blurradbakgrund_k.webp);
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
background-size: cover;
}
#footer-span{
color: whitesmoke;
}
p{
font-family: Helvetica, sans-serif;
color: whitesmoke;
font-size: 1.2rem;
}
.minabilder{
display: block;
margin-left: auto;
margin-right: auto;
width: 50vw;
}
.bildtexter{
text-align: center;
}
.knapparuppe{
float: right;
margin-top: 10px;
margin-left: 5px;
margin-right: 10px;
}
img{
margin-right: 20px;
border-style: solid;
border-width: 0.1vw;
border-color: black;
}