Detonado

THEME 13

Nov 15th, 2012
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.49 KB | None | 0 0
  1. <!-- Theme Feito por Exist0-->
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head>
  6.  
  7.  
  8. <script type="text/javascript"
  9. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  10.  
  11. <meta name="color:Background" content="#FFFFFF"/>
  12. <meta name="color:Blogtitle" content="#ffffff"/>
  13. <meta name="color:Border" content="#cccccc"/>
  14. <meta name="color:Divider" content="#000000"/>
  15. <meta name="color:Hover" content="#000000"/>
  16. <meta name="color:Link" content="#222222"/>
  17. <meta name="color:Permalink" content="#ffffff"/>
  18. <meta name="color:Permalink BG" content="#000000"/>
  19. <meta name="color:Scrollbar" content="#000000"/>
  20. <meta name="color:Sidebar" content="#000000"/>
  21. <meta name="color:Sidebar Link" content="#ffffff"/>
  22. <meta name="color:Sidebar Link BG" content="#000000"/>
  23. <meta name="color:SidebarText" content="#ffffff"/>
  24. <meta name="color:Text" content="#000000"/>
  25. <meta name="color:Title" content="#000000"/>
  26.  
  27. <meta name="image:Background" content="1"/>
  28. <meta name="image:Divider" content="http://static.tumblr.com/legmzqx/igSm96zrq/tumblr_m54az8mpmt1qcvjcxo1_500.gif"/>
  29. <meta name="image:Sidebar BG" content="1"/>
  30. <meta name="image:SidebarPhoto" content="http://static.tumblr.com/qlfltzr/12emdim8z/tumblr_mavr8kffrs1rdez8lo1_500.jpg"/>
  31.  
  32. <meta name="if:Faded Posts" content="1">
  33. <meta name="if:Show Blogtitle" content="1">
  34. <meta name="if:Show Sidebar Photo" content="1">
  35. <meta name="if:ShowLink1" content="1">
  36. <meta name="if:ShowLink2" content="1">
  37. <meta name="if:ShowLink3" content="1">
  38. <meta name="if:ShowLink4" content="1">
  39. <meta name="if:ShowLink5" content="1">
  40. <meta name="if:ShowLink6" content="1">
  41. <meta name="if:two columns" content="1">
  42. <meta name="if:three columns" content="0">
  43. <meta name="if:four columns" content="0">
  44.  
  45. <meta name="if:sidebar on top" content="1">
  46. <meta name="if:sidebar on bottom" content="0">
  47.  
  48.  
  49.  
  50.  
  51. <meta name="text:Link 1 Title" content="link 1">
  52. <meta name="text:Link 1 URL" content="http://">
  53. <meta name="text:Link 2 Title" content="link 2">
  54. <meta name="text:Link 2 URL" content="http://">
  55. <meta name="text:Link 3 Title" content="link 3">
  56. <meta name="text:Link 3 URL" content="http://">
  57. <meta name="text:Link 4 Title" content="link 4">
  58. <meta name="text:Link 4 URL" content="http://">
  59. <meta name="text:Link 5 Title" content="link 5">
  60. <meta name="text:Link 5 URL" content="http://">
  61. <meta name="text:Link 6 Title" content="link 6">
  62. <meta name="text:Link 6 URL" content="http://">
  63.  
  64.  
  65. <link href='http://fonts.googleapis.com/css?family=Stoke' rel='stylesheet' type='text/css'>
  66. <link href='http://fonts.googleapis.com/css?family=Gloria+Hallelujah' rel='stylesheet' type='text/css'>
  67.  
  68.  
  69. <link href='http://fonts.googleapis.com/css?family=Happy+Monkey' rel='stylesheet' type='text/css'>
  70.  
  71. <link href='http://fonts.googleapis.com/css?family=Delius+Unicase' rel='stylesheet' type='text/css'>
  72.  
  73. <link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
  74.  
  75. <link href='http://fonts.googleapis.com/css?family=Orienta' rel='stylesheet' type='text/css'>
  76.  
  77. <style type="text/css">
  78.  
  79.  
  80. ::-webkit-scrollbar {width: 6px; height: 4px; background-color:{color:background}; }
  81.  
  82. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar};}
  83.  
  84.  
  85. @font-face {font-family: "littlefont";src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');}
  86.  
  87. #tumblr_controls{
  88. position:fixed !important;
  89. }
  90.  
  91. .wrapper{
  92. margin: 0px auto;
  93. width: auto;
  94. }
  95.  
  96. .header{
  97. float: left;
  98. width: auto;
  99. }
  100.  
  101. .left{
  102. float: left;
  103. margin-left: 250px;
  104. width: 802px;
  105. }
  106.  
  107. .right{
  108. float: right;
  109. width: 200px;
  110. background-color: {color:Background};
  111. }
  112.  
  113. body {
  114. padding: 0px;
  115. margin: 0px;
  116. color:{color:text};
  117. font-family:tahoma;
  118. font-size: 10px;
  119. background-color: {color:Background};
  120. background-image:url('{image:background}');
  121. background-attachment: fixed;
  122. background-position: top left;
  123. background-repeat: repeat;
  124. }
  125.  
  126. a:link, a:active, a:visited{
  127. color: {color:Link};
  128. text-decoration: none;}
  129.  
  130. a:hover {
  131. color:{color:Hover};
  132. -webkit-transition: 0.4s ease-in;
  133. -o-transition: 0.4s ease-in;
  134. -moz-transition: 0.4s ease-in;
  135. transition: 0.4s ease-in;
  136. }
  137.  
  138.  
  139.  
  140. .entry {
  141. padding:1px;
  142. padding-bottom:1px;
  143. float:left;
  144. background-color:transparent;
  145. font-family: tahoma;
  146. font-size: 10px;
  147. line-height:10px;
  148. border:1px solid {color:Border};
  149. {block:IndexPage}
  150. {block:ifFadedPosts}
  151. opacity:.7;
  152. {/block:iffadedposts}
  153.  
  154. {block:iftwocolumns}
  155. width:250px;
  156. margin:3px;
  157. {/block:iftwocolumns}
  158.  
  159. {block:ifthreecolumns}
  160. width:250px;
  161. margin:3px;
  162. {/block:ifthreecolumns}
  163.  
  164. {block:iffourcolumns}
  165. width:200px;
  166. margin:3px;
  167. {/block:iffourcolumns}
  168.  
  169. {/block:IndexPage}
  170. {block:PermalinkPage}
  171. opacity:1;
  172. width:500px;
  173. padding-top:8px;
  174. margin-top:10px;
  175. margin-right:0px;
  176. margin-bottom:10px;
  177. margin-left:0px;
  178. {/block:PermalinkPage}
  179. -webkit-transition: 0.4s ease-in;
  180. -o-transition: 0.4s ease-in;
  181. -moz-transition: 0.4s ease-in;
  182. transition: 0.4s ease-in;
  183. }
  184.  
  185. .entry:hover {opacity:1;}
  186.  
  187.  
  188.  
  189. blockquote{
  190. padding:0px 0px 2px 5px;
  191. margin:0px 0px 2px 1px;
  192. border-left: 1px solid {color:Text};}
  193.  
  194. blockquote p, ul{margin:0px; padding:0px;}
  195.  
  196.  
  197. blockquote{
  198. padding:0px 0px 2px 5px;
  199. margin:0px 0px 2px 1px;
  200. border-left: 1px solid #f0f0f0;}
  201.  
  202. blockquote p, ul{margin:0px; padding:0px;}
  203.  
  204.  
  205. .sidebarpic {
  206. opacity:1;
  207. margin-bottom:5px;
  208. -webkit-transition: all .2s linear;
  209. -moz-transition: all .2s linear;
  210. transition: all .2s linear;
  211. box-shadow:;}
  212.  
  213.  
  214.  
  215.  
  216.  
  217. .linkss {
  218. display:block;
  219. font-size: 10px;
  220. line-height: 15px;
  221. text-align: center;
  222. color: #fff;
  223. width: 65px;
  224. height: auto;
  225. padding: 1px;
  226. padding-top:3px;
  227. padding-right:50px;
  228. font-family: delius unicase;
  229. text-transform: uppercase;
  230. letter-spacing:1px;
  231. margin:10px;
  232. margin-bottom:0px;
  233. margin-right:0px;
  234. margin-top:7px;
  235. text-align:center;
  236. -webkit-transition-duration: .4s;
  237. background-color:{color:Sidebar Link BG};
  238. }
  239.  
  240. .linkss:hover {
  241. margin-left:0px;
  242. -webkit-transition-duration: .2s;
  243. }
  244.  
  245.  
  246. #posts {
  247. margin-left:10px;
  248.  
  249. {block:iftwocolumns}
  250. width: 550px;
  251. {/block:iftwocolumns}
  252.  
  253. {block:ifthreecolumns}
  254. width: 850px;
  255. {/block:ifthreecolumns}
  256.  
  257. {block:iffourcolumns}
  258. width: 950px;
  259. margin-left: -50px;
  260. {/block:iffourcolumns}
  261.  
  262.  
  263.  
  264. {block:PermalinkPage}
  265. margin-left:15px;
  266. margin-top:5px;
  267. {/block:PermalinkPage}
  268.  
  269. top:5px;
  270. font-family: tahoma;
  271. -moz-box-shadow: 0px 0px 5px #000;
  272. -webkit-box-shadow: 0px 0px 5px #000;
  273. box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.35);
  274.  
  275. }
  276.  
  277. #posts img {
  278. {block:IndexPage}
  279. max-width: 250px;
  280. height:auto;
  281. overflow-y:auto;
  282. {/block:IndexPage}
  283. {block:PermalinkPage}
  284. max-width: 500px; overflow-y:auto;
  285. {/block:PermalinkPage}
  286. }
  287.  
  288. #infscr-loading{
  289. bottom: -70px;
  290. position: absolute;
  291. left: 50%;
  292. margin-left:-8px;
  293. width:16px;
  294. height:11px;
  295. overflow:hidden;
  296. margin-bottom: 50px;
  297. }
  298.  
  299. .quote {font-size:14px; text-align:center; font-family:calibri; position:relative;}
  300.  
  301. .quote small {font-size:14px;}
  302.  
  303.  
  304. .sourcequote {text-align:right;margin-top:5}
  305.  
  306.  
  307. .title{
  308. font-family: consolas;
  309. font-size: 16px;
  310. line-height:14px;
  311. color: {color:Title};
  312. letter-spacing:-1px;
  313. text-align:center;
  314. font-weight: normal;
  315. text-transform:uppercase;
  316. }
  317.  
  318. .blogtitle{
  319. font-size:20px;
  320. text-shadow: 0px 0px 0px #000;
  321. color: {color:Title};
  322. -webkit-transition-duration:1.5s;
  323. font-family: megrim;
  324. text-transform:uppercase;
  325. letter-spacing:1px;
  326. line-height:20px;
  327. padding-left:10px;
  328. font-style:normal;
  329. padding-top:4px;
  330. padding-bottom:4px;
  331. text-align:center;
  332. opacity:1;
  333. -webkit-transition-duration: .2s;
  334. }
  335.  
  336. .blogtitle:hover {
  337. -webkit-transition-duration: .2s;
  338. }
  339.  
  340. .sidebarya {
  341. font-family: delius;
  342. font-size: 11px;
  343. width:250px;
  344. height:auto;
  345. position: fixed;
  346. display:block;
  347. text-align: center;
  348. height: auto;
  349. z-index:999;
  350. padding:1px;
  351. padding-bottom:3px;
  352. padding-top:1px;
  353. opacity:5;
  354. padding-left:5px;
  355. padding-right: 5px;
  356. background-attachment: fixed;
  357. background-position: top left;
  358. background-repeat: repeat;
  359. text-align:center;
  360. -webkit-transition-duration: .4s;
  361.  
  362. {block:ifsidebarontop}
  363. top:25px;
  364. {/block:ifsidebarontop}
  365.  
  366. {block:ifsidebaronbottom}
  367. bottom:70px;
  368. {/block:ifsidebaronbottom}
  369.  
  370. {block:iftwocolumns}
  371. margin-left:810px;
  372. {/block:iftwocolumns}
  373.  
  374. {block:ifthreecolumns}
  375. margin-left:1045px;
  376. {/block:ifthreecolumns}
  377.  
  378. {block:iffourcolumns}
  379. margin-left:1055px;
  380. {/block:iffourcolumns}
  381.  
  382. border-right:0px solid {color:border};
  383. background-image:url('{image:sidebar bg}');
  384. border-left:3px solid {color:border};
  385. color:{color:sidebartext};
  386. background-color:{color:sidebar};
  387. }
  388.  
  389.  
  390. .entry .perma{
  391. position:absolute;
  392. width:auto;
  393. height:15px;
  394. padding-top:2px;
  395. padding-bottom: 2px;
  396. background-color:#fff;
  397. margin-left: 0px;
  398. overflow:hidden;
  399. bottom: 0px;
  400. font-family: orienta;
  401. text-transform: uppercase;
  402. font-size: 10px;
  403. line-height:15px;
  404. text-align:center;
  405. padding-left: 2px;
  406. padding-right: 5px;
  407. opacity:0.0;
  408. border-bottom-right-radius:20px;
  409. border-top-right-radius:20px;
  410. border-top-left-radius:0px;
  411. border-bottom-left-radius:0px;
  412. -webkit-transition: all 0.3s linear;
  413. -moz-transition: all 0.3s linear;
  414. transition: all 0.3s linear;
  415. }
  416.  
  417. .entry:hover .perma{
  418. overflow:visible;
  419. -webkit-transition: opacity 0.5s linear; opacity: 0.9;
  420. transition: all 0.4s linear;
  421. margin-left: 0px;
  422. width: auto;
  423. height: 15px;
  424. top: 15px;
  425. padding-top: 2px;
  426. padding-bottom: 2px;
  427. padding-left: 2px;
  428. padding-right: 5px;
  429. border-bottom-right-radius:20px;
  430. border-top-right-radius:20px;
  431. border-top-left-radius:0px;
  432. border-bottom-left-radius:0px;
  433. -webkit-transition: all 0.3s linear;
  434. -moz-transition: all 0.3s linear;
  435. transition: all 0.3s linear;
  436. }
  437.  
  438. .entry:hover .perma:hover{
  439. opacity: 1;
  440. height: 15px;
  441. width: auto;
  442. padding-top: 2px;
  443. padding-bottom: 2px;
  444. padding-right: 5px;
  445. padding-left: 10px;
  446. -webkit-transition: all 0.5s linear;
  447. -moz-transition: all 0.5s linear;
  448. transition: all 0.5s linear;
  449. }
  450.  
  451. .entry .perma2{
  452. position:absolute;
  453. width:auto;
  454. height:15px;
  455. padding-top:2px;
  456. padding-bottom: 2px;
  457. background-color:#fff;
  458. overflow:hidden;
  459. bottom: 0px;
  460. left: 0px;
  461. font-family: orienta;
  462. text-transform: uppercase;
  463. font-size: 10px;
  464. line-height:14px;
  465. text-align:center;
  466. padding-right: 0px;
  467. opacity:0.0;
  468. padding-left: 2px;
  469. padding-right: 5px;
  470. border-bottom-right-radius:20px;
  471. border-top-right-radius:20px;
  472. border-top-left-radius:0px;
  473. border-bottom-left-radius:0px;
  474. -webkit-transition: all 0.3s linear;
  475. -moz-transition: all 0.3s linear;
  476. transition: all 0.3s linear;
  477. }
  478.  
  479. .entry:hover .perma2{
  480. overflow:visible;
  481. -webkit-transition: opacity 0.5s linear; opacity: 0.9;
  482. transition: all 0.4s linear;
  483. left: 0px;
  484. width: auto;
  485. height: 15px;
  486. top: 40px;
  487. padding-top: 2px;
  488. padding-bottom: 2px;
  489. padding-left: 2px;
  490. padding-right: 5px;
  491. border-bottom-right-radius:20px;
  492. border-top-right-radius:20px;
  493. border-top-left-radius:0px;
  494. border-bottom-left-radius:0px;
  495. -webkit-transition: all 0.3s linear;
  496. -moz-transition: all 0.3s linear;
  497. transition: all 0.3s linear;
  498. }
  499.  
  500. .entry:hover .perma2:hover{
  501. opacity: 1;
  502. height: 15px;
  503. width: auto;
  504. padding-top: 2px;
  505. padding-bottom: 2px;
  506. padding-right: 5px;
  507. padding-left: 10px;
  508. -webkit-transition: all 0.5s linear;
  509. -moz-transition: all 0.5s linear;
  510. transition: all 0.5s linear;
  511. }
  512.  
  513. .perm{display: block;
  514. margin-top: 0px;
  515. font-family: orienta;
  516. font-size: 11px;
  517. line-height: 0px;
  518. text-align:right;
  519. background-color: ;
  520. text-transform: uppercase;
  521. }
  522.  
  523. .entry .perm{
  524. opacity: 0.6;
  525. border-top: 1px solid #888;
  526. width: 250px;
  527. margin-top: -12px;
  528. padding-top:5px;
  529. text-align:center;
  530. position:absolute;
  531. -webkit-transition: all 0.4s linear;
  532. {block:iffourcolumns}
  533. width: 200px;
  534. {/block:iffourcolumns}
  535. }
  536.  
  537. .entry:hover .perm{
  538. overflow:visible;
  539. width: 250px;
  540. text-align:center;
  541. opacity: 1;
  542. -webkit-transition: all 0.4s linear;
  543. {block:iffourcolumns}
  544. width: 200px;
  545. {/block:iffourcolumns}
  546. }
  547.  
  548.  
  549. .divider {
  550. height:100%;
  551. position:fixed;
  552. width:70px;
  553. padding-top:0px;
  554.  
  555. margin-left:185px;
  556.  
  557. {block:iffourcolumns}
  558. margin-left: 120px;
  559. {/block:iffourcolumns}
  560. margin-top:0px;
  561. z-index:2;
  562. background-color:{color:divider};
  563. background-image:url('{image:divider}');
  564. background-attachment: fixed;
  565. background-position: top left;
  566. background-repeat: repeat;}
  567.  
  568. .linkity {
  569. padding-top:50px;
  570. height:100%;
  571. position:fixed;
  572. width:75px;
  573. margin-left:105px;
  574. {block:iffourcolumns}
  575. margin-left: 35px;
  576. {/block:iffourcolumns}
  577.  
  578. top:0px;
  579. z-index:1;
  580. background-color:transparent;
  581. }
  582.  
  583. .heading {
  584. font-size:20px;
  585. font-family:;
  586. letter-spacing:-1px;
  587. line-height:20px;
  588. padding-top:0px;
  589. color:{color:text};
  590. font-style:normal;
  591. text-align:center;
  592. }
  593.  
  594. .chat ul {
  595. padding:0px 0px 0px 0px;
  596. margin:0px 0px 0px 0px;
  597. }
  598.  
  599. .chat li {
  600. line-height:12px;
  601. list-style-type: none;
  602. padding-left:0px;
  603. margin-right:0px;
  604. }
  605.  
  606. .chat li.odd {
  607. color:{color:Text};
  608. }
  609.  
  610. .chat li.even {
  611. color: {color:Text};
  612. background-color: {color:permalink};
  613. }
  614.  
  615. .label {
  616. font-size: 10px;
  617. line-height:10px;
  618. letter-spacing: 0px;
  619. font-family: tahoma;
  620. text-transform: none;
  621. color:{color:text};
  622. text-decoration: bold;
  623. text-align:left;
  624. }
  625.  
  626.  
  627.  
  628. blockquote{
  629. padding:0px 0px 2px 5px;
  630. margin:0px 0px 2px 2px;
  631. border-left: 1px dotted {color:text};
  632. }
  633.  
  634.  
  635. ul#drawers {text-align:right;width: 200px; list-style: none; margin: 0 auto; padding: 0px; border-top: 0px;}
  636.  
  637. ul#drawers a {text-align: right;text-decoration: none;}
  638.  
  639. ul#drawers li h4 {margin: 0; padding: 0px; text-align: right; -webkit-transition: background-color 0.5s ease-out; -moz-transition: background-color 0.5s ease-out; font-weight:normal;
  640.  
  641. li.drawer h4.open {text-align: right; border-top: 0px;}
  642.  
  643. li.drawer div {text-align: right;padding: 0px; margin: 0px; line-height: 12px; }
  644.  
  645. li.drawer div li {text-align: right;list-style-type: disc;}
  646.  
  647. li.drawer div ul {text-align: right;-webkit-padding-start: 12px;}
  648.  
  649. {CustomCSS}
  650.  
  651. </style>
  652.  
  653.  
  654. {block:IndexPage}
  655. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  656. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  657.  
  658. <script type="text/javascript">
  659. $(window).load(function () {
  660. var $content = $('#posts');
  661. $content.masonry({itemSelector: '.entry'}),
  662. $content.infinitescroll({
  663. navSelector : 'div#pagination',
  664. nextSelector : 'div#pagination a#nextPage',
  665. itemSelector : '.entry',
  666. loading: {
  667. finishedMsg: '',
  668. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  669. },
  670. bufferPx : 800,
  671. debug : false,
  672. },
  673. // call masonry as a callback.
  674. function( newElements ) {
  675. var $newElems = $( newElements );
  676. $newElems.hide();
  677. // ensure that images load before adding to masonry layout
  678. $newElems.imagesLoaded(function(){
  679. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  680.  
  681.  
  682. });
  683. });
  684. });
  685. </script>
  686.  
  687. {/block:IndexPage}
  688.  
  689. <title>{title}</title>
  690.  
  691. <link rel="shortcut icon" href="{Favicon}">
  692. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  693. <meta name="viewport" content="width=820" />
  694.  
  695.  
  696. </head>
  697. <body>
  698.  
  699. <div class="wrapper">
  700. <div class="header">
  701.  
  702. <div class="divider"></div>
  703.  
  704.  
  705. <div class="linkity">
  706.  
  707. <Center>
  708. <div class="linkss"><a href="/"><font color="{color:sidebar link}">Inicio</font></a></div>
  709. <br>
  710. <div class="linkss"><a href="/ask"><font color="{color:sidebar link}">Ask-me</font></a></div>
  711. <br>
  712. {block:IfShowLink1}<div class="linkss"><a href="{text:link 1 url}"><font color="{color:sidebar link}">{text:link 1 title}</font></a></div><br>{/block:IfShowLink1}
  713.  
  714. {block:IfShowLink2}<div class="linkss"><a href="{text:link 2 url}"><font color="{color:sidebar link}">{text:link 2 title}</font></a></div><br>{/block:IfShowLink2}
  715.  
  716. {block:IfShowLink3}<div class="linkss"><a href="{text:link 3 url}"><font color="{color:sidebar link}">{text:link 3 title}</font></a></div><bR>{/block:IfShowLink3}
  717.  
  718. {block:IfShowLink4}<div class="linkss"><a href="{text:link 4 url}"><font color="{color:sidebar link}">{text:link 4 title}</font></a></div><br>{/block:IfShowLink4}
  719.  
  720. {block:IfShowLink5}<div class="linkss"><a href="{text:link 5 url}"><font color="{color:sidebar link}">{text:link 5 title}</font></a></div><br>{/block:IfShowLink5}
  721.  
  722. {block:IfShowLink6}<div class="linkss"><a href="{text:link 6 url}"><font color="{color:sidebar link}">{text:link 6 title}</font></a></div><br>{/block:IfShowLink6}
  723.  
  724. <div class="linkss"><a href="http://exist0.tumblr.com"><font color="{color:sidebar link}">Credit</font></a></div>
  725. </center>
  726. </div>
  727.  
  728.  
  729. <div class="sidebarya">
  730. {block:ifShowBlogtitle}
  731. <div class="blogtitle"><a href="/"><text align="center"><font color="{color:Blogtitle}">{title}</font></text></a></div>
  732. {/block:ifShowBlogtitle}
  733. {block:ifShowSidebarPhoto}
  734. <a href="/"><img src="{image:sidebarphoto}" width="250px" height="auto" class="sidebarpic"></a>{/block:ifShowSidebarPhoto}
  735.  
  736. {description}
  737.  
  738.  
  739. </center>
  740.  
  741. </div>
  742.  
  743.  
  744.  
  745. <div class="left">
  746.  
  747. <div id="posts">
  748.  
  749. {block:Posts}
  750. <div class="entry">
  751.  
  752.  
  753. {block:Answer}
  754. <div class="ask">{Asker}: <b>{Question}</b></div>
  755. {Answer}
  756. {block:IndexPage}
  757. <br>
  758. <div class="perm"><a href="{permalink}">{NoteCountwithlabel}</a> &middot; {timeAgo}</div>
  759. {/block:IndexPage}
  760. {/block:Answer}
  761.  
  762.  
  763.  
  764. {block:Text}{block:Title}
  765. <div class="title">{Title}</div>
  766. {/block:Title}
  767. <span class="entrytext">
  768. {Body}</span>
  769.  
  770. {block:IndexPage} <br>
  771. <div class="perm"><a href="{permalink}">{NoteCountwithlabel}</a> &middot; &middot; <a href="{ReblogURL}" target="_blank">reblog</a></div>
  772. {/block:IndexPage}{/block:text}
  773.  
  774.  
  775.  
  776. {block:Link}
  777. <a href="{URL}" class="title"><center>{Name}</center></a>{block:Description}{Description}{/block:Description}
  778.  
  779. {block:IndexPage}<br>
  780. <div class="perm"><a href="{permalink}">{NoteCountwithlabel}</a> &middot;&middot; <a href="{ReblogURL}" target="_blank">reblog</a></div>
  781. {/block:IndexPage}
  782. {/block:link}
  783.  
  784.  
  785. {block:Photo}
  786. {block:IndexPage}
  787. <div class="perma"><a href="{reblogurl}" target="_blank">Reblog</a>
  788. </div>
  789. <div class="perma2"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  790. {/block:IndexPage}
  791.  
  792. {block:Iftwocolumns}
  793. {block:IndexPage}{LinkOpenTag}
  794. <div class="photo">
  795. <a href="{permalink}">
  796. <img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="250"/></a></div>{LinkCloseTag}
  797. {/block:IndexPage}
  798. {/block:iftwocolumns}
  799.  
  800. {block:Ifthreecolumns}
  801. {block:IndexPage}{LinkOpenTag}
  802. <div class="photo">
  803. <a href="{permalink}">
  804. <img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="250"/></a></div>{LinkCloseTag}
  805. {/block:IndexPage}
  806. {/block:ifthreecolumns}
  807.  
  808. {block:Iffourcolumns}
  809. {block:IndexPage}{LinkOpenTag}
  810. <div class="photo">
  811. <a href="{permalink}">
  812. <img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="200"/></a></div>{LinkCloseTag}
  813. {/block:IndexPage}
  814. {/block:iffourcolumns}
  815.  
  816.  
  817.  
  818. {block:PermalinkPage}<center>{LinkOpenTag}<img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/>{LinkCloseTag}{/block:PermalinkPage}</center>
  819. {/block:Photo}
  820.  
  821. {block:Photoset}
  822. {block:IndexPage}
  823. <center>
  824. {Photoset-250}</center> <br>
  825. <div class="perma"><a href="{reblogurl}" target="_blank">Reblog</a>
  826. </div>
  827. <div class="perma2"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  828. {/block:IndexPage}
  829. {block:PermalinkPage}
  830. <center>
  831. {Photoset-500}</center>
  832. {/block:PermalinkPage}
  833. {/block:Photoset}
  834.  
  835. {block:Quote}
  836. <div class="quote"><font class="smbluc">“</font>{Quote}”</div><br>
  837. {block:NoteCount} {TimeAgo} <a href="{Permalink}"><strong>{NoteCount}</strong> notes</a> {/block:NoteCount}
  838. {block:RebloggedFrom} · <a href="{ReblogRootURL}" title="{ReblogRootTitle}">original</a> · <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}<a href="{ReblogUrl}" target="_blank"> · <strong>reblog</strong></a></br>
  839. {/block:Quote}
  840.  
  841. {block:Chat}
  842. <div class="textpost">
  843. {block:Title}<span class="title">{Title}</span>{/block:Title}
  844. <ul class="chat">
  845. {block:Lines}
  846. <li class="user_{UserNumber}">
  847. {block:Label}
  848. <span class="label">{Label}</span>
  849. {/block:Label}
  850. {Line}
  851. </li>
  852. {/block:Lines}
  853. </ul>
  854. {block:RebloggedFrom} · <a href="{ReblogRootURL}" title="{ReblogRootTitle}">original</a> · <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}<a href="{ReblogUrl}" target="_blank"> · <strong>reblog</strong></a>
  855. </div>
  856. {/block:Chat}
  857.  
  858.  
  859.  
  860.  
  861. {block:Audio}
  862. <center><div style="width:250px; height:28px;"><div style="float:left">{AudioPlayerWhite}</div><div style="margin-top:10px; float:right;">
  863. {block:ExternalAudio}{/block:ExternalAudio}</div></div>{block:IndexPage}{caption}{/block:IndexPage}</center>
  864.  
  865. {block:IndexPage}<br>
  866. <div class="perm"><a href="{permalink}">{NoteCountwithlabel}</a> &middot; &middot; <a href="{ReblogURL}" target="_blank">reblog</a></div>
  867. {/block:IndexPage}
  868. {/block:Audio}
  869.  
  870.  
  871. {block:Video}
  872. {block:IndexPage}
  873. <center>
  874. {Video-250}</center>
  875. <div class="perma"><a href="{reblogurl}" target="_blank">Reblog</a>
  876. </div>
  877. <div class="perma2"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  878. {/block:IndexPage}
  879. {block:PermalinkPage}
  880. <center>
  881. {Video-500}</center>
  882. {/block:PermalinkPage}
  883. {block:Video}
  884.  
  885. {block:PermalinkPage}
  886. <center>
  887. <br>{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} {block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  888.  
  889.  
  890. {/block:PermalinkPage}
  891.  
  892.  
  893. {block:PostNotes}{PostNotes}
  894. {/block:PostNotes}
  895. </div>
  896.  
  897.  
  898. {/block:Posts}
  899. </div>
  900. </div>
  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. </div>
  914. </html>
Advertisement
Add Comment
Please, Sign In to add comment