<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Обязательные стили
---------------------------------------- */
#kea_admin {
position:fixed; left:0px;
width:20px; height:152px; 
z-index:2000;
}
.kea_admin {display:none;}
#kea_admin:hover .kea_admin, .kea_admin:hover {display:block;}
.kea_admin {float:left;}
#kea_admin  {color:#333!important;}
#kea_admin a  {text-decoration:none!important; color:#333!important;}
#kea_admin a:hover {text-decoration:underline!important;}

/* логин форма */
#kea_login {position:fixed; left:0px; top:0px;
min-height:40px; min-width:40px;
cursor:pointer;
z-index:2000;
}
#kea_login_form {display:none;
position:fixed;
z-index:2100;
}




/* Редактируемые стили
----------------------------------------- */
#kea_admin {background:url(edit.png) 0 0 no-repeat;}
.kea_admin {float:left; 
margin-left:100%;padding:0!important;
background:#fff url(verticalfons.png) 0 0 repeat-y; border:1px solid #ccc;
}
.kea_admin li {
list-style:none!important; 
white-space:nowrap;
display:block;
border-bottom:1px dotted #ccc;
border-top:1px dotted #fff;
margin:0!important;
padding:0!important;
}
.kea_admin li a {padding:0 7px;line-height:20px;display:block; }
.kea_admin li a:hover {background:#FFF url(verticalfons.png) right 0 repeat-y;}
.kea_admin hr {
margin:0px!important; padding:0px!important;
width:auto!important; height:3px!important;
border:0px!important;
background:#999!important;
}




/* логин форма */
#kea_login_form  { 
background:#fff url(verticalfons.png) 0 0 repeat-y;
padding:20px 30px 40px 30px;
border:2px solid #ccc;
/*  для мозилки */
-moz-border-radius: 20px;
/* для Chrome и Safari 3 */
-webkit-border-top-left-radius: 20px; 
-webkit-border-top-right-radius: 20px; 
-webkit-border-bottom-right-radius: 20px; 
-webkit-border-bottom-left-radius: 20px; 
/* Для движка на базе khtml - Konqueror  / Safari - такая же подержка 4-хсторонности*/
-khtml-border-top-right-radius: 20px;
/* css 3 */
border-radius: 20px;
color:#333;
}
.kea_login_close {position:absolute; top:7px; right:10px; width:24px; height:24px; background:url(edit.png) 0 -424px no-repeat; cursor:pointer;}
.kea_login_close:hover {background-position:0 -454px;}
#kea_login_form  a{color:#114368!important; text-decoration:none!important;line-height:30px;}
#kea_login_form  a:hover{ text-decoration:underline!important;}
.kea_submit {
position:absolute; bottom:10px; right:15px;
width:93px; height:25px;
border:0!important; 
background:url(edit.png) 0 -492px no-repeat;
cursor:pointer;
}
.kea_submit:hover {background-position:0 -526px;}
.kea_submit:active {background-position:0 -526px; bottom:9px; right:14px;}
input#user_login, input#user_pass {width:200px; height:25px; font-size:20px; margin-bottom:10px; }
</pre></body></html>