Shishipastebin

Untitled

Mar 5th, 2023
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.19 KB | None | 0 0
  1.  
  2.  
  3. .fav-slide-block .fav-slide {
  4. display: table-cell;
  5. width: 100px !important;
  6. }
  7.  
  8. .fav-slide-block .fav-slide .btn-fav {
  9. padding-bottom: 10px !important;
  10. }
  11.  
  12. .fav-slide-block .fav-slide-outer {
  13. height: auto;
  14. width: 200px !important;
  15.  
  16. }
  17.  
  18. .fav-slide-block .fav-slide .btn-fav .link img {
  19. background-color: transparent;
  20.  
  21. }
  22.  
  23.  
  24. #anime_favorites{
  25. height: auto !important;
  26. width: 198px;
  27. position: relative !important;
  28. position: relative;
  29. float: left;
  30. }
  31.  
  32.  
  33. #anime_favorites:hover{
  34. overflow-y: auto;
  35. }
  36.  
  37. div#manga_favorites.fav-slide-block.mb12
  38. {
  39. height: auto !important;
  40. width: 198px;
  41. position: relative !important;
  42. scrollbar-width: thin;
  43. padding-left: 2px;
  44. position: relative;
  45. float: left;
  46. }
  47.  
  48.  
  49. div#manga_favorites.fav-slide-block.mb12:hover{
  50. overflow-y: auto;
  51. }
  52.  
  53.  
  54.  
  55.  
  56. #character_favorites{
  57. height: auto !important;
  58. width: 198px;
  59. position: relative !important;
  60. scrollbar-width: thin;
  61. padding-left: 2px;
  62. position: relative;
  63. float: left;
  64. }
  65.  
  66.  
  67. #character_favorites:hover{
  68. overflow-y: auto;
  69. }
  70.  
  71. #person_favorites {
  72. height: auto !important;
  73. width: 198px;
  74. position: relative !important;
  75. scrollbar-width: thin;
  76. padding-left: 2px;
  77. position: relative;
  78. float: left;
  79. }
  80.  
  81. #person_favorites:hover{
  82. overflow-y: auto;
  83. }
  84.  
  85. .fav-slide-block .fav-slide{
  86. position: relative;
  87. }
  88.  
  89. .favmore{
  90. display: block !important;
  91. }
  92.  
  93.  
  94.  
  95.  
  96. .container-right > h5:nth-child(6){
  97. position: absolute;
  98. left: 450px;
  99. margin-top: -25px !important;
  100.  
  101. }
  102. .favmore > h5:nth-child(1){
  103. position: absolute;
  104. left: 850px;
  105. margin-top: -25px !important;
  106. }
  107.  
  108.  
  109. .container-right > h5:nth-child(8){
  110. position: absolute;
  111. left: 650px;
  112. margin-top: -25px !important;
  113. }
  114.  
  115.  
  116. .btn-favmore.open,
  117. .btn-favmore,
  118. .fav-slide-block .btn-fav-slide-side {
  119. opacity: 0 !important;
  120. pointer-events: none;
  121. }
  122.  
  123.  
  124.  
  125. .page-common .content-container .pt24
  126. {
  127. position: relative;
  128. float: left;
  129. top:-60px;
  130. }
  131.  
  132.  
  133. .fav-slide-block .fav-slide .btn-fav .link .title:hover{
  134. text-decoration: underline;
  135. }
  136.  
  137.  
  138.  
  139. /* UPDATE REPAIRS
  140. */
  141.  
  142. .fav-slide-block .fav-slide .btn-fav .link .title {
  143.  
  144. opacity: 1;
  145. }
  146.  
  147.  
  148. .fav-slide-block .fav-slide .btn-fav .link .title {
  149. color: #1d439b;
  150. top: -15px;
  151. text-shadow: none !important;
  152. font-size: 11px;
  153. left: 73px;
  154. font-family: Verdana,Arial;
  155. font-size: 11px !important;
  156. width: 110px;
  157. background: transparent;
  158. }
  159.  
  160.  
  161.  
  162. /* UPDATE REPAIRS FOR COMPANIES
  163. */
  164.  
  165.  
  166. h5:nth-child(3)
  167. {
  168. width: 100px;
  169. }
  170.  
  171. #company_favorites
  172. {
  173. height: auto !important;
  174. width: 198px;
  175. position: relative !important;
  176. scrollbar-width: thin;
  177. padding-left: 2px;
  178. float: left;
  179. }
  180.  
  181. #company_favorites:hover
  182. {
  183. overflow-y: auto;
  184. }
  185.  
  186. #company_favorites .fav-slide-outer .link
  187. {
  188. align-items: center;
  189. -webkit-box-align: center;
  190. display: -webkit-box;
  191. display: -ms-flexbox;
  192. display: flex;
  193. -ms-flex-align: center;
  194. width: 150px;
  195. }
  196.  
  197. #company_favorites .link .title
  198. {
  199. top: -30px;
  200. }
  201.  
  202. .container-right > h5:nth-child(6)
  203. {
  204. border-bottom: 0 !important;
  205. }
  206.  
  207. .container-right > h5:nth-child(8)
  208. {
  209. border-bottom: 0 !important;
  210. }
  211.  
  212. .favmore > h5:nth-child(1)
  213. {
  214. border-bottom: 0 !important;
  215. }
  216.  
  217.  
  218.  
  219. /* FAVORITES HEIGHT
  220. Change auto to the new px amount, 1500px is the default for 10 faves.
  221. */
  222.  
  223. .fav-slide-block .fav-slide-outer {
  224. height: auto !important;
  225.  
  226. }
  227.  
  228. /* EXTRA INFO
  229. Change the zero after opacity to 1 to see the extra info at all times.*/
  230.  
  231. .fav-slide-block .fav-slide .btn-fav .link .users {
  232. opacity: 0;}
  233.  
  234.  
  235.  
  236.  
  237. /* TITLES/NAMES
  238. Remove these 2 sections of code starting with ".fav-slide" to move the title/name back to the pic.
  239. */
  240.  
  241. .fav-slide-block .fav-slide .btn-fav .link .title {
  242. background: transparent !important;
  243. }
  244.  
  245.  
  246. .fav-slide-block .fav-slide .btn-fav .link .title {
  247. color: #1d439b;
  248. top: -15px;
  249. text-shadow: none !important;
  250. font-size: 11px;
  251. left: 73px;
  252. font-family: Verdana,Arial;
  253. font-size: 11px !important;
  254. width: 110px;
  255. background: transparent;
  256. }
Advertisement
Add Comment
Please, Sign In to add comment