Advertisement
astalpaert

Untitled

Jul 27th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. /*all news page*/
  2.  
  3. #block-mainpagecontent-6{
  4. margin-top: -5%;
  5. padding-top: 1%;
  6. background: white;
  7. }
  8.  
  9. .news-banner {
  10. background-image: url("../img/swirl_pattern.png");
  11. background-repeat: repeat;
  12. height: 50vh;
  13. }
  14.  
  15. .news-banner h2 {
  16. padding-top: 5%;
  17. margin-bottom: 2%;
  18. }
  19.  
  20. .news-banner h2, .news-banner h4 {
  21. text-align: left;
  22. }
  23.  
  24.  
  25. .news-all-ul{
  26. margin-top: 5%;
  27. list-style-type: none;
  28. padding: 0;
  29. }
  30.  
  31.  
  32. .news-all-li{
  33. position: relative;
  34. background-color: white;
  35. margin-bottom: 2.5%;
  36. height: auto;
  37. width: 31.3%;
  38. margin-right: 1%;
  39. margin-left: 1%;
  40. float: left;
  41. box-shadow: 2px 2px 6px rgba(0,0,0,.20);
  42. }
  43.  
  44. .news-all-img{
  45. width: 100%;
  46. margin-bottom: 5%;
  47. }
  48.  
  49. .news-all-title, .news-all-when, .news-all-who {
  50. margin-left: 5%;
  51. }
  52. .news-all-title{
  53. text-align: left;
  54. }
  55.  
  56.  
  57. .news-all-title a{
  58. color: #242d5d;
  59. }
  60.  
  61. .news-all-who a{
  62. color: #96d9bb;
  63. }
  64.  
  65. .news-all-when{
  66. font-style: italic;
  67. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement