Advertisement
Guest User

Untitled

a guest
Feb 13th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. .news-blog {
  2. padding-bottom: 80px;
  3. }
  4. .news-blog .btn {
  5. color: #60b94e;
  6. border-color: #60b94e;
  7. }
  8. .news-blog .btn:hover {
  9. color: #fff;
  10. background: #60b94e;
  11. }
  12. .news-blog .single {
  13. margin-bottom: 60px;
  14. }
  15. .news-blog .single .image {
  16. margin-bottom: 15px;
  17. }
  18. .news-blog .single .date {
  19. width: 100px;
  20. height: 100px;
  21. background: #60b94e;
  22. float: left;
  23. margin-right: 15px;
  24. text-align: center;
  25. font-size: 16px;
  26. text-transform: uppercase;
  27. color: white;
  28. line-height: 40px;
  29. padding-top: 15px;
  30. }
  31. .news-blog .single .date strong {
  32. font-size: 60px;
  33. display: block;
  34. font-weight: 300;
  35. }
  36. .news-blog .single .post-item {
  37. overflow: hidden;
  38. }
  39. .news-blog .single .post-item h2 {
  40. margin-top: 0;
  41. padding-top: 0;
  42. }
  43. .news-blog .single .post-item h2 a {
  44. color: #333;
  45. text-decoration: none;
  46. font-size: 24px;
  47. line-height: 28px;
  48. }
  49. .news-blog .single .post-item h2 a:hover {
  50. color: #60b94e;
  51. }
  52. .news-blog .single .post-item .post-info {
  53. border-bottom: 1px solid #f0f0f0;
  54. padding-bottom: 5px;
  55. margin-bottom: 10px;
  56. }
  57. .news-blog .single .post-item .post-info a {
  58. color: #999;
  59. text-decoration: none;
  60. }
  61. .news-blog .single .post-item .post-info a:hover {
  62. color: #60b94e;
  63. }
  64. .news-blog .single .post-item .details {
  65. font-size: 14px;
  66. line-height: 24px;
  67. color: #666;
  68. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement