Advertisement
smothured

Angel

May 18th, 2014
1,485
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.24 KB | None | 0 0
  1. <!--
  2. THEME BY SMOTHURED
  3. please do not delete the credit!!!!
  4. you can remove credit as long as it is somewhere else on your blog!
  5. steal my theme and I'll steal your soul
  6. for more themes go to smothuredthemes.tumblr.com
  7.  
  8. ~smothured.tumblr.com~
  9. -->
  10.  
  11. <html lang="en">
  12. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  13. <html xmlns="http://www.w3.org/1999/xhtml">
  14. <head>
  15. <link rel="shortcut icon" href="{image:favicon}">
  16. <script type="text/javascript"
  17. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  18.  
  19. <!--DEFAULT VARIABLES-->
  20. <title>{title}</title>
  21. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  22. <meta name="image:favicon" content="0"/>
  23. <meta name="image:background" content="1"/>
  24. <meta name="color:background" content="#fff"/>
  25. <meta name="image:sidebar" content="1"/>
  26. <meta name="color:sidebar background" content="#fff"/>
  27. <meta name="color:sidebar border" content="#777"/>
  28. <meta name="color:borders" content="#000"/>
  29. <meta name="color:scrollbar" content="#000"/>
  30. <meta name="color:scrollbar background" content="#fff"/>
  31. <meta name="color:navigation" content="#fff"/>
  32. <meta name="color:navigation hover" content="#eee"/>
  33. <meta name="color:link" content="#777"/>
  34. <meta name="color:text" content="#777"/>
  35. <meta name="color:title" content="#333"/>
  36. <meta name="color:hover" content="#fff"/>
  37. <meta name="if:sidebar border" content="1"/>
  38. <meta name="if:transparent sidebar" content="0"/>
  39.  
  40. <meta name="text:title font size" content=""/>
  41. <meta name="if:custom title font 1" content="0"/>
  42. <meta name="if:custom title font 2" content="0"/>
  43.  
  44. <meta name="if:faded posts" content="0"/>
  45. <meta name="if:inverted fade" content="0"/>
  46.  
  47. <meta name="if:shrink on hover" content="1"/>
  48. <meta name="if:grow on hover" content="0"/>
  49. <meta name="if:rounded posts" content="1"/>
  50.  
  51. <meta name="if:150px posts" content="0"/>
  52.  
  53. <meta name="if:2 columns" content="0"/>
  54. <meta name="if:3 columns" content="0"/>
  55.  
  56. <meta name="text:Link One Title" content="link 1" />
  57. <meta name="text:Link One" content="" />
  58. <meta name="text:Link Two Title" content="link 2" />
  59. <meta name="text:Link Two" content="" />
  60. <meta name="text:Link Three Title" content="link 3" />
  61. <meta name="text:Link Three" content="" />
  62. <meta name="text:Link Four Title" content="link 4" />
  63. <meta name="text:Link Four" content="" />
  64. <meta name="text:Link Five Title" content="link 5" />
  65. <meta name="text:Link Five" content="" />
  66. <meta name="text:Link Six Title" content="link 6" />
  67. <meta name="text:Link Six" content="" />
  68.  
  69. <!-- start of script tooltip -->
  70. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  71. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  72. <script>
  73. (function($){
  74. $(document).ready(function(){
  75. $("a[title]").style_my_tooltips({
  76. tip_follows_cursor:true,
  77. tip_delay_time:90,
  78. tip_fade_speed:600,
  79. attribute:"title"
  80. });
  81. });
  82. })(jQuery);
  83. </script>
  84.  
  85. <!-- end of script tooltip -->
  86.  
  87. <style type="text/css">
  88. {block:iffadedposts}
  89. img{ -webkit-transition: opacity 0.8s linear; opacity: 0.60; }
  90. img:hover{ -webkit-transition: opacity 0.8s linear; opacity: 1; }
  91. iframe.photoset { -webkit-transition: opacity 0.8s linear; opacity: 0.60; }
  92. iframe.photoset:hover { -webkit-transition: opacity 0.8s linear; opacity: 1; }
  93. {/block:iffadedposts}
  94. {block:ifinvertedfade}
  95. img{ -webkit-transition: opacity 0.8s linear; opacity: 1; }
  96. img:hover{ -webkit-transition: opacity 0.8s linear; opacity: .6; }
  97. iframe.photoset { -webkit-transition: opacity 0.8s linear; opacity: 1; }
  98. iframe.photoset:hover { -webkit-transition: opacity 0.8s linear; opacity: 0.60; }
  99. {/block:ifinvertedfade}
  100.  
  101. ::-webkit-scrollbar-thumb{
  102. background:#000;
  103. background-size:cover;
  104. background: {color:scrollbar};
  105.  
  106. height:auto;
  107. border:1px solid {color:borders};}
  108.  
  109. ::-webkit-scrollbar {
  110. background: {color:scrollbar background};
  111. height:9px;
  112. width:9px;
  113. background-size: cover;
  114. border:1px solid {color:borders};
  115. }
  116. ::selection {
  117. line-height:12px;
  118. margin:0px;
  119. padding:0px;
  120. color:#000;}
  121.  
  122. ::-moz-selection {
  123. line-height:12px;
  124. margin:0px;
  125. padding:0px;
  126. color:#000;}
  127.  
  128. ::-webkit-selection {
  129. line-height:12px;
  130. margin:0px;
  131. padding:0px;
  132. color:#000;}
  133.  
  134. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.8s linear;opacity: 0.4;-webkit-transition: all 0.8s ease-out;-moz-
  135.  
  136. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  137.  
  138. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  139.  
  140. p {
  141. margin:0px;
  142. margin-top:0px;
  143. }
  144.  
  145.  
  146. body {
  147. padding: 0px;
  148. margin: 0px;
  149. color:{color:text};
  150. font-family:asenine;
  151. line-height:13px;
  152. font-size:18px;
  153. background-color: {color:Background};
  154. background-image:url({image:Background});
  155. background-attachment: fixed;
  156. background-repeat: repeat;
  157. background-size:cover;
  158. }
  159.  
  160. #s-m-t-tooltip {
  161.  
  162. max-width:300px; /* maximum width */
  163. background-color:{color:background}; /* color background */
  164. border:1px solid {color:borders}; /* color, shape and thickness of the border */
  165. font-size:12px; /* font size */
  166. color:{color:text}; /* font color */
  167. letter-spacing:1px; /* font spacing */
  168. text-transform:lowercase; /* uppercase, lowercase, none */
  169. font-family:asenine;
  170. padding:3px; /* padding size */
  171. margin:20px 0px 0px 20px; /* margin size */
  172. z-index:9999999999999999999999;
  173. border-radius: 2px; /* border radius */
  174. }
  175.  
  176.  
  177. a:link, a:active, a:visited {
  178. text-decoration: none;
  179. -webkit-transition: color 0.3s ease-out;
  180. -moz-transition: color 0.3s ease-out;
  181. transition: color 0.3s ease-out;
  182. color:{color:link};
  183. }
  184.  
  185. a:hover {
  186. text-decoration: none;
  187. font-style:;
  188. color: {color:Hover};
  189. }
  190.  
  191. div#center{
  192. margin:auto;
  193. position:relative;
  194. width:1100px;
  195. background-color:;
  196. overflow:auto;
  197. overflow-y:hidden;
  198. }
  199.  
  200. .entry {
  201. float:left;
  202. display: block;
  203. margin:15px;
  204. overflow:hidden;
  205. width:200px;
  206. {block:if150pxposts}
  207. width:150px;
  208. {block:if2columns}
  209. width:150px;
  210. {/block:if2columns}
  211. {block:if3columns}
  212. width:150px;
  213. {/block:if3columns}
  214. {/block:if150pxposts}
  215. {block:PermalinkPage}
  216. width:450px;
  217. text-align:left;
  218. line-height:13px;
  219. {/block:PermalinkPage}
  220. background:white;
  221. border:1px solid {color:borders};
  222. padding-top: 20px;
  223. padding-left:15px;
  224. {block:ifroundedposts}
  225. border-radius:4px;
  226. {/block:ifroundedposts}
  227. padding-bottom:15px;
  228. padding-right:15px;
  229. background-image:URL();
  230. }
  231.  
  232. {block:ifshrinkonhover}
  233. .entry:hover{
  234. -webkit-transform:scale(.957); /*Webkit: Scale up image to 1.2x original size*/
  235. -moz-transform:scale(.957); /*Mozilla scale version*/
  236. -o-transform:scale(.975); /*Opera scale version*/
  237. -webkit-transition: .8s;
  238. }
  239. {/block:ifshrinkonhover}
  240.  
  241. {block:ifgrowonhover}
  242. .entry:hover{
  243. -webkit-transform: scale(1.1);
  244. -moz-transform: scale(1.1);
  245. -o-transform: scale(1.1) ;
  246. -webkit-transition: .8s;
  247. }
  248. {/block:ifgrowonhover}
  249.  
  250. .entry .perma {
  251. width:7px;
  252. height:7px;
  253. background:white;
  254. position: absolute;
  255. text-align:center;
  256. padding:2px;
  257. top:3px;
  258. left:10px;
  259. border:1px solid {color:borders};
  260. text-transform:none;
  261. opacity: 0.0;
  262. -webkit-transition: all .7s ease;
  263. -moz-transition: all .7s ease;
  264. -o-transition: all .7s ease;
  265. transition: all .7s ease;
  266. overflow:hidden;
  267. }
  268.  
  269. .entry:hover .perma {
  270. opacity:1.0;
  271. }
  272.  
  273. .entry .permy {
  274. width:7px;
  275. height:7px;
  276. background:white;
  277. position: absolute;
  278. text-align:center;
  279. padding:2px;
  280. top:3px;
  281. left:30px;
  282. border:1px solid {color:borders};
  283. text-transform:none;
  284. opacity: 0.0;
  285. -webkit-transition: all .7s ease;
  286. -moz-transition: all .7s ease;
  287. -o-transition: all .7s ease;
  288. transition: all .7s ease;
  289. overflow:hidden;
  290. }
  291.  
  292. .entry:hover .permy{
  293. opacity:1.0;
  294. }
  295.  
  296. .entry .permish{
  297. width:7px;
  298. height:7px;
  299. background:white;
  300. position: absolute;
  301. text-align:center;
  302. padding:2px;
  303. top:3px;
  304. left:50px;
  305. border:1px solid {color:borders};
  306. text-transform:none;
  307. opacity: 0.0;
  308. -webkit-transition: all .7s ease;
  309. -moz-transition: all .7s ease;
  310. -o-transition: all .7s ease;
  311. transition: all .7s ease;
  312. overflow:hidden;
  313. }
  314.  
  315. .entry:hover .permish{
  316. opacity:1.0;
  317. }
  318.  
  319. .entry img { max-width:100%;}
  320.  
  321. #posts {
  322. width:300px;
  323. {block:if3columns}
  324. width:800px;
  325. {/block:if3columns}
  326. {block:if2columns}
  327. width:600px;
  328. {/block:if2columns}
  329. margin-top:30px;
  330. z-index:99;
  331. margin-left:250px;
  332. right:auto;
  333. background:transparent;
  334. margin-right:auto;
  335. position:relative;
  336. overflow-y: hidden;
  337. }
  338.  
  339. #menu {
  340. width: auto;
  341. border: 1px solid {color:borders};
  342. background: {color:navigation};
  343. }
  344. #menu > ul {
  345. padding: 1px 0;
  346. margin: 0px;
  347. list-style: none;
  348. width: 100%;
  349. height: 21px;
  350. border-top: 1px solid {color:borders};
  351. border-bottom: 1px solid {color:borders};
  352. font: normal 8pt verdana, arial, helvetica;
  353. }
  354. #menu > ul li {
  355. margin: 0;
  356. padding: 0;
  357. display: block;
  358. float: left;
  359. position: relative;
  360. width: 148px;
  361. }
  362. #menu > ul li a:link,
  363. #menu > ul li a:visited {
  364. padding: 4px 0;
  365. display: block;
  366. text-align: center;
  367. text-decoration: none;
  368. background: {color:navigation};
  369. color: {color:links};
  370. width: 148px;
  371. }
  372. #menu > ul li:hover a,
  373. #menu > ul li a:hover,
  374. #menu > ul li a:active {
  375. padding: 4px 0;
  376. display: block;
  377. text-align: center;
  378. text-decoration: none;
  379. background: {color:navigation hover};
  380. color: {color:links};
  381. width: 146px;
  382. border-left: 1px solid {color:borders};
  383. border-right: 1px solid {color:borders};
  384. }
  385. #menu > ul li ul {
  386. margin: 0;
  387. padding: 1px 1px 0;
  388. list-style: none;
  389. display: none;
  390. background: {color:navigation};
  391. width: 146px;
  392. position: absolute;
  393. top: 21px;
  394. left: -1px;
  395. border: 1px solid {color:borders};
  396. border-top: none;
  397. }
  398. #menu > ul li:hover ul {
  399. display: block;
  400. }
  401. #menu > ul li ul li {
  402. clear: left;
  403. width: 146px;
  404. }
  405. #menu > ul li ul li a:link,
  406. #menu > ul li ul li a:visited {
  407. clear: left;
  408. background: {color:navigation};
  409. padding: 4px 0;
  410. width: 146px;
  411. border: none;
  412. border-bottom: 1px solid {color:borders};
  413. position: relative;
  414. z-index: 1000;
  415. }
  416. #menu > ul li ul li:hover a,
  417. #menu > ul li ul li a:active,
  418. #menu > ul li ul li a:hover {
  419. clear: left;
  420. background: {color:navigation hover};
  421. padding: 4px 0;
  422. width: 146px;
  423. border: none;
  424. border-bottom: 1px solid {color:borders};
  425. position: relative;
  426. z-index: 1000;
  427. }
  428. #menu > ul li ul li ul.navigation-3 {
  429. display: none;
  430. margin: 0;
  431. padding: 0;
  432. list-style: none;
  433. position: absolute;
  434. left: 145px;
  435. top: -2px;
  436. padding: 1px 1px 0 1px;
  437. border: 1px solid {color:borders};
  438. border-left: 1px solid {color:borders};
  439. background: {color:navigation};
  440. z-index: 900;
  441. }
  442. #menu > ul li ul li:hover ul.navigation-3 {
  443. display: block;
  444. }
  445. #menu > ul li ul li ul.navigation-3 li a:link,
  446. #menu > ul li ul li ul.navigation-3 li a:visited {
  447. background: {color:navigation};
  448. }
  449.  
  450. #sidebar{
  451. position:fixed !important;
  452. width:200px;
  453. background:{color:sidebar background};
  454. {block:iftransparentsidebar}
  455. background: transparent;
  456. {/block:iftransparentsidebar}
  457. {block:ifsidebarborder}
  458. border: 1px solid {color:sidebar border};
  459. {/block:ifsidebarborder}
  460. height:auto;
  461. margin-top:150px;
  462. margin-left:0px;
  463. text-align:center;
  464. }
  465.  
  466. #sidebar .img {
  467. width:180px;
  468. height:auto;
  469. }
  470.  
  471. #sidebar .tytle{
  472. color:{color:title};
  473. font-size:{text:title font size};
  474. margin-top:18;
  475. line-height:23px;
  476. {block:ifcustomtitlefont1}
  477. font-family:dubielitalic;
  478. {block:ifcustomtitlefont1}
  479. {block:ifcustomtitlefont2}
  480. font-family:cicle;
  481. line-height:25px;
  482. {/block:ifcustomtitlefont2}
  483. }
  484.  
  485. #sidebar .descy{
  486. font-size:15px;
  487. font-family:asenine;
  488. text-align:center;
  489. letter-spacing:1px;
  490. padding:8px;
  491. height:auto;
  492. color:{color:text};
  493. }
  494.  
  495. @font-face { font-family: "cicle"; src: url('http://static.tumblr.com/r9r1xz2/Dp1n5r4bk/cicle_semi.ttf'); }
  496.  
  497. @font-face { font-family: "uptown"; src: url('http://static.tumblr.com/r9r1xz2/rzyn5hr76/uptown_elegance_regular.ttf'); }
  498.  
  499. @font-face { font-family: "asenine"; src: url('http://static.tumblr.com/r9r1xz2/N6Tn5hsdj/asenine_.ttf'); }
  500.  
  501. @font-face {font-family:"bitxmap"; src: url("http://static.tumblr.com/ofgksh6/md0mkd9yd/bitxmap_font_tfb.ttf")}
  502.  
  503. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  504.  
  505. @font-face { font-family: "quicksand"; src: url('http://static.tumblr.com/r9r1xz2/Tt8n37mdd/quicksand_book.otf'); }
  506.  
  507. @font-face { font-family: "caviar"; src: url('http://static.tumblr.com/r9r1xz2/esKn5r3ps/caviardreams.ttf'); }
  508.  
  509. @font-face { font-family: "secret"; src: url('http://static.tumblr.com/r9r1xz2/IP7n4z5kj/secrcode.ttf'); }
  510.  
  511. @font-face { font-family: "eight"; src: url('http://static.tumblr.com/r9r1xz2/dvjn4z8cg/eight_one.ttf'); }
  512.  
  513. @font-face { font-family: "dubielitalic"; src: url('http://static.tumblr.com/m6mqatb/QUklrzd0z/dubielitalic.ttf');}
  514.  
  515. .entry .player {
  516. display:block;
  517. margin-left:1px;
  518. margin-top:-3px;
  519. height:25px;
  520. width:25px;
  521. border:2px outset {color:permalinks};
  522. overflow:hidden;
  523. padding:5px;
  524. background:transparent;
  525. }
  526.  
  527. .audiodescy {
  528. display:block;
  529. margin-left:50px;
  530. margin-top:-41px;
  531. height:65px;
  532. width:140px;
  533. border:2px inset;
  534. overflow-y:scroll;
  535. padding:5px;
  536. background:white;
  537. text-transform:none;
  538. font-size:12px;
  539. font-family:asenine;
  540. letter-spacing:2px;
  541. line-height:13px;
  542. {block:if150pxposts}
  543. width:80px;
  544. {/block:if150pxposts}
  545. }
  546.  
  547. .quote{
  548. font-style:italic;
  549. font-size:22px;
  550. line-height:23px;
  551. }
  552.  
  553. .title{
  554. font-size:22px;
  555. font-weight:bold;
  556. line-height:23px;
  557. }
  558.  
  559. .ask{
  560. font-family:asenine;
  561. font-size:13px;
  562. max-width:100%;
  563. background:transparent;
  564. letter-spacing:1px;
  565. }
  566.  
  567. .asker{
  568. font-size:16px;
  569. letter-spacing:1px;
  570. }
  571.  
  572. /*I RECCOMEND YOU DON'T EDIT BELOW HERE*/
  573. #infscr-loading{
  574. bottom: -70px;
  575. position: absolute;
  576. left: 50%;
  577. margin-left:-8px;
  578. width:16px;
  579. height:11px;
  580. overflow:hidden;
  581. margin-bottom: 50px;
  582. }
  583.  
  584. #postnotes{
  585. text-align: justify;}
  586.  
  587. #postnotes blockquote{
  588. border: 0px;}
  589.  
  590. blockquote{
  591. padding:0px 0px 2px 5px;
  592. margin:0px 0px 2px 10px;
  593. border-left: 1px dotted #555555;
  594. }
  595.  
  596. blockquote p, ul{
  597. margin:0px;
  598. padding:0px;
  599. }
  600.  
  601. a img{border: 0px;}
  602.  
  603.  
  604. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  605.  
  606. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  607. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  608.  
  609. .notes img{width:10px; position:relative; top:3px;}
  610. <--ses-->
  611. small{font-size: 90%;}
  612.  
  613.  
  614. {CustomCSS}
  615.  
  616. </style>
  617.  
  618. {block:IndexPage}
  619. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  620. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  621.  
  622. <script type="text/javascript">
  623. $(window).load(function(){
  624. var $wall = $('#posts');
  625. $wall.imagesLoaded(function(){
  626. $wall.masonry({
  627. itemSelector: '.entry, .entry_photo',
  628. isAnimated : false
  629. });
  630. });
  631.  
  632. $wall.infinitescroll({
  633. navSelector : '#pagination',
  634. nextSelector : '#pagination a',
  635. itemSelector : '.entry, .entry_photo',
  636. bufferPx : 2000,
  637. debug : false,
  638. errorCallback: function() {
  639. $('#infscr-loading').fadeOut('normal');
  640. }},
  641. function( newElements ) {
  642. var $newElems = $( newElements );
  643. $newElems.hide();
  644. $newElems.imagesLoaded(function(){
  645. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  646. });
  647. }); $('#posts').show(500);
  648. });
  649. </script>
  650.  
  651.  
  652. {/block:IndexPage}
  653. <meta name="viewport" content="width=820" />
  654. </head>
  655.  
  656. <body>
  657.  
  658. <div style="display:block; z-index:999; position:fixed; top:25px; right:3px; opacity:0.6;"><a href="http://smothured.tumblr.com/"><img src="http://static.tumblr.com/dbek3sy/zESllc4x6/install_theme.png"></a></div>
  659.  
  660. <BODY onselectstart="return false;" ondragstart="return false;">
  661. <div id="bord"></div>
  662. <div class="wrapper">
  663. <div class="header">
  664. </div>
  665.  
  666. <div id='menu'>
  667. <ul>
  668. <li><a href='/'><span>home</span></a></li>
  669. <li class='has-sub'><a href='#'><span>navigation</span></a>
  670. <ul>
  671. <li><a href='/ask'><span>ask</span></a></li>
  672. <li><a href='/archive'><span>archive</span></a></li>
  673. <li class='last'><a href='/submit'><span>submit</span></a></li>
  674. </ul>
  675. </li>
  676. <li class='has-sub last'><a href='#'><span>links</span></a>
  677. <ul>
  678. {block:ifLinkOneTitle}
  679. <li><a href='{text:Link One}' target='_blank'><span>{text:Link One Title}</span></a></li>
  680. {/block:ifLinkOneTitle}
  681. {block:ifLinkTwoTitle}
  682. <li><a href='{text:Link Two}' target='_blank'><span>{text:Link Two Title}</span></a></li>
  683. {/block:ifLinkTwoTitle}
  684. {block:ifLinkThreeTitle}
  685. <li><a href='{text:Link Three}' target='_blank'><span>{text:Link Three Title}</span></a></li>
  686. {/block:ifLinkThreeTitle}
  687. {block:ifLinkFourTitle}
  688. <li><a href='{text:Link Four}' target='_blank'><span>{text:Link Four Title}</span></a></li>
  689. {/block:ifLinkFourTitle}
  690. {block:ifLinkFiveTitle}
  691. <li><a href='{text:Link Five}' target='_blank'><span>{text:Link Five Title}</span></a></li>
  692. {/block:ifLinkFiveTitle}
  693. {block:ifLinkSixTitle}
  694. <li class='last'><a href='{text:Link Six}' target='_blank'><span>{text:Link Six Title}</span></a></li>
  695. {/block:ifLinkSixTitle}
  696. </ul>
  697. </li>
  698. </ul>
  699. </div>
  700.  
  701. <div id="cage">
  702. <div id="center">
  703.  
  704. <div id="sidebar">
  705. <center><br>
  706. <div class="tytle">{title}</div><br>
  707. {block:ifsidebarimage}
  708. <div class="img"><img src="{image:sidebar}" style="width:180px; height:auto;"></div>{/block:ifsidebarimage}
  709. <div class="descy">{description}</div><br>
  710. </center>
  711. </div>
  712.  
  713. <div class="left">
  714. <div id="posts">
  715. {block:Posts}
  716. <div class="entry">
  717.  
  718. {block:Text}{block:Title}<span class="title"><a href="{Permalink}">{Title}</a></span>{/block:Title}<span class="body">{Body}</span><div class="perma"><a href="{permalink}" title="{notecount} notes"><img src="http://i1290.photobucket.com/albums/b538/coffeeaddictedandstuff/ho_zps0b3bc959.png" align="top"></div>
  719. <div class="permy">
  720. <a href="{ReblogURL}" title="reblog"><img src="http://i1290.photobucket.com/albums/b538/coffeeaddictedandstuff/reb_zps85985755.png" align="top"></a>
  721. </div>
  722. <div class="permish">
  723. <a href="{like}" title="like"><img src="http://i1290.photobucket.com/albums/b538/coffeeaddictedandstuff/tumblr_inline_n2aih4x7ur1r7v6wt_zps323c93ea.png" align="top"></a>
  724. </div>{/block:Text}
  725.  
  726. {block:Answer}
  727. <div class="ask"><h1 class="asker"><i>{Asker}</i> : {Question}</h1>{Answer}</div>
  728. <div class="perma"><a href="{permalink}" title="{notecount} notes"><img src="http://i1290.photobucket.com/albums/b538/coffeeaddictedandstuff/ho_zps0b3bc959.png" align="top"></div>
  729. <div class="permy">
  730. <a href="{ReblogURL}" title="reblog"><img src="http://i1290.photobucket.com/albums/b538/coffeeaddictedandstuff/reb_zps85985755.png" align="top"></a>
  731. </div>
  732. <div class="permish">
  733. <a href="{like}" title="like"><img src="http://i1290.photobucket.com/albums/b538/coffeeaddictedandstuff/tumblr_inline_n2aih4x7ur1r7v6wt_zps323c93ea.png" align="top"></a>
  734. </div>
  735. {/block:Answer}
  736.  
  737. {block:Link}<a href="{URL}" class="title"><i>{Name}</i></a>{block:Description}<div class="body">{Description}</div>{/block:Description}<div class="perma"><a href="{permalink}" title="{notecount} notes"><img src="http://i1290.photobucket.com/albums/b538/coffeeaddictedandstuff/ho_zps0b3bc959.png" align="top"></div>
  738. <div class="permy">
  739. <a href="{ReblogURL}" title="reblog"><img src="http://i1290.photobucket.com/albums/b538/coffeeaddictedandstuff/reb_zps85985755.png" align="top"></a>
  740. </div>
  741. <div class="permish">
  742. <a href="{like}" title="like"><img src="http://i1290.photobucket.com/albums/b538/coffeeaddictedandstuff/tumblr_inline_n2aih4x7ur1r7v6wt_zps323c93ea.png" align="top"></a>
  743. </div>{block:Link}
  744.  
  745. {block:Photo}
  746. {block:IndexPage}
  747. <center>
  748. <div class="perma"><a href="{permalink}" title="{notecount} notes"><img src="http://i1290.photobucket.com/albums/b538/coffeeaddictedandstuff/ho_zps0b3bc959.png" align="top"></div>
  749. <div class="permy">
  750. <a href="{ReblogURL}" title="reblog"><img src="http://i1290.photobucket.com/albums/b538/coffeeaddictedandstuff/reb_zps85985755.png" align="top"></a>
  751. </div>
  752. <div class="permish">
  753. <a href="{like}" title="like"><img src="http://i1290.photobucket.com/albums/b538/coffeeaddictedandstuff/tumblr_inline_n2aih4x7ur1r7v6wt_zps323c93ea.png" align="top"></a>
  754. </div>
  755.  
  756. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  757. {/block:IndexPage}
  758. {block:PermalinkPage}
  759. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  760.  
  761. {LinkCloseTag}
  762. {/block:PermalinkPage}
  763. {/block:Photo}
  764.  
  765. {block:Photoset}
  766. {block:IndexPage}
  767. <div class="perma"><a href="{permalink}" title="{notecount} notes"><img src="http://i1290.photobucket.com/albums/b538/coffeeaddictedandstuff/ho_zps0b3bc959.png" align="top"></div>
  768. <div class="permy">
  769. <a href="{ReblogURL}" title="reblog"><img src="http://i1290.photobucket.com/albums/b538/coffeeaddictedandstuff/reb_zps85985755.png" align="top"></a>
  770. </div>
  771. <div class="permish">
  772. <a href="{like}" title="like"><img src="http://i1290.photobucket.com/albums/b538/coffeeaddictedandstuff/tumblr_inline_n2aih4x7ur1r7v6wt_zps323c93ea.png" align="top"></a>
  773. </div>
  774. {/block:IndexPage}
  775. {block:Photos}
  776. <a href="{Permalink}"><img src="{PhotoURL-500}" style="padding:0px;" ></a>
  777. {/block:Photos}
  778. {block:IndexPage}
  779. {/block:IndexPage}
  780. {/block:Photoset}
  781.  
  782. {block:Quote}<span class="quote">❝{Quote}❞</span> — {block:Source}<b><a href="{source}">{Source}</b>{/block:Source}<br><div class="perma"><a href="{permalink}" title="{notecount} notes"><img src="http://i1290.photobucket.com/albums/b538/coffeeaddictedandstuff/ho_zps0b3bc959.png" align="top"></div>
  783. <div class="permy">
  784. <a href="{ReblogURL}" title="reblog"><img src="http://i1290.photobucket.com/albums/b538/coffeeaddictedandstuff/reb_zps85985755.png" align="top"></a>
  785. </div>
  786. <div class="permish">
  787. <a href="{like}" title="like"><img src="http://i1290.photobucket.com/albums/b538/coffeeaddictedandstuff/tumblr_inline_n2aih4x7ur1r7v6wt_zps323c93ea.png" align="top"></a>
  788. </div>{/block:Quote}
  789.  
  790. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  791. <ul class="chat">
  792. {block:Lines}
  793. <li class="user_{UserNumber}">
  794. {block:Label}
  795. <span class="label">{Label}</span>
  796. {/block:Label}
  797.  
  798. {Line}
  799. </li>
  800. {/block:Lines}
  801. {block:IndexPage}
  802. <div class="perma"><a href="{permalink}" title="{notecount} notes"><img src="http://i1290.photobucket.com/albums/b538/coffeeaddictedandstuff/ho_zps0b3bc959.png" align="top"></div>
  803. <div class="permy">
  804. <a href="{ReblogURL}" title="reblog"><img src="http://i1290.photobucket.com/albums/b538/coffeeaddictedandstuff/reb_zps85985755.png" align="top"></a>
  805. </div>
  806. <div class="permish">
  807. <a href="{like}" title="like"><img src="http://i1290.photobucket.com/albums/b538/coffeeaddictedandstuff/tumblr_inline_n2aih4x7ur1r7v6wt_zps323c93ea.png" align="top"></a>
  808. </div>{/block:IndexPage}
  809. {/block:Audio}
  810. {/block:Chat}
  811.  
  812. {block:Audio}
  813. <div style="width:150px; height:85px;">
  814. <br><div class="player" align="top">
  815. {AudioPlayerwhite}</div> <div class="audiodescy"> {block:TrackName}
  816. <b>Track Name:</b><br><i> {TrackName}</i><br>
  817. {/block:TrackName}
  818. {block:Artist}
  819. <b>Artist:</b><br><i>
  820. {Artist}</i><br>
  821. {/block:Artist}
  822. {block:Album}
  823. <b>Album:</b><br><i>
  824. {Album}</i><br>
  825. {/block:Album}
  826. </div>
  827. </div>
  828. {block:IndexPage}
  829. <div class="perma"><a href="{permalink}" title="{notecount} notes"><img src="http://i1290.photobucket.com/albums/b538/coffeeaddictedandstuff/ho_zps0b3bc959.png" align="top"></div>
  830. <div class="permy">
  831. <a href="{ReblogURL}" title="reblog"><img src="http://i1290.photobucket.com/albums/b538/coffeeaddictedandstuff/reb_zps85985755.png" align="top"></a>
  832. </div>
  833. <div class="permish">
  834. <a href="{like}" title="like"><img src="http://i1290.photobucket.com/albums/b538/coffeeaddictedandstuff/tumblr_inline_n2aih4x7ur1r7v6wt_zps323c93ea.png" align="top"></a>
  835. </div>{/block:IndexPage}
  836. {/block:Audio}
  837.  
  838. {block:Video}
  839. {block:IndexPage}
  840. <center>
  841. <div class="perma"><a href="{permalink}" title="{notecount} notes"><img src="http://i1290.photobucket.com/albums/b538/coffeeaddictedandstuff/ho_zps0b3bc959.png" align="top"></div>
  842. <div class="permy">
  843. <a href="{ReblogURL}" title="reblog"><img src="http://i1290.photobucket.com/albums/b538/coffeeaddictedandstuff/reb_zps85985755.png" align="top"></a>
  844. </div>
  845. <div class="permish">
  846. <a href="{like}" title="like"><img src="http://i1290.photobucket.com/albums/b538/coffeeaddictedandstuff/tumblr_inline_n2aih4x7ur1r7v6wt_zps323c93ea.png" align="top"></a>
  847. </div>
  848. {block:iftwocolumn}
  849. {Video-250}
  850. {/block:iftwocolumn}
  851.  
  852. {block:ifthreecolumn}
  853. <div style="overflow:auto;">{Video-250}</div>
  854. {/block:ifthreecolumn}
  855. </center>
  856. {/block:IndexPage}
  857. {block:PermalinkPage}
  858. <center>
  859. {Video-400}</center>
  860. {/block:PermalinkPage}
  861. {block:Video}
  862.  
  863. {block:PermalinkPage}
  864. {block:PostNotes}{block:Caption}<div align="left" style="padding-top:10px; border-bottom:1px solid #aaa; padding-bottom:10px; ">{caption}</div>{/block:Caption}
  865. <center>
  866.  
  867. {block:NoteCount}<br>{NoteCountWithLabel}<br>{/block:NoteCount}
  868.  
  869. {block:HasTags}
  870. tags: {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}<br> {/block:HasTags}
  871. {block:RebloggedFrom}
  872. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  873. {/block:RebloggedFrom}
  874.  
  875. {block:ContentSource} posted by <a href="{SourceURL}">{SourceTitle}</a>
  876. {/block:ContentSource}
  877.  
  878. </center></span>
  879. <br>
  880. <div id="postnotes">{PostNotes}</div><br>
  881.  
  882. <center>{block:ContentSource}
  883. <br><a href="{SourceURL}">
  884. {lang:Source}:
  885. {block:SourceLogo}
  886. <img src="{BlackLogoURL}" width="{LogoWidth}"
  887. height="{LogoHeight}" alt="{SourceTitle}" />
  888. {/block:SourceLogo}
  889. {block:NoSourceLogo}
  890. {SourceLink}
  891. {/block:NoSourceLogo}
  892. </a>
  893. {/block:ContentSource}</center>
  894.  
  895. {/block:PostNotes}
  896. {/block:PermalinkPage}
  897. </div>
  898. {/block:Posts}
  899. </div></div>
  900.  
  901. {block:IndexPage}
  902. {block:Pagination}
  903. <div id="pagination">
  904. {block:NextPage}
  905. <a id="nextPage" href="{NextPage}"></a>
  906. {/block:NextPage}
  907. {block:PreviousPage}
  908. <a href="{PreviousPage}"></a>
  909. {/block:PreviousPage}
  910. </div>
  911. {/block:Pagination}
  912. {/block:IndexPage}
  913.  
  914. </body>
  915. <div style="position: fixed; right:6px;bottom:10px;">
  916. <span class="cred">
  917. <a href="http://smothured.tumblr.com/" target="_blank" title="theme by smothured">
  918. </a></span></div>
  919. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement