Advertisement
zach-bowers

Cally Boxes

May 8th, 2015
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. // Dear Team:
  2. // Use this area for testing/hotfixes or other quick changes.
  3. // Any long term styles should be migrated into the proper stylesheet/less file.
  4. //
  5. // <3 Evan
  6.  
  7. .section-collapser ul {
  8. list-style-image: url('http://cdn.calstarproducts.com/wp-content/themes/Calstar/images/CalStar-Green-Graphic-Sm.png');
  9. padding-left: 28px;
  10. line-height: 20px;
  11. vertical-align: middle;
  12. }
  13. .calstar-leed-img-div1 {
  14. background-image: url('http://calstarproducts.com/wp-content/uploads/2015/05/LISD-Center-300x300.jpg');
  15. background-repeat: no-repeat;
  16. padding-bottom: 100px;
  17. }
  18. .calstar-leed-img-div2 {
  19. background-image: url('http://calstarproducts.com/wp-content/uploads/2015/05/Sage-on-Jackson-300x300.jpg');
  20. background-repeat: no-repeat;
  21. padding-bottom: 100px;
  22. }
  23. .calstar-leed-img-div3 {
  24. background-image: url('http://cdn.calstarproducts.com/wp-content/uploads/2015/05/Walgreens-300x300.jpg');
  25. background-repeat: no-repeat;
  26. padding-bottom: 118px;
  27. }
  28. .calstar-leed-img-title {
  29. color: #FFFFFF !important;
  30. font-weight: bold !important;
  31. padding: 10px 0 0px 10px;
  32. }
  33. .calstar-leed-img-text {
  34. font-weight: 500;
  35. padding-bottom: 10px;
  36. color: #fff;
  37. }
  38. .calstar-leed-img-textdiv {
  39. background: rgba(104, 163, 66, 0.57);
  40. width: 95.5%;
  41. line-height: 1.2em;
  42. }
  43. .calstar-materials-div {
  44. background-image: url('http://calstarproducts.com/wp-content/uploads/2015/05/credit_md-super-low-opacity-500x150.png');
  45. background-repeat: no-repeat;
  46. }
  47. .calstar-sustainsites-div {
  48. background-image: url('http://calstarproducts.com/wp-content/uploads/2015/05/credit_ss-super-low-opacity-500x150.png');
  49. background-repeat: no-repeat;
  50. }
  51. @media screen and (max-width:767px) {
  52. .calstar-leed-img-textdiv {
  53. width: 41%;
  54. }
  55. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement