Radio Seite hinzugefügt #11
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -47,4 +47,24 @@
|
||||
iframe
|
||||
padding: 0 0 1rem 1rem
|
||||
|
||||
/* *** */
|
||||
|
||||
.select
|
||||
font-size: 0.7rem
|
||||
display: inline-block
|
||||
background: linear-gradient(to bottom, #fefffd, #e7e9ea 50%, #e1e1e1)
|
||||
border: 1px solid darkred
|
||||
border-radius: 5px
|
||||
padding: 0.5rem
|
||||
|
||||
|
||||
select
|
||||
-moz-appearance: none
|
||||
-webkit-appearance: none
|
||||
appearance: none
|
||||
border: none
|
||||
font-family: Times New Roman
|
||||
background-color: transparent
|
||||
font-size: 0.7rem
|
||||
|
||||
/* *** */
|
||||
@@ -3,7 +3,7 @@
|
||||
<h3>Datenschutz</h3>
|
||||
</div>
|
||||
|
||||
|
||||
<br>
|
||||
<div class="euber">
|
||||
|
||||
<p>Diese Seite wird von mir als Einzelperson betrieben - ohne Gewinnerzielungsabsicht.</p>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<h3>Impressum</h3>
|
||||
</div>
|
||||
|
||||
|
||||
<br>
|
||||
<div class="euber">
|
||||
|
||||
<p>Jason Lüthje</p> <p>Bärlauchstraße 7<br>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<h3>Radio</h3>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
<!--style>
|
||||
.select {
|
||||
font-size: 0.7rem;
|
||||
display: inline-block;
|
||||
@@ -23,7 +23,7 @@
|
||||
font-size: 0.7rem ;
|
||||
}
|
||||
|
||||
</style>
|
||||
</style-->
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<?php
|
||||
$nr = $_GET["nr"];
|
||||
|
||||
$tag = strtotime($nr." December 2020");
|
||||
$tag = strtotime($nr." December 2021");
|
||||
if(time()<$tag) {
|
||||
$nr = -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user