Facebook
From Insensitive Kangaroo, 3 Years ago, written in CSS.
Embed
Download Paste or View Raw
Hits: 81
  1.  
  2.  
  3. /*SZEROKOŚĆ STRONY*/
  4. .small-12.large-6.large-offset-3.columns.end {
  5.   width: 90%;
  6.   margin-left: 8.3%;
  7. }
  8.  
  9.  
  10. .grid-items{
  11.   overflow: visible!important;
  12. }
  13.  
  14. .post-grid.grid{
  15.   overflow: visible;
  16. }
  17.  
  18. .grid-items .layer-wrapper {
  19.   margin-left: 10px!important;
  20.   margin-right: 10px!important;
  21. }
  22.  
  23. .item {
  24.   cursor: pointer;
  25.     border: 1px solid #fdd616;
  26.     margin-bottom: 90px!important;
  27.     height: 350px!important;
  28.     margin-left: 30px!important;
  29.     margin-right: 30px!important;
  30. }
  31.  
  32. @media only screen and (max-width: 767px) and (min-width: 0px){
  33. #post-grid-4759 .item {
  34.     width: 90%;
  35.     height: auto!important;
  36.   }}
  37.  
  38.  
  39. .item:hover .title {
  40.     background: transparent;
  41. }
  42. #post-grid-4759 .item:hover {
  43.   background: #eceff1;
  44.   border-color: #fff;
  45. }
  46.  
  47. .title{
  48.   display: block;
  49.   position: relative;
  50.   font-family: "calendas_plmonousregular", serif;
  51.     color: #546e7a;
  52.     background:#fff;
  53.     margin-top: -60px!important;
  54.     padding: 0 10px;
  55. }
  56.  
  57. .title a:hover {
  58.   color:inherit;
  59. }
  60.  
  61. .categories{
  62.   font-family: "Fira Sans", sans-serif;
  63.   font-size: 12px;
  64.   text-transform: uppercase;
  65.   margin-bottom: 20px;
  66.   padding: 0 10px;
  67. }
  68.  
  69. .excerpt {
  70. font-size: 14px!important;
  71. font-family: "Fira Sans", sans-serif!important;
  72. padding: 0 10px;
  73. line-height: 1.6;
  74. margin-bottom: 1rem!important;
  75. }
  76. .excerpt:after {
  77.   content:'...'
  78. }
  79.  
  80. .post_date{
  81.   display: block;
  82.   text-transform: uppercase!important;
  83.   font-size: 12px!important;
  84.   letter-spacing: 2px!important;
  85.   padding: 0 10px;
  86. }
  87.  
  88. .post_date:before{
  89.   content:"";
  90.   display: block;
  91.   position: relative;
  92.   width:100px;
  93.   border-bottom: 1px solid #cfd8dc;
  94.   bottom: 10px;
  95.   right: 40px
  96. }
  97.  
  98. .read_more {
  99.   visibility:hidden;
  100. }
  101. .read_more:after {
  102.   content: 'czytaj wiecej';
  103.   visibility:visible;
  104.     position: absolute;
  105.   right: -20px;
  106.   bottom: -12px;
  107.   opacity: 1;
  108.   background: #fdd616 center center;
  109.   color: #546e7a;
  110.   display: inline-block;
  111.   padding: 12px 25px 10px 25px;
  112.   text-align: center;
  113.   text-transform: uppercase;
  114.   font-size: 14px;
  115.   line-height: 100%;
  116.   letter-spacing: 2px;
  117. }
  118.  
  119.