Advertisement
bow-arrow

Theme 6 by Irritat3d!

Aug 13th, 2013
419
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.24 KB | None | 0 0
  1. <!--
  2. Theme 6 by Ally! (irritat3d)
  3. Please do not remove the credit. Otherwise, I will find out and I will report you.
  4. I made this theme using a basecode posted by twistedmiracles
  5. I got inspiration for the links from spaqhetti-tacos
  6. and I got the ask/answer layout (with a bit of editing) from her. Go check out her fab themes!
  7. -->
  8.  
  9. <html lang="en">
  10. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  11. <html xmlns="http://www.w3.org/1999/xhtml">
  12. <head>
  13. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  14. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  15. <script>
  16. (function($){
  17. $(document).ready(function(){
  18. $("a[title]").style_my_tooltips({
  19. tip_follows_cursor:true,
  20. tip_delay_time:90,
  21. tip_fade_speed:600,
  22. attribute:"title"
  23. });
  24. });
  25. })(jQuery);
  26. </script>
  27.  
  28. <script type="text/javascript">
  29. <!--
  30.  
  31. // Disable Right Click Script
  32.  
  33. function IE(e)
  34. {
  35. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  36. {
  37. return false;
  38. }
  39. }
  40. function NS(e)
  41. {
  42. if (document.layers || (document.getElementById && !document.all))
  43. {
  44. if (e.which == "2" || e.which == "3")
  45. {
  46. return false;
  47. }
  48. }
  49. }
  50. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  51.  
  52. //-->
  53. </script>
  54.  
  55.  
  56. <script type="text/javascript"
  57. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  58. <!--DEFAULT VARIABLES-->
  59. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  60. <meta name="if:use sidebg on asks" content="#fff"/>
  61. <meta name="color:background" content="#fff"/>
  62. <meta name="color:link" content="#777"/>
  63. <meta name="color:text" content="#777"/>
  64. <meta name="color:title" content="#333"/>
  65. <meta name="color:hover" content="#fff"/>
  66. <meta name="color:linkbg" content="#fd90ba"/>
  67. <meta name="color:scrollbar" content="#fd90ba"/>
  68. <meta name="color:tooltips" content="#777"/>
  69. <meta name="color:sidebar border" content="#fd90ba"/>
  70. <meta name="color:permalinks" content="#fd90ba"/>
  71. <meta name="image:sidebar" content="1"/>
  72. <meta name="image:background" content="1"/>
  73. <meta name="image:sidebarbg" content="1"/>
  74. <meta name="image:sideback1" content="1"/>
  75. <meta name="image:sideback2" content="1"/>
  76. <meta name="image:sideback3" content="1"/>
  77. <meta name="text:sidebar hover" content="whatever forever"/>
  78. <meta name="text:link1" content="/"/>
  79. <meta name="text:link1title" content="refresh"/>
  80. <meta name="text:link2" content="/ask"/>
  81. <meta name="text:link2title" content="inbox"/>
  82. <meta name="text:link3" content="/"/>
  83. <meta name="text:link3title" content="/"/>
  84. <meta name="text:link4" content="/"/>
  85. <meta name="text:link4title" content="/"/>
  86. <meta name="text:link5" content="http://themesby-ally.tumblr.com"/>
  87. <meta name="text:link5title" content="credit"/>
  88.  
  89. <style type="text/css">
  90. #s-m-t-tooltip {
  91. max-width:300px;
  92. padding:2px 3px 2px 3px;
  93. margin:20px 0px 0px 20px;
  94. background: #fff; /* change the background color */
  95. border:1px solid {color:tooltips};/* change the border color */
  96. font-family:consolas; /* change the font */
  97. font-style:italic;
  98. border-radius:10px;
  99. font-size:12px;
  100. line-height:12px;
  101. letter-spacing:0px; /* change the letter spacing */
  102. text-transform:none; /* can be uppercase, lowercase, none*/
  103. color:{color:text}; /* change the text color */
  104. z-index:999999999999999999999999999999999999;
  105. }
  106.  
  107. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar}; border: 3px solid #fff; height:auto;}
  108.  
  109. ::-webkit-scrollbar {height:9px;width:9px;background-color:{color:scrollbar};border:4px solid #fff;}
  110.  
  111. ::selection {background-color:#fff;}
  112.  
  113.  
  114. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.05;-webkit-transition: all 0.8s ease-out;-moz-
  115.  
  116. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  117.  
  118. 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;}
  119.  
  120. p {
  121. margin:0px;
  122. margin-top:0px;
  123. }
  124.  
  125.  
  126. body {
  127. padding: 0px;
  128. margin: 0px;
  129. color:{color:text};
  130. font-family:calibri;
  131. line-height:102%;
  132. font-size:11px;
  133. background-color: {color:Background};
  134. background-image:url({image:Background});
  135. background-attachment: fixed;
  136. background-repeat: repeat;
  137. }
  138.  
  139.  
  140. a:link, a:active, a:visited{
  141. text-decoration: none;
  142. -webkit-transition: color 0.3s ease-out;
  143. -moz-transition: color 0.3s ease-out;
  144. transition: color 0.3s ease-out;
  145. color:{color:link};
  146. }
  147.  
  148. a:hover {
  149. text-decoration: none;
  150. font-style:;
  151. color: {color:Hover};
  152. }
  153.  
  154. div#center{
  155. margin:auto;
  156. position:relative;
  157. width:1000px;
  158. background-color:;
  159. overflow:auto;
  160. overflow-y:hidden;
  161. }
  162.  
  163. @font-face { font-family: "dandy"; src: url('http://static.tumblr.com/vtg00tr/lLzmopqqe/dandelion_in_the_spring.ttf'); }
  164.  
  165. @font-face { font-family: "every"; src: url('http://static.tumblr.com/oct6d4x/sR7m1f1tb/beautifuleverytime.ttf'); }
  166.  
  167. /*CUSTOMIZE ENTRY SETTINGS HERE*/
  168. .entry {
  169. float:left;
  170. display: block;
  171. margin:2px;
  172. padding:6px;
  173. padding-bottom:3px;
  174. overflow:hidden;
  175. width:243px;
  176. border:1px solid #ddd;
  177. {block:PermalinkPage}
  178. width:450px;
  179. text-align:left;
  180. line-height:10px;
  181. {/block:PermalinkPage}
  182. background:white;
  183. background-image:URL();
  184. }
  185.  
  186.  
  187. /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
  188. .entry .perma{
  189. width:243px;
  190. height:auto;
  191. margin-left:0px;
  192. padding-top:0px;
  193. padding-bottom:1px;
  194. position: absolute;
  195. line-height: 11px;
  196. overflow:hidden;
  197. text-align:center;
  198. font-family:calibri;
  199. background:white;
  200. word-spacing:2px;
  201. letter-spacing:1px;
  202. opacity: 0;
  203. text-transform: uppercase;
  204. font-size:10px;
  205. border-bottom:1px solid {color:permalinks};
  206. -webkit-transition: all .7s ease;
  207. -moz-transition: all .7s ease;
  208. -o-transition: all .7s ease;
  209. transition: all .7s ease;
  210. }
  211.  
  212. .entry:hover .perma{
  213. overflow:visible;
  214. opacity:0.975;
  215. }
  216.  
  217.  
  218. /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
  219. #posts {
  220. width:783px;
  221. margin-top:1px;
  222. z-index:99;
  223. margin-left:217px;
  224. right:auto;
  225. background:transparent;
  226. margin-right:auto;
  227. position:relative;
  228. overflow-y: hidden;
  229. }
  230.  
  231. /*CUSTOMIZE SIDEBAR HERE*/
  232. #blogtitle{
  233. position:fixed !important;
  234. margin-top:135px;
  235. margin-left:-147px;
  236. font-family:every;
  237. font-size:40px;
  238. width:300px;
  239. text-align:center;
  240. }
  241.  
  242. #sidebar{
  243. position:fixed !important;
  244. width:280px;
  245. height:auto;
  246. margin-top:150px;
  247. margin-left:-147px;
  248. text-align:center;
  249. border:10px solid {color:sidebar border};
  250. box-shadow:0px 0px 2px #ccc;
  251. background-image:url({image:sidebarbg});
  252. }
  253.  
  254. #sidebarpic{
  255. padding:10px;
  256. padding-right:
  257. width:270px;
  258. z-index:9;
  259. transition: all 0.6s ease-out;
  260. -o-transition-transition: all 0.4s ease-out;
  261. -webkit-transition: all 0.4s ease-out;
  262. -moz-transition: all 0.4s ease-out;
  263. -webkit-animation:fadeInUpBig 1s;
  264. -moz-animation:fadeInUpBig 1s;
  265. -ms-animation:fadeInUpBig 1s;
  266. }
  267.  
  268. #sidebar:hover #sidebarpic{
  269. z-index:9;
  270. transition: all 0.6s ease-out;
  271. -o-transition-transition: all 0.4s ease-out;
  272. -webkit-transition: all 0.4s ease-out;
  273. -moz-transition: all 0.4s ease-out;
  274. -webkit-animation:fadeInUpBig 1s;
  275. -moz-animation:fadeInUpBig 1s;
  276. -ms-animation:fadeInUpBig 1s;
  277. }
  278.  
  279. #sidebar #desc{
  280. opacity:0;
  281. background-color:white;
  282. margin-top:0px;
  283. margin-left:-2px;
  284. height:34px;
  285. width:280px;
  286. overflow:auto;
  287. border:2px solid {color:sidebar border};
  288. transition: all 0.6s ease-out;
  289. -o-transition-transition: all 0.4s ease-out;
  290. -webkit-transition: all 0.4s ease-out;
  291. -moz-transition: all 0.4s ease-out;
  292. -webkit-animation:fadeInUpBig 1s;
  293. -moz-animation:fadeInUpBig 1s;
  294. -ms-animation:fadeInUpBig 1s;
  295. }
  296.  
  297. #sidebar:hover #desc{
  298. opacity:1;
  299. margin-top:0px;
  300. transition: all 1s ease-out;
  301. -o-transition-transition: all 1s ease-out;
  302. -webkit-transition: all 0.4s ease-out;
  303. -moz-transition: all 1s ease-out;
  304. -webkit-animation:fadeInUpBig 3s;
  305. -moz-animation:fadeInUpBig 3s;
  306. -ms-animation:fadeInUpBig 3s;
  307. }
  308.  
  309. #sidebar #line{
  310. width:290px;
  311. height:5px;
  312. color:white;
  313. margin-left:-10px;
  314. margin-top:-30px;
  315. border:2px solid {color:sidebar border};
  316. transition: all 1s ease-out;
  317. -o-transition-transition: all 1s ease-out;
  318. -webkit-transition: all 0.4s ease-out;
  319. -moz-transition: all 1s ease-out;
  320. -webkit-animation:fadeInUpBig 3s;
  321. -moz-animation:fadeInUpBig 3s;
  322. -ms-animation:fadeInUpBig 3s
  323. }
  324.  
  325. #sidebar:hover #line{
  326. margin-top:18px;
  327. transition: all 1s ease-out;
  328. -o-transition-transition: all 1s ease-out;
  329. -webkit-transition: all 0.4s ease-out;
  330. -moz-transition: all 1s ease-out;
  331. -webkit-animation:fadeInUpBig 3s;
  332. -moz-animation:fadeInUpBig 3s;
  333. -ms-animation:fadeInUpBig 3s
  334. }
  335.  
  336. #sidebar #linkz{
  337. background:transparent;
  338. width:100%;
  339. height:37px;
  340. font-family: dandy;
  341. font-size: 17px;
  342. line-height:18px;
  343. }
  344.  
  345. #sidebar #link1{
  346. width:35px;
  347. height:20px;
  348. padding-top: 5px;
  349. padding-bottom:0px;
  350. margin-top:-19px;
  351. margin-left:-221px;
  352. border-radius:5px;
  353. border: 2px solid #ccc;
  354. text-shadow: 0px 0px 1px #919191;
  355. transition: all 0.6s ease-out;
  356. -o-transition-transition: all 0.4s ease-out;
  357. -webkit-transition: all 0.4s ease-out;
  358. -moz-transition: all 0.4s ease-out;
  359. -webkit-animation:fadeInUpBig 1s;
  360. -moz-animation:fadeInUpBig 1s;
  361. -ms-animation:fadeInUpBig 1s;
  362. background:{color:linkbg};
  363. }
  364.  
  365. #sidebar #link2{
  366. padding-top: 5px;
  367. padding-bottom:0px;
  368. margin-left:-110px;
  369. margin-top:-29px;
  370. width:35px;
  371. height:20px;
  372. border-radius:5px;
  373. border: 2px solid #ccc;
  374. text-shadow: 0px 0px 1px #919191;
  375. transition: all 0.6s ease-out;
  376. -o-transition-transition: all 0.4s ease-out;
  377. -webkit-transition: all 0.4s ease-out;
  378. -moz-transition: all 0.4s ease-out;
  379. -webkit-animation:fadeInUpBig 1s;
  380. -moz-animation:fadeInUpBig 1s;
  381. -ms-animation:fadeInUpBig 1s;
  382. background:{color:linkbg};
  383. }
  384.  
  385. #sidebar #link3{
  386. padding-top: 5px;
  387. padding-bottom:0px;
  388. margin-top:-29px;
  389. margin-left:0px;
  390. width:35px;
  391. height:20px;
  392. border-radius:5px;
  393. border: 2px solid #ccc;
  394. text-shadow: 0px 0px 1px #919191;
  395. transition: all 0.6s ease-out;
  396. -o-transition-transition: all 0.4s ease-out;
  397. -webkit-transition: all 0.4s ease-out;
  398. -moz-transition: all 0.4s ease-out;
  399. -webkit-animation:fadeInUpBig 1s;
  400. -moz-animation:fadeInUpBig 1s;
  401. -ms-animation:fadeInUpBig 1s;
  402. background:{color:linkbg};
  403. }
  404.  
  405. #sidebar #link4{
  406. padding-top: 5px;
  407. padding-bottom:0px;
  408. margin-top:-29px;
  409. margin-left:110px;
  410. width:35px;
  411. height:20px;
  412. border-radius:5px;
  413. border: 2px solid #ccc;
  414. text-shadow: 0px 0px 1px #919191;
  415. transition: all 0.6s ease-out;
  416. -o-transition-transition: all 0.4s ease-out;
  417. -webkit-transition: all 0.4s ease-out;
  418. -moz-transition: all 0.4s ease-out;
  419. -webkit-animation:fadeInUpBig 1s;
  420. -moz-animation:fadeInUpBig 1s;
  421. -ms-animation:fadeInUpBig 1s;
  422. background:{color:linkbg};
  423. }
  424.  
  425. #sidebar #link5{
  426. padding-top: 5px;
  427. padding-bottom:0px;
  428. margin-top:-29px;
  429. margin-left:221px;
  430. width:35px;
  431. height:20px;
  432. border-radius:5px;
  433. border: 2px solid #ccc;
  434. text-shadow: 0px 0px 1px #919191;
  435. transition: all 0.6s ease-out;
  436. -o-transition-transition: all 0.4s ease-out;
  437. -webkit-transition: all 0.4s ease-out;
  438. -moz-transition: all 0.4s ease-out;
  439. -webkit-animation:fadeInUpBig 1s;
  440. -moz-animation:fadeInUpBig 1s;
  441. -ms-animation:fadeInUpBig 1s;
  442. background:{color:linkbg};
  443. }
  444.  
  445. #sideback1{
  446. position:fixed !important;
  447. width:40px;
  448. height:100%;
  449. margin-left:168px;
  450. border-left:3px solid #fff;
  451. border-right:3px solid #fff;
  452. box-shadow:0px 0px 2px #ccc;
  453. background-image:url({image:sideback1});
  454. }
  455.  
  456. #sideback2{
  457. position:fixed !important;
  458. width:60px;
  459. height:100%;
  460. margin-left:1007px;
  461. border-left:3px solid #fff;
  462. border-right:3px solid #fff;
  463. box-shadow:0px 0px 2px #ccc;
  464. background-image:url({image:sideback2});
  465. }
  466.  
  467. #sideback3{
  468. position:fixed !important;
  469. width:35px;
  470. height:100%;
  471. margin-left:1079px;
  472. border-left:3px solid #fff;
  473. border-right:3px solid #fff;
  474. box-shadow:0px 0px 2px #ccc;
  475. background-image:url({image:sideback3});
  476. }
  477.  
  478.  
  479. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  480. .title{
  481. line-height:20px;
  482. font-size:20px;
  483. color:{color:Title};
  484. font-weight: normal;
  485. font-family:every;
  486. }
  487.  
  488.  
  489. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  490. .permalink{
  491. text-transform: uppercase;
  492. font-style: italic;
  493. display: block;
  494. text-align: right;
  495. }
  496.  
  497.  
  498. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
  499. #infscr-loading{
  500. bottom: -70px;
  501. position: absolute;
  502. left: 50%;
  503. margin-left:-8px;
  504. width:16px;
  505. height:11px;
  506. overflow:hidden;
  507. margin-bottom: 50px;
  508. }
  509.  
  510. #postnotes{
  511. text-align: justify;}
  512.  
  513. #postnotes blockquote{
  514. border: 0px;}
  515.  
  516. blockquote{
  517. padding:0px 0px 2px 5px;
  518. margin:0px 0px 2px 10px;
  519. border-left: 1px dotted #555555;
  520. }
  521.  
  522. blockquote p, ul{
  523. margin:0px;
  524. padding:0px;
  525. }
  526.  
  527. a img{border: 0px;}
  528.  
  529. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  530.  
  531. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  532. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  533.  
  534. .notes img{width:10px; position:relative; top:3px;}
  535. <--ses-->
  536. small{font-size: 90%;}
  537.  
  538. {CustomCSS}
  539.  
  540. </style>
  541.  
  542. {block:IndexPage}
  543. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  544. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  545.  
  546. <script type="text/javascript">
  547. $(window).load(function(){
  548. var $wall = $('#posts');
  549. $wall.imagesLoaded(function(){
  550. $wall.masonry({
  551. itemSelector: '.entry, .entry_photo',
  552. isAnimated : false
  553. });
  554. });
  555.  
  556. $wall.infinitescroll({
  557. navSelector : '#pagination',
  558. nextSelector : '#pagination a',
  559. itemSelector : '.entry, .entry_photo',
  560. bufferPx : 2000,
  561. debug : false,
  562. errorCallback: function() {
  563. $('#infscr-loading').fadeOut('normal');
  564. }},
  565. function( newElements ) {
  566. var $newElems = $( newElements );
  567. $newElems.hide();
  568. $newElems.imagesLoaded(function(){
  569. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  570. });
  571. }); $('#posts').show(500);
  572. });
  573. </script>
  574.  
  575. {/block:IndexPage}
  576.  
  577. <title>{title}</title>
  578.  
  579. <link rel="shortcut icon" href="{Favicon}" />
  580. <meta name="viewport" content="width=820" />
  581. </head>
  582.  
  583. <body>
  584. <BODY onselectstart="return false;" ondragstart="return false;">
  585. <div class="wrapper">
  586. <div class="header">
  587. </div>
  588.  
  589. <div id="cage">
  590. <div id="center">
  591.  
  592. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  593. <div id="blogtitle">{title}</div>
  594. <div id="sidebar">
  595. <center>
  596. <div id="sidebarpic"><a href="/" title="{text:sidebar hover}"><img src="{image:sidebar}" width=100%></a></div>
  597. <div id="desc">{description}</div>
  598. <div id="line"></div>
  599. <div id="linkz">
  600. <div id="link1"><a href="{text:link1}" title="{text:link1title}">.01</a></div>
  601. <div id="link2"><a href="{text:link2}" title="{text:link2title}">.02</a></div>
  602. <div id="link3"><a href="{text:link3}" title="{text:link3title}">.03</a></div>
  603. <div id="link4"><a href="{text:link4}" title="{text:link4title}">.04</a>
  604. </div>
  605. <div id="link5"><a href="{text:link5}" title="{text:link5title}">.05</a>
  606. </div></div>
  607.  
  608. </center>
  609. </div>
  610.  
  611. <div id="sideback1"></div>
  612. <div id="sideback2"></div>
  613. <div id="sideback3"></div>
  614. <!------------------------------------->
  615.  
  616. <div class="left">
  617. <div id="posts">
  618. {block:Posts}
  619. <div class="entry">
  620.  
  621. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
  622.  
  623. href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
  624. {/block:Text}
  625.  
  626. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  627.  
  628. class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  629.  
  630. {block:Photo}
  631. {block:IndexPage}
  632. <center>
  633. <div class="perma">
  634. <a href="{ReblogURL}" target="_blank">reblog</a> + <a href="{permalink}">{notecount}</a><br>blogged {timeago}<br></div>
  635.  
  636. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  637. {/block:IndexPage}
  638. {block:PermalinkPage}
  639. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  640.  
  641. {LinkCloseTag}
  642. {/block:PermalinkPage}
  643. {/block:Photo}
  644.  
  645. {block:Photoset}
  646. {block:IndexPage}
  647. <center>
  648.  
  649. <div class="perma">
  650. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  651.  
  652. {Photoset-250}</center>
  653. {/block:IndexPage}
  654. {block:PermalinkPage}
  655. <center>
  656. {Photoset-500}</center>
  657. {/block:PermalinkPage}
  658. {/block:Photoset}
  659.  
  660. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  661.  
  662. href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  663.  
  664. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  665. <ul class="chat">
  666. {block:Lines}
  667. <li class="user_{UserNumber}">
  668. {block:Label}
  669. <span class="label">{Label}</span>
  670. {/block:Label}
  671.  
  672. {Line}
  673. </li>
  674. {/block:Lines}
  675. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  676. {/block:Chat}
  677.  
  678. {block:Audio}
  679. <div style="width:200px; height:30px;">
  680. {AudioPlayerBlack}
  681. </div>
  682. {block:IndexPage}<span class="permalink">
  683. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
  684. </span>{/block:IndexPage}
  685. {/block:Audio}
  686.  
  687. {block:Answer}<br>
  688. <div style="border:1px solid {color:sidebar border}; border-right:4px solid {color:sidebar border}; border-left:2px solid {color:sidebar border1}; -moz-border-radius: 5px; border-radius: 5px; margin-top: -2px; margin-left:5px; text-align: left; line-height:14px; min-height:20px; padding-left: 20px; padding-top: 5px; padding-right: 0px; padding-bottom: 2px;{block:ifusesidebgonasks}background-image:url({image:sidebarbg});{/block:ifusesidebgonasks} z-index: 0;">
  689. <img src="{AskerPortraitURL-30}" width="32" height="30" align="left" style="margin-left:-28px;margin-top:-9px; border: 1px solid #ccc; border-radius:15px;"/>
  690. <ask>{Asker}</ask>: {Question}</div>
  691.  
  692. <div style="{block:ifusesidebgonasks}background-image:url({image:sidebarbg});{/block:ifusesidebgonasks} border: 1px solid {color:sidebar border};padding: 2px; padding-right:0px; border-radius: 4px;margin-top:9px; margin-left:5px; "><center>{Answer}</center></div>
  693.  
  694. <br><div style="text-align: right;"><askk></askk><hr size=1></div>
  695. <P ALIGN=Right><a href="{Permalink}">{notecountwithlabel}</a>
  696. {/block:Answer}
  697.  
  698. {block:Video}
  699. {block:IndexPage}
  700. <center>
  701. <div class="perma">
  702. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  703. {Video-250}</center>
  704. {/block:IndexPage}
  705. {block:PermalinkPage}
  706. <center>
  707. {Video-400}</center>
  708. {/block:PermalinkPage}
  709. {block:Video}
  710.  
  711.  
  712. {block:PostNotes}<div align="middle">{caption}</div>
  713. <center>
  714.  
  715. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  716.  
  717. {block:HasTags}
  718. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  719. {block:RebloggedFrom}
  720. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  721. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  722.  
  723. {/block:RebloggedFrom}
  724. </center></span>
  725. <br>
  726. <div id="postnotes">{PostNotes}</div><br>
  727.  
  728. <center>{block:ContentSource}
  729. <br><a href="{SourceURL}">
  730. {lang:Source}:
  731. {block:SourceLogo}
  732. <img src="{BlackLogoURL}" width="{LogoWidth}"
  733. height="{LogoHeight}" alt="{SourceTitle}" />
  734. {/block:SourceLogo}
  735. {block:NoSourceLogo}
  736. {SourceLink}
  737. {/block:NoSourceLogo}
  738. </a>
  739. {/block:ContentSource}</center>
  740.  
  741. {/block:PostNotes}
  742. </div>
  743. {/block:Posts}
  744. </div></div>
  745.  
  746. {block:IndexPage}
  747. {block:Pagination}
  748. <div id="pagination">
  749. {block:NextPage}
  750. <a id="nextPage" href="{NextPage}"></a>
  751. {/block:NextPage}
  752. {block:PreviousPage}
  753. <a href="{PreviousPage}"></a>
  754. {/block:PreviousPage}
  755. </div>
  756. {/block:Pagination}
  757. {/block:IndexPage}
  758. </body>
  759.  
  760. <div style="position:fixed; z-index:9999999999999999999; font-size: 12px; bottom:5px; right:5px; background-color:white; border:1px solid {color:borders}; padding:2px;"> <a href="http://irritat3d.tumblr.com" title="credit" content="font-size: 2px;">♌</a></div>
  761.  
  762. </html>
  763.  
  764. <!--
  765. Seriously if you remove the credit, put it in your faq or credits page or something. This theme took me so long and it's the first one that I've made all on my own, so please respect that and give me credit.
  766. Enjoy the theme!
  767. -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement