first commit

This commit is contained in:
2024-11-05 12:22:50 +01:00
commit e5682a3912
19641 changed files with 2948548 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

View File

@@ -0,0 +1,56 @@
.ruch-widget-map-container-full-screen {
position: fixed;
left: 0;
top: 0;
bottom: 0;
right: 0;
background: rgba(0,0,0,.3);
width: 100%;
height: 100%;
z-index: 9999999;
}
.ruch-widget-map-wrapper-full-screen {
position: relative;
background: #fff;
width: 80%;
margin: auto;
top: 10%;
}
.ruch-widget-display-none {
display: none;
}
.ruch-widget-margin-top {
margin-top: 10px;
}
.ruch-widget-empty-container {}
#ruchWidgetButtonContainer {
width: 100%;
text-align: left;
padding: 10px;
}
#ruchWidgetButtonContainer button {
color: #fff!important;
white-space: nowrap;
font-size: 14px;
font-weight: 400;
background: #fff;
border-radius: 5px;
border: 1px solid #0c1741;
height: 26px;
line-height: 26px;
padding: 0 5px;
background: #000;
overflow: hidden;
text-align: center;
}
@media (max-width: 1199px) {
.ruch-widget-map-wrapper-full-screen {
padding: 15px;
}
}