Advertisement
rasperries

teen lovers (helvetica)

Aug 4th, 2013
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.91 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head><script type="text/javascript">
  5. <!--
  6.  
  7. // Disable Right Click Script
  8.  
  9. function IE(e)
  10. {
  11. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  12. {
  13. return false;
  14. }
  15. }
  16. function NS(e)
  17. {
  18. if (document.layers || (document.getElementById && !document.all))
  19. {
  20. if (e.which == "2" || e.which == "3")
  21. {
  22. return false;
  23. }
  24. }
  25. }
  26. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  27.  
  28. //-->
  29. </script>
  30. <title>{Title}</title>
  31.  
  32. <link rel="shortcut icon" href="{Favicon}" />
  33. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  34. <meta name="description" content="{MetaDescription}" />
  35.  
  36. <link href='http://fonts.googleapis.com/css?family=Playfair+Display:500,700,500italic,700italic|Old+Standard+TT:500,700,500italic|Alice|Vidaloka|Arapey:500italic,500' rel='stylesheet' type='text/css'>
  37.  
  38. <meta name="color:links" content=""/>
  39. <meta name="image:header" content=""/>
  40. <meta name="if:longtitle" content="1"/>
  41. <meta name="if:titlebackgroundwhite" content="1"/>
  42. <meta name="if:headergrayscale" content="1"/>
  43. <meta name="text:link1" content=""/>
  44. <meta name="text:link1url" content=""/>
  45. <meta name="text:link2" content=""/>
  46. <meta name="text:link2url" content=""/>
  47. <meta name="text:link3" content=""/>
  48. <meta name="text:link3url" content=""/>
  49. <meta name="text:link4" content=""/>
  50. <meta name="text:link4url" content=""/>
  51.  
  52. <meta name="color:back" content="#ffffff"/>
  53. <meta name="color:border" content="#e8e8e8"/>
  54.  
  55. <meta name="color:link" content="#666666"/>
  56. <meta name="color:link hover" content="#ffffff"/>
  57.  
  58. <meta name="color:nav link background" content="#ffffff"/>
  59. <meta name="color:nav link" content="#666666"/>
  60. <meta name="color:nav link background hover" content="#e8e8e8"/>
  61. <meta name="color:nav link hover" content="#9191919"/>
  62.  
  63. <script type="text/javascript"
  64. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  65.  
  66. </head>
  67.  
  68. <style type="text/css">
  69.  
  70. ::-webkit-scrollbar-thumb:vertical{
  71. background-color:black;
  72. }
  73.  
  74. ::-webkit-scrollbar-thumb:horizontal{
  75. background-color:black;
  76. }
  77.  
  78. ::-webkit-scrollbar{
  79. height:5px;
  80. width:5px;
  81. background-color:white;
  82. }
  83.  
  84. body{cursor: url(http://i.imgur.com/ZOrzC.png), auto;color: {color:text}; background-color: {color:background}; background-image: url('{image:background}'); {block:ifFixedBackground}background-attachment: fixed; {/block:ifFixedBackground} {block:ifNoRepeatBackground}background-repeat:no-repeat; {/block:ifNoRepeatBackground} background-position:{text:Background Position};
  85. -family: helvetica; font-size:{text:Body Font Size}; text-align: justify;
  86. background-color:white;
  87. font-family:helvetica;
  88. font-size:9px;
  89. letter-spacing:0px;
  90. color:black;
  91. text-align:justify;
  92. word-wrap:break-word;
  93. }
  94.  
  95. a, a:active, a:visited{cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), auto; color: {color:link}; text-decoration:none; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; color: {color:link};
  96. text-decoration:none;
  97. -webkit-transition:0.5s ease-in;
  98. -moz-transition:0.5s ease-in;
  99. -o-transition:0.5s ease-in;
  100. transition:0.5s ease-in;
  101. color:{color:links};
  102. }
  103.  
  104. a:hover{cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), auto;color:{color:link hover}; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; color:{color:link hover}; -webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
  105. color:black;
  106. }
  107.  
  108. blockquote{
  109. margin-left:0px;
  110. border-left:1px solid #f2f2f2;
  111. padding-left:10px;
  112. width:95%;
  113. }
  114.  
  115. #con{
  116. width:400px;
  117. margin:0px auto 0px;
  118. }
  119.  
  120. #header{
  121. text-align:right;
  122. margin-bottom:60px;
  123. margin-top:40px;
  124. }
  125.  
  126.  
  127.  
  128. #header a {
  129. letter-spacing: px;
  130. padding-left: 15px;
  131. font-family: helvetica;
  132. font-size: 10px;
  133. color:#000;
  134. font-weight: ;
  135. text-transform: uppercase;
  136. -webkit-transition: all 0.3s ease-in-out;
  137. -moz-transition: all 0.3s ease-in-out;
  138. -o-transition: all 0.3s ease-in-out;
  139. transition: all 0.3s ease-in-out;
  140. }
  141.  
  142. #header a:hover {
  143. -webkit-transition: all 0.3s ease-in-out;
  144. -moz-transition: all 0.3s ease-in-out;
  145. -o-transition: all 0.3s ease-in-out;
  146. transition: all 0.3s ease-in-out;
  147. color: #eeeeee;
  148. background-color: ;
  149. }
  150.  
  151.  
  152. #header a.links:hover {color:#aaa;background:#fff;
  153. -webkit-transition: all 0.7s ease-in-out;
  154. -moz-transition: all 0.7s ease-in-out;
  155. -o-transition: all 0.7s ease-in-out;
  156. -ms-transition: all 0.7s ease-in-out;
  157. transition: all 0.7s ease-in-out;}
  158.  
  159.  
  160. #header h1{
  161. font-family:helvetica;
  162. font-size:43px;
  163. font-style:;
  164. margin-bottom:10px;
  165. letter-spacing:-2px;
  166. margin-right:0px;
  167. color:#000
  168. }
  169.  
  170. #header h1 a{
  171. color:#545454;
  172. }
  173.  
  174. #header img{
  175. margin:0px auto 15px;
  176. -webkit-border-radius:100px;
  177. width:64px;
  178. position:fixed;
  179. bottom:10px;
  180. left:10px;
  181. }
  182.  
  183. #header .descr {
  184. padding: 10px;
  185. background-color: #f5f5f5;
  186. opacity: 1;
  187. width: 215px;
  188. margin:0px auto 0px;
  189. text-align: justify;
  190. color: {color:text};
  191. font-size: {text:font size};
  192. letter-spacing: 0px;
  193. }
  194.  
  195. #header .descr a {
  196. line-height: 100%;
  197. border: 0px #fff;
  198. padding: 0px;
  199. font-family: {text:link font};
  200. background: ;
  201. color: {color:link} !important;
  202.  
  203. }
  204.  
  205.  
  206.  
  207.  
  208. .pagination{
  209. text-align:center;
  210. margin-top:90px;
  211. font-size:8px;
  212. letter-spacing:1px;
  213. margin-bottom:50px;
  214. }
  215.  
  216. .pagination a{
  217. margin:0px 10px 0px;
  218. font-style:normal;
  219. color:black;
  220. }
  221.  
  222. /* POSTS */
  223.  
  224. h2{
  225. text-align:center;
  226. font-weight:normal;
  227. text-transform:lowercase;
  228. font-size:11px;
  229. letter-spacing:1px;
  230. margin:0px 0px 10px;
  231. }
  232.  
  233. h3{
  234. text-align:center;
  235. font-weight:normal;
  236. margin:0px 0px 75px;
  237. text-transform:uppercase;
  238. font-size:8px;
  239. letter-spacing:1px;
  240. }
  241.  
  242. .post{
  243. width:400px;
  244. background-color:white;
  245. border:0px solid black;
  246. {block:IndexPage}margin-bottom:100px;{/block:IndexPage}
  247. {block:PermalinkPage}margin-bottom:10px;{/block:PermalinkPage}
  248. }
  249.  
  250. .op{
  251. {block:IndexPage}opacity:1;{/block:IndexPage}
  252. -webkit-transition:0.5s ease-in;
  253. }
  254.  
  255. .op:hover{
  256. opacity:1;
  257. }
  258.  
  259. .post h1{
  260. text-align:center;
  261. margin:0px 0px 10px;
  262. font-size:20px;
  263. letter-spacing:-1px;
  264. font-style:italic;
  265. }
  266.  
  267. span.more{font-family:helvetica !important;}
  268.  
  269. /* QUOTES */
  270.  
  271. .postquote{
  272. display:block;
  273. height:auto;
  274. padding-left:0px;
  275. width:95%;
  276. font-size:9px;
  277. letter-spacing:0px;
  278.  
  279.  
  280. margin:0px auto 20px;
  281. line-height:15px;
  282. text-align:justify;
  283.  
  284. }
  285.  
  286. .quotesource{
  287. text-align:right;
  288. margin-top:-8px;
  289. }
  290.  
  291. .quotesource span{
  292. background-color:white;
  293. padding-left:10px;
  294. }
  295.  
  296. .quoteborder{
  297. border-bottom:1px solid #f2f2f2;
  298. }
  299.  
  300. /* AUDIO POSTS */
  301.  
  302. .musicplayer{
  303. width:27px;
  304. height:27px;
  305. overflow:hidden;
  306. z-index:2;
  307. display:block;
  308. background-color:black;
  309. margin:38px 0px 0px 135px;
  310. position:absolute;
  311. opacity:1;
  312. -webkit-transition: all 0.7s ease-in-out;
  313. -moz-transition: all 0.7s ease-in-out;
  314. -o-transition: all 0.7s ease-in-out;
  315. }
  316.  
  317. .audio{
  318. position:absolute;
  319. width:298px;
  320. height:100px;
  321. background-color:black;
  322. margin-left:102px;
  323. }
  324.  
  325. .covers{
  326. width:100px;
  327. height:100px;
  328. }
  329.  
  330. .audioimg{
  331. width:100px;
  332. height:100px;
  333. position:absolute;
  334. }
  335.  
  336. .audioimg img{
  337. float:left;
  338. opacity:1;
  339. width:100px;
  340. }
  341.  
  342. .audioinfo{
  343. display:none;
  344. font-size:11px;
  345. text-transform:uppercase;
  346. margin-bottom:1px;
  347. margin-left:201px;
  348. height:65px;
  349. display:block;
  350. width:299px;
  351. text-align:center;
  352. background-color:white;
  353. padding-top:35px;
  354. letter-spacing:1px;
  355. }
  356.  
  357. /* ASK */
  358.  
  359. .question{
  360. margin-bottom:10px;
  361. background-color:#f2f2f2;
  362. padding:20px;
  363. display:block;
  364. min-height:30px;
  365. }
  366.  
  367. .question img{
  368. float:left;
  369. border-right:20px solid transparent;
  370. border-bottom:5px solid transparent;
  371. display:none;
  372. }
  373.  
  374. .question .by{
  375. text-align:right;
  376. letter-spacing:2px;
  377. text-transform:uppercase;
  378. font-style:italic;
  379. margin-top:15px;
  380. font-size:8px;
  381. }
  382.  
  383. /* POST INFO */
  384.  
  385. .postinfo{
  386. width:150px;
  387. margin-left:420px;
  388. position:absolute;
  389. padding:2px 10px 2px 7px;
  390. font-family:;
  391. font-size:7px;
  392. letter-spacing:1px;
  393. opacity:0;
  394. -webkit-transition:0.5s ease-in;
  395. -moz-transition:0.5s ease-in;
  396. -o-transition:0.5s ease-in;
  397. transition:0.5s ease-in;
  398. }
  399.  
  400. .post:hover .postinfo{
  401. opacity:1;
  402. }
  403.  
  404. .postinfo a.info, a:visited.info, a:active.info{
  405. color:black;
  406. }
  407.  
  408. .permainfo{
  409. text-align:right;
  410. margin-top:30px;
  411. border-top:1px solid #f2f2f2;
  412. padding-top:10px;
  413. font-family:helvetica;
  414. font-size:7px;
  415. letter-spacing:1px;
  416. line-height:10px;
  417. margin-bottom:60px;
  418. }
  419.  
  420. .tags{
  421. margin-top:5px;
  422. {block:IndexPage}text-align:left;font-size:8px;{/block:IndexPage}
  423. {block:PermalinkPage}text-align:right;font-size:8px;letter-spacing:0px;{/block:PermalinkPage}
  424. }
  425.  
  426. .tags a.tags, a:visited.tags, a:active.tags{
  427. color:black;
  428. {block:IndexPage}display:block;margin:2px 0px 2px;{/block:IndexPage}
  429. {block:PermalinkPage}margin:0px 0px 0px 10px;{/block:PermalinkPage}
  430. }
  431.  
  432. .tags a:hover.tags{
  433. color:{color:links};
  434. }
  435.  
  436. ol.notes{list-style-type:none;width:400px;margin-left:-40px;font-size:8px;text-transform:uppercase;line-height:10px;}
  437. ol.notes li.note{padding:5px;width:490px;margin-bottom:7px;border-bottom:1px solid #f2f2f2;padding-bottom:10px;}
  438. ol.notes li.note img.avatar{height:15px;float:left;margin-top:-3px;}
  439. ol.notes li.note span.action{margin-left:10px;}
  440. ol.notes li.note blockquote{border-left:2px solid #202020;padding-left:5px;margin-left:35px;}
  441.  
  442. #theme{
  443. position:fixed;
  444. bottom:10px;
  445. right:10px;
  446. -webkit-border-radius:100px;
  447. padding:3px 4px 2px;
  448. text-transform:lowercase;
  449. -webkit-transition:0.6s ease-in;
  450. cursor:default;
  451. font-size:8px;
  452. }
  453.  
  454. #theme:hover{
  455. background-color:{color:links};
  456. color:white;
  457. }
  458.  
  459. #counter{
  460. position:fixed;
  461. top:10px;
  462. left:10px;
  463. -webkit-border-radius:100px;
  464. padding:3px 4px 2px;
  465. text-transform:lowercase;
  466. -webkit-transition:0.6s ease-in;
  467. cursor:default;
  468. font-size:8px;
  469. }
  470.  
  471.  
  472.  
  473. </style>
  474. <body><div id="con">
  475.  
  476.  
  477. <div class=”source”>{block:ContentSource}<a href=”{SourceURL}”>{lang:Source}:{block:SourceLogo}
  478. <img src=”{BlackLogoURL}” width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  479. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  480. {/block:ContentSource}</div>
  481.  
  482. <div id="header">
  483. {block:ifheaderimage}{title}<img src="{image:header}" />{/block:ifheaderimage}
  484. {block:ifnotheaderimage}<h1>{title}</h1>{/block:ifnotheaderimage}
  485. <div style="margin-top:0px; text-transform:uppercase;font-size:10px; letter-spacing:1px;"><a href="/">i.</a>
  486. <a title="ask"href="/ask">ii.</a>
  487. <a title="about" href="/aboutme">iii.</a>
  488. <a title="edits" href="/mine">iv.</a>
  489. <a title="links" href="/links">v.</a>
  490. </div>
  491. </div>
  492.  
  493.  
  494.  
  495.  
  496. {block:TagPage}
  497. <h3>{block:Pagination}{TotalPages} pages of {/block:Pagination}posts tagged with <u>{Tag}</u></h3>
  498. {/block:TagPage}
  499.  
  500. {block:Posts}
  501.  
  502. <div class="post">
  503.  
  504.  
  505.  
  506.  
  507. {block:Date}{block:IndexPage}<div class="postinfo">
  508.  
  509. <a class="info" href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}{block:NoteCount}&nbsp; ∙ &nbsp;{NoteCount}{/block:NoteCount}</a>
  510.  
  511. {block:HasTags}<div class="tags">{block:Tags}<a class="tags" href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  512.  
  513. </div>{/block:IndexPage}{/block:Date}
  514.  
  515.  
  516.  
  517. {block:Quote}
  518. <div class="postquote">{Quote}</div>
  519. {block:Source}<div class="quoteborder"> </div>
  520. <div class="quotesource"><span>{Source}</span></div>{/block:Source}
  521. {/block:Quote}
  522.  
  523. {block:Photo}
  524. <div class="op"><a href="{block:IndexPage}{Permalink}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}"><img src="{PhotoURL-400}" /></a></div>
  525. {Caption}
  526. {/block:Photo}
  527.  
  528. {block:Photoset}
  529. <div class="op">{Photoset-400}</a></div>
  530. {Caption}
  531. {/block:Photoset}
  532.  
  533. {block:Link}
  534. <h2><a href="{url}">{name}</a></h2>{block:Description}{Description}{/block:Description}
  535. {/block:Link}
  536.  
  537. {block:Chat}
  538. {block:Title}<h2>{Title}</h2>{/block:Title}
  539. {block:Lines}<div style="margin-bottom:8px;background-color:#f2f2f2;">{block:Label}<span style="text-transform:; font-family:helvetica; font-size:9px;background-color:#f2f2f2;"> {Label}</span>{/block:Label}&nbsp;&nbsp;{Line}<br></div>{/block:Lines}
  540. {/block:Chat}
  541.  
  542. {block:Audio}
  543. <div class="audio"><div class="musicplayer">{AudioPlayerBlack}</div></div>
  544. <div class="covers"><div class="audioimg"><img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg"></div>{block:AlbumArt}<div class="audioimg"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}</div>
  545. {Caption}
  546. {/block:Audio}
  547.  
  548. {block:Text}
  549. {block:Title}<h2>{Title}</h2>{/block:Title}{Body}{block:More}<a href="{Permalink}">More <span class="more">→</span></a>{/block:More}
  550. {/block:Text}
  551.  
  552. {block:Video}
  553. {Video-400}
  554. {Caption}
  555. {/block:Video}
  556.  
  557. {block:Answer}
  558. <div class="question">
  559. {Question}
  560. <div class="by">asked by {Asker}</div>
  561. </div>
  562.  
  563. {Answer}
  564. {/block:Answer}
  565.  
  566. </div>
  567.  
  568. {block:PermalinkPage}
  569.  
  570. {block:Date}<div class="permainfo">
  571.  
  572. {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}&nbsp; ∙ &nbsp;{12Hour}:{Minutes}{AmPm}{block:NoteCount}&nbsp; ∙ &nbsp;{NoteCountWithLabel}{/block:NoteCount}<br />
  573.  
  574. {block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>&nbsp; ∙ &nbsp;from <a href="{ReblogRootURL}">{ReblogRootName}</a>{block:ContentSource}&nbsp; ∙ &nbsp;<a title="{SourceTitle}" href="{SourceURL}">{block:NoSourceLogo}©{/block:NoSourceLogo}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" />{/block:SourceLogo}</a>{/block:ContentSource}
  575. {/block:RebloggedFrom}
  576.  
  577. {block:HasTags}<div class="tags">{block:Tags}<a class="tags" href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  578.  
  579. </div>{/block:Date}
  580.  
  581. {block:PostNotes}{PostNotes}{/block:PostNotes}
  582. {/block:PermalinkPage}
  583.  
  584. {/block:Posts}
  585.  
  586. {block:Pagination}
  587. <div class="pagination">
  588. {block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage} {CurrentPage} of {TotalPages}
  589. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  590. </div>
  591. {/block:Pagination}
  592.  
  593. </div>
  594. <div id="counter"><script language="JavaScript">
  595. var ref = (''+document.referrer+'');
  596. document.write('<script src="http://freehostedscripts.net/ocounter.php?site=ID3212068&e1=&e2=&r=' + ref + '"><\/script>');
  597. </script></div>
  598. <a href="http://stymshaws.tumblr.com/themecred"><div id="theme">t.</div></a>
  599.  
  600. </div></body>
  601. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement