Advertisement
madrahimov

Untitled

Dec 4th, 2018
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. body { background: #e8e8e8; }
  2. .wrapper { align: center;
  3. background: #fffcdd url('images/23/bg.jpg') no-repeat;
  4. background-size: cover;
  5. }
  6.  
  7. .content_area {
  8. margin-left: 25px;
  9. margin-right: 25px;
  10. margin-top: 575px;
  11. padding-top: 6px;
  12. padding-bottom: 6px;
  13. box-shadow: 0.4em 0.4em 5px rgba(122,122,122,0.5);}
  14.  
  15. .content_border {border: 4px solid #01023A;
  16. margin: 6px;}
  17.  
  18. .bottom_section {padding-top: 18px;
  19. padding-left: 8px;
  20. padding-bottom: 18px;
  21. }
  22.  
  23. .user_txt {padding-top: 10px;
  24. height: 150px;
  25. }
  26.  
  27. .sert_info {padding-bottom: 10px;
  28. padding-left: 8px;}
  29. .sert_data {background-color: #01023A;
  30. height: 48px;
  31. padding-top: 6px;
  32. padding-left: 16px;}
  33.  
  34. .sert_label {color: white;
  35. padding: 6px;}
  36. .sert_value {background-color: white;
  37. padding: 6px;}
  38.  
  39. .left_column {width: 250px;}
  40.  
  41. .right-side {float: right;
  42. width: 164px;
  43. padding-top: 3px;
  44. margin-right: 10px;}
  45.  
  46. .left-side {margin-right: 10px;
  47. max-width: 500px;}
  48.  
  49.  
  50. .header1 { height: 120px; padding-top: 71px; }
  51. .h2_1 {height: 250px; color: #001593}
  52. .h4_1 {color: #001593}
  53. .footer { text-shadow: #fff 1px 0px, #fff 1px 1px, #fff 0px 1px, #fff -1px 1px, #fff -1px 0px, #fff -1px -1px, #fff 0px -1px, #fff 1px -1px; }
  54. .cert_info2 table { background: #001593; position: relative; width: 100%; white-space: nowrap; z-index: 10; }
  55. .background_content {background-color: white}
  56. .rules ol li:before { background: url('images/circle.png') no-repeat; content: counter(point); position: absolute; left: 0; top: 5px; width: 23px; height: 23px; font: 16px/23px Ar
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement