Advertisement
mrsmilicevic

profil

Feb 2nd, 2016
5,022
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.93 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!---
  4.  
  5. ***
  6.  
  7. profil by mrsthemes@tumblr
  8. don't steal or remove credit
  9.  
  10. --->
  11.  
  12.  
  13. <head>
  14. <title>{Title}</title>
  15. <meta charset="utf-8" />
  16.  
  17. <link rel="shortcut icon" href="{Favicon}">
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  19.  
  20.  
  21. <!---tooltips script--->
  22. <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  23. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  24. <script src="http://static.tumblr.com/5omyijl/RZtn2yg9v/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:600
  32. });
  33. });
  34. })(jQuery);
  35. </script>
  36.  
  37. <script src="//use.edgefonts.net/karla:n4,i4,n7,i7:all.js"></script>
  38.  
  39. <style type="text/css">
  40.  
  41. #tumblr_controls, .tmblr-iframe.tmblr-iframe--desktop-logged-in-controls.iframe-controls--desktop {
  42. top:5px;
  43. right:5px!important;
  44. position:fixed !important;
  45. -webkit-filter: invert(1);
  46. opacity:.4;
  47. filter:alpha(opacity=40);
  48. -moz-opacity:.4;
  49. z-index:999999999!important;
  50. }
  51.  
  52. ::-webkit-scrollbar { display:none;}
  53. ::-webkit-scrollbar-thumb { background-color:#eee; border:none; }
  54.  
  55. #s-m-t-tooltip {
  56. max-width:300px;
  57. background:#ead7d0;
  58. border:none;
  59. margin:10px;
  60. padding:5px 10px 5px 10px;
  61. color:#fff;
  62. border-radius:0%;
  63. z-index:99999999;
  64. font-size:7px;
  65. font-weight:700;
  66. text-transform:uppercase;
  67. box-shadow:none;
  68. }
  69.  
  70. body {
  71. cursor:url('http://i.imgur.com/azhZXqc.png'), auto;
  72. background:#f8f8f8;
  73. color:#7b7b7b;
  74. font:10px 'karla', sans-serif;
  75. line-height:16px;
  76. margin:0px;
  77. -webkit-font-smoothing: antialiased;
  78. -moz-osx-font-smoothing: grayscale;
  79. }
  80.  
  81. #vignette, #tumblr_lightbox_left_link, #tumblr_lightbox_right_link { visibility: hidden; }
  82. #tumblr_lightbox img {
  83. box-shadow:none!important;
  84. border-radius:0!important;
  85. }
  86. #tumblr_lightbox { background-color:transparent!important; }
  87. #tumblr_lightbox div:nth-child(2) {
  88. background-color:#fff;
  89. opacity:0.8;
  90. }
  91.  
  92. img { opacity:1; text-decoration:none; max-width:100%; height:auto; }
  93.  
  94. pre {
  95. white-space:pre-wrap;
  96. white-space:-moz-pre-wrap;
  97. white-space:-pre-wrap;
  98. white-space:-o-pre-wrap;
  99. word-wrap:break-word;
  100. }
  101.  
  102. a {
  103. cursor:url('http://i.imgur.com/wAJ03FG.png'), auto;
  104. color:#7b7b7b;
  105. text-decoration:none;
  106. -moz-transition-duration: 0.4s;
  107. -o-transition-duration: 0.4s;
  108. -webkit-transition-duration: 0.4s;
  109. transition-duration: 0.4s;
  110. }
  111.  
  112. a:hover {
  113. text-decoration:none;
  114. color:#d4a79f;
  115. -moz-transition-duration: 0.4s;
  116. -o-transition-duration: 0.4s;
  117. -webkit-transition-duration: 0.4s;
  118. transition-duration: 0.4s;
  119. }
  120.  
  121.  
  122. /*---content---*/
  123.  
  124. #content {
  125. margin:200px auto;
  126. background:#fff;
  127. width:540px;
  128. height:340px;
  129. }
  130.  
  131. .cont { margin:0px auto; width:400px; }
  132. .mask { position:relative; overflow:hidden; height:335px; }
  133.  
  134. .group {
  135. position:absolute;
  136. top:0px;
  137. left:0;
  138. width:360px;
  139. padding-top:20px;
  140. }
  141.  
  142. .slide {
  143. height:280px;
  144. text-align:left;
  145. list-style-type:none;
  146. background:#fff;
  147. overflow:auto;
  148. margin-left:30px;
  149. }
  150.  
  151. .slide h1 { font-size:25px; }
  152. .slide h2 { font-weight:300; color:#ead7d0; }
  153.  
  154. /*---nav---*/
  155.  
  156. .slide-nav { text-align:center; margin:-210px 0px 0px calc(50% + 300px);}
  157. .slide-nav ul { margin:0; padding:0; }
  158.  
  159. .slide-nav li {
  160. display:block;
  161. width: 8px;
  162. height:8px;
  163. background:#f8f8f8;
  164. border:1px solid #ead7d0;
  165. cursor:url('http://i.imgur.com/aEf27IP.png'), auto;
  166. margin-left: .5em;
  167. border-radius:50%;
  168. margin-bottom:20px;
  169. }
  170.  
  171. .slide-nav li.current { background:#ead7d0; }
  172.  
  173. .border {
  174. border-left:1px solid #ead7d0;
  175. height:100px;
  176. z-index:-1;
  177. position:absolute;
  178. margin:0px 0px 0px 10px;
  179. opacity:.2;
  180. }
  181.  
  182. .pic {
  183. width:150px;
  184. position:absolute;
  185. margin:50px 0px 0px -90px;
  186. padding:10px;
  187. background:#fff;
  188. box-shadow: 3px 3px 10px #eee;
  189. border:3px solid #fff;
  190. }
  191.  
  192. .pic img { width:150px; margin-bottom:-3px; }
  193.  
  194. /*---links---*/
  195.  
  196. .links ul {
  197. margin-top:20px;
  198. list-style-type:none;
  199. background:#fff;
  200. text-align:center;
  201. -webkit-column-count: 2;
  202. -moz-column-count: 2;
  203. column-count: 2;
  204. }
  205.  
  206. .links ul li {
  207. display:inline-block;
  208. position:relative;
  209. width:200px;
  210. margin-left:-60px;
  211. padding:10px;
  212. }
  213.  
  214. .links ul li:before {
  215. content:"";
  216. position:absolute;
  217. left:60px;
  218. bottom:0;
  219. height:1px;
  220. width:100px;
  221. border-bottom:1px solid #eee;
  222. }
  223.  
  224. /*---tags---*/
  225.  
  226. .tags {
  227. margin-top:10px;
  228. list-style-type:none;
  229. overflow:auto;
  230. }
  231.  
  232. .tags h2 { margin-top:20px; }
  233. .tags a {
  234. width:60px;
  235. border-bottom:1px solid #eee;
  236. display:inline-block;
  237. margin-right:10px;
  238. }
  239.  
  240.  
  241. /*---blogroll---*/
  242.  
  243. .br { margin-top:10px; }
  244. .br img {
  245. width:20px;
  246. padding:5px;
  247. background:#fff;
  248. box-shadow: 1px 1px 2px #eee;
  249. margin:0px 15px 15px 0px;
  250. -webkit-transition-duration: 0.4s;
  251. transition-duration: 0.4s;
  252. }
  253.  
  254. .br img:hover {
  255. opacity:.5;
  256. -webkit-transition-duration: 0.4s;
  257. transition-duration: 0.4s;
  258. }
  259.  
  260. /*---credit---*/
  261.  
  262. .credit {
  263. position:fixed;
  264. bottom:10px;
  265. right:10px;
  266. z-index:10;
  267. text-align:right;
  268. text-transform:uppercase;
  269. }
  270.  
  271. .credit a { color:#d4a79f; }
  272. .credit a:hover { color:#ead7d0; }
  273.  
  274. </style>
  275. </head>
  276.  
  277. <body>
  278. <div id="content">
  279.  
  280. <!---PIC--->
  281. <div class="pic"><img src="YOUR IMAGE URL HERE"></div>
  282.  
  283. <div class="cont">
  284. <div class="mask">
  285. <ul class="group">
  286. <li class="slide">
  287.  
  288. <!---START OF ABOUT--->
  289.  
  290. <h1>Jane Doe</h1>
  291. <h2>/ˈdʒeɪn ˈdoʊ/</h2>
  292. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborumlaboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.
  293. </li>
  294.  
  295. <!---END OF ABOUT--->
  296.  
  297. <!---START OF LINKS--->
  298.  
  299. <li class="slide" style="padding-top:90px;">
  300.  
  301. <span style="font-size:15px; font-weight:700; text-align:center;margin-left:70px;">Links</span>
  302. <nav class="links">
  303. <ul>
  304. <li><a href="/">link</a></li>
  305. <li><a href="/">link</a></li>
  306. <li><a href="/">link</a></li>
  307. <li><a href="/">link</a></li>
  308. <li><a href="/">link</a></li>
  309. <li><a href="/">link</a></li>
  310. <li><a href="/">link</a></li>
  311. <li><a href="/">link</a></li>
  312. </ul>
  313. </nav>
  314. </li>
  315.  
  316. <!---END OF LINKS--->
  317.  
  318.  
  319. <!---START OF TAGS--->
  320. <li class="slide" style="padding-top:25px">
  321.  
  322. <span style="font-size:12px; font-weight:700;text-align:left;">Tags</span>
  323.  
  324. <div style="font-size:10px;font-weight:400;font-style:italic;margin-top:10px;">Heading text</div>
  325. <div class="tags">
  326. <a href="/">link</a>
  327. <a href="/">link</a>
  328. <a href="/">link</a>
  329. <a href="/">link</a>
  330. <a href="/">link</a>
  331. <a href="/">link</a>
  332. <a href="/">link</a>
  333. <a href="/">link</a>
  334. <a href="/">link</a>
  335. <a href="/">link</a>
  336. <a href="/">link</a>
  337. </div>
  338.  
  339. <div style="font-size:10px;font-weight:400;font-style:italic;;margin-top:10px;">Heading text</div>
  340. <div class="tags">
  341. <a href="/">link</a>
  342. <a href="/">link</a>
  343. <a href="/">link</a>
  344. <a href="/">link</a>
  345. <a href="/">link</a>
  346. <a href="/">link</a>
  347. <a href="/">link</a>
  348. <a href="/">link</a>
  349. <a href="/">link</a>
  350. <a href="/">link</a>
  351. <a href="/">link</a>
  352. </div>
  353.  
  354. <div style="font-size:10px;font-weight:400;font-style:italic;;margin-top:10px;">Heading text</div>
  355. <div class="tags">
  356. <a href="/">link</a>
  357. <a href="/">link</a>
  358. <a href="/">link</a>
  359. <a href="/">link</a>
  360. <a href="/">link</a>
  361. <a href="/">link</a>
  362. <a href="/">link</a>
  363. <a href="/">link</a>
  364. </div>
  365. </li>
  366.  
  367. <!---END OF TAGS--->
  368.  
  369.  
  370.  
  371. <!---START OF BLOGROLL--->
  372. <li class="slide" style="padding-top:60px;">
  373. <span style="font-size:12px; font-weight:700;text-align:left;">Following</span>
  374. <div class="br">
  375. {block:Following}{block:Followed}<a href="{FollowedURL}" title="{FollowedName}"><img src="{FollowedPortraitURL-24}">{/block:Followed}{/block:Following}</a>
  376. </div>
  377. </li>
  378.  
  379. <!---END OF BLOGROLL--->
  380.  
  381.  
  382. </ul>
  383. </div>
  384.  
  385. <!---START OF NAVIGATION--->
  386.  
  387. <div class="slide-nav">
  388. <div class="border"></div>
  389. <ul>
  390. <li class="bullet" title="about"></li>
  391. <li class="bullet" title="links"></li>
  392. <li class="bullet" title="tags"></li>
  393. <li class="bullet" title="following"></li>
  394. </ul>
  395. </div>
  396. </div>
  397.  
  398. <!---END OF NAVIGATION--->
  399.  
  400. </div>
  401.  
  402.  
  403. <div class="credit">
  404. <a href="/">back to blog</a><br>
  405. <a href="https://www.tumblr.com/dashboard">dashboard</a><br>
  406. <a title="theme" href="http://mrsthemes.tumblr.com/">m</a>
  407. </div>
  408.  
  409. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  410. <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
  411. <script>
  412. var $slide = $('.slide'),
  413. $slideGroup = $('.group'),
  414. $bullet = $('.bullet');
  415. var slidesTotal = ($slide.length - 1),
  416. current = 0,
  417. isAutoSliding = false;
  418.  
  419. $bullet.first().addClass('current');
  420. var clickSlide = function() {
  421. window.clearInterval(autoSlide);
  422. isAutoSliding = false;
  423. var slideIndex = $bullet.index($(this));
  424. updateIndex(slideIndex);
  425. };
  426.  
  427. var updateIndex = function(currentSlide) {
  428. if (isAutoSliding) {
  429. if (current === slidesTotal) {
  430. current = 0;
  431. } else {
  432. current++;
  433. }
  434. } else {
  435. current = currentSlide;
  436. }
  437.  
  438. $bullet.removeClass('current');
  439. $bullet.eq(current).addClass('current');
  440. transition(current);
  441. };
  442.  
  443. var transition = function(slidePosition) {
  444. $slideGroup.animate({
  445. 'top': '-' + slidePosition + '00%'
  446. });
  447. };
  448.  
  449. $bullet.on('click', clickSlide);
  450. var autoSlide = window.setInterval(updateIndex, 3000);
  451. </script>
  452.  
  453. </body>
  454. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement