<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;?php require "../../admintools/ipcounter/index.php"; /* Счетчик ботов */ ?&gt;
	html, body {
		scrollbar-face-color: #d6d9ae;
		scrollbar-track-color: #fff7ea;
		scrollbar-3dlight-color: #ffffcc;
		scrollbar-arrow-color: #ffff66;
		scrollbar-darkshadow-color: #cccc72;
		scrollbar-highlight-color: #cccc72;
		scrollbar-shadow-color: #cccc72;	}

	hr {color: #5a5d53; /*для IE */ background-color: #5a5d53; /*для Firefox, Opera, Safari*/
       border:0px none; height:1px; /* высота 1px IE, Firefox, Opera, Safari */}

	body {background: #fffff0; text-align: left; vertical-align: top; position: relative; top: 0px; left: 0px; font-family: Verdana; font-size: 12px; color: #222222; font-weight: normal; margin: 0px; padding: 0px;
	background-attachment: scroll;}

	.h1 {color: #2b4521; padding: 8px 0px 6px 0px; margin: 0px; font-size: 16px; font-weight: bold; font-style: normal; clear: both;}
	h1, h3  {color: #2b4521; padding: 8px 0px 6px 0px; font-size: 16px; font-weight: bold; clear: both;
		  margin: 0px; font-family: Verdana; line-height: 25px; text-align: left;}
	h2 { margin: 0px; margin-top: 10px; padding: 0px; color: #603738; font-size: 13px; font-weight: bold; font-family: Verdana; font-style: italic; clear :both;}

	h3 { border-top: 2px solid #4c4c4c;}
	.h4 { font-style: italic; font-size: 12px; border-top: 1px solid #b0b18a; border-bottom: 1px solid #dcfb81; margin: 0px; padding: 6px; color: #003333; margin-bottom: 6px; background: #cccc99; }

	B {color: #474747;}
	
	input, textarea {color: #4e4e4e;}
	input[type="reset"], input[type="submit"], input[type="button"] {color: #000000;}

	strong,u,em,th {font-style: normal; font-weight: normal; text-decoration: none;}
	table {padding: 0px; empty-cells: show; border-spacing: 0px; background: transparent; border: none;}
	td, th {empty-cells: show; text-align: left; vertical-align: top; font-size:12px; padding: 1px;}
	p {padding: 0px; margin: 0px;}
	ul li{list-style:none; font-size: 12px; display:block; border-bottom: 1px solid #e4e4e4; padding: 5px 0px 5px 1px;}

	.content0 {background: transparent;
		width: expression((document.body.offsetWidth &gt; 1070)? "1048px" : ((document.body.offsetWidth &lt;  870) ? "848px" : "100%") );
	   max-width: 1050px;
		min-width: 850px; }

	img {padding: 0px; border: none;}

	div#textspace p {text-indent: 10px; padding-bottom: 4px;}
	div#textspace td p {text-indent: 0px; padding-bottom: 0px;}
	div#textspace table { border-collapse: collapse; border: 0px solid #cccccc; border-width: 0px; border-left-width: 1px; border-top-width: 1px; margin-bottom: 8px; width: 100%;}
  div#textspace td, th {empty-cells: show; text-align: left; vertical-align: top; padding: 2px; border: 1px solid #cccccc;}
	div#textspace img {margin: 2px 10px 5px 0px;}
  
  	.textspace1 {display: block; overflow: visible; text-align: justify; clear: both;
					 background-color: transparent; width: '100%'; border: 0px; margin: 0px; padding: 15px; padding-left: 0px; padding-top: 0px; padding-right: 1px;}

	.msg {background-color: #d1d24b; padding: 5px; border: 1px solid black; font-size: 15px; text-align: center; font-weight: bold; color: #434343;}

	a.img img {border: none; padding: 0px; margin: 0px;}
	a.img:hover img {border: none; position: absolute; width: auto; z-index: 100;}

	.question, .vote {color: #222222;}
	a.question:hover {text-decoration: none; cursor: default;}

	li a {color: #4b4b4b; text-decoration: none;}
	a {color: #465b66; text-decoration: none;}

 	a:hover {text-decoration: underline;}
	a:hover .bmenu_on{color: #feff1c;}

	.bmenu_on {color: #395e4e;}
	.bmenu_off {color: #909090;}

 	.pagenum {padding:4px; border:1px solid #dadada; line-height: 28px;}
	
 	#phones { position: absolute; text-align: center; margin-left: 48px; margin-top: 4px; padding: 5px; color: #2a2a2a; font-weight: bold;}
  	.opacity {
  		filter:alpha(opacity=80); /* IE 5.5+*/
		-moz-opacity: 0.8; /* Mozilla 1.6 и ниже */
		-khtml-opacity: 0.8; /* Konqueror 3.1, Safari 1.1 */
		opacity: 0.8;
		color: #000000;}
		
		
		
/* оформляем кнопку открытия формы на демо-странице
** не обязательный раздел, у каждого свой элемент */
.show-btn { 
	text-decoration: none;
	display: block;
	width:110px;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 auto;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	color: #ffffcc;
	border: solid 1px #2b4521;
	background: #ffffcc;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffcc), to(#9fc35a));
	background: -moz-linear-gradient(top,  #ffffcc,  #9fc35a);
	background: -ms-linear-gradient(top,  #ffffcc,  #9fc35a);
    background-image: -o-linear-gradient(top,#ffffcc,  #9fc35a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffcc', endColorstr='#9fc35a');
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.show-btn:hover{
	background: #9fc35a;
	background: -webkit-gradient(linear, left top, left bottom, from(#9fc35a), to(#577028));
	background: -moz-linear-gradient(top,  #9fc35a,  #577028);
	background: -ms-linear-gradient(top,  #9fc35a,  #577028);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9fc35a', endColorstr='#577028');
}
.show-btn:active {
	color: #577028;
	background: -webkit-gradient(linear, left top, left bottom, from(#577028), to(#212c0b));
	background: -moz-linear-gradient(top,  #577028,  #212c0b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#577028', endColorstr='#212c0b');
}				</pre></body></html>