From 69f606163cf2684a37272c451a686fe2f0fdf9ce Mon Sep 17 00:00:00 2001 From: Pim Snel Date: Sat, 23 Mar 2024 18:34:31 +0100 Subject: [PATCH 1/2] add ad widget --- css/style.css | 41 +++++++++++++++++++++++++++++++++++++++++ index.html | 4 ++++ 2 files changed, 45 insertions(+) diff --git a/css/style.css b/css/style.css index bd166ef..6e0a431 100644 --- a/css/style.css +++ b/css/style.css @@ -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; + } +} diff --git a/index.html b/index.html index 118fb85..e84f3b6 100644 --- a/index.html +++ b/index.html @@ -15,9 +15,12 @@ + +
+
+
From a2bb4495601cf48c8674086b8a875380ab86dc73 Mon Sep 17 00:00:00 2001 From: Pim Snel Date: Sat, 23 Mar 2024 18:43:37 +0100 Subject: [PATCH 2/2] new container --- css/style.css | 12 ++++++++++++ index.html | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 6e0a431..1d51ec1 100644 --- a/css/style.css +++ b/css/style.css @@ -39,6 +39,12 @@ table tr.optrow { #searchInput { width: 80%; +} + +.xcontainer { + padding-top: 70px; + margin-left: 70px; + margin-right: 260px; } @@ -149,6 +155,12 @@ table tr.optrow { display: none; } + .xcontainer { + margin-right: 30px; + margin-left: 30px; + + } + .container { width: 30em; diff --git a/index.html b/index.html index e84f3b6..e4f4ef3 100644 --- a/index.html +++ b/index.html @@ -47,7 +47,7 @@ -
+