Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. <style id='sociallyviral-stylesheet-inline-css' type='text/css'>
  2.  
  3. .latestPost img{width:100%;height:335px!important;}
  4.  
  5. img.attachment-sociallyviral-featured.wp-post-image {
  6. height: 297px !important;
  7. }
  8.  
  9. .smi-navigation {
  10. background : #9DD0F8;
  11. color : #222222;
  12. display : block;
  13. clear : both;
  14. width : 100%;
  15. min-height : 50px;
  16. line-height : 50px;
  17. text-align : center;
  18. }
  19. .smi-navigation {
  20. position : fixed;
  21. z-index : 9999;
  22. }
  23. .smi {
  24. margin-left : 500px;
  25. color : #222222;
  26. }
  27. .smi2 {
  28. color : #222222;
  29. } .smi2 a:hover { color:#EA141F; }
  30. .secondary-navigation .children li .sf-sub-indicator {
  31. display : none;
  32. }
  33. .latestPost header {
  34. padding: 5px !important;
  35. box-sizing: border-box;
  36. margin-bottom: 0;
  37. min-height:90px !important;
  38. }
  39. .latestPost .title, .latestPost .title a {
  40. font-family: Georgia,serif !important;
  41. font-weight: normal;
  42. font-size: 16px !important;
  43. color: #555555;
  44. line-height: 24px !important;
  45. }
  46.  
  47. .latestPost.first {
  48. clear: none;
  49. }
  50. .ssrfooter {
  51. float:right;
  52. margin-top: -60px;
  53. }
  54. .ssrfooter a {
  55. font-size: 14px;
  56. color: #a4a4a4;
  57. }
  58. .latestPost {
  59. width: 19%;
  60. float: left;
  61. margin-bottom: 30px;
  62. margin-right: 1%;
  63. background: #fff;
  64. box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  65. position: relative;
  66. }
  67. @media screen and (max-width: 480px) {
  68. .latestPost { width: 48% !important;
  69. }
  70. }
  71. @media screen and (max-width:1100px) {
  72. .smi-navigation {
  73. display : none;
  74. .smi {
  75. display : none;
  76. margin-left : 270px;
  77. }
  78. }
  79.  
  80. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement