Advertisement
Guest User

انشاء صفحة خطأ 404 لموقعك

a guest
May 15th, 2015
464
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. <b:if cond='data:blog.pageType == &quot;error_page&quot;'>
  2. <style>
  3. #error-not-found {
  4. background: #ff0000;
  5. background: url(http://4.bp.blogspot.com/--Ri7FNhfPuU/T3p0_rWUvLI/AAAAAAAAHzU/v_V5cF2O9YM/s1600/bg_body.gif)no-repeat top center,-moz-radial-gradient(center 40%, circle cover, #ff0000 0%, #880000 100%);
  6. background: url(http://4.bp.blogspot.com/--Ri7FNhfPuU/T3p0_rWUvLI/AAAAAAAAHzU/v_V5cF2O9YM/s1600/bg_body.gif)no-repeat top center,-webkit-gradient(radial, center 40%, 0, center 40%, 800, from(#ff0000), to(#880000) );
  7. text-align:center;
  8. position:fixed;
  9. top:0px;
  10. right:0px;
  11. bottom:0px;
  12. left:0px;
  13. padding-top:270px;
  14. z-index:999999;
  15. }
  16. #error-not-found h1 {
  17. font-size:640px!important;
  18. position:absolute;
  19. font-family:&#39;sultan_-_3_line_2sultan3line&#39;!important;
  20. top:70px;
  21. left:50%;
  22. letter-spacing: -8px;
  23. margin-left:-502px!important;
  24. width:960px;
  25. z-index:-2;
  26. color:rgba(0,0,0,.09)!important;
  27. }
  28. #error-not-found h2 {
  29. font-family:&#39;sultan_-_3_line_2sultan3line&#39;!important;
  30. text-transform:uppercase;
  31. font-size:81px;
  32. line-height:100px!important;
  33. letter-spacing: -3px;
  34. color:#fff!important;
  35. margin:0!important;
  36. padding:0!important;
  37. }
  38. #error-not-found p a,
  39. #error-not-found p a:visited,
  40. #error-not-found p a:hover{
  41. font-family:&#39;sultan_-_3_line_2sultan3line&#39;!important;
  42. text-transform:uppercase;
  43. font-size:56px;
  44. line-height:80px!important;
  45. border:none;
  46. font-weight: bold;
  47. color:rgba(0,0,0,.5)!important;
  48. margin:0!important;
  49. padding:0!important;
  50. text-decoration:none!important;
  51. }
  52. </style>
  53. <div id='error-not-found'>
  54. <h1>404</h1> <h2>نعتذر منك..الصفحة غير موجودة</h2>
  55. <h2>كيف وصلت إلى هنا !</h2>
  56. <p> <a href='/' title='الرئيسية'> الرجوع لصفحة الرئيسية</a></p>
  57. </div>
  58. </b:if>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement