forked from samuel-p/sp-codes.de
updated website
removed 3rd party libs added cdn's added imprint and privacy link
This commit is contained in:
parent
5e5fcc500e
commit
416053bc9c
351 changed files with 114 additions and 87031 deletions
70
css/style.css
Normal file
70
css/style.css
Normal file
|
@ -0,0 +1,70 @@
|
|||
@font-face {
|
||||
font-family: 'Minotaur';
|
||||
src: local('Minotaur Phatte'), url(../font/minotaur.ttf) format('truetype');
|
||||
}
|
||||
|
||||
html, body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
background-image: url("../img/bg.png");
|
||||
/*padding: 2%;*/
|
||||
/*font-size: 20px;*/
|
||||
color: #fff;
|
||||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.logo {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
max-width: 256px;
|
||||
max-height: 256px;
|
||||
background-color: #ffffff;
|
||||
border-radius: 50%;
|
||||
border: 2px solid #000000;
|
||||
}
|
||||
|
||||
.menu {
|
||||
border-top: 1px solid #ffffff;
|
||||
}
|
||||
|
||||
.border-top-bottom {
|
||||
border-top: 1px solid #ffffff;
|
||||
border-bottom: 1px solid #ffffff;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #dddddd;
|
||||
}
|
||||
|
||||
.sp-codes {
|
||||
font-family: "Minotaur", monospace;
|
||||
font-size: 5rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.row {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.flex-grow {
|
||||
flex: 1 0 auto;
|
||||
}
|
||||
|
||||
@media (max-width: 767.98px) {
|
||||
.sp-codes {
|
||||
font-size: 3rem;
|
||||
}
|
||||
.logo {
|
||||
max-width: 128px;
|
||||
max-height: 128px;
|
||||
}
|
||||
.fa-4x {
|
||||
font-size: 2em;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue