AnonSec Team
Server IP : 127.0.0.1  /  Your IP : 127.0.0.1
Web Server : Apache/2.4.10 (Win32) OpenSSL/1.0.1i PHP/5.6.3
System : Windows NT WIN-R7LTCC7BPLI 6.3 build 9200 (Windows Server 2012 R2 Datacenter Edition) i586
User : GerbangSIPAD ( 0)
PHP Version : 5.6.3
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF
Directory (0777) :  C:/xampp5/htdocs/bhumie/../sip-pad/css/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : C:/xampp5/htdocs/bhumie/../sip-pad/css/portal.css
/*************************************************
[#ceepee_code]
[created for PORTAL Main Menu]
[PT NATA SOLUSI PRATAMA]
*************************************************/

@font-face{
  font-family: 'Aparajita';
  font-style: normal;
  font-weight: 600;
  src: url('../font/aparaj.ttf') format('truetype');
}
@font-face{
	font-family: 'Amersn';
	font-style: normal;
	font-weight: 200;
	src: url('../font/amersn.ttf') format('truetype');
}
@font-face{
	font-family: 'Big-Noodle';
	font-style: normal;
	src: url('../font/big_noodle_titling.ttf') format('truetype');
}
html {
	height:100%;
}
body {
  margin: 0;
  /*font-family: Open Sans;*/
  font-size: 13px;
  line-height: 20px;
  /*color: #333333;*/
  color: #838383;
  /*background: url("../images/tiny_grid.png") repeat scroll #E9E9E9;*/
  background: -moz-linear-gradient(top,  rgba(126,126,126,0.6) 0%, rgba(32,32,32,0) 85%, rgba(0,0,0,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(126,126,126,0.6)), color-stop(85%,rgba(32,32,32,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(126,126,126,0.6) 0%,rgba(32,32,32,0) 85%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(126,126,126,0.6) 0%,rgba(32,32,32,0) 85%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(126,126,126,0.6) 0%,rgba(32,32,32,0) 85%,rgba(0,0,0,0) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(126,126,126,0.6) 0%,rgba(32,32,32,0) 85%,rgba(0,0,0,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#997e7e7e', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
a {text-decoration:none;}

.main{border:0 none;font:inherit;padding:0;margin:0;vertical-align:baseline;}
.containers{margin-left:auto;margin-right:auto;margin-bottom:30px;width:900px;}
/*.containers, .navbar-static-top .containers, .navbar-fixed-top .containers, .navbar-fixed-bottom .containers{width:1170px;}*/
.clearfix:after, .containers:after{clear:both;content:" ";display:block;height:0;overflow:hidden;visibility:hidden;}
.containers:after{clear:both;}
.containers:before, .containers:after{content:"";display:table;line-height:0;}

.clear{clear:both;}

.navbar{overflow:visible;}
.navbar-fixed-top, .navbar-fixed-bottom {box-shadow:0 5px 5px rgba(55, 55, 55, 0.5);left:0;margin-bottom:0;position:fixed;right:0;z-index:1002;/*background:url('../images/header-bar.png') repeat-x;*/}
.navbar-fixed-top{top:0;}
.navbar-inverse{color:#777777;}
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner{background:url('../images/header-bar.png') repeat-x;box-shadow:0 -1px 0 rgba(0, 0, 0, 0.1) inset, 0 1px 10px rgba(0, 0, 0, 0.1);}
.navbar-inverse .navbar-inner{/*background:url("../../images/background-header.png") no-repeat scroll left top #e2e1e1;*/border-bottom:1px solid #FFFFFF;border-radius:0;filter:none;/*padding:4px 0;*/}
.container{margin-left:auto;margin-right:auto;background:url('../images/shadow.png') no-repeat left top;}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container{width:1170px;}
.container:after{clear:both;}
.container:before, .container:after{content:"";display:table;line-height:0;}
.navbar .brand{display:block;/*float:left;*/font-weight:200;/*margin-left:-20px;padding:10px 20px;*/margin-left:240px;padding:5px 0;}
.navbar .brand span{color:#000;position:absolute;margin:36px 0 0 20px;font-size:36px;font-family:"Aparajita";}
.navbar-inverse .brand, .navbar-inverse .nav > li > a{color:#ffffff;font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;font-size:14px;}

.box-portal{
	/*float:left;*/
	display:inline-block;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	height:220px;
	width:260px;
	margin-left:20px;
	background: rgb(41,41,41); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(41,41,41,1) 0%, rgba(85,85,85,1) 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(41,41,41,1)), color-stop(50%,rgba(85,85,85,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(41,41,41,1) 0%,rgba(85,85,85,1) 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(41,41,41,1) 0%,rgba(85,85,85,1) 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(41,41,41,1) 0%,rgba(85,85,85,1) 50%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(41,41,41,1) 0%,rgba(85,85,85,1) 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292929', endColorstr='#555555',GradientType=0 ); /* IE6-9 */
}
.box-portal span.box-title{font-family:"Amersn";font-size:24pt;color:#ffffff;position:absolute;margin:12px 0 0 5px;}
.box-portal-content{padding:0 20px;color:#c0bfbf;font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;font-size:12px;text-align:center;font-weight:600;}

.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 14px;
  /*padding: 6px 12px;*/
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 16px;
  font-family:"Arial";
  /*line-height: 20px;*/
  line-height: 24px;
  *line-height: 20px;
  /*color: #333333;*/
  color: #FFFFFF;
  text-align: center;
  /*text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);*/
  vertical-align: middle;
  cursor: pointer;  
  /*
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  */
  background: rgb(0,146,63); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(0,146,63,1) 0%, rgba(19,170,84,1) 50%, rgba(0,146,63,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,146,63,1)), color-stop(50%,rgba(19,170,84,1)), color-stop(100%,rgba(0,146,63,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(0,146,63,1) 0%,rgba(19,170,84,1) 50%,rgba(0,146,63,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(0,146,63,1) 0%,rgba(19,170,84,1) 50%,rgba(0,146,63,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(0,146,63,1) 0%,rgba(19,170,84,1) 50%,rgba(0,146,63,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(0,146,63,1) 0%,rgba(19,170,84,1) 50%,rgba(0,146,63,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00923f', endColorstr='#00923f',GradientType=0 ); /* IE6-9 */

  
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  width:90%;
  /*-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);*/
}
.footer{
	/*background: url('../images/footer-line.png') no-repeat center center #0CA14C;*/
	height:114px;
	
	background: rgb(255,255,255); /* Old browsers */
	background: url(../images/footer-line.png) no-repeat center center;
	background: url(../images/footer-line.png) no-repeat center center, -moz-linear-gradient(left,  rgba(255,255,255,1) 10%, rgba(136,134,134,1) 50%, rgba(255,255,255,1) 90%); /* FF3.6+ */
	background-image: url(../images/footer-line.png) no-repeat center center, -webkit-gradient(linear, left top, right top, color-stop(10%,rgba(255,255,255,1)), color-stop(50%,rgba(136,134,134,1)), color-stop(90%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background-image: url(../images/footer-line.png) no-repeat center center, -webkit-linear-gradient(left,  rgba(255,255,255,1) 10%,rgba(136,134,134,1) 50%,rgba(255,255,255,1) 90%); /* Chrome10+,Safari5.1+ */
	background-image: url(../images/footer-line.png) no-repeat center center, -o-linear-gradient(left,  rgba(255,255,255,1) 10%,rgba(136,134,134,1) 50%,rgba(255,255,255,1) 90%); /* Opera 11.10+ */
	background-image: url(../images/footer-line.png) no-repeat center center, -ms-linear-gradient(left,  rgba(255,255,255,1) 10%,rgba(136,134,134,1) 50%,rgba(255,255,255,1) 90%); /* IE10+ */
	background-image: url(../images/footer-line.png) no-repeat center center, linear-gradient(to right,  rgba(255,255,255,1) 10%,rgba(136,134,134,1) 50%,rgba(255,255,255,1) 90%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

	/*background: #0CA14C;*/
	/*border-top: 1px solid #00923F;*/
	/*box-shadow: 0 1px 0 #1ECE6A inset;*/
	box-shadow:0 5px 5px rgba(55, 55, 55, 0.25), 0 -5px 5px rgba(55, 55, 55, 0.25);
	border-bottom: 2px solid #ffffff;
	border-top: 2px solid #ffffff;
	
	color: #FFFFFF;
	font-size: 12px;
	margin-top: 0;
	padding: 3px 0;
	width: 100%;
}
.footer .container-payment{width:325px;height:114px;float:left;}
.footer .container-sig{width:280px;height:114px;float:left;margin-left:15px;}
.footer .container-sms{width:290px;height:114px;float:left;margin-left:15px;}
.footer-left-box{color:#000;width:170px;margin-top:20px;position:absolute;}
.footer-left-box-title{text-align:right;font-weight:200;font-size:14pt;font-family:"Big-Noodle";}
.footer-left-box-content{margin-top:10px;line-height:12px;text-align:right;font-size:7pt;font-family: Verdana, Geneva, sans-serif;}
.footer-copyright{width:100%;text-align:center;margin-top:5px;line-height:15px;font-size:8pt;font-family: Verdana, Geneva, sans-serif;}

/**** noise style ****/
/*.noise {
	position: relative;
	z-index: 1;
}
		
.noise:before, .body-noise:before {
	content: "";
	position: absolute;
	z-index: -1;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-image: url(data:image/png;base64,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);
}*/

AnonSec - 2021