Merge branch 'ethad'

This commit is contained in:
Pim Snel 2024-03-26 10:39:53 +01:00
commit a525d14c04
2 changed files with 58 additions and 1 deletions

View File

@ -30,10 +30,44 @@ table tr.optrow {
padding:2px;
}
#eadiv {
position: fixed;
top: 105px;
right: 10px;
width: 250px;
}
#searchInput {
width: 80%;
}
.xcontainer {
padding-top: 70px;
margin-left: 70px;
margin-right: 260px;
}
@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 +147,22 @@ table tr.optrow {
background-color: #333;
}
}
@media only screen and (max-width: 826px) {
#eadiv {
display: none;
}
.xcontainer {
margin-right: 30px;
margin-left: 30px;
}
.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,7 +46,8 @@
</header>
<div class="container" style="padding-top:70px;">
<div class="xcontainer" style="padding-top:70px;">
<!-- Modal -->
<div class="modal" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">