403Webshell
Server IP : 108.170.25.35  /  Your IP : 3.17.76.5
Web Server : Apache/2
System : Linux gains.winzonesoftech.com 4.18.0-513.24.1.el8_9.x86_64 #1 SMP Mon Apr 8 11:23:13 EDT 2024 x86_64
User : teamspirit ( 1601)
PHP Version : 8.1.28
Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/teamspirit/domains/teamspiritacademy.com/public_html/gall/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/teamspirit/domains/teamspiritacademy.com/public_html/gall/style.css
#container {
  margin: auto;
}

.header h1{
	text-align: center;
    background: -webkit-linear-gradient(#e3ca66, #b48e47);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 4.5em;
    font-family: 'Parisienne', cursive;
	margin-bottom: 15px;
}
.header p {
	text-align: center;
    background: -webkit-linear-gradient(#e3ca66, #b48e47);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 20px;
}

.grid-item {
    display: inline-block;
    height: 250px;
    overflow: hidden;
    text-align: center;
    width: 300px;
	margin:5px;
}
.grid-item img{
	width:100%;
	height:auto;
	filter: url(filters.svg#grayscale);
    filter: gray;
    -webkit-filter: grayscale(0);
    transition: 0.9s;
}
.grid-item img:hover{
    filter: none;
}

.isotope-pager .pager {
  display: inline-block;
}
.filters {
	width: 100%;
	text-align: center;
	padding-bottom: 35px;
	padding-top:20px;
	
}

.filters ul {
	list-style: none;
    padding: 15px 10px;
   box-shadow: -1px 1px 11px rgba(0, 0, 0, 0);
margin: 0 40px;
border-radius: 30px;
background-color: #343c7b00;
}

.filters li {
	display: inline-block;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}
.filters li a{
    color: #262525;
	text-decoration: none;
}
.filters li a:hover{
   color: #64055a;
}

.filters li:hover {
	box-shadow: -1px 1px 11px rgba(0,0,0,.4);
	border-radius: 15px;
}

.filters li.active a{
	color: #64055a;
    border: 1px solid #681967;
    border-radius: 15px;
    box-shadow: -1px 1px 11px rgba(0,0,0,.4);
	padding: 7px 15px;
	
}
.d-table {
  width: 100%;
  height: auto!important;
}
.single-footer-widget .social li .bx
{
	line-height: 30px;
}



.isotope-pager a{
  margin: 6px 1px;
    display: inline-block;
    width: 50px;
    /* height: 60px; */
    line-height: 31px;
    color: #b6b6b6;
    font-weight: 600;
    transition: 0.3s;
    /* position: relative; */
    /* padding-right: 26px; */
    box-shadow: -1px 1px 11px rgba(0,0,0,.1);
    border-radius: 25px;
    background-color: #232323;
    border: .5px solid #e3ca66;
	text-decoration:none;
}

.isotope-pager a:hover{
  color: #fff;
  border: .5px solid #ffeeac;
  box-shadow: -1px 1px 10px 3px rgba(0,0,0,.1);
}

.isotope-pager .active{
  color: #e3ca66 !important;
    box-shadow: -1px 1px 10px 5px rgba(0,0,0,.1);
    border-radius: 25px;
    background-color: #161616;
    border: 1px dotted #e3ca66;
}

.isotope-pager .prev{
  border-radius: 30px 0 0 30px;
}

.isotope-pager .next{
  border-radius: 0 30px 30px 0;
}

.isotope-pager a::before,.isotope-pager a:after{
  content: "";
  position: absolute;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}
.isotope-pager .num::before,.next::before{
  border-right: 20px solid #2c3e50;
  right: 100%;
}

.isotope-pager .num:after,.prev:after{
  border-right: 20px solid #f1f1f1;
  right: 0;
}
.overlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(238, 238, 238); /* Black see-through */
  color: #373434; 
  width: 100%;
  transition: .5s ease;
  opacity:1;
  font-size: 17px;
  padding: 10px 20px;
  text-align: center;
  font-weight:500;
}

.grid-item:hover .overlay {
  opacity: 1;
}
.gal-img
{
	height:250px!important;
	width:auto!important;
}





/*-- footer --*/
.footer {
    padding: .1em 0;
   background: linear-gradient(180deg, rgba(51, 136, 213, 0) 0%, rgba(49, 57, 122, 0) 100%);	margin-top:20px;
}
.footer  p {
    color: #FFF;
    letter-spacing: 1px;
}
.footer p a {
    color: #fff;
}
.footer p a:hover {
    color: #fff;
	text-decoration:none;
}
/*-- footer --*/
@media only screen and (max-width:890px)
{
	.footer {
    padding: .1em 0;
   background: linear-gradient(180deg, rgba(51, 136, 213, 0) 0%, rgba(49, 57, 122, 0) 100%)!important;	
}
.gal-img {
  height: 220px!important;
  width: auto!important;
}
.filters ul {
  
  margin: 0 10px!important;
}
}

Youez - 2016 - github.com/yon3zu
LinuXploit