Advertisement
dnstylish

My CSS

Apr 9th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 KB | None | 0 0
  1. .fa-user-lock:before {
  2. top: 10px;
  3. left: 0px;
  4. content: '\f023';
  5. font-family: "Font Awesome 5 Free";
  6. font-weight: 900;
  7. position: absolute;
  8. background: var(--madara-main-color);
  9. color: #fff;
  10. padding: 8px 9px;
  11. font-size: 12px;
  12. width: 28px;
  13. height: 28px;
  14. }
  15.  
  16. @media (max-width: 480px){
  17. .fa-user-lock:before {
  18. top: 44%;
  19. left: 187px;
  20. content: '\f023';
  21. font-family: "Font Awesome 5 Free";
  22. font-weight: 900;
  23. position: absolute;
  24. color: var(--madara-main-color);
  25. background-color: unset !important;
  26. font-size: 17px;
  27. width: 28px;
  28. height: 28px;
  29. }
  30. }
  31.  
  32.  
  33.  
  34. .listing-chapters_wrap .wp-manga-chapter.reading:before {
  35. content: '\f02d';
  36. color: #0087ff;
  37. background: #0000 !important;
  38. top: 0px;
  39. }
  40.  
  41.  
  42.  
  43. li.chapter-bookmark {
  44. display: none;
  45. }
  46.  
  47.  
  48.  
  49. body.manga-page .listing-chapters_wrap.show-more .version-chap{
  50. line-height:22px
  51. }
  52.  
  53.  
  54.  
  55.  
  56. @media (max-width: 480px){
  57. .listing-chapters_wrap .wp-manga-chapter .chapter-thumbnail img.thumb {
  58. max-width: max-content;
  59. height: auto;
  60. }
  61. }
  62.  
  63. @media (max-width: 767px){
  64. body.manga-page .page-content-listing.single-page .listing-chapters_wrap>ul li a {
  65. padding: 0!important;
  66. display: inline;
  67. }
  68. }
  69.  
  70. @media (max-width: 480px){
  71. body.manga-page .page-content-listing.single-page .listing-chapters_wrap>ul.main.version-chap li {
  72. height: 120px !important;
  73. }
  74. }
  75.  
  76.  
  77. .listing-chapters_wrap .wp-manga-chapter.reading:before {
  78. content: '\f02e';
  79. top: 3.5px;
  80. left: 146px;
  81. font-size: 23px;
  82. color: red;
  83. }
  84.  
  85. .fa-eye:before {
  86. color: #ff000000;
  87. display: block;
  88. float: left;
  89. width: 15px;
  90. position: relative;
  91. bottom: -1.5px;
  92. height: 15px;
  93. background: url(/wp-content/uploads/2019/03/all_ic_like.png) !important;
  94. background-size: 15px 15px !important;
  95. }
  96.  
  97.  
  98. @media (max-width: 480px){
  99. span.view {
  100. position: absolute;
  101. bottom: 8px;
  102. right: 10px !important;
  103. }
  104. }
  105.  
  106. @media (min-width: 480px){
  107. span.view {
  108. position: absolute;
  109. bottom: 1px;
  110. left: 195px !important;
  111. }
  112. }
  113.  
  114.  
  115.  
  116. @media (max-width: 600px) {
  117. body.manga-page .page-content-listing.single-page .listing-chapters_wrap>ul.main.version-chap li .chapter-release-date {
  118. top: 75%;
  119. left: 194px;
  120. position: absolute;
  121. }
  122. }
  123.  
  124.  
  125. @media (min-width: 480px){
  126. body.manga-page .page-content-listing.single-page .listing-chapters_wrap>ul.version-chap>li>a, body.manga-page .page-content-listing.single-page .listing-chapters_wrap>ul.vol-chap>li>a {
  127. font-weight: 600;
  128. position: relative;
  129. top: -15px;
  130. }
  131. }
  132.  
  133.  
  134.  
  135. @media (min-width: 480px){
  136. body.manga-page .page-content-listing.single-page .listing-chapters_wrap>ul.main.version-chap li .chapter-release-date {
  137. top: 55%;
  138. left: 192px;
  139. }
  140. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement