<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#table_personal_data {border-bottom: dotted 1px #660000; padding: 1% 0; margin-bottom: 1%;}
#table_personal_data &gt; div {float: left; padding: 0; text-align: left;}
#table_personal_data &gt; div:nth-child(1) {width: 55%;/* background: #0f0;*/}
#table_personal_data &gt; div:nth-child(1) &gt; a {display: block; float: left; height: 40px; margin: 0 2% 0 0;/* border: 1px solid #000;*/}
#table_personal_data &gt; div:nth-child(1) &gt; div {float: left; height: 40px;}
#table_personal_data &gt; div:nth-child(2) {height: 40px; padding: 0; width: 45%;/* background: #00f;*/}
#table_personal_data &gt; div:nth-child(2) &gt; div:nth-child(1) {float: left; width: 80%;}
#table_personal_data &gt; div:nth-child(2) &gt; div:nth-child(2) {position: relative; float: left; width: 20%;/* background: #f00;*/}
	
.actual_post {
	font-size: 10px;
	font-weight: bold;
	color: #603030;
	}
.actual_post:hover {text-decoration: underline; cursor: pointer;}
.actual_post_act {
	font-size: 10px;
	font-weight: bold;
	color: #404040;
	}
.actual_post_new {font-size: 10px; font-weight: bold; color: #993030; text-decoration: underline; cursor: pointer;}
.actual_post_new:hover {text-decoration: none; color: #996666;}

div.img_link_cat {display: inline-block; position: relative; height: 70px; margin: 0px 10px 10px 0px; border: 1px solid #c0c0c0;
	-moz-box-shadow: 1px 1px 6px rgba(55, 55, 55, 1.0);
	-webkit-box-shadow: 1px 1px 6px rgba(55, 55, 55, 1.0);
	box-shadow: 1px 1px 6px rgba(55, 55, 55, 1.0);
	background: #ffffff;
	overflow: hidden;
	}
.start_scale_div {
	-webkit-animation: prog_scale_div 0.3s linear 0.0s 1 normal forwards;
	animation: prog_scale_div 0.3s linear 0.0s 1 normal forwards;
	/*-webkit-animation-name: prog_scale_div;
	-webkit-animation-duration: .5s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	-webkit-animation-delay: 0s;
	-webkit-animation-fill-mode: forwards;
	
	animation-name: prog_scale_div;
	animation-duration: .5s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-delay: 0s;
	animation-fill-mode: forwards;*/
	}
@-webkit-keyframes prog_scale_div {
	0% {z-index: 0;
		-moz-transform: scale(1.0); 
		-webkit-transform: scale(1.0); 
	    -o-transform: scale(1.0);
		transform: scale(1.0);
		}
	100% {z-index: 3;
		-moz-transform: scale(1.5); 
		-webkit-transform: scale(1.5); 
	    -o-transform: scale(1.5);
		transform: scale(1.5);
		}
	}
@keyframes prog_scale_div {
	0% {z-index: 0;
		-moz-transform: scale(1.0); 
		-webkit-transform: scale(1.0); 
	    -o-transform: scale(1.0);
		transform: scale(1.0);
		}
	100% {z-index: 3;
		-moz-transform: scale(1.5); 
		-webkit-transform: scale(1.5); 
	    -o-transform: scale(1.5);
		transform: scale(1.5);
		}
	}
.start_un_scale {
	-webkit-animation: un_scale_div 0.3s linear 0.0s 1 normal forwards;
	animation: un_scale_div 0.3s linear 0.0s 1 normal forwards;
	}
@-webkit-keyframes un_scale_div {
	0% {z-index: 3;
		-moz-transform: scale(1.5); 
		-webkit-transform: scale(1.5); 
	    -o-transform: scale(1.5);
		transform: scale(1.5);
		}
	100% {z-index: 0;
		-moz-transform: scale(1.0); 
		-webkit-transform: scale(1.0); 
	    -o-transform: scale(1.0);
		transform: scale(1.0);
		}
	}
@keyframes un_scale_div {
	0% {z-index: 3;
		-moz-transform: scale(1.5); 
		-webkit-transform: scale(1.5); 
	    -o-transform: scale(1.5);
		transform: scale(1.5);
		}
	100% {z-index: 0;
		-moz-transform: scale(1.0); 
		-webkit-transform: scale(1.0); 
	    -o-transform: scale(1.0);
		transform: scale(1.0);
		}
	}
div.img_link_cat &gt; a, div.img_link_cat &gt; span {display: none; position: absolute; top: 1px;
	height: 30px; width: 30px;
	
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	}
div.img_link_cat &gt; a {right: 2px; text-decoration: none; line-height: 40px; color: #ff0000; text-align: center; z-index: 3;
	
	background: radial-gradient(circle farthest-side at 60% 20%, rgba(186, 207, 227, 1.0), rgba(6, 26, 46, .8));
	
	text-shadow: 0px 1px 1px rgba(0, 0, 0, .8); 
	filter: dropshadow(color=#66ffffff, offX=0, offY=1);
	}
div.img_link_cat &gt; a &gt; span {position: relative; font-size: 32px; font-weight: bold; line-height: 32px; bottom: 4px; left: 2px;}
div.img_link_cat &gt; span {left: 2px; z-index: 2;}
div.img_link_cat &gt; span &gt; img {display: block; position: relative; width: 100%; height: 100%; opacity: .9;}
a.img_link_cat, a.img_link_cat {display: inline-block; position: relative; height: 70px; margin: 0px 10px 10px 0px; border: 1px solid #c0c0c0;
	-moz-box-shadow: 1px 1px 6px rgba(55, 55, 55, 1.0);
	-webkit-box-shadow: 1px 1px 6px rgba(55, 55, 55, 1.0);
	box-shadow: 1px 1px 6px rgba(55, 55, 55, 1.0);
	background: #ffffff;
	overflow: hidden;
	
	z-index: 0;
	
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	}
a.img_link_cat:hover {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	
	-moz-transform: scale(1.5); 
	-webkit-transform: scale(1.5); 
    -o-transform: scale(1.5);
	transform: scale(1.5);
	
	z-index: 2;
	
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	}
	
a.img_link_cat:link p, a.img_link_cat:visited p, div.img_link_cat p {
	position: absolute; 
	bottom: 0; 
	left: 0; 
	width: 96%;
	font-size: 0.8em;
	line-height: 1.0em;
	color: #ffffff;
	text-align: left;
	padding: 3% 2%;
	z-index: 1;
	display: none;
	background-image: -moz-linear-gradient(top, rgba(79,79,109,0.05) 0, rgba(79,79,109,0.2) 7%, rgba(79,79,109,0.7) 18%, rgba(79,79,109,0.9) 80%, rgba(79,79,109,1.0) 100%); /* FF3.6-15 */
	background-image: -webkit-linear-gradient(top, rgba(79,79,109,0.05) 0, rgba(79,79,109,0.2) 7%, rgba(79,79,109,0.7) 18%, rgba(79,79,109,0.9) 80%, rgba(79,79,109,1.0) 100%);
	background-image: linear-gradient(to bottom, rgba(79,79,109,0.05) 0, rgba(79,79,109,0.2) 7%, rgba(79,79,109,0.7) 18%, rgba(79,79,109,0.9) 80%, rgba(79,79,109,1.0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#664f4f6d', endColorstr='#664f4f6d',GradientType=0 );
	text-shadow: 0px 1px 0px rgba(55, 55, 55, 0.5); 
	filter: dropshadow(color=#131313, offX=0, offY=1);
	}
a.img_link_cat:hover p {
	display: block;
	}
	
.delete_anons_admin {position: absolute; top: 5px; right: 5px; width: 22px; height: 22px;}
.delete_anons_admin &gt; div {position: relative; width: 100%; height: 100%; background: rgba(255, 0, 0, .5); cursor: pointer;}
.delete_anons_admin &gt; div:hover {background: rgba(255, 0, 0, 1.0);}
.delete_anons_admin &gt; div &gt; img {display: block; position: relative; width: 100%; height: 100%;}
.delete_anons_admin &gt; div &gt; p {display: none; position: absolute; bottom: 23px; right: -5px;}
.delete_anons_admin &gt; div:hover &gt; p {display: block;}

@media screen and (max-width: 1280px){
	#table_personal_data &gt; div:nth-child(1) {width: 60%;}
	#table_personal_data &gt; div:nth-child(2) {width: 40%;}
	}
@media screen and (max-width: 640px){
	#table_personal_data &gt; div {float: none;}
	#table_personal_data &gt; div:nth-child(1) {width: 100%; margin-bottom: 2%;}
	#table_personal_data &gt; div:nth-child(2) {width: 100%;}
	}</pre></body></html>