403Webshell
Server IP : 195.130.67.5  /  Your IP : 216.73.216.231
Web Server : Microsoft-IIS/10.0
System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586
User : IUSR ( 0)
PHP Version : 7.4.19
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/inetpub/wwwroot/cdc/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/inetpub/wwwroot/cdc/style.css
body {
  margin: 0;
  font-family: 'Segoe UI', Arial, sans-serif;
  background: #11173d;
  color: #fff;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}
.background-overlay {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.bg-main {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100vw;
  height: 100vh;
  min-width: unset;
  min-height: unset;
  max-width: none;
  max-height: none;
  transform: translate(-50%, -50%);
  object-fit: cover;
  opacity: 0.18;
  z-index: 1;
}
.bg-decor {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40vw;
  min-width: 300px;
  opacity: 0.12;
  z-index: 1;
}
header {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px 7vw 0 7vw;
  background: transparent;
}
.header-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.header-logo {
  height: 100px;
  max-width: 350px;
  margin-bottom: 18px;
  transition: height 0.2s, max-width 0.2s;
}
nav {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.btn {
  background: #FFD700;
  color: #fff;
  padding: 10px 28px;
  border-radius: 24px;
  border: none;
  font-weight: 600;
  text-decoration: none;
  font-size: 1rem;
  transition: background 0.2s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.btn:hover {
  background: #fff;
  color: #FFD700;
  border: 2px solid #FFD700;
}
.btn-outline {
  background: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}
.btn-outline:hover {
  background: #FFD700;
  color: #fff;
}
main {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10vh;
}
h1 {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 36px;
  text-shadow: 0 2px 12px rgba(0,0,0,0.12);
}
.cta-box {
  background: rgba(41,48,67,0.85);
  border: 2px solid #FFD700;
  border-radius: 18px;
  padding: 32px 36px;
  box-shadow: 0 4px 24px rgba(255,215,0,0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta-btn {
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
  color: #000;
  padding: 18px 42px;
  border-radius: 50px;
  font-size: 1.3rem;
  font-weight: 800;
  text-decoration: none;
  margin-top: 12px;
  transition: all 0.3s ease;
  border: 3px solid #FFD700;
  box-shadow: 0 8px 25px rgba(255, 215, 0, 0.3);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.cta-btn:hover {
  background: linear-gradient(135deg, #fff 0%, #FFD700 100%);
  color: #000;
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(255, 215, 0, 0.4);
  border: 3px solid #FFA500;
}
.features {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 32px;
  margin: 64px auto 0 auto;
  max-width: 1200px;
  flex-wrap: wrap;
  padding: 0 16px 48px 16px;
}
.feature-circle {
  background: rgba(41,48,67,0.92);
  border-radius: 24px;
  box-shadow: 0 4px 24px rgba(255,215,0,0.08);
  border: 2px solid #FFD700;
  flex: 1 1 220px;
  min-width: 220px;
  max-width: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 18px 28px 18px;
  margin: 0 0 18px 0;
  transition: transform 0.18s, box-shadow 0.18s;
}
.feature-circle:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 8px 32px rgba(255,215,0,0.18);
}
.circle-icon {
  width: 64px;
  height: 64px;
  background: #FFD700;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 18px;
  box-shadow: 0 2px 12px rgba(255,215,0,0.12);
}
.feature-circle h3 {
  font-size: 1.18rem;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #fff;
  text-align: center;
}
.feature-circle p {
  font-size: 1rem;
  color: #e0e0e0;
  text-align: center;
  margin: 0;
}
.home-live-section {
  margin: 48px auto 0 auto;
  padding: 0 16px 48px 16px;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-live-title {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
  line-height: 1.3;
}
.home-live-title .highlight {
  color: #FFD700;
  font-weight: 800;
}
.home-live-images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  align-items: center;
}
.home-live-images img {
  width: 100%;
  height: auto;
  max-width: 240px;
  max-height: 140px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  background: none;
  border-radius: 8px;
  box-shadow: none;
}
.info-scroll-section {
  margin: 36px 0 0 0;
  padding: 0 0 32px 0;
  background: none;
}
.info-plain-text {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 18px;
  color: #fff;
  font-size: 1.08rem;
  line-height: 1.7;
}
.info-plain-text h3 {
  font-size: 1.18rem;
  font-weight: 700;
  margin: 32px 0 10px 0;
  color: #fff;
}
.info-plain-text p, .info-plain-text ul {
  font-size: 1.05rem;
  color: #e0e0e0;
  margin: 0 0 14px 0;
  line-height: 1.7;
}
.info-plain-text ul {
  padding-left: 18px;
  margin-bottom: 10px;
}
.info-plain-text li {
  margin-bottom: 4px;
}
.highlight {
  color: #FFD700;
  font-weight: 700;
}
.site-footer {
  background: #232733;
  color: #fff;
  padding: 38px 0 0 0;
  margin-top: 48px;
  font-size: 1rem;
  border-top: 2px solid #FFD700;
}
.footer-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto 18px auto;
  padding: 0 18px;
  gap: 32px;
}
.footer-logo-col {
  flex: 1 1 220px;
  min-width: 180px;
  max-width: 260px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.footer-logo {
  height: 72px;
  max-width: 240px;
  display: block;
}
.footer-company-desc {
  font-size: 0.97rem;
  color: #e0e0e0;
  margin-top: 8px;
  line-height: 1.5;
  user-select: text;
}
.footer-links-col {
  flex: 1 1 120px;
  min-width: 120px;
  max-width: 180px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer-links-title {
  font-weight: 700;
  color: #FFD700;
  margin-bottom: 6px;
  font-size: 1.08rem;
}
.footer-links-col a {
  color: #fff;
  text-decoration: none;
  font-size: 0.98rem;
  opacity: 0.85;
  transition: color 0.18s, opacity 0.18s;
  user-select: text;
}
.footer-links-col a:hover {
  color: #FFD700;
  opacity: 1;
}
.footer-providers {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  align-items: center;
  margin: 18px auto 0 auto;
  max-width: 1100px;
  padding: 0 12px;
}
.footer-providers img {
  height: 32px;
  max-width: 90px;
  object-fit: contain;
  opacity: 0.85;
  background: #181a22;
  border-radius: 8px;
  padding: 4px 8px;
  transition: opacity 0.18s, box-shadow 0.18s;
}
.footer-providers img:hover {
  opacity: 1;
  box-shadow: 0 2px 12px #FFD70033;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1100px;
  margin: 24px auto 0 auto;
  padding: 0 18px 24px 18px;
  font-size: 0.98rem;
  flex-wrap: wrap;
  gap: 12px;
  border-top: 1px solid #35394a;
  text-align: center;
}
.footer-socials {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  margin: 18px auto 0 auto;
  padding-bottom: 8px;
}
.footer-socials a {
  display: flex;
  align-items: center;
  transition: transform 0.18s, opacity 0.18s;
  opacity: 0.85;
}
.footer-socials a:hover {
  transform: scale(1.13);
  opacity: 1;
}
.footer-socials svg {
  display: block;
}
@media (min-width: 900px) {
  .home-live-title {
    font-size: 2.6rem;
    margin-bottom: 38px;
  }
  .home-live-images img {
    max-width: 280px;
    max-height: 160px;
  }
}
@media (max-width: 1100px) {
  .footer-main {
    gap: 18px;
    padding: 0 8px;
  }
}
@media (max-width: 900px) {
  .features {
    gap: 18px;
    max-width: 100vw;
  }
  .feature-circle {
    min-width: 160px;
    max-width: 220px;
    padding: 22px 8px 18px 8px;
  }
  .circle-icon {
    width: 48px;
    height: 48px;
    font-size: 1.3rem;
  }
  .home-live-title {
    font-size: 1.3rem;
  }
  .home-live-images {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .home-live-images img {
    max-width: 140px;
    max-height: 70px;
  }
  .info-plain-text {
    font-size: 0.98rem;
    padding: 0 6px;
  }
  .info-plain-text h3 {
    font-size: 1.05rem;
    margin: 22px 0 7px 0;
  }
  .info-plain-text p, .info-plain-text ul {
    font-size: 0.97rem;
  }
  .footer-main {
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
    padding: 0 8px;
  }
  .footer-logo-col, .footer-links-col {
    max-width: 100%;
    min-width: 0;
    align-items: flex-start;
  }
  .footer-providers {
    gap: 10px;
    padding: 0 2px;
  }
  .footer-providers img {
    height: 26px;
    max-width: 60px;
    padding: 2px 4px;
  }
  .footer-logo {
    height: 48px;
    max-width: 150px;
  }
  .footer-socials {
    gap: 14px;
    padding-bottom: 4px;
  }
  .footer-socials svg {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 600px) {
  .features {
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin-top: 36px;
    padding-bottom: 24px;
  }
  .cta-box {
    padding: 14px 10px;
    margin: 0 6px;
    border-radius: 8px;
  }
  .cta-btn {
    padding: 10px 20px;
    font-size: 0.95rem;
    border-radius: 30px;
    letter-spacing: 0.2px;
    max-width: 240px;
    box-shadow: 0 3px 12px rgba(255, 215, 0, 0.18);
  }
  .cta-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 5px 18px rgba(255, 215, 0, 0.25);
  }
  .feature-circle {
    width: 100%;
    max-width: 340px;
    min-width: 0;
    margin: 0 auto 10px auto;
  }
  .home-live-section {
    padding-bottom: 24px;
  }
  .home-live-title {
    font-size: 1.05rem;
    margin-bottom: 18px;
  }
  .home-live-images {
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: 98vw;
  }
  .home-live-images img {
    max-width: 90vw;
    max-height: 48vw;
  }
  .info-plain-text {
    font-size: 0.93rem;
    padding: 0 2px;
  }
  .info-plain-text h3 {
    font-size: 0.98rem;
    margin: 16px 0 5px 0;
  }
  .info-plain-text p, .info-plain-text ul {
    font-size: 0.93rem;
  }
  .site-footer {
    font-size: 0.93rem;
    padding-top: 22px;
  }
  .footer-logo {
    height: 32px;
    max-width: 90px;
  }
  .footer-links-title {
    font-size: 0.98rem;
  }
  .footer-links-col a {
    font-size: 0.93rem;
  }
  .footer-providers img {
    height: 18px;
    max-width: 38px;
    padding: 1px 2px;
    border-radius: 4px;
  }
  .footer-bottom {
    font-size: 0.89rem;
    padding: 0 2px 12px 2px;
  }
  .footer-socials {
    gap: 8px;
    padding-bottom: 2px;
  }
  .footer-socials svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 700px) {
  header {
    padding: 18px 2vw 0 2vw;
  }
  .header-logo {
    height: 54px;
    max-width: 140px;
    margin-bottom: 12px;
  }
  .header-center {
    width: 100%;
  }
  nav {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  main {
    margin-top: 5vh;
  }
  h1 {
    font-size: 1.2rem;
  }
  .cta-box {
    padding: 18px 8px;
    margin: 0 10px;
    border-radius: 12px;
  }
  .cta-btn {
    padding: 14px 28px;
    font-size: 1.1rem;
    border-radius: 40px;
    letter-spacing: 0.5px;
    text-align: center;
    width: 100%;
    max-width: 280px;
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.25);
  }
  .cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.35);
  }
  .bg-main, .bg-decor {
    min-width: 120px;
  }
}
@media (max-width: 400px) {
  .cta-box {
    padding: 12px 8px;
    margin: 0 4px;
  }
  .cta-btn {
    padding: 8px 16px;
    font-size: 0.9rem;
    border-radius: 25px;
    max-width: 220px;
    box-shadow: 0 2px 10px rgba(255, 215, 0, 0.15);
  }
  .cta-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.2);
  }
}

* {
  user-select: text !important;
} 

Youez - 2016 - github.com/yon3zu
LinuXploit