Compare commits

..

No commits in common. "e2c9666faba13fa60e1f1c1355c9cae95c34a1b6" and "26d98a5319c46e293247bf53697d5e3e6af9034b" have entirely different histories.

3 changed files with 4 additions and 28 deletions

View File

@ -8,23 +8,8 @@
<meta property="og:description" content="Albums d'illustrations des waifus d'Esenjin."> <meta property="og:description" content="Albums d'illustrations des waifus d'Esenjin.">
<link rel="shortcut icon" id="favicon" href="favicon.ico"> <link rel="shortcut icon" id="favicon" href="favicon.ico">
<link href='style.css' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script> <link href='style.css' rel='stylesheet' type='text/css'>
<script>
jQuery(function(){
$(function () {
$(window).scroll(function () {
if ($(this).scrollTop() > 200 ) {
$('#scrollUp').css('right','10px');
} else {
$('#scrollUp').removeAttr( 'style' );
}
});
});
});
</script>
</head> </head>
<body> <body>
@ -55,13 +40,11 @@ if(!empty($dossier));
foreach($dossier as $lien=>$date) foreach($dossier as $lien=>$date)
sort($fichier); sort($fichier);
foreach($fichier as $lien) { foreach($fichier as $lien) {
echo "<div align=\"center\"><a href=\"$dir_nom/$lien\" target=\"_blank\"><img src=\"$dir_nom/$lien\" loading=\"lazy\"></img></a></div>\r echo "<div align=\"center\"><img src=\"$dir_nom/$lien\" loading=\"lazy\"></img></div>\r
<div align=\"center\"><p>&#128269; <a href=\"http://saucenao.com/search.php?db=999&url=https://concepts.esenjin.xyz/teumbleur/v3/img/$lien\" target=\_blank>source</a></p></div>\r\r </br></br>"; <div align=\"center\"><p>&#128269; <a href=\"http://saucenao.com/search.php?db=999&url=https://concepts.esenjin.xyz/teumbleur/v3/img/$lien\" target=\_blank>source</a></p></div>\r\r </br></br>";
} }
?> ?>
<div id="scrollUp">
<a href="#top"><img src="top.png"/></a>
</div>
</br> </br>
</body> </body>

View File

@ -17,14 +17,7 @@ div {
} }
img { img {
max-width: 600px; width: 600px;
height: auto; height: auto;
border-radius: 12px; border-radius: 12px;
} }
#scrollUp {
position: fixed;
bottom : 10px;
right: -100px;
opacity: 0.5;
}

BIN
top.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB