Advertisement
awkwardpengu1n

Theme 23 by awkward-pengu1n

Jun 15th, 2013
1,824
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.48 KB | None | 0 0
  1. <!--
  2. Theme 23 by Julia (awkward-pengu1n.tumblr.com)
  3. Please keep the credit, if you don't I will find you, report you, and your blog may be deleted!
  4. You may edit this to your liking just remember to credit me :)
  5. -->
  6.  
  7. <html lang="en">
  8. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  9. <html xmlns="http://www.w3.org/1999/xhtml">
  10. <head>
  11.  
  12. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  13. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  14. <script>
  15. (function($){
  16. $(document).ready(function(){
  17. $("a[title]").style_my_tooltips({
  18. tip_follows_cursor:true,
  19. tip_delay_time:90,
  20. tip_fade_speed:600,
  21. attribute:"title"
  22. });
  23. });
  24. })(jQuery);
  25. </script>
  26.  
  27. <script type="text/javascript">
  28. <!--
  29.  
  30. // Disable Right Click Script
  31.  
  32. function IE(e)
  33. {
  34. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  35. {
  36. return false;
  37. }
  38. }
  39. function NS(e)
  40. {
  41. if (document.layers || (document.getElementById && !document.all))
  42. {
  43. if (e.which == "2" || e.which == "3")
  44. {
  45. return false;
  46. }
  47. }
  48. }
  49. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  50.  
  51. //-->
  52. </script>
  53.  
  54.  
  55. <script type="text/javascript"
  56. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  57.  
  58. <!--DEFAULT VARIABLES-->
  59. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  60. <meta name="color:background" content="#fff"/>
  61. <meta name="color:link" content="#777"/>
  62. <meta name="color:text" content="#777"/>
  63. <meta name="color:title" content="#333"/>
  64. <meta name="color:hover" content="#fff"/>
  65. <meta name="color:borders" content="#cbcbcb"/>
  66. <meta name="color:link shadow" content="#cbcbcb"/>
  67. <meta name="color:back1" content="#bbb"/>
  68. <meta name="color:back2" content="#ddd"/>
  69. <meta name="color:quote bar" content="#bbb"/>
  70. <meta name="image:sidebar" content="1"/>
  71. <meta name="image:background" content="1"/>
  72. <meta name="image:sidebarbg2" content="0"/>
  73. <meta name="text:quote 1" content="So don't you worry your pretty little mind, people throw rocks at things that shine"/>
  74. <meta name="text:quote 2" content="And life makes love look hard; the stakes are high, the water's rough, but this love is ours"/>
  75. <meta name="text:name" content="Bob"/>
  76. <meta name="text:link one" content="link one"/>
  77. <meta name="text:link two" content="link two"/>
  78. <meta name="text:link three" content="link three"/>
  79. <meta name="text:link four" content="link four"/>
  80. <meta name="text:link five" content="link five"/>
  81. <meta name="text:link six" content="link six"/>
  82. <meta name="text:link one hover" content="one"/>
  83. <meta name="text:link two hover" content="two"/>
  84. <meta name="text:link three hover" content="three"/>
  85. <meta name="text:link four hover" content="four"/>
  86. <meta name="text:link five hover" content="five"/>
  87. <meta name="text:link six hover" content="six"/>
  88.  
  89. <style type="text/css">
  90.  
  91. #s-m-t-tooltip {
  92. max-width:300px;
  93. padding:2px 3px 2px 3px;
  94. margin:20px 0px 0px 20px;
  95. background: #fff; /* change the background color */
  96. border:1px solid {color:borders}; /* change the border color */
  97. font-family:calibri; /* change the font */
  98. font-size:10px; /* change the font size */
  99. border-radius:3px;
  100. font-style:italic;
  101. box-shadow:2px 2px 3px #ccc;
  102. letter-spacing:0px; /* change the letter spacing */
  103. text-transform:none; /* can be uppercase, lowercase, none*/
  104. color:{color:text}; /* change the text color */
  105. z-index:999999999999999999999999999999999999;
  106. }
  107.  
  108. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.6;-webkit-transition: all 0.8s ease-out;-moz-
  109.  
  110. transition: all 0.8s ease-out;transition: all 0.8s ease-out;-webkit-filter: invert(100%);}
  111.  
  112. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 0.8;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  113.  
  114. p {
  115. margin:0px;
  116. margin-top:0px;
  117. }
  118.  
  119.  
  120. body {
  121. padding: 0px;
  122. margin: 0px;
  123. color:{color:text};
  124. font-family: pewp;
  125. line-height:14px;
  126. font-size:11px;
  127. background-color: {color:Background};
  128. background-image:url({image:Background});
  129. background-attachment: fixed;
  130. background-repeat: repeat;
  131. }
  132.  
  133.  
  134. a:link, a:active, a:visited{
  135. text-decoration: none;
  136. -webkit-transition: color 0.3s ease-out;
  137. -moz-transition: color 0.3s ease-out;
  138. transition: color 0.3s ease-out;
  139. color:{color:link};
  140. }
  141.  
  142. a:hover {
  143. text-decoration: none;
  144. font-style:;
  145. color: {color:Hover};
  146. }
  147.  
  148. div#center{
  149. margin:auto;
  150. position:relative;
  151. width:1000px;
  152. background-color:;
  153. overflow:auto;
  154. overflow-y:hidden;
  155. }
  156.  
  157.  
  158. /*CUSTOMIZE ENTRY SETTINGS HERE*/
  159. .entry {
  160. float:left;
  161. display: block;
  162. margin:5px;
  163. overflow:hidden;
  164. width:230px;
  165. padding:6px;
  166. padding-bottom:3px;
  167. border:1px solid {color:borders};
  168. {block:PermalinkPage}
  169. width:450px;
  170. text-align:left;
  171. line-height:14px;
  172. {/block:PermalinkPage}
  173. background:white;
  174. background-image:URL();
  175. }
  176.  
  177.  
  178. /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
  179. .entry .perma{
  180. width:220px;
  181. height:15px;
  182. margin-left:0px;
  183. position: absolute;
  184. line-height: 15px;
  185. overflow:hidden;
  186. padding:5px;
  187. padding-top:4px;
  188. text-align:center;
  189. top:-11px;
  190. border:3px solid {color:borders};
  191. font-family:calibri;
  192. text-transform:uppercase;
  193. font-size:10px;
  194. border-top:0px;
  195. border-left:0px;
  196. border-right:0px;
  197. background:white;
  198. word-spacing:2px;
  199. letter-spacing:1px;
  200. opacity: 0.0;
  201. -webkit-transition: all .7s ease;
  202. -moz-transition: all .7s ease;
  203. -o-transition: all .7s ease;
  204. transition: all .7s ease;
  205.  
  206. }
  207.  
  208. .entry:hover .perma{
  209. overflow:visible;
  210. opacity:1.0;
  211. height:15px;
  212. top:0px;
  213. border-bottom:3px solid {color:borders};
  214. }
  215.  
  216.  
  217. /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
  218. #posts {
  219. width:780px;
  220. margin-top:30px;
  221. z-index:99;
  222. margin-left:220px;
  223. right:auto;
  224. background:transparent;
  225. margin-right:auto;
  226. position:relative;
  227. overflow-y: hidden;
  228. }
  229.  
  230.  
  231. /*CUSTOMIZE SIDEBAR HERE*/
  232. #sidebar{
  233. position:fixed !important;
  234. width:250px;
  235. background:white;
  236. height:auto;
  237. margin-top:108px;
  238. margin-left:-110px;
  239. height:380px;
  240. text-align:center;
  241. padding:8px;
  242. border:4px double {color:borders};
  243. z-index:999;
  244. transition: all 0.7s ease-out;
  245. -o-transition-transition: all 0.7s ease-out;
  246. -webkit-transition: all 0.7s ease-out;
  247. -moz-transition: all 0.7s ease-out;
  248. }
  249.  
  250. #sidebar:hover{
  251. margin-left:-141px;
  252. width:308px;
  253. }
  254.  
  255. #sidebar img{
  256. width:250px;
  257. height:340px;
  258. transition: all 0.7s ease-out;
  259. -o-transition-transition: all 0.7s ease-out;
  260. -webkit-transition: all 0.7s ease-out;
  261. -moz-transition: all 0.7s ease-out;
  262. }
  263.  
  264. #sidebar:hover img{
  265. margin-left:-50px;
  266. }
  267.  
  268. #desc{
  269. margin-top:5px;
  270. width:250px;
  271. height:32px;
  272. overflow:auto;
  273. font-size:12px;
  274. line-height:16px;
  275. transition: all 0.7s ease-out;
  276. -o-transition-transition: all 0.7s ease-out;
  277. -webkit-transition: all 0.7s ease-out;
  278. -moz-transition: all 0.7s ease-out;
  279. }
  280.  
  281. #sidebar:hover #desc{
  282. margin-left:-50px;
  283. }
  284.  
  285. #link1{
  286. position:fixed;
  287. margin-left:270px;
  288. margin-top:15px;
  289. width:30px;
  290. height:30px;
  291. border-radius:5px;
  292. font-family:consolas;
  293. font-size:30px;
  294. line-height:30px;
  295. opacity:0;
  296. text-shadow:2px 2px 3px {color:link shadow};
  297. transition: all 0.7s ease-out;
  298. -o-transition-transition: all 0.7s ease-out;
  299. -webkit-transition: all 0.7s ease-out;
  300. -moz-transition: all 0.7s ease-out;
  301. }
  302.  
  303. #link1:hover{
  304. background:{color:borders};
  305. text-shadow:0px 0px 0px;
  306. }
  307.  
  308. #link2{
  309. position:fixed;
  310. margin-left:270px;
  311. margin-top:60px;
  312. width:30px;
  313. height:30px;
  314. border-radius:5px;
  315. font-family:consolas;
  316. font-size:30px;
  317. line-height:30px;
  318. opacity:0;
  319. text-shadow:2px 2px 3px {color:link shadow};
  320. transition: all 0.7s ease-out;
  321. -o-transition-transition: all 0.7s ease-out;
  322. -webkit-transition: all 0.7s ease-out;
  323. -moz-transition: all 0.7s ease-out;
  324. }
  325.  
  326. #link2:hover{
  327. background:{color:borders};
  328. text-shadow:0px 0px 0px;
  329. }
  330.  
  331. #link3{
  332. position:fixed;
  333. margin-left:270px;
  334. margin-top:105px;
  335. width:30px;
  336. height:30px;
  337. border-radius:5px;
  338. font-family:consolas;
  339. font-size:30px;
  340. line-height:30px;
  341. opacity:0;
  342. text-shadow:2px 2px 3px {color:link shadow};
  343. transition: all 0.7s ease-out;
  344. -o-transition-transition: all 0.7s ease-out;
  345. -webkit-transition: all 0.7s ease-out;
  346. -moz-transition: all 0.7s ease-out;
  347. }
  348.  
  349. #link3:hover{
  350. background:{color:borders};
  351. text-shadow:0px 0px 0px;
  352. }
  353.  
  354. #link4{
  355. position:fixed;
  356. margin-left:270px;
  357. margin-top:150px;
  358. width:30px;
  359. height:30px;
  360. border-radius:5px;
  361. font-family:consolas;
  362. font-size:30px;
  363. line-height:30px;
  364. opacity:0;
  365. text-shadow:2px 2px 3px {color:link shadow};
  366. transition: all 0.7s ease-out;
  367. -o-transition-transition: all 0.7s ease-out;
  368. -webkit-transition: all 0.7s ease-out;
  369. -moz-transition: all 0.7s ease-out;
  370. }
  371.  
  372. #link4:hover{
  373. background:{color:borders};
  374. text-shadow:0px 0px 0px;
  375. }
  376.  
  377. #link5{
  378. position:fixed;
  379. margin-left:270px;
  380. margin-top:195px;
  381. width:30px;
  382. height:30px;
  383. border-radius:5px;
  384. font-family:consolas;
  385. font-size:30px;
  386. line-height:30px;
  387. opacity:0;
  388. text-shadow:2px 2px 3px {color:link shadow};
  389. transition: all 0.7s ease-out;
  390. -o-transition-transition: all 0.7s ease-out;
  391. -webkit-transition: all 0.7s ease-out;
  392. -moz-transition: all 0.7s ease-out;
  393. }
  394.  
  395. #link5:hover{
  396. background:{color:borders};
  397. text-shadow:0px 0px 0px;
  398. }
  399.  
  400. #link6{
  401. position:fixed;
  402. margin-left:270px;
  403. margin-top:240px;
  404. width:30px;
  405. height:30px;
  406. border-radius:5px;
  407. font-family:consolas;
  408. font-size:30px;
  409. line-height:30px;
  410. opacity:0;
  411. text-shadow:2px 2px 3px {color:link shadow};
  412. transition: all 0.7s ease-out;
  413. -o-transition-transition: all 0.7s ease-out;
  414. -webkit-transition: all 0.7s ease-out;
  415. -moz-transition: all 0.7s ease-out;
  416. }
  417.  
  418. #link6:hover{
  419. background:{color:borders};
  420. text-shadow:0px 0px 0px;
  421. }
  422.  
  423. #sidebar:hover #link1, #sidebar:hover #link2, #sidebar:hover #link3, #sidebar:hover #link4, #sidebar:hover #link5, #sidebar:hover #link6{
  424. opacity:1;
  425. }
  426.  
  427. #link1 a:hover, #link2 a:hover, #link3 a:hover, #link4 a:hover, #link5 a:hover, #link6 a:hover{
  428. color:white;
  429. }
  430.  
  431. #back1{
  432. position:fixed !important;
  433. z-index:9;
  434. width:290px;
  435. height: 420px;
  436. opacity: 1;
  437. margin-top:100px;
  438. margin-left:-120px;
  439. background: {color:back1};
  440. -webkit-transform: rotate(-5deg);
  441. transition: all 0.7s ease-out;
  442. -o-transition-transition: all 0.7s ease-out;
  443. -webkit-transition: all 0.7s ease-out;
  444. -moz-transition: all 0.7s ease-out;
  445. }
  446.  
  447. #back2{
  448. position:fixed !important;
  449. z-index:9;
  450. width:290px;
  451. height: 420px;
  452. opacity: 1;
  453. margin-top:100px;
  454. margin-left:-120px;
  455. background: {color:back2};
  456. -webkit-transform: rotate(5deg);
  457. transition: all 0.7s ease-out;
  458. -o-transition-transition: all 0.7s ease-out;
  459. -webkit-transition: all 0.7s ease-out;
  460. -moz-transition: all 0.7s ease-out;
  461. }
  462.  
  463. #quote{
  464. position:fixed !important;
  465. top:0px;
  466. height:21px;
  467. width:760px;
  468. margin-left:220px;
  469. background-color:{color:quote bar};
  470. z-index:999;
  471. color:#f1f1f1;
  472. font-size:12px;
  473. text-transform:uppercase;
  474. font-family:consolas;
  475. line-height:12px;
  476. padding-top:8px;
  477. text-align:center;
  478. -webkit-transition: opacity .7s linear;
  479. -webkit-transition: all .7s ease-in-out;
  480. -moz-transition: all .7s ease-in-out;
  481. -o-transition: all .7s ease-in-out;
  482. }
  483.  
  484. #quote .textt{
  485. opacity:1;
  486. -webkit-transition: opacity .7s linear;
  487. -webkit-transition: all .7s ease-in-out;
  488. -moz-transition: all .7s ease-in-out;
  489. -o-transition: all .7s ease-in-out;
  490. }
  491.  
  492. #quote .texttt{
  493. opacity:0;
  494. margin-top:-12px;
  495. -webkit-transition: opacity .7s linear;
  496. -webkit-transition: all .7s ease-in-out;
  497. -moz-transition: all .7s ease-in-out;
  498. -o-transition: all .7s ease-in-out;
  499. }
  500.  
  501. #quote:hover .textt{
  502. opacity:0;
  503. }
  504.  
  505. #quote:hover .texttt{
  506. opacity:1;
  507. }
  508.  
  509. .sidebarbg2{
  510. position:fixed !important;
  511. margin-left:1000px;
  512. top: 0px;
  513. background-image:url({image:sidebarbg2});
  514. background-size:cover;
  515. height:100%;
  516. border-right: 5px solid #000;
  517. box-shadow: 0px 0px 6px #454545;
  518. opacity:0.8;
  519. width:50px;
  520. border-bottom:3px solid #fff;
  521. border-left: 3px solid #fafafa;
  522. border-right: 3px solid #fafafa;
  523. }
  524.  
  525. #blogtitle{
  526. position:fixed;
  527. font-family:lala;
  528. font-size:30px;
  529. line-height:30px;
  530. margin-top:-30px;
  531. color:white;
  532. text-shadow:0px 0px 3px #454545;
  533. -webkit-transition: opacity .7s linear;
  534. -webkit-transition: all .7s ease-in-out;
  535. -moz-transition: all .7s ease-in-out;
  536. -o-transition: all .7s ease-in-out;
  537. }
  538.  
  539. #blogtitle:hover{
  540. text-shadow:0px 0px 10px #000;
  541. }
  542.  
  543. askk{
  544. font-family: "good time";
  545. font-size: 13px;
  546. text-transform:normal;
  547. text-align:left;
  548. letter-spacing: 1px;
  549. line height:20px;
  550. color: {color:link};
  551. z-index: 1;
  552. }
  553.  
  554. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  555. @font-face {font-family: 'lala';src: url('http://static.tumblr.com/gyoju49/3zymoas94/meem58.woff');}
  556. @font-face{font-family:Basic L;src:url(http://static.tumblr.com/9wzbixa/Cf3mj2g0f/basicl.ttf);}
  557. @font-face{font-family:Celeste Hand;src:url(http://static.tumblr.com/9wzbixa/UBpmj2h2i/celeste_hand.ttf);}
  558. @font-face {font-family:Aderyn;src:url(http://static.tumblr.com/9wzbixa/Qnqm26qzk/dk_aderyn_0.ttf);}
  559. @font-face{font-family:Helvetidoodle; src:url(http://static.tumblr.com/9wzbixa/qOPmj2lzl/helvetidoodlebyedt.ttf);}
  560. @font-face { font-family: "Call Me"; src: url("http://static.tumblr.com/j2nmv5m/yJSm69tse/kgcallmemaybe-skinny.ttf") format("truetype"); }
  561. @font-face { font-family: "learningcurve"; src: url('http://static.tumblr.com/rmj06l2/paAlm4ymo/learningcurve.ttf'); }
  562. @font-face { font-family: "good time"; src: url('http://static.tumblr.com/u37ad6e/bR1mb6f8o/kgalwaysagoodtime.ttf'); }
  563. @font-face { font-family: "berry"; src: url('http://static.tumblr.com/hbpttq5/Qihmbcq4u/stanberry.ttf'); }
  564. @font-face { font-family: "pewp"; src: url('http://static.tumblr.com/bepad33/6M6m295eu/delius-regular.ttf'); }
  565. @font-face { font-family: "shit"; src: url('http://static.tumblr.com/wmaxsyb/S5wmfg6nl/throwmyhandsupintheair.ttf'); }
  566. @font-face { font-family:"Just Realize"; src:url(http://static.tumblr.com/sghs9ih/2tFlu5il8/justrealize.ttf);}
  567. @font-face{font-family:Lemons; src: url(http://static.tumblr.com/9wzbixa/9Bsmj3k8e/lemons_can_fly.ttf);}
  568. @font-face{font-family:Pacifico;src:url(http://static.tumblr.com/9wzbixa/D3Wlyw7u4/pacifico.ttf);}
  569.  
  570.  
  571. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  572. .title{
  573. line-height: 26px;
  574. color:{color:Title};
  575. font-weight: normal;
  576. font-family:lala;
  577. font-size:26px;
  578. }
  579.  
  580.  
  581. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  582. .permalink{
  583. text-transform: normal;
  584. display: block;
  585. text-align: right;
  586. text-decoration: none;
  587. font-family:calibri;
  588. font-style:italic;
  589. font-size:10px;
  590. }
  591.  
  592.  
  593. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
  594. #infscr-loading{
  595. bottom: -70px;
  596. position: absolute;
  597. left: 50%;
  598. margin-left:-8px;
  599. width:16px;
  600. height:11px;
  601. overflow:hidden;
  602. margin-bottom: 50px;
  603. }
  604.  
  605. #postnotes{
  606. text-align: justify;}
  607.  
  608. #postnotes blockquote{
  609. border: 0px;}
  610.  
  611. blockquote{
  612. padding:0px 0px 2px 5px;
  613. margin:0px 0px 2px 10px;
  614. border-left: 1px dotted #555555;
  615. }
  616.  
  617. blockquote p, ul{
  618. margin:0px;
  619. padding:0px;
  620. }
  621.  
  622. a img{border: 0px;}
  623.  
  624. ::-webkit-scrollbar {width: 4px; height: 4px; background: #eeeeee;}
  625.  
  626. ::-webkit-scrollbar-thumb { background-color:#ababab; border-bottom: 1px solid #aaaaaa; border-top: 1px solid #aaaaaa; border-left: 1px solid
  627. #aaaaaa; border-radius:10px; }
  628.  
  629.  
  630. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  631.  
  632. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  633. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  634.  
  635. .notes img{width:10px; position:relative; top:3px;}
  636. <--ses-->
  637. small{font-size: 90%;}
  638.  
  639. {CustomCSS}
  640.  
  641. </style>
  642.  
  643. {block:IndexPage}
  644. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  645. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  646. <script type='text/javascript' src='http://static.tumblr.com/pbot8z9/I3Sml6014/querryscript.js'></script>
  647.  
  648. <script type="text/javascript">
  649. $(window).load(function(){
  650. var $wall = $('#posts');
  651. $wall.imagesLoaded(function(){
  652. $wall.masonry({
  653. itemSelector: '.entry, .entry_photo',
  654. isAnimated : false
  655. });
  656. });
  657.  
  658. $wall.infinitescroll({
  659. navSelector : '#pagination',
  660. nextSelector : '#pagination a',
  661. itemSelector : '.entry, .entry_photo',
  662. bufferPx : 2000,
  663. debug : false,
  664. errorCallback: function() {
  665. $('#infscr-loading').fadeOut('normal');
  666. }},
  667. function( newElements ) {
  668. var $newElems = $( newElements );
  669. $newElems.hide();
  670. $newElems.imagesLoaded(function(){
  671. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  672. });
  673. }); $('#posts').show(500);
  674. });
  675. </script>
  676.  
  677.  
  678. {/block:IndexPage}
  679.  
  680.  
  681. <title>{title}</title>
  682.  
  683. <link rel="shortcut icon" href="{Favicon}" />
  684. <meta name="viewport" content="width=820" />
  685. </head>
  686.  
  687. <body>
  688. <BODY onselectstart="return false;" ondragstart="return false;">
  689. <div class="wrapper">
  690. <div class="header">
  691. </div>
  692.  
  693. <div id="cage">
  694. <div id="center">
  695.  
  696. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  697. <div id="sidebar">
  698. <div id="link1"><a href="{text:link one}" title="{text:link one hover}">1</a></div>
  699. <div id="link2"><a href="{text:link two}" title="{text:link two hover}">2</a></div>
  700. <div id="link3"><a href="{text:link three}" title="{text:link three hover}">3</a></div>
  701. <div id="link4"><a href="{text:link four}" title="{text:link four hover}">4</a></div>
  702. <div id="link5"><a href="{text:link five}" title="{text:link five hover}">5</a></div>
  703. <div id="link6"><a href="{text:link six}" title="{text:link six hover}">6</a></div>
  704. <center>
  705. <a href="/"><img src="{image:sidebar}" width=100%></a>
  706. <div id="blogtitle">{Title}</div>
  707. <div id="desc">{description}</div>
  708. </center>
  709. </div>
  710. <div id="back1"></div>
  711. <div id="back2"></div>
  712. <!------------------------------------->
  713.  
  714.  
  715. <div class="left">
  716. <div class="sidebarbg2"></div>
  717. <div id="quote"><div class="textt">{text:quote 1}</div><div class="texttt">{text:quote 2}</div></div>
  718. <div id="posts">
  719. {block:Posts}
  720. <div class="entry">
  721.  
  722. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
  723.  
  724. href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{timeago} &middot {notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
  725. {/block:Text}
  726.  
  727. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  728.  
  729. class="permalink"><a href="{Permalink}">{timeago} &middot {notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  730.  
  731. {block:Photo}
  732. {block:IndexPage}
  733. <center>
  734. <div class="perma">
  735. ♡<a href="{ReblogURL}" target="_blank"> reblog this</a> with <a href="{Permalink}">{notecountwithlabel}</a> ♡</div>
  736.  
  737. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  738. {/block:IndexPage}
  739. {block:PermalinkPage}
  740. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  741.  
  742. {LinkCloseTag}
  743. {/block:PermalinkPage}
  744. {/block:Photo}
  745.  
  746. {block:Photoset}
  747. {block:IndexPage}
  748. <center>
  749.  
  750. <div class="perma">
  751. ♡<a href="{ReblogURL}" target="_blank"> reblog this</a> with <a href="{Permalink}">{notecountwithlabel}</a> ♡</div>
  752.  
  753. {Photoset-250}</center>
  754. {/block:IndexPage}
  755. {block:PermalinkPage}
  756. <center>
  757. {Photoset-500}</center>
  758. {/block:PermalinkPage}
  759. {/block:Photoset}
  760.  
  761. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  762.  
  763. href="{Permalink}">{timeago} &middot {notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  764.  
  765. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  766. <ul class="chat">
  767. {block:Lines}
  768. <li class="user_{UserNumber}">
  769. {block:Label}
  770. <span class="label">{Label}</span>
  771. {/block:Label}
  772.  
  773. {Line}
  774. </li>
  775. {/block:Lines}
  776. <div class="permalink"><p align=right><span class="permalink"><a href="{Permalink}">{timeago} &middot {notecountwithlabel}</a></div> <a href="{Permalink}">
  777. {/block:Chat}
  778.  
  779. {block:Audio}
  780. <div style="width:200px; height:30px;">
  781. {AudioPlayerWhite}
  782. </div>
  783. {block:IndexPage}<span class="permalink">
  784. <div class="permalink"><p align=right><span class="permalink"><a href="{Permalink}">{timeago} &middot {notecountwithlabel}</a> <a href="{Permalink}"> </a>
  785. </span></div>{/block:IndexPage}
  786. {/block:Audio}
  787.  
  788. {block:Video}
  789. {block:IndexPage}
  790. <center>
  791. <div class="perma">
  792. ♡<a href="{ReblogURL}" target="_blank"> reblog this</a> with <a href="{Permalink}">{notecountwithlabel}</a> ♡</div>
  793. {Video-250}</center>
  794. {/block:IndexPage}
  795. {block:PermalinkPage}
  796. <center>
  797. {Video-400}</center>
  798. {/block:PermalinkPage}
  799. {block:Video}
  800.  
  801. {block:Answer}
  802. <div style="margin: 2px 3px 2px 3px; min-height:30px; border: 1px solid #dbd7d7; padding: 4px; background-color: white;">
  803. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
  804. <askk>{Asker}</askk>: {Question}</div>
  805. <div style="padding: -1px 5px -1px 5px;background: transparent;"><center>{Answer}</center><askk><p align="right">-{text:name}</p></askk></div><br/>
  806. <div class="permalink"><P ALIGN=Right><a href="{Permalink}">{NoteCountWithLabel}</a></div>
  807. {/block:Answer}
  808.  
  809. {block:PostNotes}<div align="middle">{caption}</div>
  810. <center>
  811.  
  812. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  813.  
  814. {block:HasTags}
  815. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  816. {block:RebloggedFrom}
  817. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  818. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  819.  
  820. {/block:RebloggedFrom}
  821. </center></span>
  822. <br>
  823. <div id="postnotes">{PostNotes}</div><br>
  824.  
  825. <center>{block:ContentSource}
  826. <br><a href="{SourceURL}">
  827. {lang:Source}:
  828. {block:SourceLogo}
  829. <img src="{BlackLogoURL}" width="{LogoWidth}"
  830. height="{LogoHeight}" alt="{SourceTitle}" />
  831. {/block:SourceLogo}
  832. {block:NoSourceLogo}
  833. {SourceLink}
  834. {/block:NoSourceLogo}
  835. </a>
  836. {/block:ContentSource}</center>
  837.  
  838. {/block:PostNotes}
  839. </div>
  840. {/block:Posts}
  841. </div></div>
  842.  
  843. {block:IndexPage}
  844. {block:Pagination}
  845. <div id="pagination">
  846. {block:NextPage}
  847. <a id="nextPage" href="{NextPage}"></a>
  848. {/block:NextPage}
  849. {block:PreviousPage}
  850. <a href="{PreviousPage}"></a>
  851. {/block:PreviousPage}
  852. </div>
  853. {/block:Pagination}
  854. {/block:IndexPage}
  855. </body>
  856. </html>
  857. <div style="border:1px solid #aaa; position:fixed; left:6px; bottom:4px; font-size:15px; height:16px; padding-top:2px; line-height:15px; font-family:shit; background:#ffffff; z-index:999999;"><a href="http://awkward-pengu1n.tumblr.com" title="theme made by julia">☯</a></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement