mirror of
https://github.com/Daniongithub/ER-TPL.git
synced 2025-10-02 21:10:47 +00:00
Fix cercaorario mobile
This commit is contained in:
@@ -1,13 +1,3 @@
|
||||
:root {
|
||||
--primary-color: #afafaf;
|
||||
--accent-color: #0074d9;
|
||||
--bg-color: #2e2d2d;
|
||||
--white: #ffffff;
|
||||
--light-gray: #848991;
|
||||
--border-color: #727070;
|
||||
--text-color: #ffffff;
|
||||
--black: #000000;
|
||||
}
|
||||
body {
|
||||
background-color: #282828;
|
||||
text-align: center;
|
||||
@@ -104,6 +94,21 @@ a {
|
||||
.search-result {
|
||||
display: block;
|
||||
}
|
||||
table.image-table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
table.image-table td {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
table.image-table img {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.container {
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
#bacino,
|
||||
#searchBar {
|
||||
|
@@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>SETA Modena - Orario fermate</title>
|
||||
<link rel="stylesheet" href="css/style.css">
|
||||
<link rel="shortcut icon" href="https://www.setaweb.it/images/favicon/android-icon-192x192.png">
|
||||
|
@@ -4,6 +4,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<title>SETA Modena - Cerca fermata</title>
|
||||
<link rel="stylesheet" href="css/style.css">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="shortcut icon" href="https://www.setaweb.it/images/favicon/android-icon-192x192.png">
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
@@ -33,13 +34,11 @@
|
||||
<input type="text" id="searchBar" placeholder="Cerca una fermata...">
|
||||
</div>
|
||||
<div id="searchResults"></div>
|
||||
<!--
|
||||
<footer>
|
||||
<div>
|
||||
<p>Copyright (C) 2025 ER-TPL Team - <a href="https://ertpl.pages.dev" target="_blank">ertpl.pages.dev</a> - code by Il Dani & SetaModenaFanpage <a href="about:blank" target="_blank">Codice Sorgente (Inserire link)</a></p>
|
||||
</div>
|
||||
</footer>
|
||||
-->
|
||||
<script src="js/cercafermata.js"></script>
|
||||
</body>
|
||||
</html>
|
19
seta_menu/test.html
Normal file
19
seta_menu/test.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="it">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="Galleria fotografica del TPL Emiliano-Romagnolo">
|
||||
<meta name="keywords" content="er-tpl, tpl, ertpl, seta, modena, seta-modena, start, romagna, start-romagna, tper, bus, emilia-romagna, galleria, fotografica, emilia, romagna, trasporto, pubblico, emiliano, romagnolo, foto, fotografia, fotografie">
|
||||
<meta name="author" content="ER-TPL Team">
|
||||
<title>ER-TPL</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap" rel="stylesheet">
|
||||
<link rel="shortcut icon" href="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Immagini%20sito/atcma.png" type="image/x-icon">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Ciao</h1>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user