Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 

31 řádky
605 B

  1. body{
  2. margin:0;
  3. background-color: #dff1f4;
  4. }
  5. a{text-decoration:none;}
  6. .xm_main{
  7. background: url(../images/error-bg.png) no-repeat;
  8. height: 542px;
  9. margin: 20px auto;
  10. overflow: hidden;
  11. width: 700px;
  12. }
  13. .title {
  14. color: #d3d3d3;
  15. font-size: 14px;
  16. font-weight: bold;
  17. margin: 254px 0 0 218px;
  18. }
  19. .btn {
  20. background: url(../images/error-btn.png) no-repeat;
  21. color: #fff;
  22. display: block;
  23. font-size: 14px;
  24. font-weight: bold;
  25. height: 45px;
  26. line-height: 43px;
  27. margin: 95px 0 0 270px;
  28. text-align: center;
  29. text-decoration: none;
  30. width: 145px;
  31. }