add more logos, compress most things to webp, refactor header.php
|
@ -11,24 +11,11 @@ if (($handle = fopen($csvfile, "r")) !== FALSE) {
|
||||||
|
|
||||||
$oldcatname="";
|
$oldcatname="";
|
||||||
while (($data = fgetcsv($handle, 1000, ",",'"','\\')) !== FALSE) {
|
while (($data = fgetcsv($handle, 1000, ",",'"','\\')) !== FALSE) {
|
||||||
$data[0]=preg_replace("/[^a-zA-Z0-9:\/.\ -✔️❌]/", "", $data[0]);
|
|
||||||
// PREVENT ALL MALICIOUS PHP PAYLOADS FROM BEING EXECUTED FROM CSV FILES!
|
// PREVENT ALL MALICIOUS PHP PAYLOADS FROM BEING EXECUTED FROM CSV FILES!
|
||||||
$data[0] = htmlspecialchars($data[0]);
|
for ($i = 0; $i < count($data); $i++) {
|
||||||
$data[1] = htmlspecialchars($data[1]);
|
$data[$i] = htmlspecialchars($data[$i]);
|
||||||
$data[2] = htmlspecialchars($data[2]);
|
$data[$i] = preg_replace("/[^a-zA-Z0-9:\/.\ -✔️❌]/", "", $data[$i]);
|
||||||
$data[3] = htmlspecialchars($data[3]);
|
}
|
||||||
$data[4] = htmlspecialchars($data[4]);
|
|
||||||
$data[5] = htmlspecialchars($data[5]);
|
|
||||||
$data[6] = htmlspecialchars($data[6]);
|
|
||||||
$data[7] = htmlspecialchars($data[7]);
|
|
||||||
|
|
||||||
$data[1]=preg_replace("/[^a-zA-Z0-9:\/.\ -✔️❌]/", "", $data[1]);
|
|
||||||
$data[2]=preg_replace("/[^a-zA-Z0-9:\/.\ -✔️❌]/", "", $data[2]);
|
|
||||||
$data[3]=preg_replace("/[^a-zA-Z0-9:\/.\ -✔️❌]/", "", $data[3]);
|
|
||||||
$data[4]=preg_replace("/[^a-zA-Z0-9:\/.\ -✔️❌]/", "", $data[4]);
|
|
||||||
$data[5]=preg_replace("/[^a-zA-Z0-9:\/.\ -✔️❌]/", "", $data[5]);
|
|
||||||
$data[6]=preg_replace("/[^a-zA-Z0-9:\/.\ -✔️❌]/", "", $data[6]);
|
|
||||||
$data[7]=preg_replace("/[^a-zA-Z0-9:\/.\ -✔️❌]/", "", $data[7]);
|
|
||||||
|
|
||||||
$num = count($data);
|
$num = count($data);
|
||||||
//echo "<p>" . $data[1] . "</p>";
|
//echo "<p>" . $data[1] . "</p>";
|
||||||
|
|
197
www/header.php
|
@ -11,23 +11,11 @@ if (($handle = fopen($csvfile, "r")) !== FALSE) {
|
||||||
while (($data = fgetcsv($handle, 1000, ",",'"','\\')) !== FALSE) {
|
while (($data = fgetcsv($handle, 1000, ",",'"','\\')) !== FALSE) {
|
||||||
//PREVENT ALL MALICIOUS PHP PAYLOADS FROM BEING EXECUTED FROM CSV FILES!
|
//PREVENT ALL MALICIOUS PHP PAYLOADS FROM BEING EXECUTED FROM CSV FILES!
|
||||||
|
|
||||||
$data[0] = htmlspecialchars($data[0]);
|
for ($i = 0; $i < count($data); $i++) {
|
||||||
$data[1] = htmlspecialchars($data[1]);
|
$data[$i] = htmlspecialchars($data[$i]);
|
||||||
$data[2] = htmlspecialchars($data[2]);
|
$data[$i] = preg_replace("/[^a-zA-Z0-9:\/.\ -✔️❌]/", "", $data[$i]);
|
||||||
$data[3] = htmlspecialchars($data[3]);
|
}
|
||||||
$data[4] = htmlspecialchars($data[4]);
|
|
||||||
$data[5] = htmlspecialchars($data[5]);
|
|
||||||
$data[6] = htmlspecialchars($data[6]);
|
|
||||||
$data[7] = htmlspecialchars($data[7]);
|
|
||||||
|
|
||||||
$data[0]=preg_replace("/[^a-zA-Z0-9:\/.\ -✔️❌]/", "", $data[0]);
|
|
||||||
$data[1]=preg_replace("/[^a-zA-Z0-9:\/.\ -✔️❌]/", "", $data[1]);
|
|
||||||
$data[2]=preg_replace("/[^a-zA-Z0-9:\/.\ -✔️❌]/", "", $data[2]);
|
|
||||||
$data[3]=preg_replace("/[^a-zA-Z0-9:\/.\ -✔️❌]/", "", $data[3]);
|
|
||||||
$data[4]=preg_replace("/[^a-zA-Z0-9:\/.\ -✔️❌]/", "", $data[4]);
|
|
||||||
$data[5]=preg_replace("/[^a-zA-Z0-9:\/.\ -✔️❌]/", "", $data[5]);
|
|
||||||
$data[6]=preg_replace("/[^a-zA-Z0-9:\/.\ -✔️❌]/", "", $data[6]);
|
|
||||||
$data[7]=preg_replace("/[^a-zA-Z0-9:\/.\ -✔️❌]/", "", $data[7]);
|
|
||||||
$row++;
|
$row++;
|
||||||
$num = count($data);
|
$num = count($data);
|
||||||
//echo "<p>" . $data[1] . "</p>";
|
//echo "<p>" . $data[1] . "</p>";
|
||||||
|
@ -117,123 +105,91 @@ echo "<center><p>" . $rowcount . " Result(s) found.</p></center>";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// strtolower({key}) -> logo = /img/{value}
|
||||||
|
$logomap = array(
|
||||||
|
"archive" => "archive.webp",
|
||||||
|
"collaboration" => "collaboration.webp",
|
||||||
|
"communities" => "community.webp",
|
||||||
|
"community" => "community.webp",
|
||||||
|
"exchanges" => "haveno.webp",
|
||||||
|
"fediverse" => "fediverse.webp",
|
||||||
|
"forum" => "dread.webp",
|
||||||
|
"forums" => "dread.webp",
|
||||||
|
"indexes" => "index.webp",
|
||||||
|
"infos and indexes" => "info.webp",
|
||||||
|
"libraries" => "library.webp",
|
||||||
|
"mail" => "clawsmail.webp",
|
||||||
|
"markets" => "market.webp",
|
||||||
|
"monero node" => "monero.webp",
|
||||||
|
"news" => "news.webp",
|
||||||
|
"password generator" => "passwordgen.webp",
|
||||||
|
"pastebins" => "pastebins.webp",
|
||||||
|
"privacy front-ends" => "opensource.webp",
|
||||||
|
"radios" => "radio.webp",
|
||||||
|
"sms" => "sms.webp",
|
||||||
|
"search engine" => "searxng.svg",
|
||||||
|
"simplex chatrooms" => "simplex.webp",
|
||||||
|
"social" => "social.webp",
|
||||||
|
"tools" => "tools.webp",
|
||||||
|
"torrents" => "torrents.webp",
|
||||||
|
"translation" => "translation.webp",
|
||||||
|
"vpns" => "openvpn.webp",
|
||||||
|
"vps" => "linux.webp",
|
||||||
|
);
|
||||||
|
|
||||||
|
$classmap = array(
|
||||||
|
"monero node" => "xmr",
|
||||||
|
"simplex chatrooms" => "sxc",
|
||||||
|
);
|
||||||
|
|
||||||
|
|
||||||
function DisplayCategories($instancename, $path) {
|
function DisplayCategories($instancename, $path) {
|
||||||
$resultcount=0;
|
global $logomap, $classmap;
|
||||||
$row = 1;
|
|
||||||
//echo $instancename;
|
|
||||||
//$csvfilenames = "verified.csv unverified.csv";
|
|
||||||
$csvfilenames = "verified.csv";
|
|
||||||
$csvfilenames = explode(' ', $csvfilenames);
|
|
||||||
|
|
||||||
foreach ($csvfilenames as $csvfilename){
|
$resultcount = 0;
|
||||||
//echo $csvfilename;
|
$row = 1;
|
||||||
$csvfile = $path . $csvfilename;
|
//echo $instancename;
|
||||||
//echo $csvfile;
|
//$csvfilenames = "verified.csv unverified.csv";
|
||||||
//echo "test";
|
$csvfilenames = "verified.csv";
|
||||||
echo "<center><table>\n\n"; //begin html table formatting
|
$csvfilenames = explode(' ', $csvfilenames);
|
||||||
if (($handle = fopen($csvfile, "r")) !== FALSE) {
|
|
||||||
|
|
||||||
|
foreach ($csvfilenames as $csvfilename) {
|
||||||
|
//echo $csvfilename;
|
||||||
|
$csvfile = $path . $csvfilename;
|
||||||
|
//echo $csvfile;
|
||||||
|
//echo "test";
|
||||||
|
echo "<center><table>\n\n"; //begin html table formatting
|
||||||
|
if (($handle = fopen($csvfile, "r")) !== FALSE) {
|
||||||
|
|
||||||
$oldcatname="";
|
$oldcatname = "";
|
||||||
while (($data = fgetcsv($handle, 1000, ",",'"','\\')) !== FALSE) {
|
while (($data = fgetcsv($handle, 1000, ",",'"','\\')) !== FALSE) {
|
||||||
$num = count($data);
|
$num = count($data);
|
||||||
$row++;
|
$row++;
|
||||||
|
|
||||||
if ( $row == "2") {
|
if ( $row == "2") {
|
||||||
echo "<p> | ";
|
echo '<p> ';
|
||||||
}else{
|
continue;
|
||||||
//PREVENT ALL MALICIOUS PHP PAYLOADS FROM BEING EXECUTED FROM CSV FILES!
|
}
|
||||||
$data[0] = htmlspecialchars($data[0]);
|
|
||||||
$data[1] = htmlspecialchars($data[1]);
|
//PREVENT ALL MALICIOUS PHP PAYLOADS FROM BEING EXECUTED FROM CSV FILES!
|
||||||
$data[2] = htmlspecialchars($data[2]);
|
for ($i = 0; $i < count($data); $i++) {
|
||||||
$data[3] = htmlspecialchars($data[3]);
|
$data[$i] = htmlspecialchars($data[$i]);
|
||||||
$data[4] = htmlspecialchars($data[4]);
|
$data[$i] = preg_replace("/[^a-zA-Z0-9:\/.\ -]/", "", $data[$i]);
|
||||||
$data[5] = htmlspecialchars($data[5]);
|
}
|
||||||
$data[6] = htmlspecialchars($data[6]);
|
|
||||||
$data[7] = htmlspecialchars($data[7]);
|
|
||||||
|
|
||||||
|
$resultcount++;
|
||||||
|
|
||||||
|
if (strtolower($oldcatname) != strtolower($data[1])){
|
||||||
|
|
||||||
|
echo '<a class="cata ' . ($classmap[strtolower($data[1])] ?? '') . '" href="index.php?query=' . $data[1] . '">' . '<img class="caticon" src="img/' . ($logomap[strtolower($data[1])] ?? 'empty.svg') . '"></img>'. $data[1] . '</a> ';
|
||||||
|
$oldcatname = strtolower($data[1]);
|
||||||
|
|
||||||
$data[0]=preg_replace("/[^a-zA-Z0-9:\/.\ -]/", "", $data[0]);
|
}
|
||||||
$data[1]=preg_replace("/[^a-zA-Z0-9:\/.\ -]/", "", $data[1]);
|
}
|
||||||
$data[2]=preg_replace("/[^a-zA-Z0-9:\/.\ -]/", "", $data[2]);
|
echo '<a class="cata sensitivelink" href="index.php?query=.&sensitive=1"><img class="caticon" src="img/showall.webp"></img>Display All Links</a></p>';
|
||||||
$data[3]=preg_replace("/[^a-zA-Z0-9:\/.\ -]/", "", $data[3]);
|
fclose($handle);
|
||||||
$data[4]=preg_replace("/[^a-zA-Z0-9:\/.\ -]/", "", $data[4]);
|
|
||||||
$data[5]=preg_replace("/[^a-zA-Z0-9:\/.\ -]/", "", $data[5]);
|
|
||||||
$data[6]=preg_replace("/[^a-zA-Z0-9:\/.\ -]/", "", $data[6]);
|
|
||||||
$data[7]=preg_replace("/[^a-zA-Z0-9:\/.\ -]/", "", $data[7]);
|
|
||||||
|
|
||||||
$resultcount++;
|
|
||||||
for ($c=0; $c < $num; $c++) { // iterate over each row
|
|
||||||
if ( $c == "1" ){
|
|
||||||
|
|
||||||
if (strtolower($oldcatname) != strtolower($data[1])){
|
|
||||||
if( str_contains(strtolower($data[1]),'monero' )){
|
|
||||||
echo '<img class="caticon" src="img/monero.png">' . '<a class="xmr" href="index.php?query=' . $data[1] . '">' . $data[1] . '</a> | '; // display the category as its the first row with this new category
|
|
||||||
$oldcatname=$data[1];
|
|
||||||
}elseif( str_contains(strtolower($data[1]),'simplex' )){
|
|
||||||
echo '<img class="caticon" src="img/simplex.png">' . '<a class="sxc" href="index.php?query=' . $data[1] . '">' . $data[1] . '</a> | '; // display the category as its the first row with this new category
|
|
||||||
$oldcatname=$data[1];
|
|
||||||
|
|
||||||
}elseif (str_contains(strtolower($data[1]), 'sms')){
|
|
||||||
echo '<img class="caticon" src="img/sms.ico">' . '<a href="index.php?query=' . $data[1] . '">' . $data[1] . '</a> | '; // display the category as its the first row with this new category
|
|
||||||
$oldcatname=$data[1];
|
|
||||||
|
|
||||||
}elseif (str_contains(strtolower($data[1]), 'games')){
|
|
||||||
echo '<img class="caticon" src="img/games.ico">' . '<a href="index.php?query=' . $data[1] . '">' . $data[1] . '</a> | '; // display the category as its the first row with this new category
|
|
||||||
$oldcatname=$data[1];
|
|
||||||
}elseif (str_contains(strtolower($data[1]), 'vps')){
|
|
||||||
echo '<img class="caticon" src="img/linux.ico" >' . '<a href="index.php?query=' . $data[1] . '">' . $data[1] . '</a> | '; // display the category as its the first row with this new category
|
|
||||||
$oldcatname=$data[1];
|
|
||||||
|
|
||||||
}elseif (str_contains(strtolower($data[1]), 'torproject')){
|
|
||||||
echo '<img class="caticon" src="img/tor_browser.ico">' . '<a href="index.php?query=' . $data[1] . '">' . $data[1] . '</a> | ';
|
|
||||||
$oldcatname=$data[1];
|
|
||||||
}elseif (str_contains(strtolower($data[1]), 'privacy front-ends')){
|
|
||||||
echo '<img class="caticon" src="img/opensource.ico">' . '<a href="index.php?query=' . $data[1] . '">' . $data[1] . '</a> | ';
|
|
||||||
$oldcatname=$data[1];
|
|
||||||
}elseif (str_contains(strtolower($data[1]), 'vpns')){
|
|
||||||
echo '<img class="caticon" src="img/openvpn.ico">' . '<a href="index.php?query=' . $data[1] . '">' . $data[1] . '</a> | ';
|
|
||||||
$oldcatname=$data[1];
|
|
||||||
}elseif (str_contains(strtolower($data[1]), 'fediverse')){
|
|
||||||
echo '<img class="caticon" src="img/xmpp.ico">' . '<a href="index.php?query=' . $data[1] . '">' . $data[1] . '</a> | ';
|
|
||||||
$oldcatname=$data[1];
|
|
||||||
}elseif (str_contains(strtolower($data[1]), 'torrents')){
|
|
||||||
echo '<img class="caticon" src="img/torrents.ico">' . '<a href="index.php?query=' . $data[1] . '">' . $data[1] . '</a> | ';
|
|
||||||
$oldcatname=$data[1];
|
|
||||||
}elseif (str_contains(strtolower($data[1]), 'forums')){
|
|
||||||
echo '<img class="caticon" src="img/dread.png">' . '<a href="index.php?query=' . $data[1] . '">' . $data[1] . '</a> | ';
|
|
||||||
$oldcatname=$data[1];
|
|
||||||
}elseif (str_contains(strtolower($data[1]), 'mail')){
|
|
||||||
echo '<img class="caticon" src="img/clawsmail.png">' . '<a href="index.php?query=' . $data[1] . '">' . $data[1] . '</a> | ';
|
|
||||||
$oldcatname=$data[1];
|
|
||||||
}elseif (str_contains(strtolower($data[1]), 'radio')){
|
|
||||||
echo '<img class="caticon" src="img/radio.ico">' . '<a href="index.php?query=' . $data[1] . '">' . $data[1] . '</a> | ';
|
|
||||||
$oldcatname=$data[1];
|
|
||||||
}elseif (str_contains(strtolower($data[1]), 'search engine')){
|
|
||||||
echo '<img class="caticon" src="img/searxng.svg">' . '<a href="index.php?query=' . $data[1] . '">' . $data[1] . '</a> | ';
|
|
||||||
$oldcatname=$data[1];
|
|
||||||
}elseif (str_contains(strtolower($data[1]), 'exchanges')){
|
|
||||||
echo '<img class="caticon" src="img/haveno.png">' . '<a href="index.php?query=' . $data[1] . '">' . $data[1] . '</a> | ';
|
|
||||||
$oldcatname=$data[1];
|
|
||||||
}else{
|
|
||||||
echo '<a href="index.php?query=' . $data[1] . '">' . $data[1] . '</a> | '; // display the category as its the first row with this new category
|
|
||||||
$oldcatname=$data[1];
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
echo '<a class="sensitivelink" href="index.php?query=.&sensitive=1">Display All Links</a> |</p>';
|
|
||||||
fclose($handle);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$min_length = 1;
|
$min_length = 1;
|
||||||
|
@ -253,4 +209,3 @@ if (($handle = fopen($csvfile, "r")) !== FALSE) {
|
||||||
<h1><a href="http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern"><img src="img/lantern project large.png" class="projectbanner"></a></h1>
|
<h1><a href="http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern"><img src="img/lantern project large.png" class="projectbanner"></a></h1>
|
||||||
<p><u>Update Frequency:</u> every 3 hours</p> </br>
|
<p><u>Update Frequency:</u> every 3 hours</p> </br>
|
||||||
|
|
||||||
|
|
||||||
|
|
BIN
www/img/archive.webp
Normal file
After Width: | Height: | Size: 480 B |
Before Width: | Height: | Size: 38 KiB |
BIN
www/img/clawsmail.webp
Normal file
After Width: | Height: | Size: 2 KiB |
BIN
www/img/collaboration.webp
Normal file
After Width: | Height: | Size: 570 B |
BIN
www/img/community.webp
Normal file
After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 11 KiB |
BIN
www/img/dread.webp
Normal file
After Width: | Height: | Size: 486 B |
1
www/img/empty.svg
Normal file
|
@ -0,0 +1 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#436" d="M36 32c0 2.209-1.791 4-4 4H4c-2.209 0-4-1.791-4-4V4c0-2.209 1.791-4 4-4h28c2.209 0 4 1.791 4 4v28z"/></svg>
|
After Width: | Height: | Size: 188 B |
BIN
www/img/fediverse.webp
Normal file
After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 4.2 KiB |
BIN
www/img/games.webp
Normal file
After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 16 KiB |
BIN
www/img/haveno.webp
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
www/img/index.webp
Normal file
After Width: | Height: | Size: 962 B |
BIN
www/img/info.webp
Normal file
After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 90 KiB After Width: | Height: | Size: 62 KiB |
BIN
www/img/library.webp
Normal file
After Width: | Height: | Size: 570 B |
Before Width: | Height: | Size: 4.2 KiB |
BIN
www/img/linux.webp
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
www/img/market.webp
Normal file
After Width: | Height: | Size: 956 B |
Before Width: | Height: | Size: 1.5 KiB |
BIN
www/img/monero.webp
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
www/img/news.webp
Normal file
After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 4.2 KiB |
BIN
www/img/opensource.webp
Normal file
After Width: | Height: | Size: 1 KiB |
Before Width: | Height: | Size: 4.2 KiB |
BIN
www/img/openvpn.webp
Normal file
After Width: | Height: | Size: 942 B |
BIN
www/img/passwordgen.webp
Normal file
After Width: | Height: | Size: 604 B |
BIN
www/img/pastebins.webp
Normal file
After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 4.2 KiB |
BIN
www/img/radio.webp
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
www/img/showall.webp
Normal file
After Width: | Height: | Size: 826 B |
Before Width: | Height: | Size: 10 KiB |
BIN
www/img/simplex.webp
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
www/img/sms.ico
Before Width: | Height: | Size: 4.2 KiB |
BIN
www/img/sms.webp
Normal file
After Width: | Height: | Size: 1,018 B |
BIN
www/img/social.webp
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
www/img/tools.webp
Normal file
After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 4.2 KiB |
BIN
www/img/tor_browser.webp
Normal file
After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 4.2 KiB |
BIN
www/img/torrents.webp
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
www/img/translation.webp
Normal file
After Width: | Height: | Size: 498 B |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 11 KiB |
BIN
www/img/xmpp.ico
Before Width: | Height: | Size: 4.2 KiB |
BIN
www/img/xmpp.webp
Normal file
After Width: | Height: | Size: 1.3 KiB |
|
@ -9,17 +9,24 @@
|
||||||
font-family: 'Source Code Pro', monospace;
|
font-family: 'Source Code Pro', monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.caticon{
|
.caticon{
|
||||||
height: 13px;
|
height: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.cata {
|
||||||
|
display: inline-flex;
|
||||||
|
align-items: center;
|
||||||
|
text-align: center;
|
||||||
|
padding: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
.width-class{
|
.width-class{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
align: center;
|
display: flex;
|
||||||
display: flex;
|
flex-direction: column;
|
||||||
flex-direction: column;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-class{
|
.input-class{
|
||||||
margin: 0 20% 0 20%;
|
margin: 0 20% 0 20%;
|
||||||
}
|
}
|
||||||
|
@ -60,10 +67,9 @@
|
||||||
|
|
||||||
|
|
||||||
.imgRz{
|
.imgRz{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 50%;
|
height: 50%;
|
||||||
align: center;
|
justify-content: center;
|
||||||
justify-content: center;
|
|
||||||
-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
|
-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
|
||||||
filter: grayscale(0%) brightness(100%) contrast(100%);
|
filter: grayscale(0%) brightness(100%) contrast(100%);
|
||||||
}
|
}
|
||||||
|
|