Advertisement
towfiqi

Tar Mod

Oct 18th, 2016
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.88 KB | None | 0 0
  1. .header {background: #212121;}
  2. .n_fp{background: url(http://i.imgur.com/xoIbZu4.jpg);}
  3. .n_fp_wrapper { max-width: 600px; text-align: center; margin: 0 auto;  padding: 5% 5%;  color: #222;}
  4.  
  5. .n_fp li {  text-align: left;}
  6. .nfp_btn {  margin-top: 50px;}
  7.  
  8. .n_fp h2 {  text-align: center;}
  9. .n_fp_wrapper ul {  padding-left: 20%;}
  10. .nfp_btn a {  padding: 20px 50px!important;}
  11. .downloaded {  background: rgba(24, 74, 128, 0.12); color: #666;}
  12.  
  13.  
  14. .customer_testimoinal {  padding: 5% 20%;}
  15.  
  16. .nfp_f_b h3 {  color: #333;}
  17. .nfw_fb2 h3 {  color: #333; padding-top: 30px; padding-bottom: 50px;}
  18. .nfw_fb2 {  background: #f3f3f5;}
  19.  
  20. .demos_wrap {  max-width: 1000px; margin: 0 auto;}
  21. .demos h3 { color: #333;}
  22. .customer_testimoinal img { width: 60px; height: 60px; border-radius: 50%;}
  23. .customer_testimoinal {  background: #f5f6f7; }
  24.  
  25. .pricingtable-header, .pricingtable-price { background: #f2f3f7 !important;}
  26. .pricingtable-themes-flat div span.pt-hd {  height: auto;}
  27.  
  28. .pricingtable-themes-flat div.pricingtable-price { padding-bottom: 50px!important;}
  29. .pricingtable-themes-flat div span.pricingtable-header-name {  font-size: 20px;}
  30. .pricingtable-themes-flat div a.pricingtable-signup-name {  padding: 10px 40px; margin: 20px;  width: 100%;}
  31. .pricingtable-themes-flat div.pricingtable-signup { padding: 35px 0!important;}
  32. .pricingtable-themes-flat div.pricingtable-items-odd { background: none repeat scroll 0 0 #fcfdff;}
  33.  
  34. .pricingtable-themes-flat div.pricingtable-items-even { background: none repeat scroll 0 0 #fff;  border-bottom: 1px solid #eee;  border-top: 1px solid #eee;}
  35. .pricingtable-themes-flat div.pricingtable-items {  color: #666!important; padding: 15px 0;}
  36. .pricingtable-signup {  background: #f2f3f7!important;  padding: 25px 0;}
  37. .pricingtable-themes-flat div.pricingtable-columns-container { margin-right: 40px; box-shadow: 0 0 5px rgba(19, 30, 68, 0.1);}
  38. .pricingtable-themes-flat div span.pricingtable-price-value { font-weight: bold;}
  39.  
  40. .fb2_b1, .fb2_b2, .fb2_b3, .fb2_b4, .fb2_b5, .fb2_b6 {  width: 30%;  margin: 1.5%;  padding: 10px;  padding-bottom: 30px!important;}
  41. .fb2_b1:hover, .fb2_b2:hover, .fb2_b3:hover, .fb2_b4:hover, .fb2_b5:hover, .fb2_b6:hover {  border-color: transparent;  box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);}
  42. .d_one { margin: 2%; width: 20%;  height: 200px;}
  43. .d_one img { height: 300px;}
  44. .downloaded span { color: #f44336;}
  45.  
  46. .nfp_f_b .icon {  color: rgba(244, 67, 54, 0.8);}
  47.  
  48. .nfw_fb2 span { color: #f44336;}
  49. .info { background: #fff;}
  50.  
  51. @media screen and (max-width: 580px){
  52. .d_one {  width: 96%;}
  53. .fb2_b1, .fb2_b2, .fb2_b3, .fb2_b4, .fb2_b5, .fb2_b6 { width: 96%; margin-bottom: 30px;}
  54. .nfp_btn a {  display: block; margin-bottom: 20px;  width: 60%;}
  55. .nfw_short_table_wrap {  padding: 20px;}
  56. .nfw_short_table_wrap {  max-width: 260px;}
  57. .pricingtable-area { width: 90%;}
  58. .pricingtable-themes-flat div.pricingtable-columns-container {width: 270px!important;}
  59. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement