Compare commits

..

3 Commits

Author SHA1 Message Date
Florian Sorg 01cfe1f005 style logo and title text
continuous-integration/drone/push Build is passing Details
2021-12-26 01:08:28 +01:00
Florian Sorg 4af7b84afb update bauchbinde
continuous-integration/drone/push Build is passing Details
2021-12-26 00:23:30 +01:00
Luca 75e2e10fad Update bauchbinde by fl0rp
continuous-integration/drone/push Build is passing Details
2021-12-24 23:21:32 +01:00
2 changed files with 2 additions and 15 deletions

View File

@ -84,14 +84,14 @@ body {
pointer-events: none;
background-image: url('layout/fg_pixels.gif');
background-repeat: repeat-y;
background-position: 50% calc(50% + -1.4px * var(--scrollTop, 0));
background-position: 50% calc(50% + -1.4px * var(--scrollTop));
}
@media (min-width: $small) {
background-image:
url('layout/bg_pixels.gif'),
url('layout/grid.png'),
linear-gradient(-45deg, $color-gradient-community-start, $color-gradient-community-end),
linear-gradient(-45deg, $color-gradient-community-start, $color-gradient-community-end)
url('layout/background_desktop_01.jpg');
}
}

View File

@ -1,13 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>
Infobeamer
</title>
<link rel="stylesheet" href="/style.css">
</head>
<body class="infobeamer">
</body>
</html>