AnonSec Team
Server IP : 10.2.73.233  /  Your IP : 216.73.216.59
Web Server : Apache/2.4.59 (Debian)
System : Linux polon 4.19.0-27-amd64 #1 SMP Debian 4.19.316-1 (2024-06-25) x86_64
User : www-data ( 33)
PHP Version : 5.6.40-64+0~20230107.71+debian10~1.gbp673146
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /home/ifk/web.back/v2021/themes/admin/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/ifk/web.back/v2021/themes/admin/base.css
html,form {height: 100%; min-height: 100%}
body {

	font: 80% Arial, Helvetica, sans-serif;
	background: url(images/panel-top-bg.gif) repeat-x top;
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	
/*	height: 100%; */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
}


#container {
	width: 1140px;  		
	margin: 0 auto;	
	min-height: 100%;   	
   	position: relative;	
	text-align: left; /* this overrides the text-align: center on the body element. */
}


#header{	
	font-size: 70%;
	height: 53px;
	text-align: right;
	color: #9ab7cc;	
	background: url(images/panel-logo.gif) no-repeat left bottom;	
}

.menu{	
	height: 15px;
	background-color: #e6eef4;
	margin-bottom: 40px;
}

#body {
	width: 1140px;	
	margin: 0 auto;
	padding: 20px 0px 40px 0px;	
	background: white;
	color: #777777;
	clear: both;
}

.footer {
  
   position:absolute;
   width: 100%;
   bottom:0;
   height:20px; 
   margin: 10px 0;
   padding: 0;
   font-size: 40%;
   border-top: 1px solid #ddd;
   color: #e0e0e0;
   text-align: right;
   
}

#command_panel {
	width: 100%;
	padding: 15px;
	margin-top:20px;
	background-color: #f5f5f5;
	text-align: center;
}

#popup_content {
	padding: 10px;   
	line-height: 1.6em;
	text-align: left;
}

#popup_content > INPUT[type="submit"] {
    margin: 0 auto;	
}

/******************************************************************/

H1, H2, H3, H4, H5, HR {
	margin-top: 0;
	color: #426883;   
	font-weight: normal; 	
}

H1 {	
	width: 100%;
	margin-top: 0;
	border-bottom: 1px solid #e0e0e0;
}                         

INPUT[type="submit"], INPUT[type="submit"]:hover, INPUT[type="submit"]:active {
   	border: 1px solid #426883;   
	color: white !important;
	background: url('images/admin_alt_button_bg.gif'); 
} 

INPUT[type="submit"]:hover {
	background: #bed0dd url('images/admin_button_bg_op70.gif');
	cursor: pointer; 
}   


/******************************************************************/ 

.pagetitle {
	font: 20px 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	color: #3366CC;
}

.control_panel{
	width: 100%;
	float:left;
	background: #fafafa;
	text-align: center;
	padding: 10px 0;
	margin: 15px 0;
}

.statusPanel_success {
	background-image: url(images/ok.png);
	background-position: 10px center;
	background-repeat:no-repeat;
	background-color: #ebfbe5;
	width: 940px;
	padding: 5px 100px;
	margin: 0 auto;
	margin-bottom: 20px;
	color: #339933;	
	border: 1px solid #339933;	
	position: absolute;
	top: 95px;
	left: 0px;
}

.statusPanel_error {
	background-image: url(images/cancel.png);
	background-position: 10px center;
	background-repeat:no-repeat;
	background-color: #ffeded;
	width: 940px;
	padding: 5px 100px;
	margin: 0 auto;
	margin-bottom: 20px;
	color: red;	
	border: 1px solid red;	
	position: absolute;
	top: 95px;
	left: 0px;
}

.statusPanel_warning {
	background-color: #FFFCE9;
	width: 940px;
	padding: 5px 100px;
	margin: 0 auto;
	margin-bottom: 20px;
	color: #FFAA00;	
	border: 1px solid #FFAA00;	
	position: absolute;
	top: 95px;
	left: 0px;
}

.statusPanel_info {
	background-color: #E4F6FF;
	width: 940px;
	padding: 5px 100px;
	margin: 0 auto;
	margin-bottom: 20px;
	color: #2E99CF;	
	border: 1px solid #2E99CF;	
	position: absolute;
	top: 95px;
	left: 0px;
}

A:link, A:visited, A:hover, #header DIV A:link, #header DIV A:visited, #header DIV A:hover {
	color: #3366CC;
	text-decoration: none;
}

A:hover, #header DIV A:hover {
	text-decoration: underline;
}

.menu A:link, .menu A:visited, .menu A:hover {
	display: inline;
	height:30px;
	padding: 7px;	
	background-color: #e6eef4;
	text-decoration:none;
	color: #83a9c4;
}

.menu A:hover {
	display: inline;
	background-color: #83a9c4;
	text-decoration: none;
	color: white;
}

.datagrid_pager {
	text-align: center;
	margin-top: 15px;	
}

.datagrid_pager SPAN {
	font-weight: bold;
	border: 1px solid #ccc;
	padding: 3px 5px;
	background-color: #EEE;
}

.datagrid_pager A:link, .datagrid_pager A:hover, .datagrid_pager A:visited {
	display: inline;
	border: 1px solid #ccc;
	padding: 3px 5px;
	color: #3366CC;
	text-decoration: none;
	font-weight: normal;
	
}

.datagrid_pager A:hover {
	background-color: #EEE;
}

.prop_table .label {
	font-weight:bold;
}

.prop_table.value {
	color: #4d7999;
	font-weight:bold;
}

.prop_table INPUT, .prop_table TEXTAREA {
	background-color: white;
	border: 1px solid #aaa;
	color: inherit;	
	font-weight: inherit;
}

.stats_data {
	color: #4d7999;
	font-size: 30px;
}

/******************************************************* BUTTONS ***************/ 
.button {
	line-height: 3.5em;
	padding: 5px;
	border: 1px solid #d0d0d0;
	background: url('images/admin_button_bg.gif');
	margin-bottom: 10px;	
}

.button SPAN {
	margin: 0px;
	line-height: 1em;
	font-size: 12px;
	font-weight: normal;
	color: #888;
}

.button IMG {
	margin-top: 14px;
	margin-right: 6px;
}

.button:hover {
	text-decoration: none;
	background: url('images/admin_button_bg_op40.gif');
}    

A.LW_button, A.LW_button:hover, A.LW_button:active {
	font: 11px 'Lucida Grande', Verdana, Arial, sans-serif;
	line-height: 20px;
	padding: 3px 5px;
	border: 1px solid #426883;   
	color: white;
	background: url('images/admin_alt_button_bg.gif');
	/*margin-bottom: 10px;*/
}

A.LW_button:hover {
	background: url('images/admin_alt_button_bg_op70.gif');
	text-decoration: none;
}

.LW_button.alt, .LW_button.alt:hover {
	border: 1px solid #d0d0d0;
	color: #888; 
	background: url('images/admin_button_bg.gif'); 
 }

.LW_button.alt:hover { 
	background: url('images/admin_button_bg_op40.gif');
 }              
/******************************************************* LOADING ***************/

#loading {
	position: absolute; left: 250px; top:150px; 
	background-color: white;
	background-image: url('images/loading.gif');
	background-repeat: no-repeat;
	background-position: center center; 
	width: 700px; height: 90%; 
	filter: alpha(opacity=80);
 	-moz-opacity: 0.8;
	opacity: 0.8;
	
}
     
/************************************************************ TAB PANEL *******************/
.tab-panel
{
	position: relative;
	float: left;
	width: 100%;
}

.tab-normal
{
	font-family:	Helvetica, Arial, sans-serif;
	font-size:		12px;
	display:		inline;
	margin:			1px -5px 1px 5px;
	float:			left;
	padding:		6px 10px 4px 10px;
	/*padding:		8px;*/
   	background: 	#e6eef4;
	border:			1px  solid;
	border-color:	#99b9cf;
	z-index:		1;
	position:		relative;
	top:			0;
}

.tab-active
{
	position:		relative;
	display:		inline;
	float:			left;

	font-family:	Helvetica, Arial, sans-serif;
	font-size:		12px;

	border:			1px solid #99b9cf;
	border-bottom:	0;
	z-index:		3;
	padding:		5px 10px 8px 10px;
	margin:			1px -6px -2px 0px;
	top:			-2px;
	background:		white;
}

.tab-view
{
	clear:			both;
	border:			1px solid #99b9cf;
	z-index:		2;
	position:		relative;
	top:			-2px;
	padding:		10px;
}

.tab-active a
{
	color: #426883;
	text-decoration: none;
	font-weight: bold;
}

.tab-normal a
{
	color: #83a9c4;
	text-decoration: none;
	font-weight: normal;
}

.tab-normal a:hover, .tab-normal a:focus
{
	color: #426883;	
	text-decoration: underline;
	font-weight: normal;
}       

/******************************************************************/  

.productprice {display:inline; font-weight: bold;}

.productprice EM {text-decoration: line-through; color: #aaa;}



AnonSec - 2021