You are here

cms-blog.css in Glazed CMS Blog 8

.field--name-field-blog-tags {
  margin: 15px 0;
  display: inline-block;
}

.block-tagclouds .tagclouds-term {
  margin-right: 4px;
}
.cms-blog-links {
  margin-top: 15px;
  margin-bottom: 15px;
}
.cms-blog-links .col-sm-4:before,
.cms-blog-links .col-sm-4:after {
  content: " ";
  display: table;
}
.cms-blog-links .col-sm-4:after {
  clear: both;
}
.cms-blog-links .glazed-service-links .links {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.cms-blog-links .glazed-service-links .links li {
  display: inline-block;
  list-style: none;
}


.view-cms-blog-classic .views-row {
  margin-bottom: 60px;
}
.view-cms-blog-classic .read-more {
  margin-bottom: 20px;
  margin-top: 20px;
}
.field-blog-image {
  margin-bottom: 10px;
}

.view-cms-blog-modern .views-row {
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.view-cms-blog-modern a {
  color: #555555;
}

.view-cms-blog .col-md-3 h2 {
  font-size: 18px;
}
.view-cms-blog .col-md-4 h2 {
  font-size: 24px;
}

.view-cms-blog-grid-2-columns .row {
  margin-bottom: 20px;
}

.view-cms-blog-grid-3-columns .row {
  margin-bottom: 15px;
}

.view-cms-blog-grid-4-columns .row {
  margin-bottom: 10px;
}

File

css/cms-blog.css
View source
  1. .field--name-field-blog-tags {
  2. margin: 15px 0;
  3. display: inline-block;
  4. }
  5. .block-tagclouds .tagclouds-term {
  6. margin-right: 4px;
  7. }
  8. .cms-blog-links {
  9. margin-top: 15px;
  10. margin-bottom: 15px;
  11. }
  12. .cms-blog-links .col-sm-4:before,
  13. .cms-blog-links .col-sm-4:after {
  14. content: " ";
  15. display: table;
  16. }
  17. .cms-blog-links .col-sm-4:after {
  18. clear: both;
  19. }
  20. .cms-blog-links .glazed-service-links .links {
  21. display: inline-block;
  22. margin: 0;
  23. padding: 0;
  24. }
  25. .cms-blog-links .glazed-service-links .links li {
  26. display: inline-block;
  27. list-style: none;
  28. }
  29. .view-cms-blog-classic .views-row {
  30. margin-bottom: 60px;
  31. }
  32. .view-cms-blog-classic .read-more {
  33. margin-bottom: 20px;
  34. margin-top: 20px;
  35. }
  36. .field-blog-image {
  37. margin-bottom: 10px;
  38. }
  39. .view-cms-blog-modern .views-row {
  40. margin-bottom: 30px;
  41. padding-bottom: 15px;
  42. }
  43. .view-cms-blog-modern a {
  44. color: #555555;
  45. }
  46. .view-cms-blog .col-md-3 h2 {
  47. font-size: 18px;
  48. }
  49. .view-cms-blog .col-md-4 h2 {
  50. font-size: 24px;
  51. }
  52. .view-cms-blog-grid-2-columns .row {
  53. margin-bottom: 20px;
  54. }
  55. .view-cms-blog-grid-3-columns .row {
  56. margin-bottom: 15px;
  57. }
  58. .view-cms-blog-grid-4-columns .row {
  59. margin-bottom: 10px;
  60. }