Dre4m Shell
Server IP : 103.6.199.200  /  Your IP : 3.144.8.79
Web Server : Microsoft-IIS/10.0
System : Windows NT EMPUSA 10.0 build 20348 (Windows Server 2016) i586
User : EMPUSA$ ( 0)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/Domains/feenixmy/feenix.my/wwwroot/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : C:/Domains/feenixmy/feenix.my/wwwroot/set.css
@charset "utf-8";

body{
	background-image:url(img/bg.jpg);
	/*background-repeat: no-repeat;*/
    background-attachment: fixed;
	margin: 0px;
	font-family: Arial;
	font-size: 15px;
	color: #000;
}

h2{
text-align: center;
color: #000;
}

p{
color: #000;
}

img {
    max-width: 100%;
	height: auto;
}

.framed{
	max-width: 1000px;
	margin: auto;
	background-color: #FFF;
	color: #000;
}

/*universal links*/
a{
color: #FFF;
text-decoration: none;
}

/*Top Greetings*/
.dated{
    float: left;
    overflow: hidden;
	margin-right: 700px;
	margin: 10px;
}

.greet{
    float: right;
    max-width: 700px;
	margin: 10px;
	vertical-align: middle;
}

/*Menu Navigasi*/
ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #000;
}

li{
    float: left;
}

li a, .db{
    display: inline-block;
    color: white;
    text-align: center;
    padding: 10px 18px;
    text-decoration: none;
}

li a:hover, .dd:hover .db{
    background-color: #F1F1F1;
	color: #000;
}

li.dd{
    display: inline-block;
}

.dc{
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dc a{
    background-color: #000;
	color: #FFF;
    padding: 10px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dc a:hover{
	background-color: #F1F1F1;
	color: #000;
}

.dd:hover .dc{
    display: block;
}

.act{
	background-color: #FFCCCC;
	color: #000;
}

/*Pembahagi Nav*/
.nav-kiri{
    float: left;
	margin-right: 1000px;/*400px*/
    overflow: hidden;
	margin: 0;
}

.nav-kiri2{
    float: left;
	margin-right: 400px;
    overflow: hidden;
	margin: 0;
}

.nav-kanan{
    float: left;
    max-width: 400px;
	margin: 0;
}

.nav-kanan2{
    float: left;
    max-width: 400px;
	margin: 0;
}

/*textfield carian*/
input.carian {
  height: 36px;
  font-family: Arial;
  font-size: 15px;
  text-align: center;
}

input.carian2 {
  height: 36px;
  font-family: Arial;
  font-size: 15px;
  text-align: center;
}

input.carian3 {
  height: 36px;
  font-family: Arial;
  font-size: 15px;
  text-align: center;
}

select.slc-carian {/*MERAH*/
  height: 40px;
  background-color: #FFCCCC;
}

select.slc-carian2 {/*BIRU*/
  height: 40px;
  background-color: #0099FF;
}

input.btn-carian {
  height: 36px;
  background-color: #b113bf;
  color: #fff;
}

input.btn-carian2 {
  height: 36px;
  background-color: #0099FF;
}

input.btn-carian3 {
  height: 36px;
  background-color: #FFCCCC;
}

.carian:focus {/*MERAH*/
  background: #FFCCFF;
}

.carian2:focus {/*KUNING*/
  background: #FFFFCC;
}

.carian3:focus {/*BIRU*/    /*BIRU gelap*/
  background: #0099FF;      /*#9999FF;*/
}

/*footer*/
.foot{
	background-color: #F9E4FA;
	color: #000;
	padding: 14px 16px;
	text-align: center;
	text-decoration: none;
}

/* --------- MODAL IMAGE STARTS --------- */

/* Style the Image Used to Trigger the Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

/* --------- MODAL IMAGE ENDS --------- */

Anon7 - 2022
AnonSec Team