Advertisement
loranhale

jungfrau

Mar 14th, 2016
2,987
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.66 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!---
  5.  
  6.  
  7. about: jungfrau
  8. updated: 2/12/18
  9.  
  10. @loranhale
  11.  
  12.  
  13. --->
  14.  
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18.  
  19. <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic|Lora:400,400italic,600,600italic' rel='stylesheet' type='text/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.  
  31. ::-webkit-scrollbar-thumb { background:#dcecf5; }
  32.  
  33. /* tumblr controls */
  34.  
  35. iframe.tmblr-iframe {
  36. z-index:99999999999999!important;
  37. top:0!important;
  38. right:0!important;
  39. opacity:0.4;
  40. /* delete invert(1) from here */
  41. filter:invert(1) contrast(150%);
  42. -webkit-filter:invert(1) contrast(150%);
  43. -o-filter:invert(1) contrast(150%);
  44. -moz-filter:invert(1) contrast(150%);
  45. -ms-filter:invert(1) contrast(150%);
  46. /* to here if your blog has a dark background */
  47. transform:scale(0.65);
  48. transform-origin:100% 0;
  49. -webkit-transform:scale(0.65);
  50. -webkit-transform-origin:100% 0;
  51. -o-transform:scale(0.65);
  52. -o-transform-origin:100% 0;
  53. -moz-transform:scale(0.65);
  54. -moz-transform-origin:100% 0;
  55. -ms-transform:scale(0.65);
  56. -ms-transform-origin:100% 0;
  57. transition:all .6s ease;
  58. }
  59.  
  60. iframe.tmblr-iframe:hover { opacity:0.6!important; }
  61.  
  62. /* tooltips */
  63.  
  64. #s-m-t-tooltip {
  65. max-width:300px;
  66. margin:15px;
  67. padding:4px 6px;
  68. z-index:99999999;
  69. color:#000;
  70. border:1px solid #eee;
  71. background:#f6f6f6;
  72. }
  73.  
  74. /* body */
  75.  
  76. body {
  77. background:#fafafa;
  78. color:#555;
  79. letter-spacing:.5px;
  80. font-family:'open sans', helvetica, sans-serif;
  81. font-size:10px;
  82. line-height:130%;
  83. -moz-osx-font-smoothing:grayscale;
  84. -webkit-font-smoothing:antialiased;
  85. font-smoothing:antialiased;
  86. }
  87.  
  88. a {
  89. color:#91a8d0; /* links */
  90. text-decoration:none;
  91. transition:all .6s ease;
  92. }
  93.  
  94. a:hover { color:#f7cac9; }
  95.  
  96. blockquote {
  97. padding-left:10px;
  98. border-left:1px solid #dcecf5;
  99. margin-left:10px;
  100. }
  101.  
  102. h1 {
  103. font-size:13px;
  104. color:#444;
  105. font-weight:600;
  106. text-transform:uppercase;
  107. letter-spacing:1px;
  108. }
  109.  
  110. b { font-style:bold; }
  111. i { font-style:italic; }
  112.  
  113. section {
  114. width:530px;
  115. box-sizing:border-box;
  116. margin:180px auto;
  117. }
  118.  
  119. /* header */
  120.  
  121. header {
  122. box-sizing:border-box;
  123. padding:15px;
  124. position:fixed;
  125. margin-top:-60px;
  126. border:1px solid #eee;
  127. width:527px;
  128. background:#fff;
  129. }
  130.  
  131. .title {
  132. font-size:14px;
  133. float:left;
  134. font-weight:600;
  135. letter-spacing:1px;
  136. text-transform:uppercase;
  137. }
  138.  
  139. .links {
  140. vertical-align:-2px;
  141. float:right;
  142. text-align:right;
  143. }
  144.  
  145. .links a {
  146. text-transform:lowercase;
  147. margin-right:10px;
  148. }
  149.  
  150. .links a:last-of-type { margin-right:0; }
  151.  
  152. /* about */
  153.  
  154. .about {
  155. padding:20px;
  156. width:300px;
  157. height:300px;
  158. margin:0 185px;
  159. position:fixed;
  160. border:1px solid #eee;
  161. background:#fff;
  162. }
  163.  
  164. .at {
  165. font-weight:600;
  166. font-size:14px;
  167. font-style:italic;
  168. letter-spacing:1px;
  169. text-transform:lowercase;
  170. margin-bottom:10px;
  171. }
  172.  
  173. .at:after {
  174. content:'';
  175. background:#dcecf5;
  176. height:2px;
  177. display:block;
  178. width:40px;
  179. margin-top:5px;
  180. }
  181.  
  182. .quote {
  183. width:calc(100% - 25%);
  184. max-height:50px;
  185. color:#616ed5;
  186. font-size:9.5px;
  187. font-style:italic;
  188. position:relative;
  189. overflow-y:scroll;
  190. font-family:'lora', sans-serif;
  191. }
  192.  
  193. .talk {
  194. margin-top:20px;
  195. padding-top:10px;
  196. padding-right:5px;
  197. max-height:230px;
  198. line-height:13px;
  199. overflow-y:scroll;
  200. border-top:1px solid #eee;
  201. }
  202.  
  203. .icon {
  204. float:right;
  205. display:inline;
  206. margin-top:10px;
  207. }
  208.  
  209. .icon img {
  210. width:55px;
  211. height:55px;
  212. border-radius:2px;
  213. }
  214.  
  215. /* info */
  216.  
  217. .info {
  218. width:150px;
  219. height:140px;
  220. overflow-y:scroll;
  221. position:fixed;
  222. border:1px solid #eee;
  223. background:#fff;
  224. padding:10px;
  225. }
  226.  
  227. .fact {
  228. margin-bottom:5px;
  229. font-size:9px;
  230. display:block;
  231. color:#444;
  232. }
  233.  
  234. .fact:last-of-type { margin-bottom:0; }
  235.  
  236. .fact h2 {
  237. letter-spacing:.5px;
  238. text-transform:lowercase;
  239. font-style:italic;
  240. font-size:9.5px;
  241. display:inline;
  242. margin-right:5px;
  243. color:#8176d0;
  244. }
  245.  
  246. /* other links */
  247.  
  248. .s {
  249. border:1px solid #eee;
  250. width:170px;
  251. height:170px;
  252. overflow-y:scroll;
  253. position:fixed;
  254. margin-top:170px;
  255. background:#fff;
  256. }
  257.  
  258. .s a {
  259. padding:8px;
  260. display:block;
  261. text-transform:lowercase;
  262. border-bottom:1px solid #eee;
  263. }
  264.  
  265. .s a:last-of-type { border-bottom:0; }
  266. .s a:hover { padding-left:15px; }
  267.  
  268. /* do not disturb */
  269.  
  270. .lo { bottom:20px; right:20px; position:fixed; }
  271. .lo a { text-transform:uppercase; padding:5px; font-size:12px; }
  272.  
  273. </style>
  274. </head>
  275.  
  276. <body>
  277.  
  278. <section>
  279.  
  280. <header>
  281. <div class="title">about me</div>
  282. <div class="links">
  283. <a href="/">home</a>
  284. <a href="/ask">ask</a>
  285. <a href="/">link</a>
  286. <a href="http://loranhale.tumblr.com">theme</a>
  287. </div>
  288. </header>
  289.  
  290. <div class="info">
  291. <div class="fact"><h2>name</h2> content</div>
  292. <div class="fact"><h2>age</h2> content</div>
  293. <div class="fact"><h2>birthday</h2> content</div>
  294. <div class="fact"><h2>pronouns</h2> content</div>
  295. <div class="fact"><h2>location</h2> content</div>
  296. <div class="fact"><h2>horoscope</h2> content</div>
  297. <div class="fact"><h2>hogwarts house</h2> content</div>
  298. <div class="fact"><h2>mbti</h2> content</div>
  299. <!-- add more if you want -->
  300. </div>
  301.  
  302. <div class="s">
  303. <a href="">twitter</a>
  304. <a href="">instagram</a>
  305. <a href="">pinterest</a>
  306.  
  307. <!-- or any other tags/links -->
  308.  
  309. <a href="">#me</a>
  310. <a href="">#about</a>
  311. <a href="">#link</a>
  312.  
  313. </div>
  314.  
  315. <div class="about">
  316. <div class="icon">
  317. <img src="http://i.imgur.com/ttVjkLM.png" />
  318. <!-- replace with your image url -->
  319. </div>
  320.  
  321. <div class="at">intro</div>
  322.  
  323. <div class="quote">
  324. “It was books that made me feel that perhaps I was not completely alone. They could be honest with me, and I with them.”
  325. </div>
  326.  
  327. <div class="talk">
  328. <b>it's me</b> <i>bla bla bla</i> <br>
  329. <blockquote>what's up</blockquote> <a href="">this is a link</a>
  330.  
  331. <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.
  332. </p>
  333. </div>
  334. </div>
  335.  
  336. </section>
  337.  
  338. <!-- danger! keep out -->
  339. <div class="lo">
  340. <a href="http://loranhale.tumblr.com" title="theme">j</a>
  341. </div>
  342.  
  343. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
  344. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  345. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  346. <script>
  347. jQuery.noConflict();
  348. (function($){
  349. $(document).ready(function(){
  350. $("a[title],img[title],[title]").style_my_tooltips({
  351. tip_follows_cursor:true,
  352. tip_delay_time:200,
  353. tip_fade_speed:300,
  354. attribute:"title"
  355. });
  356. });
  357. })(jQuery);
  358. </script>
  359.  
  360. </body>
  361. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement