Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

6 строки
495 B

  1. .kePublic h1{font-size:60px; text-align:center}
  2. #totop{position:fixed;bottom:40px;right:40px;z-index:999;width:71px; cursor:pointer; display:none;}
  3. *html #totop{position:absolute;cursor:pointer;right:10px; display:none;top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight)-112+"px")}
  4. #totop a{display:block;outline:none;width:60px;height:112px;padding-top:48px;background:url(../images/up.png) no-repeat;}
  5. #totop a.cur{text-decoration:none;color:#3a9}