Advertisement
Guest User

pessimism

a guest
Aug 7th, 2014
1,202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.91 KB | None | 0 0
  1.  
  2. <!----© THEME BY slutjensen.tumblr.com for public use-----DON'T REMOVE CREDIT--->
  3.  
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <head><title>{title}</title>
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  9.  
  10.  
  11. <meta name="color:Background" content="#ffffff"/>
  12.  
  13. <meta name="color:title" content="#838282"/>
  14. <meta name="color:Text" content="#838282"/>
  15. <meta name="color:link" content="#b8b8b8"/>
  16. <meta name="color:linkhover" content="#838282"/>
  17.  
  18.  
  19. <meta name="color:border yo" content="#baa5a4"/>
  20. <meta name="color:link box" content="#baa5a4"/>
  21. <meta name="color:link text pop" content="#baa5a4"/>
  22. <meta name="color:scrollbar" content="#838282"/>
  23.  
  24.  
  25. <meta name="image:sidebar" content=""/>
  26. <meta name="text:name" content="">
  27. <meta name="text:age" content="">
  28. <meta name="text:location" content="">
  29. <meta name="text:biography" content="">
  30.  
  31. <meta name="color:name" content="#baa5a4"/>
  32. <meta name="color:age" content="#baa5a4"/>
  33. <meta name="color:location" content="#838282"/>
  34.  
  35.  
  36.  
  37. <meta name="text:LinkA" content="">
  38. <meta name="text:LinkA URL" content="/">
  39. <meta name="text:LinkB" content="">
  40. <meta name="text:LinkB URL" content="/">
  41. <meta name="text:LinkC" content="">
  42. <meta name="text:LinkC URL" content="/">
  43. <meta name="text:LinkD" content="">
  44. <meta name="text:LinkD URL" content="/">
  45. <meta name="text:LinkE" content="">
  46. <meta name="text:LinkE URL" content="/">
  47.  
  48.  
  49.  
  50. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  51. <style>
  52. div#qTip {
  53. padding:5px;
  54. margin:1px 0px 0px 1px;
  55. display:none;
  56. text-align:center;
  57. text-decoration:none;
  58. position:absolute;
  59. font-size:8px;
  60. font-weight:bold;
  61. max-width:90px;
  62. line-height:10px;
  63. font-family:calibri;
  64. z-index:10000;
  65. border:1px solid {color:link text pop};
  66. background-color:#fff;
  67. color:{color:link text pop};
  68. text-transform:uppercase;
  69. letter-spacing:1px;
  70. }
  71. </style>
  72.  
  73.  
  74.  
  75. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  76. <script type="text/javascript">
  77. $(document).ready(function () {
  78. $("#clk").toggle(function() {
  79. $("#upd").show();
  80. }, function() {
  81. $("#upd").hide();
  82. });
  83. });
  84. </script>
  85.  
  86. <style type="text/css">
  87.  
  88.  
  89. *, body, a {cursor: url('http://img69.imageshack.us/img69/7673/cursorw.png'), auto;}
  90.  
  91.  
  92.  
  93. ::-webkit-scrollbar {
  94.  
  95. width: 4px;
  96. height: 3px; background: #fafafa;
  97. }
  98. ::-webkit-scrollbar-thumb {background-color:{color:border yo}; ;}
  99.  
  100. body {
  101. background:{color:background};
  102. margin:0px;
  103. color:{color:text};
  104. font-family:times;
  105. font-size:10px;
  106. line-height:100%;
  107. }
  108.  
  109. a {
  110. color:{color:link};
  111. text-decoration:none;
  112. -webkit-transition: all 0.8s ease-in-out;
  113. -moz-transition: all 05s ease-in-out;
  114. transition: all 0.8s ease-in-out;
  115. }
  116.  
  117.  
  118. a:hover {
  119. color:{color:linkhover};
  120. -webkit-transition: all 0.8s ease-in-out;
  121. -moz-transition: all 0.8s ease-in-out;
  122. transition: all 0.8s ease-in-out;
  123. }
  124.  
  125. img {
  126. border:none;
  127. }
  128.  
  129. blockquote {
  130. padding-left:5px;
  131. border-left:2px solid;
  132. }
  133.  
  134. blockquote blockquote {
  135. padding-left:5px;
  136. border-left:2px solid;
  137. }
  138.  
  139. h1 {
  140. font-size:13px;
  141. font-style:italic;
  142. font-weight:100;
  143. text-align:center;
  144. letter-spacing:1px;
  145. text-transform:lowercase;
  146. font-family:baskerville;
  147. }
  148.  
  149.  
  150.  
  151. #entries {
  152.  
  153.  
  154. background:#fff;
  155.  
  156.  
  157. width:500px;
  158. margin-left:555px;
  159. margin-top:0px;
  160. -webkit-transition: all 0.8s ease-in-out;
  161. -moz-transition: all 0.8s ease-in-out;
  162. transition: all 0.8s ease-in-out;
  163. }
  164.  
  165.  
  166. #post {
  167.  
  168.  
  169. width:500px;
  170. text-align:center;
  171. z-index:9999999999999999999999999;
  172.  
  173. padding-bottom:40px;
  174. -webkit-transition: all 0.8s ease-in-out;
  175. -moz-transition: all 0.8s ease-in-out;
  176. transition: all 0.8s ease-in-out;
  177.  
  178. }
  179.  
  180. #post:hover {
  181.  
  182. -webkit-filter: grayscale(100%);
  183. -moz-filter: grayscale(100%);
  184. -ms-filter: grayscale(100%);
  185. -o-filter: grayscale(100%);
  186.  
  187. -webkit-transition: all 0.8s ease-in-out;
  188. -moz-transition: all 0.8s ease-in-out;
  189. transition: all 0.8s ease-in-out;
  190. }
  191.  
  192. #sidebar {
  193.  
  194. width:200px;
  195. height:250px;
  196. position:fixed;
  197. margin-left:200px;
  198. margin-top:299px;
  199.  
  200.  
  201. }
  202.  
  203.  
  204. #sidebarimage {
  205.  
  206. width 250px;
  207. -webkit-transition: all 0.8s ease-in-out;
  208. -moz-transition: all 0.8s ease-in-out;
  209. -o-transition: all 0.8s ease-in-out;
  210.  
  211. }
  212.  
  213.  
  214.  
  215. #sidebar:hover #titlegross {
  216. margin-top:173px;
  217. -webkit-transition: all 0.8s ease-in-out;
  218. -moz-transition: all 0.8s ease-in-out;
  219. -o-transition: all 0.8s ease-in-out;
  220.  
  221. }
  222.  
  223. #sidebarimage img {
  224. opacity:1;
  225. position:Fixed;
  226. width:180px;
  227. height:180px;
  228. margin-top:-113px;
  229. margin-left:-4px;
  230. }
  231.  
  232.  
  233.  
  234.  
  235.  
  236. #lmao {
  237. z-index:1;
  238. background:{color:background};
  239. position:fixed;
  240. width:300px;
  241. height:900px;
  242.  
  243. -moz-transform:rotate(45deg);
  244. -webkit-transform:rotate(45deg);
  245. width:200px;
  246. height:200px;
  247. margin-top:100px;
  248. margin-left:100px;
  249.  
  250. }
  251.  
  252.  
  253.  
  254. #texter {
  255.  
  256.  
  257.  
  258.  
  259. font-family:helvetica;
  260.  
  261. letter-spacing:0px;
  262. line-height: 112%;
  263. font-size:9px;
  264.  
  265. padding:5px;
  266. word-spacing:0px;
  267. border-top:1;
  268. text-align:left;
  269.  
  270.  
  271. margin-left:177px;
  272. z-index:2;
  273. margin-top:-120px;
  274. position:fixed;
  275.  
  276.  
  277. color:#c1c1c1;
  278. width:115px;
  279.  
  280.  
  281. -moz-transition-duration:.5s;
  282. -webkit-transition-duration:.5s;
  283. -o-transition-duration:.5s;
  284.  
  285.  
  286. }
  287.  
  288. #texter a:hover {
  289. background:#000;
  290.  
  291. padding-top:1px;
  292. -webkit-transition: all 0.8s ease-in-out;
  293. -moz-transition: all 0.8s ease-in-out;
  294. -o-transition: all 0.8s ease-in-out;
  295.  
  296. }
  297.  
  298.  
  299.  
  300.  
  301.  
  302. #plus {
  303.  
  304. display:block;
  305. position:fixed;
  306. margin-left:510px;
  307. margin-top:317px;
  308. width:22px;
  309. line-height:100%;
  310.  
  311. height:50px;
  312. }
  313.  
  314. #plus a{
  315.  
  316.  
  317. text-align:center;
  318. display:block;
  319.  
  320.  
  321.  
  322. color:#fff;
  323. padding-left:4px;
  324. padding-top:4px;
  325. padding-bottom:6px;
  326. padding-right:4px;
  327. font-family:helvetica;
  328.  
  329.  
  330. font-size:20px;
  331. color:#fff;
  332. background:#989898;
  333.  
  334.  
  335. -webkit-transition: all 0.6s ease-in-out;
  336. -moz-transition: all 0.6s ease-in-out;
  337. -o-transition: all 0.6s ease-in-out;
  338.  
  339. }
  340.  
  341.  
  342.  
  343.  
  344.  
  345.  
  346. #plus a:hover {
  347. color:#fff;
  348. background:{color:link box};
  349. -webkit-transition: all 0.6s ease-in-out;
  350. -moz-transition: all 0.6s ease-in-out;
  351. -o-transition: all 0.6s ease-in-out;
  352.  
  353. }
  354.  
  355.  
  356.  
  357.  
  358. #info {
  359.  
  360. width:400px;
  361. text-align:center;
  362. font-weight:bold;
  363. font-size:7px;
  364. margin-top:7px;
  365. letter-spacing:1px;
  366. padding:6px;
  367. padding-bottom:3px;
  368. font-family:times;
  369. color:#bababa;
  370. margin-left:45px;
  371. text-transform:uppercase;
  372. background:#fafafa;
  373. border:1px solid#eee;
  374.  
  375. }
  376.  
  377. #info a {
  378.  
  379. color:{color:link};
  380.  
  381. }
  382.  
  383. #info a:hover {
  384. color:{color:linkhover};
  385. }
  386.  
  387. #question {
  388. margin-top:10px;
  389. text-align:center;
  390. color:{color:text};
  391. line-height:120%;
  392. letter-spacing:1px;
  393. margin-left:10px;
  394. font-size:8px;
  395. padding:5px;
  396. width:400px;
  397. border-bottom:1px solid #ececec;
  398.  
  399. }
  400.  
  401. #answer {
  402.  
  403. text-align:center;
  404. padding:5px;
  405. color:{color:text};
  406. }
  407.  
  408. #askermage {
  409. text-align:left;
  410. border:2px solid #000;
  411. }
  412.  
  413.  
  414.  
  415.  
  416. #tags {
  417. line-height:390%;
  418. margin-top:3px;
  419. padding:4px;
  420. margin-left:45px;
  421. width:400px;
  422. text-align:center;
  423. font-size:6px;
  424. letter-spacing:1px;
  425. text-transform:uppercase;
  426. opacity:1;
  427.  
  428. }
  429.  
  430. #tags a{
  431.  
  432. text-align:center;
  433. margin-left:4px;
  434. color:{color:link};
  435. background:#fafafa;
  436. padding:5px;
  437. -webkit-transition: all 0.8s ease-in-out;
  438. -moz-transition: all 0.8s ease-in-out;
  439. transition: all 0.8s ease-in-out;
  440. }
  441.  
  442.  
  443. #tags a:hover {
  444. color:#fff;
  445. background:#989898;-webkit-transition: all 0.8s ease-in-out;
  446. -moz-transition: all 0.8s ease-in-out;
  447. transition: all 0.8s ease-in-out;
  448. }
  449.  
  450.  
  451.  
  452. #linkor {
  453.  
  454. line-height:300%;
  455. width:60px;
  456. height:400px;
  457. margin-top:236px;
  458. margin-left:169px;
  459. display:block;
  460. position:fixed;
  461.  
  462. }
  463.  
  464. #linkor a{
  465. display:block;
  466. background:#fff;
  467. border:1.5px solid {color:link box};
  468. color:transparent;
  469. background:;
  470. width:15px;
  471. height:15px;
  472. padding:2px;
  473. margin-top:5px;
  474. -moz-transition-duration:.5s;
  475. -webkit-transition-duration:.5s;
  476. -o-transition-duration:.5s;
  477. }
  478.  
  479. #linkor a:hover{
  480. background:{color:link box};
  481. -moz-transition-duration:.5s;
  482. -webkit-transition-duration:.5s;
  483. -o-transition-duration:.5s;
  484. }
  485.  
  486.  
  487. #askerimg {
  488. text-align:left;
  489. border:3px solid {color:link box};
  490.  
  491.  
  492.  
  493.  
  494. }
  495.  
  496. #loser {
  497. z-index:0;
  498. position:fixed;
  499. left:500px;
  500.  
  501. margin-top:-40px;
  502. }
  503.  
  504. #kinda {
  505. background:#fff;
  506. border:1px solid #eee;
  507. text-align:left;
  508. width:120px;
  509. font-weight:Bold;
  510. height:120px;
  511. margin-left:22px;
  512. margin-top:-89px;
  513. padding:5px;
  514. font-family:calibri;
  515. text-transform:uppercase;
  516. font-size:8.5px;
  517. opacity:0;
  518. color:#b5b5b5;
  519.  
  520. position:fixed;
  521. -moz-transition-duration:.5s;
  522. -webkit-transition-duration:.5s;
  523. -o-transition-duration:.5s;
  524. }
  525.  
  526. #sidebar:hover #kinda {
  527. opacity:1;
  528. -moz-transition-duration:.5s;
  529. -webkit-transition-duration:.5s;
  530. -o-transition-duration:.5s;
  531. }
  532.  
  533. #kinda a{
  534. color:{color:you};
  535.  
  536. }
  537.  
  538. #kinda a:hover
  539. {text-decoration:underline;}
  540.  
  541. .sfm input {
  542. background-color:#f5f5f5;
  543. font-size:8px;
  544.  
  545. border:0px;
  546. text-transform:uppercase;
  547. margin-top:0px;
  548. color:#999;
  549. letter-spacing:1px;
  550. padding:4px 8px;
  551. font-family:calibri, helvetica, arial;
  552. }
  553.  
  554.  
  555.  
  556.  
  557.  
  558. #credit {
  559.  
  560. font-size:12px;
  561. font-family:arial;
  562. font-weight:bold;
  563. letter-spacing:-1px;
  564. color:{color:link};
  565. padding:5px;
  566. border:0px solid #e9e9e9;
  567. position:fixed;
  568. right:1px;
  569. bottom:1px
  570. ;-webkit-transition: all 0.5s ease-out;
  571. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  572.  
  573. }
  574.  
  575.  
  576.  
  577.  
  578. #what:hover #credit {
  579.  
  580. color:#c4c4c4;
  581. -moz-transform:rotate(90deg);
  582. -webkit-transform:rotate(90deg);
  583. right:-17px;
  584. bottom:15px;
  585. ;-webkit-transition: all 0.5s ease-out;
  586. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  587.  
  588.  
  589. }
  590.  
  591. #themes {
  592. opacity:0;
  593. position:fixed;
  594. width:55px;
  595. text-align:right;
  596. font-family:arial;
  597. font-size:10px;
  598. font-weight:bold;
  599. letter-spacing:-1px;
  600. color:#c4c4c4;
  601. background:#fafafa;
  602. border:1px solid #eee;
  603. padding:3px;
  604. bottom:6px;
  605. right:8px; ;-webkit-transition: all 0.5s ease-out;
  606. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  607.  
  608. }
  609.  
  610. #what {
  611.  
  612.  
  613. z-index:2345678999;
  614. background:transparent;
  615. width:50px;
  616. height:20px;
  617. bottom:1px;
  618. right:1px;
  619.  
  620. position:fixed;
  621. ;-webkit-transition: all 0.5s ease-out;
  622. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  623. }
  624.  
  625. #what:hover #themes {
  626. right:19px;
  627.  
  628. opacity:1;
  629. ;-webkit-transition: all 0.5s ease-out;
  630. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  631. }
  632. #theme a{
  633. color:{color:link box};
  634. }
  635.  
  636.  
  637.  
  638.  
  639. #sf {
  640. background:url('http://static.tumblr.com/f1skqpy/Oxbn13qun/search_icon.png') #f5f5f5 left center no-repeat; background-size:10px 10px;
  641. }
  642.  
  643. {CustomCSS}</style></head><body>
  644.  
  645. <div id="loser"><img src="{image:lmao}"></div>
  646.  
  647.  
  648. <div id="plus">
  649. {block:Pagination}
  650.  
  651. <div style="margin-top:26px;">
  652.  
  653. {block:NextPage}<a href="{NextPage}" title="next">+</a>{/block:NextPage}
  654.  
  655.  
  656. </div>
  657.  
  658. <div style="margin-top:-40px;">
  659.  
  660. {block:PreviousPage}<a href="{PreviousPage}" title="previous">-</a>{/block:PreviousPage}
  661.  
  662.  
  663. </div>
  664.  
  665.  
  666. </div>
  667.  
  668. {/block:Pagination}
  669. </div>
  670.  
  671.  
  672. <div id="linkor">
  673.  
  674. <a href="{text:LinkA URL}" title="{text:LinkA}">o</a>
  675. <a href="{text:LinkB URL}" title="{text:LinkB}">o</a>
  676. <a href="{text:LinkC URL}" title="{text:LinkC}">o</a>
  677. <a href="{text:LinkD URL}" title="{text:LinkD}">o</a>
  678. <a href="{text:LinkE URL}" title="{text:LinkE}">o</a>
  679.  
  680. </div>
  681.  
  682.  
  683.  
  684.  
  685. <div id="sidebar">
  686.  
  687.  
  688.  
  689.  
  690.  
  691.  
  692.  
  693. <div id="texter">
  694.  
  695.  
  696.  
  697.  
  698.  
  699. <div style="color:{color:title};
  700. font-size:31px;
  701. font-weight:Bold;
  702. letter-spacing:-3px;
  703.  
  704. text-align:left;
  705. width:130px;
  706.  
  707. line-height:75%;
  708.  
  709. font-family:Arial;">{title}</div>
  710.  
  711.  
  712. <div style="margin-top:5px;margin-left:3px;">
  713. {description}
  714.  
  715.  
  716. </div>
  717. </div>
  718.  
  719.  
  720.  
  721.  
  722.  
  723.  
  724. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  725.  
  726.  
  727.  
  728. <div id="kinda">
  729.  
  730. <div style="border-bottom:1px solid #eee;padding-bottom:0px;">
  731.  
  732. <kinda style="text-align:left;font-family:helvetica;text-transform:uppercase;font-size:10px;color:{color:name};letter-spacing:0px;font-weight:bold;">+ {text:name},
  733.  
  734. </kinda><kinda style="text-align:left;font-family:helvetica;text-transform:uppercase;font-size:10px;color:{color:age};letter-spacing:0px;font-weight:bold;"> {text:age},</kinda>
  735.  
  736. <kinda style="text-align:left;font-family:helvetica;text-transform:uppercase;font-size:10px;color:{color:location};letter-spacing:0px;font-weight:bold;"> {text:location}</kinda>
  737.  
  738. </div>
  739.  
  740. <div style="text-align:center; margin-top:3px;">
  741.  
  742. <div style="height:70px;overflow:auto;padding:3px;">
  743. {text:biography}
  744. </div>
  745.  
  746.  
  747. <div style="position:fixed;margin-top:7px;margin-left:7px;">
  748. <script language="javascript">
  749.  
  750. function send()
  751. {document.theform.submit()}
  752.  
  753. </script>
  754.  
  755. <form action="/search" method="get" class="sfm" name="theform">
  756.  
  757. <input type="text" name="q" value="" id="sf" />
  758.  
  759. </form>
  760.  
  761.  
  762. </div> </div></div>
  763.  
  764.  
  765.  
  766. </div></div>
  767. </div>
  768. </div>
  769.  
  770.  
  771. <div id="entries">{block:Posts}<div id="post">
  772.  
  773. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  774.  
  775. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  776.  
  777. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  778.  
  779. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  780.  
  781. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  782.  
  783. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  784.  
  785. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  786.  
  787. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  788.  
  789. {block:Answer}<div id="question">
  790. <i>
  791. {Asker}:</i> {Question}</div><div id="answer">{Answer}</div>{/block:answer}
  792.  
  793. {block:Date}<div id="info"><a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a> {block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a> {/block:NoteCount} {block:RebloggedFrom} — <a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}
  794. {block:ContentSource} , <a href="{SourceURL}">source</a>{/block:ContentSource} {/block:Date}</div>
  795. {block:HasTags}
  796. <div id="tags">
  797. {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>
  798. {/block:HasTags}
  799. <div class="postnote">
  800. {block:PostNotes}{PostNotes}{/block:PostNotes}
  801. </div>
  802. </div>
  803. {/block:Posts}
  804.  
  805.  
  806.  
  807. <div id="what">
  808.  
  809. <div id="credit"><a href="http://slutjensen.tumblr.com">
  810.  
  811. dear cas,</div><div id="themes">themes by <what style="font-size:13px;">slutjensen</what></div></div>
  812.  
  813.  
  814.  
  815.  
  816. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement