Advertisement
MystiqueAquanian

Updates Tab Callyope

Jan 26th, 2017
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.29 KB | None | 0 0
  1. ANYWHERE AFTER <head> AND BEFORE <style>
  2.  
  3. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  4. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  5. <script type="text/javascript">
  6. $(document).ready(function(){
  7. {block:ifupdatestabonclick}$(".updt").hide();{block:ifupdatestabonclick}
  8. $(".upd").click(function(){
  9. $(this).next(".updt").slideToggle('fast');
  10. });
  11. });
  12. </script>
  13.  
  14. <meta name="color:updates icon color" content="#a4a4a4">
  15. <meta name="color:updates tab background" content="#fff">
  16. <meta name="color:updates title" content="#a4a4a4">
  17. <meta name="color:updates description background" content="#fafafa">
  18. <meta name="color:updates tab links"content="#a4a4a4">
  19. <meta name="color:updates tab links hover" content="#000">
  20. <meta name="color:updates tab bold" content="#a85d49">
  21. <meta name="color:updates tab italic" content="#b3b3b3">
  22. <meta name="color:updates tab underline" content="#585858">
  23.  
  24. <meta name="select:updates text align" content="left" title="left">
  25. <meta name="select:updates text align" content="center" title="center">
  26. <meta name="select:updates text align" content="right" title="right">
  27.  
  28. <meta name="if:updates tab left" content="1">
  29. <meta name="if:updates tab right" content="0">
  30. <meta name="if:updates tab on click" content="1">
  31.  
  32. <meta name="text:updates title size" content="10">
  33. <meta name="text:updates text size" content="9">
  34.  
  35.  
  36.  
  37.  
  38. DIRECTLY BEFORE </style>
  39. /* updates tab by callyope.tumblr.com */
  40.  
  41. .up {
  42. top:30px;
  43. {block:ifupdatestableft}{block:ifnotupdatestabright}left:30px;{/block:ifnotupdatestabright}{/block:ifupdatestableft}
  44. {block:ifupdatestabright}{block:ifnotupdatestableft}right:30px;{/block:ifnotupdatestableft}{/block:ifupdatestabright}
  45. position:fixed;
  46. width:140px;
  47. font-family:trebuchet ms;
  48. }
  49.  
  50. .upd {
  51. width:150px;
  52. {block:ifupdatestableft}{block:ifnotupdatestabright}display:inline-block;text-align:left;{/block:ifnotupdatestabright}{/block:ifupdatestableft}
  53. {block:ifupdatestabright}{block:ifnotupdatestableft}display:inline-block;text-align:right;{/block:ifnotupdatestableft}{/block:ifupdatestabright}
  54. font-family:arial;
  55. }
  56.  
  57. .upd i {font-size:1.4em;}
  58.  
  59. .updt {
  60. {block:ifupdatestabonclick}display:none;{/block:ifupdatestabonclick}
  61. margin-top:15px;
  62. padding:5px;
  63. background:{color:updates tab background};
  64. text-align:{select:updates text align};
  65. font-size:{text:updates text size}px;
  66. }
  67.  
  68. .up_title {
  69. margin-bottom:3px;
  70. text-transform:lowercase;
  71. font-weight:bold;
  72. color:{color:updates title};
  73. font-size:{text:updates title size}px;
  74. }
  75.  
  76. .up_title i {color:{color:updates title};}
  77.  
  78. .up_des {
  79. background:{color:updates description background};
  80. border:1px solid {color:borders};
  81. padding:7px;
  82. }
  83.  
  84. .up_ {padding:1px;}
  85.  
  86. hr {
  87. display:block;
  88. height:1px;
  89. border:0;
  90. border-top:1px solid {color:borders};
  91. margin:1em 0;
  92. padding:0;
  93. width:100%;
  94. }
  95.  
  96. .up a:link, a:active, a:visited {
  97. text-decoration:none;
  98. outline:none;
  99. color:{color:updates tab links};
  100. font-weight:bold;
  101. letter-spacing:1px;
  102. transition:0.9s ease;
  103. -o-transition:0.9s ease;
  104. -moz-transition:0.9s ease;
  105. -webkit-transition:0.9s ease;
  106. }
  107.  
  108. .up a:hover {color:{color:updates tab links hover};}
  109. .up b, strong {color:{color:updates tab bold};}
  110. .up i, em {color:{color:updates tab italic};}
  111. .up u {color:{color:updates tab underline};}
  112.  
  113. /* end updates tab */
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120. DIRECTLY AFTER <body>
  121.  
  122. <!---------------
  123.  
  124. UPDATES TAB by callyope.tumblr.com
  125.  
  126. > find more icons here: http://fontawesome.io/icons/; just paste the name of the icon over an existing one, e.g.'cog'
  127.  
  128. --------------->
  129.  
  130. <div class="up">
  131. <a href="#" class="upd"><i class="fa fa-bars" aria-hidden="true"></i></a>
  132. <div class="updt">
  133.  
  134. <div class="up_"><br>
  135.  
  136. <!-- section 1 -->
  137. <div class="up_title">
  138. <span class="lnr lnr-user"></span>&nbsp;&nbsp; <!-- the icon; change 'cog' to any other icon name -->
  139. The Blogger<!-- title -->
  140. </div>
  141. <!--- your text here --->
  142. <p>Jes, she/her</p>
  143. <p>Ravenpuff//Pukwudgie</p>
  144. <p>Gemini, INFP-A</p>
  145. <p>99 and 3/4% HP</p>
  146. <!-- end section 1 -->
  147.  
  148. <hr> <!--- this is the divider; you can replace it with a line break <br> too --->
  149.  
  150. <!-- section 2 -->
  151. <div class="up_title">
  152. <span class="lnr lnr-list"></span>&nbsp;&nbsp;
  153. Updates:<!-- title -->
  154. </div>
  155. <!--- example of a list: --->
  156. - Trying out Photoshop
  157. <!-- end section 2 -->
  158.  
  159. <hr>
  160.  
  161. <!-- section 3 -->
  162. <div class="up_title">
  163. <span class="lnr lnr-book"></span>&nbsp;&nbsp;
  164. Reading:<!-- title -->
  165. </div>
  166. <!-- another kind of a list: -->
  167. <p>- Magnus Chase</p>
  168. <p>- The Mortal Instruments
  169. <!-- end section 3 -->
  170.  
  171. <hr>
  172.  
  173. <!-- section 4 -->
  174. <div class="up_title">
  175. <span class="lnr lnr-music-note"></span>&nbsp;&nbsp;
  176. Listening to:<!-- title -->
  177. </div>
  178. <p>- Safe & Sound - Taylor Swift</p>
  179. <p>- No More Sad Songs - Little Mix</p>
  180. <!-- end section 4 -->
  181.  
  182. <hr>
  183.  
  184. <!-- section 5 -->
  185. <div class="up_title">
  186. <span class="lnr lnr-camera-video"></span>&nbsp;&nbsp;
  187. Watching:<!-- title -->
  188. </div>
  189. <p>- Shadowhunters (*scream*)</p>
  190. <p>- The Flash (IDK who to ship)
  191. <!-- end section 5 -->
  192.  
  193. </div>
  194. </div>
  195. </div>
  196.  
  197. <!--- END UPDATES TAB --->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement