Advertisement
loranhale

gold coast

Jul 24th, 2017
2,568
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.46 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!----
  5.  
  6.  
  7. about: gold coast
  8.  
  9. @loranhale
  10.  
  11.  
  12. ----->
  13.  
  14. <title>{Title}</title>
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17.  
  18. <link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro|PT+Sans|Maven+Pro|Lato|Roboto' rel='stylesheet' type='text/css'>
  19. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
  20.  
  21. <style type="text/css">
  22.  
  23. /* scrollbar */
  24.  
  25. ::-webkit-scrollbar {
  26. height:5px;
  27. width:1px;
  28. background:#fafafa;
  29. }
  30. ::-webkit-scrollbar-thumb { background:#dcecf5; }
  31.  
  32. /* tumblr controls */
  33.  
  34. .iframe-controls--desktop { display:none!important; }
  35.  
  36. /* tooltips */
  37.  
  38. #s-m-t-tooltip {
  39. max-width:300px;
  40. margin:15px;
  41. padding:5px 6px;
  42. z-index:99999999;
  43. color:#000;
  44. text-transform:lowercase;
  45. border:1px solid #dcecf5;
  46. background:#fff;
  47. }
  48.  
  49. /* body */
  50.  
  51. body {
  52. background:#fafafa;
  53. color:#555;
  54. font-family:'pt sans', arial, helvetica, sans-serif;
  55. font-size:10px;
  56. -moz-osx-font-smoothing:grayscale;
  57. -webkit-font-smoothing:antialiased;
  58. font-smoothing:antialiased;
  59. }
  60.  
  61. a {
  62. color:#8892e0;
  63. text-decoration:none;
  64. transition-duration:.8s;
  65. -moz-transition-duration:.8s;
  66. -webkit-transition-duration:.8s;
  67. -o-transition-duration:.8s;
  68. }
  69.  
  70. a:hover { color:#000; }
  71.  
  72. blockquote {
  73. padding-left:10px;
  74. border-left:1px solid #dcecf5;
  75. margin-left:10px;
  76. }
  77.  
  78. h1 {
  79. font-size:13px;
  80. color:#444;
  81. font-weight:600;
  82. text-transform:uppercase;
  83. letter-spacing:1px;
  84. }
  85.  
  86. b { font-style:bold; }
  87. i { font-style:italic; color:#97b8e9; }
  88.  
  89. section {
  90. width:600px;
  91. box-sizing:border-box;
  92. margin:95px auto;
  93. transform:translate(0px,50px);
  94. }
  95.  
  96. /* icon */
  97.  
  98. .icon {
  99. float:left;
  100. display:inline;
  101. position:fixed;
  102. margin-left:-80px;
  103. }
  104.  
  105. .icon img {
  106. width:65px;
  107. height:65px;
  108. border-radius:3px;
  109. }
  110.  
  111. /* heading */
  112.  
  113. .title {
  114. font-size:11px;
  115. text-transform:uppercase;
  116. font-weight:600;
  117. letter-spacing:1px;
  118. font-family:'roboto',sans-serif;
  119. background:#fff;
  120. border:1px solid #dcecf5;
  121. margin-bottom:5px;
  122. }
  123.  
  124. .title i {
  125. border-right:1px solid #dcecf5;
  126. padding:15px;
  127. margin-right:10px;
  128. font-size:13px;
  129. width:10px;
  130. background:#fff;
  131. transition-duration:.8s;
  132. -moz-transition-duration:.8s;
  133. -webkit-transition-duration:.8s;
  134. -o-transition-duration:.8s;
  135. }
  136.  
  137. .title a { color:#8892e0; }
  138. .title i:hover { color:#000; background:#fafafa; }
  139.  
  140. /* about */
  141.  
  142. .about {
  143. padding:10px;
  144. border:1px solid #dcecf5;
  145. background:#fff;
  146. }
  147.  
  148. .talk {
  149. width:60%;
  150. line-height:13px;
  151. position:relative;
  152. overflow-y:scroll;
  153. max-height:280px;
  154. border-right:1px solid #dcecf5;
  155. padding:3px;
  156. }
  157.  
  158. /* quote */
  159.  
  160. .quote {
  161. margin-top:5px;
  162. font-style:italic;
  163. font-size:11.5px;
  164. font-family:georgia;
  165. color:#616ed5;
  166. border:1px solid #dcecf5;
  167. background:#fff;
  168. }
  169.  
  170. .quote i {
  171. border-right:1px solid #dcecf5;
  172. background:#fff;
  173. margin-right:10px;
  174. padding:12px;
  175. width:10px;
  176. font-size:10px;
  177. }
  178.  
  179. /* info & social media */
  180.  
  181. .side { width:36%; float:right; }
  182.  
  183. .info {
  184. overflow-y:scroll;
  185. margin-top:5px;
  186. border-bottom:1px solid #dcecf5;
  187. padding-bottom:10px;
  188. max-height:130px;
  189. margin-bottom:10px;
  190. }
  191.  
  192. .fact { display:block; margin-bottom:5px; }
  193. .fact h2 {
  194. letter-spacing:.5px;
  195. text-transform:lowercase;
  196. font-style:italic;
  197. font-size:9.5px;
  198. display:inline;
  199. margin-right:5px;
  200. color:#8176d0;
  201. }
  202.  
  203. .hi {
  204. font-size:11px;
  205. border-bottom:1px solid #dcecf5;
  206. padding-bottom:10px;
  207. margin-bottom:20px;
  208. max-height:70px;
  209. overflow-y:scroll;
  210. }
  211.  
  212. .name { display:block; margin-bottom:6px; font-size:10.5px; }
  213. .name b {
  214. font-size:15px;
  215. display:inline;
  216. font-family:'roboto',sans-serif;
  217. letter-spacing:.75px;
  218. color:#222;
  219. margin-right:5px;
  220. }
  221.  
  222. .sm { text-align:center; }
  223. .sm i {
  224. margin-right:10px;
  225. width:15px;
  226. font-size:15px;
  227. text-align:center;
  228. color:#8892e0;
  229. transition:all .8s ease;
  230. -webkit-transition:all .8s ease;
  231. -moz-transition:all .8s ease;
  232. -o-transition:all .8s ease;
  233. }
  234. .sm a:last-of-type {margin-right:0;}
  235. .sm i:hover { color:#000; }
  236.  
  237. /* do not disturb */
  238.  
  239. .lo { bottom:20px; right:20px; position:fixed; }
  240. .lo a { text-transform:uppercase; padding:5px; font-size:12px; }
  241.  
  242. </style>
  243. </head>
  244.  
  245. <body>
  246. <section>
  247.  
  248. <div class="icon">
  249. <!-- this is your default icon. you can replace with your icon url -->
  250. <img src="{PortraitURL-128}" />
  251. </div>
  252.  
  253. <div class="title">
  254. <a href="/"><i class="fa fa-user" aria-hidden="true"></i></a>
  255. about me
  256. </div>
  257.  
  258. <div class="about">
  259.  
  260. <div class="side">
  261.  
  262. <div class="info">
  263. <div class="fact"><h2>heading</h2> content</div>
  264. <div class="fact"><h2>heading</h2> content</div>
  265. <div class="fact"><h2>heading</h2> content</div>
  266. <div class="fact"><h2>heading</h2> content</div>
  267. <div class="fact"><h2>heading</h2> content</div>
  268. <div class="fact"><h2>heading</h2> content</div>
  269. <div class="fact"><h2>heading</h2> content</div>
  270. <!-- you can add more (it scrolls) or remove any -->
  271. </div>
  272.  
  273. <div class="hi">
  274. <!-- your name and short description -->
  275. <div class="name"><b>name</b> name meaning/pronunciation </div>
  276. self description
  277. </div>
  278.  
  279. <div class="sm">
  280. <a href="/" title="instagram"><i class="fa fa-instagram" aria-hidden="true"></i></a>
  281. <a href="/" title="twitter"><i class="fa fa-twitter" aria-hidden="true"></i></a>
  282. <a href="/" title="pinterest"><i class="fa fa-pinterest" aria-hidden="true"></i></a>
  283. <a href="/" title="goodreads"><i class="fa fa-bookmark-o" aria-hidden="true"></i></a>
  284. <a href="/" title="weheartit"><i class="fa fa-heart-o" aria-hidden="true"></i></a>
  285. <a href="/" title="snapchat"><i class="fa fa-snapchat-ghost" aria-hidden="true"></i></a>
  286.  
  287. <!-- six links maximum. more icons at fontawesome.io/icons -->
  288. </div>
  289.  
  290. </div>
  291.  
  292. <div class="talk">
  293. <b>hello</b> <i>it's me</i> <br>
  294. <blockquote><a href="/">this is a link</a></blockquote>
  295.  
  296. <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.</p>
  297.  
  298. <blockquote>Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Suspendisse sed ligula. Sed volutpat odio non turpis gravida luctus. Praesent elit pede, iaculis facilisis, vehicula mattis, tempus non, arcu.</blockquote>
  299.  
  300. <p>
  301. Donec placerat mauris commodo dolor. Nulla tincidunt. Nulla vitae augue.
  302. Suspendisse ac pede. Cras tincidunt pretium felis. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Pellentesque porttitor mi id felis. Suspendisse ac pede. Cras tincidunt pretium felis. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Pellentesque porttitor mi id felis. Maecenas nec augue. Praesent a quam pretium leo congue accumsan.</p>
  303. </div>
  304.  
  305. </div>
  306.  
  307. <!-- add a quote of your choice or you can delete this section but make sure your quote is not more than one line -->
  308.  
  309. <div class="quote">
  310. <i class="fa fa-quote-left" aria-hidden="true"></i>
  311. A book is a dream that you hold in your hands.
  312. </div>
  313.  
  314. </section>
  315.  
  316.  
  317. <!-- danger! keep out -->
  318. <div class="lo"><a href="http://loranhale.tumblr.com" title="theme">j</a></div>
  319. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
  320. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  321. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  322. <script>
  323. jQuery.noConflict();
  324. (function($){
  325. $(document).ready(function(){
  326. $("a[title],img[title],[title]").style_my_tooltips({
  327. tip_follows_cursor:true,
  328. tip_delay_time:200,
  329. tip_fade_speed:300,
  330. attribute:"title"
  331. });
  332. });
  333. })(jQuery);
  334. </script>
  335.  
  336. </body>
  337. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement