first commit

This commit is contained in:
Erreur32 2020-06-17 22:34:22 +02:00
parent 3ba01e4904
commit 4e150b6db9
2 changed files with 23 additions and 50 deletions

View File

@ -2,51 +2,19 @@
/*width: 50%;*/
/*opacity: 0.9;*/
background: #F9F9F9;
filter: alpha(opacity=70);
[#orange]filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);[/#]
-moz-opacity: 0.70; opacity:0.7;
margin: 5 auto;
filter: alpha(opacity=80);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
-moz-opacity: 0.80; opacity:0.8;
/*margin: auto;*/
/* border: 1px solid #EAEAEA;*/
}
.main {
/*width: 50%;*/
/*margin: 0 auto;*/
/*opacity: 0.9;*/
/* background: #F9F9F9;
width: 20%;
padding: 30px 0;
margin: 0 auto;
border: 1px solid #EAEAEA;*/
}
.main .list-heading {
color: #e93937;
/* text-transform: uppercase;
margin-top: 10px;
margin-bottom: 5px;
font-weight: 600;
padding-left: 20px;*/
/* color: #e93937;*/
}
.main li {
list-style-type: none;
/* color: #636363;*/
/* line-height: 1.2em;
padding-top: 10px;
font-weight: 500;
padding: 5px 20px ;
transition: all .2s ease;
position: relative;
overflow: hidden;
box-sizing: border-box;*/
width: 100%;
/* border-bottom: 1px solid #EFEFEF;*/
}
.main li:first-child {
/* border-top: 1px solid #EFEFEF;*/
}
.main li:hover {
/* background-color: #EFEFEF;*/
}
.main li:hover:after {
bottom: 0;
@ -119,7 +87,7 @@ list-style-type: none;
background-position-y: center;*/
}
.success:after {
content: "Copied!";
content: "Copied!";
/* color: #fff;
height: 20%;*/
color: #000;
@ -130,8 +98,7 @@ color: #000;
font-size: 8vw;
font-weight: bold;
font-family: Helvetica;
text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2
), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
/* display: inline-block;
vertical-align: middle;*/

View File

@ -194,7 +194,7 @@ h5 {
border-radius: 5px;
background-color: white;
color: black;
padding: 14px 28px;
/* padding: 14px 28px;*/
font-size: 12px;
cursor: pointer;
}
@ -212,13 +212,13 @@ h5 {
/* Green */
.success {
border-color: #4CAF50;
color: green;
/* border-color: #4CAF50;*/
/* color: green;*/
}
.success:hover {
background-color: #4CAF50;
color: white;
/* background-color: #4CAF50;
color: white;*/
}
/* Blue */
@ -413,21 +413,27 @@ display: inline-block;
}
}
ol, ul {
margin: 0;
padding: 0;
}
.hit-the-floor {
color: #000;
/*background-color: #777;*/
/*opacity: 0.6;*/
opacity: 0.9;
/*font-size-adjust: 4;*/
/*font-size: 12em;*/
font-size: 8vw;
font-weight: bold;
font-family: Helvetica;
text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
}
}
.hit-the-floor {
text-align: center;
}
.resolution {
text-align:center;
width:340px;
@ -504,8 +510,8 @@ $geoip_longitude = getenv('GEOIP_LONGITUDE');
<div class="bgimg-1" style="height: 500px;">
<div class="caption main">
<h3>Your IP</h3>
<span class="list-heading0" style="color: #cc0000;text-shadow: 1px 1px 1px #000;"><?php echo "$ipaddress";?></span> / <span class="list-heading0" style="color: #cc0000;text-shadow: 1px 1px 1px #000;"> <?php $hostname = gethostbyaddr($_SERVER['REMOTE_ADDR']); echo "$hostname"; ?></span> <br>
<ul>
<span class="list-heading00" style="color: #cc0000;text-shadow: 1px 1px 1px #000;"><?php echo "$ipaddress";?></span> / <span class="list-heading0" style="color: #cc0000;text-shadow: 1px 1px 1px #000;"> <?php $hostname = gethostbyaddr($_SERVER['REMOTE_ADDR']); echo "$hostname"; ?></span> <br>
<ul><br>
<li>
<div class="copy-content">
<div class="hit-the-floor"><p><span><?php echo "$ipaddress";?></span></p></div>
@ -572,7 +578,7 @@ echo 'Longitude: <span style="color:#cc0000;text-shadow: -1px -1px 2px #000;">'
<br>
<a href="Info/">
<div id="img">
<a href="<?php echo $site['uri']; ?>Info/image.php"><img src="<?php echo $site['uri']; ?>Info/image.php"></a>
<a href="https://ip.echosystem.fr/Info/"><img src="Info/image.php"></a>
</div>
</a>
<!--