Advertisement
enbythemes

page 01: birthmark

May 29th, 2020 (edited)
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.45 KB | None | 0 0
  1. <!--
  2. birthmark © xroub.tumblr.com
  3.  
  4. THANK YOU FOR USING MY CODE. EVERYTHING SHOULD BE VERY SIMPLE TO EDIT, BUT IF YOU HAVE ANY QUESTIONS, SEND ME AN ASK @ ENBYTHEMES.TUMBLR.COM/ASK
  5.  
  6. accent: #E97F7F
  7. borders: #ccc
  8.  
  9. find more icons at https://honeybee.suiomi.com/
  10.  
  11. -->
  12. <!DOCTYPE html>
  13. <html>
  14. <head>
  15. <link rel="shortcut icon" href="{Favicon}"/>
  16. <title>birthmark</title>
  17.  
  18. <!-- scripts -->
  19. <link href="https://fonts.googleapis.com/css?family=Open+Sans&display=swap" rel="stylesheet"><link href="//solrainha.github.io/honeybee/honeybee.css" rel="stylesheet"><script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  20.  
  21. <!----- style my tooltip by malihu ---->
  22. <script>
  23. (function($){
  24. $(document).ready(function(){
  25. $("a[title]").style_my_tooltips({
  26. tip_follows_cursor:true,
  27. tip_delay_time:90,
  28. tip_fade_speed:600,
  29. attribute:"title"
  30. });
  31. });
  32. })(jQuery);
  33. </script>
  34. </head>
  35. <style>
  36. * {
  37. margin: 0;
  38. padding: 0;
  39. }
  40.  
  41. ::-webkit-scrollbar {
  42. width: 0px;
  43. }
  44.  
  45. ::selection {
  46. background: #E97F7F;
  47. color: #fff;
  48. }
  49.  
  50. #s-m-t-tooltip {
  51. max-width: 300px;
  52. margin-top: -30px;
  53. margin-left: -25px;
  54. font-size: 8px;
  55. letter-spacing: 1px;
  56. text-align: center;
  57. text-transform: uppercase;
  58. padding: 5px;
  59. background-color: #fff;
  60. z-index: 999999;
  61. border: 1px solid #ccc;
  62. }
  63.  
  64. body {
  65. background: #fafafa;
  66. font-family: 'Open Sans', sans-serif;
  67. font-size: 13px;
  68. }
  69.  
  70. a, b {
  71. color: #E97F7F;
  72. }
  73.  
  74. a {
  75. text-decoration: none;
  76. transition: all 0.5s ease;
  77. -webkit-transition: all 0.5s ease;
  78. -moz-transition: all 0.5s ease;
  79. -o-transition: all 0.5s ease;
  80. }
  81.  
  82. a:hover {
  83. color: #959595;
  84. transition: all 0.3s ease;
  85. -webkit-transition: all 0.3s ease;
  86. -moz-transition: all 0.3s ease;
  87. -o-transition: all 0.3s ease;
  88. }
  89.  
  90. p {
  91. margin: 10px 0;
  92. }
  93.  
  94. blockquote {
  95. border-left: 1px solid #ccc;
  96. padding-left: 8px;
  97. margin: 8px;
  98. }
  99.  
  100. .container {
  101. width: 500px;
  102. height: 330px;
  103. position: absolute;
  104. top: 50%;
  105. left: 50%;
  106. transform: translate(-50%, -50%);
  107. }
  108.  
  109. .content, .sm {
  110. width: calc(100% - 10px);
  111. background: #fff;
  112. padding: 10px;
  113. border: 1px solid #ccc;
  114. }
  115.  
  116. .content {
  117. height: 240px;
  118. }
  119.  
  120. .user {
  121. width: 170px;
  122. height: 240px;
  123. position: absolute;
  124. top: 10px;
  125. left: 10px;
  126. border-right: 1px solid #ccc;
  127. }
  128.  
  129. .avtr {
  130. max-width: 100px;
  131. max-height: 100px;
  132. margin-left: 50%;
  133. transform: translate(-50%);
  134. }
  135.  
  136. .info {
  137. width: 150px;
  138. max-height: 120px;
  139. padding: 5px;
  140. margin: 5px 0;
  141. overflow: auto;
  142. }
  143.  
  144. .about {
  145. width: 290px;
  146. height: 230px;
  147. position: absolute;
  148. top: 10px;
  149. right: 10px;
  150. padding: 5px;
  151. text-align: justify;
  152. overflow: auto;
  153. }
  154.  
  155. .sm {
  156. position: absolute;
  157. bottom: 0px;
  158. text-align: center;
  159. height: 20px;
  160. }
  161.  
  162. .sm .th {
  163. font-size: 16px;
  164. margin: 0 5px;
  165. }
  166.  
  167. /* tumblr controls by magnusthemes */
  168. .iframe-controls--desktop {
  169. position:fixed;
  170. top:0px;
  171. right:0px;
  172. z-index:214748364789123456789;
  173. filter:invert(100%);
  174. -webkit-filter:invert(100%);
  175. -webkit-transform:scale(0.6,0.6);
  176. -webkit-transform-origin: 100% 0%;
  177. -ms-transform-origin:100% 0%;
  178. -ms-transform:scale(0.6,0.6);
  179. transform:scale(0.6,0.6);
  180. transform-origin:100% 0%;
  181. }
  182.  
  183. .tmblr-iframe--app-cta-button {display:none!important;}
  184. .iframe-controls--phone-mobile {display:none!important;}
  185. .tmblr-iframe-pushdown {padding-top:0!important;}
  186.  
  187. /*credit */
  188. .crd {
  189. bottom: 10px;
  190. right: 10px;
  191. position: fixed;
  192. }
  193.  
  194. .crd svg {
  195. width: 1em;
  196. }
  197. </style>
  198. <body>
  199.  
  200. <div class="container">
  201. <div class="content">
  202. <div class="user"><img class="avtr" src="{PortraitURL-128}">
  203.  
  204. <p class="info">
  205. <b>name:</b> xxx <br>
  206. <b>pronouns:</b> xxx <br>
  207. write as much as you want. it will automatically scroll.
  208. </p>
  209. </div>
  210.  
  211. <div class="about">
  212. <p>Here is the about section. Go wild.</p>
  213. </div>
  214. </div>
  215.  
  216. <div class="sm">
  217. <a href="/" title="username"><span class="th th-twitter"></span></a>
  218. <a href="/" title="username"><span class="th th-snapchat"></span></a>
  219. <a href="/" title="username"><span class="th th-youtube"></span></a>
  220. <a href="/" title="username"><span class="th th-ao3"></span></a>
  221. <a href="/" title="username"><span class="th th-discord"></span></a>
  222. <a href="/" title="username"><span class="th th-reddit"></span></a>
  223. </div>
  224. </div>
  225.  
  226. <!-- credit -->
  227. <!-- if you ever want to move my credit, please send me an ask or message to let me know -->
  228. <div class="crd"><a href="https://enbythemes.tumblr.com" title="code by roub">enby</a></div>
  229. </div>
  230. </body>
  231. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement