baechubaechubaechu

(4.5/12) Updatestab Loveletter

Apr 6th, 2018
2,889
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.77 KB | None | 0 0
  1. <!----- Check if your theme includes this link (saturnicons), if it doesnt then please paste the link below after <head> ----->
  2. <link href="//dl.dropbox.com/s/50g6fbds3rh4m0j/saturnicons.css" rel="stylesheet">
  3.  
  4. <!----- put this before </style> ----->
  5. /* ------- Loveletter Updates Tab CSS by baechys.tumblr.com ------- */
  6.  
  7. /* Instructions:
  8. - remove {color:hearts} and insert a hexcode if you're NOT using this updates tab with the theme Momo by baechys.tumblr.com
  9. - you can match options like the font, text-color and font-size to the theme you're currently using!
  10. - editing is allowed but please keep it somewhat close to the version i provided!*/
  11.  
  12. .updates{
  13. position:fixed;
  14. top:10px;
  15. left:10px;
  16. }
  17.  
  18. .udheart{
  19. padding:5px;
  20. font-size:15px;
  21. color:#c01408; /* change color of hearts here */
  22. background-color:#fff;
  23. border-radius:5px;
  24. width:15px;
  25. height:15px;
  26. }
  27.  
  28. .udcont{
  29. width:150px;
  30. padding:7px;
  31. border-radius:5px;
  32. margin-left:-235px;
  33. background-color:#fff; /* change update box background color */
  34. margin-top:10px;
  35. transition:0.5s ease-in-out;
  36. font-size:11px; /* change font-size here */
  37. color:#666; /* change color of text here */
  38. }
  39.  
  40. .udcont:nth-of-type(1){
  41. transition:0.3s ease-in-out;
  42. -webkit-transition:0.3s ease-in-out;
  43. -moz-transition:0.3s ease-in-out;
  44. -o-transition:0.3s ease-in-out;
  45. }
  46.  
  47. .udcont:nth-of-type(2){
  48. transition:0.4s ease-in-out;
  49. -webkit-transition:0.4s ease-in-out;
  50. -moz-transition:0.4s ease-in-out;
  51. -o-transition:0.4s ease-in-out;
  52. }
  53.  
  54. .udcont:nth-of-type(3){
  55. transition:0.5s ease-in-out;
  56. -webkit-transition:0.5s ease-in-out;
  57. -moz-transition:0.5s ease-in-out;
  58. -o-transition:0.5s ease-in-out;
  59. }
  60.  
  61. .udcont p{
  62. margin-top:5px;
  63. margin-bottom:10px;
  64. }
  65.  
  66. .udcont p:last-of-type(){
  67. margin-bottom:0px;
  68. }
  69.  
  70. .udcont li::before{
  71. margin-left:-18px;
  72. font-size:100%;
  73. margin-top:3.3px;
  74. }
  75.  
  76. .udheart:hover .udcont{
  77. margin-left:-5px;
  78. }
  79.  
  80. .udhead .sf{
  81. font-size:90%;
  82. }
  83.  
  84. .udhead{
  85. font-weight:bold;
  86. color:#c01408; /* change color of hearts here */
  87. background-color:#f7bdc3; /* change color of the section background here */
  88. border-radius:5px; /* remove this line if you dont want rounded corners! */
  89. padding:2px 3.5px;
  90. line-height:130%;
  91. }
  92.  
  93. .udheart:hover .udc{
  94. margin-left:-5px;
  95. }
  96.  
  97. /* dont touch this! */
  98.  
  99. .udc{
  100. width:150px;
  101. margin-left:-235px;
  102. margin-top:10px;
  103. transition:0.5s ease-in-out;
  104. font-size:11px;
  105. text-align:center;
  106. }
  107.  
  108. .udc a{
  109. color:#fff;
  110. background-color:#c01408;
  111. font-weight:bold;
  112. padding:2px 5px;
  113. border-radius:5px;
  114. font-size:9px;
  115. letter-spacing:0.25px;
  116. }
  117.  
  118. <!----- put this after <body> ----->
  119. <!------ Loveletter Updates Tab HTML by baechys.tumblr.com ------->
  120.  
  121. <div class="updates">
  122. <div class="udheart"><span class="sf sf-heart-2"></span>
  123. <div class="udcont">
  124.  
  125. <div class="udhead"><span class="sf sf-heart-2"></span> Stats:</div>
  126. <p>
  127. Online counter here <br>
  128. Visit counter here
  129. </p>
  130. </div><!-- updates container end -->
  131.  
  132. <div class="udcont">
  133. <div class="udhead"><span class="sf sf-heart-2"></span> Currently:</div>
  134. <ul>
  135. <li> Suffering through school </li>
  136. <li> Crying about red velvet </li>
  137. </ul>
  138. </div><!-- updates container end -->
  139.  
  140. <div class="udcont">
  141. <div class="udhead"><span class="sf sf-heart-2"></span> Socials:</div>
  142. <p>
  143. Insert your social media here!
  144. </p>
  145. </div><!-- updates container end -->
  146.  
  147. <div class="udc"><a href="http://baechys.tumblr.com" title="Made with ♡ by Caroline">BCHYS</a></div>
  148.  
  149. </div><!-- updates tab end -->
  150. </div><!-- update tab container end -->
  151.  
  152. <!------ Loveletter Updates Tab HTML by baechys.tumblr.com ------->
Add Comment
Please, Sign In to add comment