Add ad placeholder and feedback link
This commit is contained in:
parent
067d29bfcf
commit
0effb33cde
@ -109,6 +109,12 @@
|
||||
l.parentNode.insertBefore(s, l);
|
||||
})({})
|
||||
</script>
|
||||
|
||||
<div id="ad-placeholder"></div>
|
||||
|
||||
<footer>
|
||||
<p class="desc">Have feedback? Send it <a href="mailto:?to=Reimar%20<%6D%61%69%6C%40%72%65%69%6D%2E%61%72>&subject=Popup%20Timer%20Feedback">here</a></p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
18
style.css
18
style.css
@ -165,4 +165,22 @@ input[type=checkbox] {
|
||||
#ad-desc {
|
||||
margin-top: 80px;
|
||||
}
|
||||
iframe ~ #ad-placeholder {
|
||||
position: relative;
|
||||
bottom: 252px;
|
||||
width: 300px;
|
||||
height: 250px;
|
||||
margin: auto;
|
||||
z-index: -1;
|
||||
background-color: #EEE;
|
||||
}
|
||||
footer {
|
||||
position: fixed;
|
||||
bottom: 8px;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
a {
|
||||
color: #43A047;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user