garyjones

Final Module 9 CSS

Aug 12th, 2019
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.00 KB | None | 0 0
  1. /* Sets line between post listings */
  2. .td_block_10 .td_module_9 {text-align: left; border-bottom: 0.5px solid #d3d3d3; padding: 0 0 0em 0; margin: 0.5em 0 0 0;}
  3.  
  4. /* Sets width of box header */
  5. .td-pulldown-size {width: 100px;}
  6.  
  7. /* Sets width between consecutive vertical boxes */
  8. .td_block_wrap.td_block_10 {margin-bottom: 15px;}
  9.  
  10. /* Reduces the space at the bottom of the tags */
  11. .td_block_10 .td_module_9 .td-tags {
  12. margin: 0;
  13. }
  14.  
  15. /* Reduces the top margin and bottom padding for the td-post-content div */
  16. .td_block_10 .td_module_9 .td-post-content {
  17. margin-top:5px; padding-bottom:5px ;
  18. }
  19.  
  20. /* Puts space between the Media Outlet/Pub. Date and top of the tags line */
  21. .td_block_10 .td_module_9 .media_date {
  22. padding-bottom:5px ;
  23. }
  24.  
  25. /* Closes up the spacing at the top and bottom of each post listing */
  26. .td_block_10 .td_module_9 .entry-title {
  27. margin-bottom:4px;
  28. }
  29.  
  30. /* Closes up the space between the first post title and the title box above */
  31. .td_block_10 .td-block-title {
  32. margin:0px;
  33. }
Advertisement
Add Comment
Please, Sign In to add comment