Advertisement
Guest User

plot

a guest
Oct 21st, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.73 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!--
  5.  
  6. ABOUT I (updated 8/1/19)
  7. by alydae
  8.  
  9. - do not steal any part of this code
  10. - do not even TOUCH the credit
  11. - direct questions to enchantedthemes.tumblr.com
  12.  
  13. thank you for using!!!
  14.  
  15. -->
  16.  
  17. <title>about</title>
  18. <link rel="shortcut icon" href="{Favicon}">
  19.  
  20. <!-- scripts - DO NOT TOUCH -->
  21.  
  22. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  23.  
  24. <script src="https://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  25. <script>
  26. (function($){
  27. $(document).ready(function(){
  28. $("[title]").style_my_tooltips({
  29. tip_follows_cursor:true,
  30. tip_delay_time:200,
  31. tip_fade_speed:300
  32. }
  33. );
  34. });
  35. })(jQuery);
  36. </script>
  37.  
  38. <!-- custom font -->
  39.  
  40. <link href='https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic' rel='stylesheet' type='text/css'>
  41.  
  42. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
  43.  
  44.  
  45. <style type="text/css">
  46.  
  47. @keyframes fadein {
  48. from { opacity:0; }
  49. to { opacity:1; }
  50. }
  51.  
  52. @-moz-keyframes fadein {
  53. from { opacity:0; }
  54. to { opacity:1; }
  55. }
  56.  
  57. @-webkit-keyframes fadein {
  58. from { opacity:0; }
  59. to { opacity:1; }
  60. }
  61.  
  62. @-ms-keyframes fadein {
  63. from { opacity:0; }
  64. to { opacity:1; }
  65. }
  66.  
  67. @-o-keyframes fadein {
  68. from { opacity:0; }
  69. to { opacity:1; }
  70. }
  71.  
  72. /*-- selection --*/
  73.  
  74. ::-moz-selection { background:#eee; color:#222; }
  75. ::selection { background:#eee; color:#222; }
  76.  
  77. /*-- scrollbar --*/
  78.  
  79. ::-webkit-scrollbar {
  80. width:1px;
  81. height:2px;
  82. }
  83.  
  84. ::-webkit-scrollbar-thumb { background-color:#aaa; } /* scrollbar colour */
  85.  
  86. /*-- tooltips --*/
  87.  
  88. #s-m-t-tooltip {
  89. color:#666;
  90. background-color:#fff;
  91. font-size:8px;
  92. font-family:'Open Sans', helvetica, sans-serif;
  93. letter-spacing:1px;
  94. text-transform:uppercase;
  95. text-align:center;
  96. position:absolute;
  97. padding:0px 5px 0px 5px;
  98. margin-top:30px;
  99. border:1px solid #eee;
  100. z-index:9999;
  101. }
  102.  
  103. /*-- tumblr controls --*/
  104.  
  105. .tmblr-iframe, .iframe-controls–desktop {
  106. display:none !important;
  107. }
  108.  
  109. /*-- general customisation --*/
  110.  
  111. body {
  112. color:#efe6dd; /* text colour */
  113. background-color:#fafafa; /* background colour */
  114. font-style:normal;
  115. font-family:'Open Sans', helvetica, sans-serif;
  116. font-size:10px;
  117. background-image: url('https://66.media.tumblr.com/04d9c45d7d583fa99be382755d7f0038/tumblr_pzm0h2qaA81y80i20o1_1280.png');
  118. font-weight:400;
  119. text-decoration:none;
  120. line-height:180%;
  121. -moz-osx-font-smoothing: grayscale;
  122. -webkit-font-smoothing: antialiased;
  123. font-smoothing: antialiased;
  124. -webkit-animation: fadein 1.5s;
  125. -moz-animation: fadein 1.5s;
  126. -o-animation: fadein 1.5s;
  127. animation: fadein 1.5s;
  128. }
  129.  
  130. a {
  131. text-decoration:none;
  132. text-transform:uppercase;
  133. font-size:9px;
  134. font-weight:600;
  135. letter-spacing:0.75px;
  136. color:#fff; /* links colour */
  137. transition-duration: 0.6s;
  138. -moz-transition-duration: 0.6s;
  139. -webkit-transition-duration: 0.6s;
  140. -o-transition-duration: 0.6s;
  141. }
  142.  
  143. a:hover {
  144. color:#bad0f1; /* links hover colour */
  145. cursor:pointer;
  146. transition-duration: 0.6s;
  147. -moz-transition-duration: 0.6s;
  148. -webkit-transition-duration: 0.6s;
  149. -o-transition-duration: 0.6s;
  150. }
  151.  
  152. b, strong { font-weight:600; color:#444; }
  153. i, em { font-style:italic; }
  154.  
  155. h1, h2, h3, h4, h5, h6 {
  156. color:#8a8c8b;
  157. text-transform:uppercase!important;
  158. text-align:left;
  159. font-weight:bold;
  160. font-size:12px;
  161. letter-spacing:1px;
  162. }
  163.  
  164. blockquote {
  165. padding-left:10px;
  166. margin:0;
  167. border-left:1px solid #eee;
  168. }
  169.  
  170. h1 {
  171. text-transform:uppercase;
  172. font-weight:bold;
  173. font-size:11px;
  174. text-align:center;
  175. }
  176.  
  177. /*-- container --*/
  178.  
  179. #container {
  180. position:fixed;
  181. width:700px;
  182. height:550px;
  183. top:50%;
  184. left:50%;
  185. transform:translate(-50%, -50%);
  186. }
  187.  
  188. /*-- header --*/
  189.  
  190. #header {
  191. background:#100000; /* background colour */
  192. border-top:1px solid #362b2b;
  193. height:50px;
  194. margin:auto;
  195. border:10px solid #000; /* border colour */
  196. -webkit-box-shadow: 0px -1px 10px -2px rgba(0,0,0,1);
  197. -moz-box-shadow: 0px -1px 10px -2px rgba(0,0,0,1);
  198. box-shadow: 0px -1px 10px -2px rgba(0,0,0,1);
  199. }
  200.  
  201. .title {
  202. margin-left:16px;
  203. float:left;
  204. text-transform:uppercase;
  205. font-size:12px;
  206. line-height:50px;
  207. font-weight:bold;
  208. letter-spacing:1px;
  209. color:#fff; /* title colour */
  210. }
  211.  
  212. .links {
  213. margin-right:16px;
  214. float:right;
  215. position:relative;
  216. line-height:50px;
  217. color:#fff;
  218. }
  219.  
  220. .links a { margin-left:7.5px; }
  221.  
  222. /*-- third section --*/
  223.  
  224. #about {
  225. position:relative;
  226. background:#000; /* background colour */
  227. margin-top:15px;
  228. padding:130px;
  229. border:10px solid #000; /* border colour */
  230. -webkit-box-shadow: 0px -1px 10px -2px rgba(0,0,0,1);
  231. -moz-box-shadow: 0px -1px 10px -2px rgba(0,0,0,1);
  232. box-shadow: 0px -1px 10px -2px rgba(0,0,0,1);
  233. }
  234.  
  235. .atext {
  236. padding-right:10px;
  237. max-height:178px;
  238. overflow-Y:scroll;
  239. margin-top: 15px;
  240. }
  241.  
  242. /*-- credit - DO NOT TOUCH --*/
  243.  
  244. .credit a {
  245. font-size:10px;
  246. bottom:15px;
  247. right:20px;
  248. position:fixed;
  249. }
  250.  
  251. </style>
  252. </head>
  253.  
  254.  
  255. <body>
  256.  
  257. <div id="container">
  258.  
  259. <div id="header">
  260. <div class="title">about</div> <!-- title -->
  261. <div class="links">
  262. <!-- feel free to add more! -->
  263. <a href="/">home.</a>
  264. <a href="/ask">ask.</a>
  265. <a href="/">link.</a>
  266. <a href="/archive">archive.</a>
  267. </div>
  268. </div>
  269.  
  270. <div id="info">
  271. <!-- the default is your icon. if you want to change it, remove {PortraitURL-128} and replace it with the image url of the one you want. -->
  272.  
  273.  
  274. <!-- this is where the basic info goes. there's only space for four. -->
  275.  
  276.  
  277. <div class="social">
  278. <!-- between the "" is where you put a link to your account. to change the icon, go to https://fontawesome.com/icons. leave the 'fa-fw' there. there's only space for four. -->
  279.  
  280.  
  281. <div id="about">
  282. <div class="atext">
  283. <!-- this is where you about text goes -->
  284. this is where you put the body of your about. you can use <b>bold</b>, <i>italics</i>, <big>big</big>, <small>small</small>, <s>strikethroughs</s>, <a href="/">links</a> as well as
  285. <blockquote>blockquotes</blockquote>
  286.  
  287. <p><h1>there's a subtitle style for you as well</h1></p>
  288.  
  289. <p>there is no limit as it will scroll automatically. remember to close paragraphs! <s>and now for some dummy text</s> </p>
  290.  
  291. <p>lorem ipsum dolor sit amet, consectetur adipiscing elit. nulla condimentum vel tellus vitae volutpat. aliquam ut quam ac elit congue luctus. nam a lacus sed odio iaculis luctus a in turpis. aenean erat libero, dapibus at porttitor in, auctor sed urna. aenean a molestie est. sed rhoncus justo sit amet felis sodales maximus. etiam pharetra nibh dolor, nec imperdiet enim hendrerit a. pellentesque et dolor sed ligula bibendum dignissim sit amet quis lectus. praesent ornare sem dolor, ut tristique massa tincidunt eget. morbi viverra id mi sed efficitur. integer id maximus enim, nec placerat nisi. ut consequat augue enim, a eleifend mauris tristique et.</p>
  292. </div>
  293. </div>
  294.  
  295. </div>
  296.  
  297.  
  298. <!-- credit - DO NOT TOUCH -->
  299.  
  300. <div class="credit">
  301. <a href="https://enchantedthemes.tumblr.com" title="alydae">A.</a>
  302. </div>
  303.  
  304.  
  305. </body>
  306. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement