sexycullen

trvstmyrage # 192

Aug 7th, 2021 (edited)
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. 1. SEARCH FOR .title { AND DELETE BOTH {block:ifShowIcons} and {/block:ifNotShowIcons} OPTIONS AND LEAVE JUST the width: 228px; LIKE THIS:
  2.  
  3. .title {
  4. overflow:hidden;
  5. width:228px;
  6. height:35px;
  7. display:inline-block;
  8. margin:5px 0 5px 0;
  9. padding:0 10px 0 10px;
  10. font-family:'selima', arial;
  11. font-size:23px;
  12. text-align:center;
  13. font-style:none;
  14. font-weight:;
  15. text-transform:none;
  16. color:{color:bold};
  17. background-color:{color:Posts Background};
  18. {block:ifShowContainerBorders}
  19. border:1px solid {color:Container Borders};
  20. {/block:ifShowContainerBorders}
  21. -webkit-border-radius: px;
  22. -moz-border-radius: px;
  23. border-radius: px;
  24. }
  25.  
  26.  
  27.  
  28. 2. SEARCH FOR .sidebar { AND REPLACE THAT WITH THIS:
  29.  
  30. .sidebar {
  31. overflow:hidden;
  32. width:250px;
  33. height:440px;
  34. font-size:10px;
  35. font-family: 'muli', calibri;
  36. position:absolute;
  37. padding:5px;
  38. background-color:{color:Container Background};
  39. }
  40.  
  41.  
  42.  
  43. 3. SEARCH FOR .sidebarimage { and REPLACE EVERYTHING BETWEEN {block:ifShowIcons} and {/block:ifShowIcons} WITH THIS:
  44.  
  45. .sidebarimage {
  46. text-align: center;
  47. margin: 10px 0 0 0;
  48. }
  49.  
  50. .sidebarimage img {
  51. width:64px;
  52. height:64px;
  53. padding:5px;
  54. margin: 0 15px 0;
  55. object-fit: cover;
  56. -webkit-filter: grayscale(0%);
  57. background-color:{color:Posts Background};
  58. }
  59.  
  60.  
  61.  
  62. 4. SEARCH FOR .sidebarlinks { AND REPLACE THAT WITH THIS:
  63.  
  64. .sidebarlinks {
  65. overflow:hidden;
  66. text-align:center;
  67. font-weight:bold;
  68. font-size:8px;
  69. font-family: 'hind', calibri;
  70. text-transform:uppercase;
  71. color:{color:Bold};
  72. margin:5px 0 5px 2px;
  73. padding:-10px;
  74. }
  75.  
  76.  
  77.  
  78. 5. SEARCH FOR .description { AND REPLACE THAT WITH THIS:
  79.  
  80. .description {
  81. overflow-y:scroll;
  82. width:238px;
  83. overflow-x:hidden;
  84. margin:0px 0 0px 0;
  85. max-height:265px;
  86. padding:5px;
  87. text-align:justify;
  88. line-height:22px;
  89. letter-spacing:0px;
  90. color:{color:Body Text};
  91. background-color:{color:Posts Background};
  92. {block:ifShowContainerBorders}
  93. border:1px solid {color:Container Borders};
  94. {/block:ifShowContainerBorders}
  95. }
  96.  
  97.  
  98. 6. SEARCH FOR <div class="sidebar"> AND MOVE THE ICONS LIKE I SHOW ON THIS ASK: https://maziekeen.tumblr.com/post/658868922318274560
  99. THEY NEED TO BE LIKE THIS: https://64.media.tumblr.com/196a51bdf4af76176126e6a85c900be7/6316d62c00e92b3e-1e/s500x750/3ea80b9eb940da2a2fe3c6a4d82830e3ce4063e6.png
Advertisement
Add Comment
Please, Sign In to add comment