add ad widget

This commit is contained in:
Pim Snel 2024-03-23 18:34:31 +01:00
parent 5f3b0877da
commit 69f606163c
2 changed files with 45 additions and 0 deletions

View File

@ -30,10 +30,38 @@ table tr.optrow {
padding:2px;
}
#eadiv {
position: fixed;
top: 105px;
right: 10px;
width: 250px;
}
#searchInput {
width: 80%;
}
@media only screen and (max-width: 1426px) {
.container {
width: 55em;
}
}
@media only screen and (max-width: 1326px) {
.container {
width: 40em;
}
}
@media only screen and (max-width: 1026px) {
.container {
width: 30em;
}
body {
font-size: 130%;
}
@ -113,3 +141,16 @@ table tr.optrow {
background-color: #333;
}
}
@media only screen and (max-width: 826px) {
#eadiv {
display: none;
}
.container {
width: 30em;
}
}

View File

@ -15,9 +15,12 @@
<link href="css/nucleus.css" rel="stylesheet">
<link href="css/style-nix.css" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<script async src="https://media.ethicalads.io/media/client/ethicalads.min.js"></script>
</head>
<body>
<div id="eadiv" data-ea-publisher="extranixcom" data-ea-type="text"></div>
<header>
<div id="lastUpdateElement" style="position:absolute; line-height: 11px; right: 37px;top:59px;"></div>
<div class="logo">
@ -43,6 +46,7 @@
</header>
<div class="container" style="padding-top:70px;">
<!-- Modal -->