GochiSiyan

another CSS

Apr 22nd, 2021 (edited)
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. .jeg_category_list_wrapper .jeg_slide_item .thumbnail-container {
  2. height: 200px;
  3. }
  4.  
  5. .jeg_category_list .jeg_postblock_content {
  6. position: absolute;
  7. padding:10px;
  8. top: 50% !important;
  9. left: 50%;
  10. transform: translate(-50%, -50%);
  11. background:#8080807a;
  12. padding-top: 23%;
  13. width: 100%;
  14. height: 100%;
  15. }
  16.  
  17. .jeg_category_list .jeg_postblock_content .jeg_post_title {
  18. margin-top:0px !important;
  19. margin-bottom:0px !important;
  20. }
  21.  
  22. .jeg_category_list .jeg_postblock_content .jeg_post_title>a {
  23. color:red;
  24. font-family: fantasy;
  25. }
  26.  
  27. .jeg_category_list .jeg_postblock_content .jeg_post_meta>span {
  28. color:#3F51B5;
  29. font-family: fantasy;
  30. }
Add Comment
Please, Sign In to add comment