Advertisement
awkwardpengu1n

Theme 24 by awkward-pengu1n

Jun 16th, 2013
2,327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.96 KB | None | 0 0
  1. <!--
  2. Theme 24 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="#cdcdcd"/>
  66. <meta name="color:blogtitle" content="#565656"/>
  67. <meta name="color:blogtitle shadow" content="#787878"/>
  68. <meta name="color:quote bar" content="#bbb"/>
  69. <meta name="image:sidebar" content="1"/>
  70. <meta name="image:background" content="1"/>
  71. <meta name="image:sidebarbg1" content="0"/>
  72. <meta name="image:sidebarbg2" content="0"/>
  73. <meta name="text:quote 1" content="Rule number one, is that you gotta have fun, But baby when you're done, you gotta be the first to run"/>
  74. <meta name="text:quote 2" content="Rule number two, just don't get attached to, Somebody you could lose"/>
  75. <meta name="text:link one" content="link one"/>
  76. <meta name="text:link one hover" content="one"/>
  77. <meta name="text:link two" content="link two"/>
  78. <meta name="text:link two hover" content="two"/>
  79. <meta name="text:link three" content="link three"/>
  80. <meta name="text:link three hover" content="three"/>
  81. <meta name="text:link four" content="link four"/>
  82. <meta name="text:link four hover" content="four"/>
  83. <meta name="text:link five" content="link five"/>
  84. <meta name="text:link five hover" content="five"/>
  85. <meta name="text:link six" content="link six"/>
  86. <meta name="text:link six hover" content="six"/>
  87. <meta name="text:name" content="Bob"/>
  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. askk{
  158. font-family: "good time";
  159. font-size: 13px;
  160. text-transform:normal;
  161. text-align:left;
  162. letter-spacing: 1px;
  163. line height:20px;
  164. color: {color:link};
  165. z-index: 1;
  166. }
  167.  
  168.  
  169. /*CUSTOMIZE ENTRY SETTINGS HERE*/
  170. .entry {
  171. float:left;
  172. display: block;
  173. margin:5px;
  174. overflow:hidden;
  175. width:230px;
  176. border:1px solid {color:borders};
  177. border-radius:5px;
  178. padding:6px;
  179. padding-bottom:3px;
  180. {block:PermalinkPage}
  181. width:450px;
  182. text-align:left;
  183. line-height:14px;
  184. {/block:PermalinkPage}
  185. background:white;
  186. background-image:URL();
  187. }
  188.  
  189. .entry img{
  190. border-radius:3px;
  191. }
  192.  
  193.  
  194. /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
  195. .entry .perma{
  196. width:220px;
  197. height:15px;
  198. margin-left:0px;
  199. position: absolute;
  200. line-height: 15px;
  201. overflow:hidden;
  202. padding:5px;
  203. padding-top:4px;
  204. text-align:center;
  205. top:-11px;
  206. border:3px solid {color:borders};
  207. font-family:calibri;
  208. text-transform:uppercase;
  209. font-size:10px;
  210. border-top:0px;
  211. border-left:0px;
  212. border-right:0px;
  213. background:white;
  214. word-spacing:2px;
  215. letter-spacing:1px;
  216. opacity: 0.0;
  217. -webkit-transition: all .7s ease;
  218. -moz-transition: all .7s ease;
  219. -o-transition: all .7s ease;
  220. transition: all .7s ease;
  221.  
  222. }
  223.  
  224. .entry:hover .perma{
  225. overflow:visible;
  226. opacity:1.0;
  227. height:15px;
  228. top:0px;
  229. border-bottom:3px solid {color:borders};
  230. }
  231.  
  232.  
  233. /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
  234. #posts {
  235. width:780px;
  236. margin-top:30px;
  237. z-index:99;
  238. margin-left:200px;
  239. right:auto;
  240. background:transparent;
  241. margin-right:auto;
  242. position:relative;
  243. overflow-y: hidden;
  244. }
  245.  
  246.  
  247. /*CUSTOMIZE SIDEBAR HERE*/
  248. #sidebar{
  249. position:fixed !important;
  250. width:250px;
  251. background:white;
  252. height:auto;
  253. margin-top:110px;
  254. margin-left:-135px;
  255. padding:10px;
  256. border:4px double {color:borders};
  257. border-radius:10px;
  258. text-align:center;
  259. z-index:999;
  260. transition: all 0.7s ease-out;
  261. -o-transition-transition: all 0.7s ease-out;
  262. -webkit-transition: all 0.7s ease-out;
  263. -moz-transition: all 0.7s ease-out;
  264. }
  265.  
  266. #sidebar img{
  267. border:1px dashed {color:borders};
  268. border-radius:3px;
  269. padding:5px;
  270. margin-left:-6px;
  271. margin-top:-6px;
  272. height:375px;
  273. }
  274.  
  275. #desc{
  276. margin-top:3px;
  277. }
  278.  
  279. .sidebarbg{
  280. position:fixed !important;
  281. margin-left:-195px;
  282. top: 0px;
  283. background-image:url({image:sidebarbg1});
  284. background-size:cover;
  285. height:100%;
  286. border-right: 5px solid #000;
  287. box-shadow: 0px 0px 6px #454545;
  288. opacity:0.8;
  289. width:380px;
  290. border-bottom:3px solid #fff;
  291. border-left: 3px solid #fafafa;
  292. border-right: 3px solid #fafafa;
  293. }
  294.  
  295. .sidebarbg2{
  296. position:fixed !important;
  297. margin-left:974px;
  298. top: 0px;
  299. background-image:url({image:sidebarbg2});
  300. background-size:cover;
  301. height:100%;
  302. border-right: 5px solid #000;
  303. box-shadow: 0px 0px 6px #454545;
  304. opacity:0.8;
  305. width:70px;
  306. border-bottom:3px solid #fff;
  307. border-left: 3px solid #fafafa;
  308. border-right: 3px solid #fafafa;
  309. }
  310.  
  311. #blogtitle{
  312. position:fixed;
  313. font-family:jane;
  314. font-size:40px;
  315. line-height:30px;
  316. margin-top:-52px;
  317. margin-left:-16px;
  318. width:256px;
  319. padding:10px;
  320. color:{color:blogtitle};
  321. text-shadow:0px 0px 3px {color:blogtitle shadow};
  322. -webkit-transition: opacity .7s linear;
  323. -webkit-transition: all .7s ease-in-out;
  324. -moz-transition: all .7s ease-in-out;
  325. -o-transition: all .7s ease-in-out;
  326. }
  327.  
  328. #blogtitle:hover{
  329. text-shadow:0px 0px 10px {color:blogtitle shadow};
  330. }
  331.  
  332. #quote{
  333. position:fixed !important;
  334. top:0px;
  335. height:21px;
  336. width:100%;
  337. left:0px;
  338. background-color:{color:quote bar};
  339. z-index:999;
  340. color:#f1f1f1;
  341. font-size:12px;
  342. text-transform:uppercase;
  343. font-family:consolas;
  344. line-height:12px;
  345. padding-top:8px;
  346. text-align:center;
  347. padding-left:70px;
  348. -webkit-transition: opacity .7s linear;
  349. -webkit-transition: all .7s ease-in-out;
  350. -moz-transition: all .7s ease-in-out;
  351. -o-transition: all .7s ease-in-out;
  352. }
  353.  
  354. #quote .textt{
  355. opacity:1;
  356. -webkit-transition: opacity .7s linear;
  357. -webkit-transition: all .7s ease-in-out;
  358. -moz-transition: all .7s ease-in-out;
  359. -o-transition: all .7s ease-in-out;
  360. }
  361.  
  362. #quote .texttt{
  363. opacity:0;
  364. margin-top:-12px;
  365. -webkit-transition: opacity .7s linear;
  366. -webkit-transition: all .7s ease-in-out;
  367. -moz-transition: all .7s ease-in-out;
  368. -o-transition: all .7s ease-in-out;
  369. }
  370.  
  371. #quote:hover .textt{
  372. opacity:0;
  373. }
  374.  
  375. #quote:hover .texttt{
  376. opacity:1;
  377. }
  378.  
  379. #link1{
  380. position:absolute;
  381. opacity:0;
  382. background:white;
  383. width:125px;
  384. height:125px;
  385. z-index:9999;
  386. font-family:consolas;
  387. font-size:50px;
  388. line-height:110px;
  389. -webkit-transition: opacity .7s linear;
  390. -webkit-transition: all .7s ease-in-out;
  391. -moz-transition: all .7s ease-in-out;
  392. -o-transition: all .7s ease-in-out;
  393. }
  394.  
  395. #sidebar:hover #link1{
  396. opacity:0.8;
  397. }
  398.  
  399. #link1:hover{
  400. background:{color:link};
  401. }
  402.  
  403. #link1:hover a{
  404. color:white;
  405. }
  406.  
  407. #link2{
  408. position:absolute;
  409. opacity:0;
  410. background:white;
  411. width:125px;
  412. height:125px;
  413. z-index:9999;
  414. font-family:consolas;
  415. font-size:50px;
  416. line-height:110px;
  417. margin-left:125px;
  418. -webkit-transition: opacity .7s linear;
  419. -webkit-transition: all .7s ease-in-out;
  420. -moz-transition: all .7s ease-in-out;
  421. -o-transition: all .7s ease-in-out;
  422. }
  423.  
  424. #sidebar:hover #link2{
  425. opacity:0.8;
  426. }
  427.  
  428. #link2:hover{
  429. background:{color:link};
  430. }
  431.  
  432. #link2:hover a{
  433. color:white;
  434. }
  435.  
  436. #link3{
  437. position:absolute;
  438. opacity:0;
  439. background:white;
  440. width:125px;
  441. height:125px;
  442. z-index:9999;
  443. font-family:consolas;
  444. font-size:50px;
  445. line-height:110px;
  446. margin-top:125px;
  447. -webkit-transition: opacity .7s linear;
  448. -webkit-transition: all .7s ease-in-out;
  449. -moz-transition: all .7s ease-in-out;
  450. -o-transition: all .7s ease-in-out;
  451. }
  452.  
  453. #sidebar:hover #link3{
  454. opacity:0.8;
  455. }
  456.  
  457. #link3:hover{
  458. background:{color:link};
  459. }
  460.  
  461. #link3:hover a{
  462. color:white;
  463. }
  464.  
  465. #link4{
  466. position:absolute;
  467. opacity:0;
  468. background:white;
  469. width:125px;
  470. height:125px;
  471. z-index:9999;
  472. font-family:consolas;
  473. font-size:50px;
  474. line-height:110px;
  475. margin-left:125px;
  476. margin-top:125px;
  477. -webkit-transition: opacity .7s linear;
  478. -webkit-transition: all .7s ease-in-out;
  479. -moz-transition: all .7s ease-in-out;
  480. -o-transition: all .7s ease-in-out;
  481. }
  482.  
  483. #sidebar:hover #link4{
  484. opacity:0.8;
  485. }
  486.  
  487. #link4:hover{
  488. background:{color:link};
  489. }
  490.  
  491. #link4:hover a{
  492. color:white;
  493. }
  494.  
  495. #link5{
  496. position:absolute;
  497. opacity:0;
  498. background:white;
  499. width:125px;
  500. height:125px;
  501. z-index:9999;
  502. font-family:consolas;
  503. font-size:50px;
  504. line-height:110px;
  505. margin-top:250px;
  506. -webkit-transition: opacity .7s linear;
  507. -webkit-transition: all .7s ease-in-out;
  508. -moz-transition: all .7s ease-in-out;
  509. -o-transition: all .7s ease-in-out;
  510. }
  511.  
  512. #sidebar:hover #link5{
  513. opacity:0.8;
  514. }
  515.  
  516. #link5:hover{
  517. background:{color:link};
  518. }
  519.  
  520. #link5:hover a{
  521. color:white;
  522. }
  523.  
  524. #link6{
  525. position:absolute;
  526. opacity:0;
  527. background:white;
  528. width:125px;
  529. height:125px;
  530. z-index:9999;
  531. font-family:consolas;
  532. font-size:50px;
  533. line-height:110px;
  534. margin-top:250px;
  535. margin-left:125px;
  536. -webkit-transition: opacity .7s linear;
  537. -webkit-transition: all .7s ease-in-out;
  538. -moz-transition: all .7s ease-in-out;
  539. -o-transition: all .7s ease-in-out;
  540. }
  541.  
  542. #sidebar:hover #link6{
  543. opacity:0.8;
  544. }
  545.  
  546. #link6:hover{
  547. background:{color:link};
  548. }
  549.  
  550. #link6:hover a{
  551. color:white;
  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. @font-face{font-family:jane;src:url(http://static.tumblr.com/9wzbixa/ncHmj2mmb/janeaust.ttf);}
  570. @font-face{font-family:Ginette;src:url(http://static.tumblr.com/9wzbixa/ZKKmj2im3/ginette.ttf);}
  571. @font-face { font-family: "lubalin"; src: url('http://static.tumblr.com/gyoju49/nm1mo9g6c/meem19.ttf'); }
  572.  
  573.  
  574.  
  575. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  576. .title{
  577. line-height: 26px;
  578. color:{color:Title};
  579. font-weight: normal;
  580. font-family:lubalin;
  581. font-size:26px;
  582. }
  583.  
  584.  
  585. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  586. .permalink{
  587. text-transform: normal;
  588. display: block;
  589. text-align: right;
  590. text-decoration: none;
  591. font-family:calibri;
  592. font-style:italic;
  593. font-size:10px;
  594. }
  595.  
  596.  
  597. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
  598. #infscr-loading{
  599. bottom: -70px;
  600. position: absolute;
  601. left: 50%;
  602. margin-left:-8px;
  603. width:16px;
  604. height:11px;
  605. overflow:hidden;
  606. margin-bottom: 50px;
  607. }
  608.  
  609. #postnotes{
  610. text-align: justify;}
  611.  
  612. #postnotes blockquote{
  613. border: 0px;}
  614.  
  615. blockquote{
  616. padding:0px 0px 2px 5px;
  617. margin:0px 0px 2px 10px;
  618. border-left: 1px dotted #555555;
  619. }
  620.  
  621. blockquote p, ul{
  622. margin:0px;
  623. padding:0px;
  624. }
  625.  
  626. a img{border: 0px;}
  627.  
  628. ::-webkit-scrollbar {width: 4px; height: 4px; background: #eeeeee;}
  629.  
  630. ::-webkit-scrollbar-thumb { background-color:#ababab; border-bottom: 1px solid #aaaaaa; border-top: 1px solid #aaaaaa; border-left: 1px solid
  631. #aaaaaa; border-radius:10px; }
  632.  
  633.  
  634. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  635.  
  636. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  637. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  638.  
  639. .notes img{width:10px; position:relative; top:3px;}
  640. <--ses-->
  641. small{font-size: 90%;}
  642.  
  643. {CustomCSS}
  644.  
  645. </style>
  646.  
  647. {block:IndexPage}
  648. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  649. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  650. <script type='text/javascript' src='http://static.tumblr.com/pbot8z9/Fbhmoiddk/queryscript.js'></script>
  651.  
  652. <script type="text/javascript">
  653. $(window).load(function(){
  654. var $wall = $('#posts');
  655. $wall.imagesLoaded(function(){
  656. $wall.masonry({
  657. itemSelector: '.entry, .entry_photo',
  658. isAnimated : false
  659. });
  660. });
  661.  
  662. $wall.infinitescroll({
  663. navSelector : '#pagination',
  664. nextSelector : '#pagination a',
  665. itemSelector : '.entry, .entry_photo',
  666. bufferPx : 2000,
  667. debug : false,
  668. errorCallback: function() {
  669. $('#infscr-loading').fadeOut('normal');
  670. }},
  671. function( newElements ) {
  672. var $newElems = $( newElements );
  673. $newElems.hide();
  674. $newElems.imagesLoaded(function(){
  675. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  676. });
  677. }); $('#posts').show(500);
  678. });
  679. </script>
  680.  
  681.  
  682. {/block:IndexPage}
  683.  
  684.  
  685. <title>{title}</title>
  686.  
  687. <link rel="shortcut icon" href="{Favicon}" />
  688. <meta name="viewport" content="width=820" />
  689. </head>
  690.  
  691. <body>
  692. <BODY onselectstart="return false;" ondragstart="return false;">
  693. <div class="wrapper">
  694. <div class="header">
  695. </div>
  696.  
  697. <div id="cage">
  698. <div id="center">
  699.  
  700. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  701. <div id="sidebar">
  702. <a href="{text:link one}" title="{text:link one hover}"><div id="link1">I</div></a>
  703. <a href="{text:link two}" title="{text:link two hover}"><div id="link2">II</div></a>
  704. <a href="{text:link three}" title="{text:link three hover}"><div id="link3">III</div></a>
  705. <a href="{text:link four}" title="{text:link four hover}"><div id="link4">IV</div></a>
  706. <a href="{text:link five}" title="{text:link five hover}"><div id="link5">V</div></a>
  707. <a href="{text:link six}" title="{text:link six hover}"><div id="link6">VI</div></a>
  708. <div id="blogtitle">{Title}</div>
  709. <center>
  710. <a href="/"><img src="{image:sidebar}" width=100%></a>
  711. <div id="desc">{description}</div>
  712. </center>
  713. </div>
  714. <!------------------------------------->
  715.  
  716.  
  717. <div class="left">
  718. <div id="quote"><div class="textt">{text:quote 1}</div><div class="texttt">{text:quote 2}</div></div>
  719. <div class="sidebarbg2"></div>
  720. <div class="sidebarbg"></div>
  721. <div id="posts">
  722. {block:Posts}
  723. <div class="entry">
  724.  
  725. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
  726.  
  727. href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{timeago} &middot {notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
  728. {/block:Text}
  729.  
  730. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  731.  
  732. class="permalink"><a href="{Permalink}">{timeago} &middot {notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  733.  
  734. {block:Photo}
  735. {block:IndexPage}
  736. <center>
  737. <div class="perma">
  738. ♡<a href="{ReblogURL}" target="_blank"> reblog this </a>with <a href="{Permalink}">{notecountwithlabel}</a> ♡</div>
  739.  
  740. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  741. {/block:IndexPage}
  742. {block:PermalinkPage}
  743. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  744.  
  745. {LinkCloseTag}
  746. {/block:PermalinkPage}
  747. {/block:Photo}
  748.  
  749. {block:Photoset}
  750. {block:IndexPage}
  751. <center>
  752.  
  753. <div class="perma">
  754. ♡<a href="{ReblogURL}" target="_blank"> reblog this </a>with <a href="{Permalink}">{notecountwithlabel}</a> ♡</div>
  755.  
  756. {Photoset-250}</center>
  757. {/block:IndexPage}
  758. {block:PermalinkPage}
  759. <center>
  760. {Photoset-500}</center>
  761. {/block:PermalinkPage}
  762. {/block:Photoset}
  763.  
  764. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  765.  
  766. href="{Permalink}">{timeago} &middot {notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  767.  
  768. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  769. <ul class="chat">
  770. {block:Lines}
  771. <li class="user_{UserNumber}">
  772. {block:Label}
  773. <span class="label">{Label}</span>
  774. {/block:Label}
  775.  
  776. {Line}
  777. </li>
  778. {/block:Lines}
  779. <div class="permalink"><p align=right><span class="permalink"><a href="{Permalink}">{timeago} &middot {notecountwithlabel}</a></div> <a href="{Permalink}">
  780. {/block:Chat}
  781.  
  782. {block:Audio}
  783. <div style="width:200px; height:30px;">
  784. {AudioPlayerBlack}
  785. </div>
  786. {block:IndexPage}<span class="permalink">
  787. <div class="permalink"><p align=right><span class="permalink"><a href="{Permalink}">{timeago} &middot {notecountwithlabel}</a> <a href="{Permalink}"> </a>
  788. </span></div>{/block:IndexPage}
  789. {/block:Audio}
  790.  
  791. {block:Video}
  792. {block:IndexPage}
  793. <center>
  794. <div class="perma">
  795. ♡<a href="{ReblogURL}" target="_blank"> reblog this </a>with <a href="{Permalink}">{notecountwithlabel}</a> ♡</div>
  796. {Video-250}</center>
  797. {/block:IndexPage}
  798. {block:PermalinkPage}
  799. <center>
  800. {Video-400}</center>
  801. {/block:PermalinkPage}
  802. {block:Video}
  803.  
  804. {block:Answer}
  805. <div style="margin: 2px 3px 2px 3px; min-height:30px; border: 1px solid #dbd7d7; padding: 4px; background-color: white;">
  806. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
  807. <askk>{Asker}</askk>: {Question}</div>
  808. <div style="padding: -1px 5px -1px 5px;background: transparent;"><center>{Answer}</center><askk><p align="right">-{text:name}</p></askk></div><br/>
  809. <div class="permalink"><P ALIGN=Right><a href="{Permalink}">{NoteCountWithLabel}</a></div>
  810. {/block:Answer}
  811.  
  812.  
  813. {block:PostNotes}<div align="middle">{caption}</div>
  814. <center>
  815.  
  816. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  817.  
  818. {block:HasTags}
  819. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  820. {block:RebloggedFrom}
  821. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  822. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  823.  
  824. {/block:RebloggedFrom}
  825. </center></span>
  826. <br>
  827. <div id="postnotes">{PostNotes}</div><br>
  828.  
  829. <center>{block:ContentSource}
  830. <br><a href="{SourceURL}">
  831. {lang:Source}:
  832. {block:SourceLogo}
  833. <img src="{BlackLogoURL}" width="{LogoWidth}"
  834. height="{LogoHeight}" alt="{SourceTitle}" />
  835. {/block:SourceLogo}
  836. {block:NoSourceLogo}
  837. {SourceLink}
  838. {/block:NoSourceLogo}
  839. </a>
  840. {/block:ContentSource}</center>
  841.  
  842. {/block:PostNotes}
  843. </div>
  844. {/block:Posts}
  845. </div></div>
  846.  
  847. {block:IndexPage}
  848. {block:Pagination}
  849. <div id="pagination">
  850. {block:NextPage}
  851. <a id="nextPage" href="{NextPage}"></a>
  852. {/block:NextPage}
  853. {block:PreviousPage}
  854. <a href="{PreviousPage}"></a>
  855. {/block:PreviousPage}
  856. </div>
  857. {/block:Pagination}
  858. {/block:IndexPage}
  859. </body>
  860. </html>
  861. <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