Advertisement
ialkhachi

Theme 3 - Marc Jacobs

Aug 15th, 2013
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.11 KB | None | 0 0
  1. <!-- * BASE CODE BY NATHESYKES *-->
  2. <!-- * THEME BY SIGNIFICUNTLY *-->
  3.  
  4.  
  5.  
  6. <script type="text/javascript"
  7. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  8.  
  9.  
  10. <!-- COLORS -->
  11. <meta name="color:background" content="#f7f7f7"/>
  12. <meta name="color:link" content="#c2bebe">
  13. <meta name="color:text" content="#777"/>
  14. <meta name="color:title" content="#fd8585"/>
  15. <meta name="color:hover" content="#a3a3a0"/>
  16. <meta name="color:border" content="#e4e4e4">
  17. <meta name="color:sidebg" content="#3c3b3b">
  18.  
  19.  
  20. <!--SIDEBAR AND BACKGROUND IMAGES-->
  21. <meta name="image:sidebar" content="1"/>
  22. <meta name="image:background" content="1"/>
  23.  
  24. <!--IF YOU DON'T WANT A TITLE REMOVE THE FIRST META-->
  25. <meta name="text:sidetitle" content="" />
  26. <meta name="text:Link1" content="/" />
  27. <meta name="text:Link1 Title" content="" />
  28. <meta name="text:Link2" content="/" />
  29. <meta name="text:Link2 Title" content="" />
  30. <meta name="text:Link3" content="/" />
  31. <meta name="text:Link3 Title" content="" />
  32. <meta name="text:Link4" content="/" />
  33. <meta name="text:Link4 Title" content="" />
  34. <meta name="text:Link5" content="/" />
  35. <meta name="text:Link5 Title" content="" />
  36. <meta name="text:Link6" content="/" />
  37. <meta name="text:Link6 Title" content="" />
  38. <meta name="text:Link7" content="/" />
  39. <meta name="text:Link7 Title" content="" />
  40.  
  41. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  42.  
  43.  
  44. <style type="text/css">
  45.  
  46. div#qTip {
  47. padding: 5px;
  48. display: none;
  49. text-align: center;
  50. position: absolute;
  51. font-size:10px;
  52. line-height:15px;
  53. font-family:sackers;
  54. z-index: 1000;
  55. border: 1px solid #bordercolor;
  56. background-color:#backgroundcolor;
  57. color: {color:text};
  58. text-transform:uppercase;
  59. letter-spacing: 1px;
  60. }
  61.  
  62. iframe#tumblr_controls {
  63. top: 0% !important;
  64. right:0% !important;
  65. opacity:0.3;
  66. position: fixed !important;
  67. filter:alpha(opacity=30);
  68. -webkit-transition: all 0.7s ease;
  69. -moz-transition: all 0.7s ease;
  70. -o-transition: all 0.7s ease;
  71. }
  72. iframe#tumblr_controls:hover{
  73. top: 0% !important;
  74. right:0% !important;
  75. opacity:0.8;
  76. position: fixed !important;
  77. filter:alpha(opacity=80);
  78. -webkit-transition: all 0.7s ease;
  79. -moz-transition: all 0.7s ease;
  80. -o-transition: all 0.7s ease;
  81. }
  82.  
  83.  
  84.  
  85. ::-webkit-scrollbar {width: 9px; height: 3px; background: #FFFFFF;}
  86.  
  87. ::-webkit-scrollbar-thumb {background-color:{color:background} ; border: 0px solid #f8f8f8;}
  88.  
  89. @font-face {font-family: Sackers; src:url(http://static.tumblr.com/a6640nt/wJkmrjg4y/at_sackers_gothic_medium.ttf)}
  90.  
  91.  
  92. 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-
  93.  
  94. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  95.  
  96. 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;}
  97.  
  98. p {
  99. margin:0px;
  100. margin-top:0px;
  101. }
  102.  
  103.  
  104. body {
  105. padding:10px;
  106. margin: 1px;
  107. color:{color:text};
  108. font-family: sackers;
  109. line-height:10px;
  110. font-size:10px;
  111. background-color: {color:Background};
  112. background-image:url({image:Background});
  113. background-attachment: fixed;
  114. background-repeat: repeat;
  115. }
  116.  
  117.  
  118.  
  119. a:link, a:active, a:visited{
  120. text-decoration: none;
  121. -webkit-transition: color 0.3s ease-out;
  122. -moz-transition: color 0.3s ease-out;
  123. transition: color 0.3s ease-out;
  124. color:{color:link};
  125. }
  126.  
  127. a:hover {
  128. text-decoration: none;
  129. font-style:;
  130. color: {color:Hover};
  131. }
  132.  
  133. /* DON'T MAKE THE WIDTH NUMBER TOO BIG OR ELSE YOU'LL HAVE A HORIZONTAL SCROLLBAR */
  134.  
  135. div#center{
  136. margin:auto;
  137. position:relative;
  138. width:1340px;
  139. overflow:auto;
  140. overflow-y:hidden;
  141. }
  142.  
  143.  
  144. /* EDIT ENTRY SETTINGS HERE */
  145.  
  146. .entry {
  147. padding:5px;
  148. padding-bottom:4px;
  149. border-radius:2px;
  150. border:1px solid {color:border};
  151. float:left;
  152. margin:2px;
  153. overflow:hidden;
  154. width:350px; /*MAKE IT SMALLER FOR MORE COLUMNS AND BIGGER FOR LESS*/
  155. {block:PermalinkPage}
  156. width:450px;
  157. text-align:left;
  158. line-height:10px;
  159. {/block:PermalinkPage}
  160. background:white;
  161. }
  162.  
  163.  
  164.  
  165. /*EDIT POSTS HERE*/
  166.  
  167. #posts {
  168. width:1000px;
  169. margin-top:160px;
  170. margin-left:460px;
  171. right:auto;
  172. background:transparent;
  173. margin-right:auto;
  174. overflow-y: hidden;
  175. position:inherit;
  176. }
  177.  
  178.  
  179. #bar img {
  180. position:fixed;
  181. width:150px;
  182. height:150px;
  183. margin-top:200px;
  184. margin-left:80px;
  185. border:1px solid {color:border};
  186. background: white;
  187. padding:3px;
  188. opacity:1;
  189. -moz-transition-duration:1s;
  190. -webkit-transition-duration:1s;
  191. -o-transition-duration:1s;
  192. }
  193.  
  194.  
  195. /*EDIT SIDEBAR HERE*/
  196.  
  197.  
  198. #sidebar {
  199. z-index:99999;
  200. margin-left:0px;
  201. margin-top:0px;
  202. position:fixed;
  203. background:transparent;
  204. }
  205.  
  206. #sidebar img {
  207. position:fixed;
  208. width:500px;
  209. height:800px;
  210. margin-top:-15px;
  211. margin-left:-150px;
  212. background: white;
  213. padding:3px;
  214. opacity:1;
  215. -moz-transition-duration:1s;
  216. -webkit-transition-duration:1s;
  217. -o-transition-duration:1s;
  218. }
  219.  
  220. #sidebar img:hover {
  221. position:center;
  222. padding:3px;
  223. -moz-transition-duration:1s;
  224. -webkit-transition-duration:1s;
  225. -o-transition-duration:1s;
  226. }
  227.  
  228.  
  229. /*EDIT SIDEBAR TITLE HERE NOTE: IF YOU DON'T WANT THE TITLE TO APPEAR DELETE THIS AND GO TO THE <BODY> TAG AND DELETE <div class="sidetitle">{text:sidetitle}</div> */
  230.  
  231. .sidetitle{
  232. width:500px;
  233. text-transform:lowercase;
  234. font-size:50px;
  235. font-family:sackers;
  236. font-style:;
  237. line-height:100%;
  238. text-align:center;
  239. height:auto;
  240. letter-spacing:9px;
  241. word-spacing:0px;
  242. margin-left:575px;
  243. margin-top:0px;
  244. padding-bottom:10px;
  245. padding-right:5px;
  246. color:{color:title};
  247. position:fixed;
  248. -moz-transition-duration:1s;
  249. -webkit-transition-duration:1s;
  250. -o-transition-duration:1s;
  251. }
  252.  
  253.  
  254.  
  255. .links {
  256. z-index:2;
  257. font-family:sackers;
  258. width:700px;
  259. height:28px;
  260. font-size:17px;
  261. opacity:1;
  262. letter-spacing:1px;
  263. text-transform:lowercase;
  264. padding-top:5px;
  265. padding-bottom:7px;
  266. border-top:1px solid {color:border};
  267. border-bottom:1px solid {color:border};
  268. margin-top:55px;
  269. margin-left:475px;
  270. line-height: 0px;
  271. opacity:1;
  272. position:fixed;
  273. font-style:none;
  274. -moz-transition-duration:1s;
  275. -webkit-transition-duration:1s;
  276. -o-transition-duration:1s;
  277. }
  278.  
  279.  
  280.  
  281. .links a{
  282. height:5px;
  283. padding:2px;
  284. float:center;
  285. margin-left:1px;
  286. color:{color:link};
  287. letter-spacing:0px;
  288. text-decoration:none;
  289. -moz-transition-duration:1s;
  290. -webkit-transition-duration:1s;
  291. -o-transition-duration:1s;
  292. }
  293.  
  294. .links a:hover{
  295. text-shadow:1px 2px 3px #ffffff;
  296. color:{color:title};
  297. -moz-transition-duration:1s;
  298. -webkit-transition-duration:1s;
  299. -o-transition-duration:1s;
  300. }
  301.  
  302. .links2 {
  303. z-index:2;
  304. font-family:sackers;
  305. width:500px;
  306. height:50px;
  307. font-size:17px;
  308. opacity:1;
  309. letter-spacing:1px;
  310. text-transform:lowercase;
  311. padding-top:5px;
  312. padding-bottom:7px;
  313. margin-top:80px;
  314. margin-left:575px;
  315. line-height: 0px;
  316. opacity:1;
  317. position:fixed;
  318. font-style:none;
  319. -moz-transition-duration:1s;
  320. -webkit-transition-duration:1s;
  321. -o-transition-duration:1s;
  322. }
  323.  
  324.  
  325.  
  326. .links2 a{
  327. height:5px;
  328. padding:2px;
  329. float:center;
  330. margin-left:1px;
  331. color:{color:link};
  332. letter-spacing:0px;
  333. text-decoration:none;
  334. -moz-transition-duration:1s;
  335. -webkit-transition-duration:1s;
  336. -o-transition-duration:1s;
  337. }
  338.  
  339. .links2 a:hover{
  340. text-shadow:1px 2px 3px #ffffff;
  341. color:{color:title};
  342. -moz-transition-duration:1s;
  343. -webkit-transition-duration:1s;
  344. -o-transition-duration:1s;
  345. }
  346.  
  347.  
  348. .desc {
  349. position:fixed;
  350. padding-top:0px;
  351. padding-bottom:5px;
  352. margin-top:100px;
  353. margin-left:475px;
  354. text-align:center;
  355. font-size:11px;
  356. font-family:sackers;
  357. width:700px;
  358. height:auto;
  359. color:{color:text};
  360. letter-spacing:0px;
  361. line-height:100%;
  362. background-color:transparent;
  363. opacity:1;
  364. text-transform:none;
  365. -moz-transition-duration:0.7s;
  366. -webkit-transition-duration:0.7s;
  367. -o-transition-duration:0.7s;
  368. }
  369.  
  370. .desc a{
  371. color:{color:text};
  372. }
  373.  
  374.  
  375. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  376. .title{
  377. line-height: 12px;
  378. color:{color:Title};
  379. font-weight: normal;
  380. }
  381.  
  382.  
  383. /*EDIT PERMALINK OF POSTS AND STUFF HERE*/
  384.  
  385. .permalink {
  386. color:black;
  387. font-size:12px;
  388. opacity: 0;
  389. width:265px;
  390. height:15px;
  391. padding-bottom:0px;
  392. padding-left:5px;
  393. padding-top:5px;
  394. background-color: #fff;
  395. position: absolute;
  396. top:10px;
  397. text-align:center;
  398. text-transform:uppercase;
  399. font-family:sackers;
  400. letter-spacing:0px;
  401. line-height:12px;
  402. border-top:1px solid {color:border};
  403. border-bottom:1px solid {color:border};
  404. display:block;
  405. -webkit-transition-duration: .75s;
  406. }
  407.  
  408. .entry:hover .permalink {
  409. position: absolute;
  410. width:265px;
  411. opacity:1;
  412. z-index:99;
  413. padding-top:5px;
  414. padding-bottom:0px;
  415. -moz-transition-duration:0.7s;
  416. -webkit-transition-duration:0.7s;
  417. -o-transition-duration:0.7s;
  418. }
  419.  
  420.  
  421.  
  422.  
  423. /* SCROLLBAR */
  424.  
  425. #infscr-loading{
  426. bottom: -70px;
  427. position: absolute;
  428. left: 50%;
  429. margin-left:-8px;
  430. width:16px;
  431. height:11px;
  432. overflow:hidden;
  433. margin-bottom: 50px;
  434. }
  435.  
  436. /* BLOCKQUOTES AND STUFF */
  437.  
  438. #postnotes{
  439. text-align: justify;}
  440.  
  441. #postnotes blockquote{
  442. border: 1px;}
  443.  
  444. blockquote{
  445. padding:0px 0px 2px 5px;
  446. margin:0px 0px 2px 5px;
  447. border-left: 1px solid {color:border};
  448. }
  449.  
  450. blockquote p, ul{
  451. margin:0px;
  452. padding:0px;
  453. }
  454.  
  455. a img{border: 0px;}
  456.  
  457.  
  458. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  459.  
  460. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  461. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  462.  
  463. .notes img{width:10px; position:relative; top:3px;}
  464. <--ses-->
  465. small{font-size: 90%;}
  466.  
  467. /* --- EDIT CREDIT HERE ---*/
  468.  
  469. #credit{
  470. font-size: 10px;
  471. font-style:none;
  472. letter-spacing: 0px;
  473. float: center;
  474. position: fixed;
  475. bottom: 10px;
  476. right: 10px;
  477. text-transform:none;
  478. font-family:sackers;
  479. -moz-transition-duration:0.7s;
  480. -webkit-transition-duration:0.7s;
  481. -o-transition-duration:0.7s;
  482. }
  483.  
  484. #credit a{
  485. color: #fff;
  486. background:{color:border};
  487. padding:5px;
  488. -moz-transition-duration:0.7s;
  489. -webkit-transition-duration:0.7s;
  490. -o-transition-duration:0.7s;
  491. }
  492.  
  493. #credit a:hover{
  494. color:{color:border};
  495. background:{color:background};
  496. -moz-transition-duration:0.7s;
  497. -webkit-transition-duration:0.7s;
  498. -o-transition-duration:0.7s;
  499. }
  500.  
  501.  
  502. {CustomCSS}
  503.  
  504.  
  505. </style>
  506.  
  507. <!-- INFINITE SCROLL THING -->
  508.  
  509. {block:IndexPage}
  510. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  511. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  512.  
  513. <script type="text/javascript">
  514. $(window).load(function(){
  515. var $wall = $('#posts');
  516. $wall.imagesLoaded(function(){
  517. $wall.masonry({
  518. itemSelector: '.entry, .entry_photo',
  519. isAnimated : false
  520. });
  521. });
  522.  
  523. $wall.infinitescroll({
  524. navSelector : '#pagination',
  525. nextSelector : '#pagination a',
  526. itemSelector : '.entry, .entry_photo',
  527. bufferPx : 2000,
  528. debug : false,
  529. errorCallback: function() {
  530. $('#infscr-loading').fadeOut('normal');
  531. }},
  532. function( newElements ) {
  533. var $newElems = $( newElements );
  534. $newElems.hide();
  535. $newElems.imagesLoaded(function(){
  536. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  537. });
  538. }); $('#posts').show(500);
  539. });
  540. </script>
  541.  
  542.  
  543. {/block:IndexPage}
  544.  
  545.  
  546. <title>{title}</title>
  547.  
  548. <link rel="shortcut icon" href="{Favicon}" />
  549. <meta name="viewport" content="width=820" />
  550.  
  551.  
  552.  
  553. </head>
  554.  
  555. <body>
  556. <BODY onselectstart="return false;" ondragstart="return false;">
  557. <div class="wrapper">
  558. <div class="header">
  559. </div>
  560. <div id="cage">
  561. <div id="center">
  562.  
  563. <div id="sidebar"><div class="sidetitle">{text:sidetitle}</div>
  564.  
  565. <!--SIDEBAR STUFF--> <!--REMOVE <div class="sidetitle">{text:sidetitle}</div> IF YOU DON'T WANT A TITLE-->
  566.  
  567. <center>
  568. <a href="/"><img src="{image:sidebar}" width=10%></a>
  569. <div class="links">
  570. <a href="/" title="Home">new york</a>
  571. <a href="/ask" title="Ask">boston</a>
  572. {block:ifLink1}<a href="{text:Link1}" title="{text:Link1 Title}">bal harbour</a>{/block:ifLink1}
  573. {block:ifLink2}<a href="{text:Link2}" title="{text:Link2 Title}">san fransisco</a>{/block:ifLink2}
  574. {block:ifLink3}<a href="{text:Link3}" title="{text:Link3 Title}">los angeles</a>{/block:ifLink3}
  575. </div>
  576. <div class="links2">
  577. {block:ifLink4}<a href="{text:Link4}" title="{text:Link4 Title}">las vegas</a>{/block:ifLink4}
  578. {block:ifLink5}<a href="{text:Link5}" title="{text:Link5 Title}">paris</a>{/block:ifLink5}
  579. {block:ifLink6}<a href="{text:Link6}" title="{text:Link6 Title}">london</a>{/block:ifLink6}
  580. {block:ifLink7}<a href="{text:Link7}" title="{text:Link7 Title}">moscow</a>{/block:ifLink7}
  581. </div>
  582. <div class="desc">
  583. {Description}
  584. </center>
  585. </div>
  586.  
  587.  
  588. <div class="left">
  589. <div id="posts">
  590. {block:Posts}
  591. <div class="entry">
  592.  
  593. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right>
  594. <!--EDIT THE PERMALINK STUFF ON TEXT POSTS-->
  595. <a href="{Permalink}"> <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} - </a><a href="{Permalink}">${NoteCount} - </a><a href="{ReblogURL}" target="_blank"> purchase </a>
  596. {/block:Text}
  597.  
  598. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  599. class="permalink"><a href="{Permalink}"><a href="{Permalink}"></a> <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth}</a><a href="{Permalink}">{NoteCount} notes {notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  600.  
  601.  
  602. <!--EDIT THE PERMALINK STUFF ON PHOTOS-->
  603. {block:Photo}
  604. {block:IndexPage}
  605. <center>
  606. <div class="permalink">
  607. <a href="{Permalink}"> <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} - </a><a href="{Permalink}">${NoteCount} </a><a href="{ReblogURL}" target="_blank"> - purchase </a> </div>
  608. <div class="photo"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  609. {/block:IndexPage}
  610. {block:PermalinkPage}
  611. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  612.  
  613. {LinkCloseTag}
  614. {/block:PermalinkPage}
  615. {/block:Photo}
  616. {block:Photoset}
  617. {block:IndexPage}
  618. <center>
  619. <!--EDIT THE PERMALINK STUFF ON PHOTOSETS-->
  620. <div class="permalink">
  621. <a href="{Permalink}"> <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} - </a><a href="{Permalink}">${NoteCount} -</a><a href="{ReblogURL}" target="_blank"> purchase </a> </div>
  622. {Photoset-250}</center>
  623. {/block:IndexPage}
  624. {block:PermalinkPage}
  625. <center>
  626. {/block:PermalinkPage}
  627. {/block:Photoset}
  628.  
  629. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right>
  630. <!--EDIT THE PERMALINK STUFF ON QUOTES-->
  631. <a href="{Permalink}"> <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} - </a><a href="{Permalink}">${NoteCount} -</a><a href="{ReblogURL}" target="_blank"> purchase </a> <a
  632. </span>{/block:Quote}
  633.  
  634. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  635. <ul class="chat">
  636. {block:Lines}
  637. <li class="user_{UserNumber}">
  638. {block:Label}
  639. <span class="label">{Label}</span>
  640. <div class="permalink">
  641. <a href="{Permalink}"> <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} - </a><a href="{Permalink}">${NoteCount} - </a><a href="{ReblogURL}" target="_blank"> purchase </a> </div>
  642. {/block:Label}
  643.  
  644. {Line}
  645. </li>
  646. {/block:Lines}
  647. <!--EDIT THE PERMALINK STUFF ON CHATS-->
  648. <div class="permalink">
  649. <a href="{Permalink}"> <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} - </a><a href="{Permalink}">${NoteCount} -</a><a href="{ReblogURL}" target="_blank"> purchase </a> </div>
  650. {/block:Chat}
  651.  
  652. {block:Audio}
  653. <div style="width:200px; height:30px;">
  654. {AudioPlayerBlack}
  655. </div>
  656. <!--EDIT THE PERMALINK STUFF ON AUDIO POSTS-->
  657. <div class="permalink">
  658. <a href="{Permalink}"> <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} - </a><a href="{Permalink}">${NoteCount} -</a><a href="{ReblogURL}" target="_blank"> purchase </a> </div>
  659. {/block:Audio}
  660.  
  661. {block:Video}
  662. {block:IndexPage}
  663. <center>
  664. <!--EDIT THE PERMALINK STUFF ON VIDEO POSTS-->
  665. <div class="permalink">
  666. <a href="{Permalink}"> <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} - </a><a href="{Permalink}">${NoteCount} -</a><a href="{ReblogURL}" target="_blank"> purchase </a> </div>
  667. {Video-250}</center>
  668. {/block:IndexPage}
  669. {block:PermalinkPage}
  670. <center>
  671. {Video-400}</center>
  672. {/block:PermalinkPage}
  673. {block:Video}
  674.  
  675. <!--EDIT QUESTIONS AND ANSWERS ONLY HERE-->
  676. {block:Answer}
  677. <img src="{AskerPortraitURL-30}" align="left" style="margin-right:3px; border: 1px solid {color:border};"/>
  678. <div style="font-family:sackers; font-size:15px; margin-top:5px; font-style:none;"> <b>{Asker} </div> <div style="font-family:sackers; font-style:">- {Question}</b> </div>
  679. <br>
  680. <div style="font-family:sackers; text-transform:none;">{Answer} </div>
  681. {/block:Answer}
  682.  
  683.  
  684. {block:PostNotes}<div align="middle">{caption}</div>
  685. <center>
  686.  
  687. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  688.  
  689. {block:HasTags}
  690. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  691. {block:RebloggedFrom}
  692. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  693. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  694.  
  695. {/block:RebloggedFrom}
  696. </center></span>
  697. <br>
  698. <div id="postnotes">{PostNotes}</div><br>
  699.  
  700. <center>{block:ContentSource}
  701. <br><a href="{SourceURL}">
  702. {lang:Source}:
  703. {block:SourceLogo}
  704. <img src="{BlackLogoURL}" width="{LogoWidth}"
  705. height="{LogoHeight}" alt="{SourceTitle}" />
  706. {/block:SourceLogo}
  707. {block:NoSourceLogo}
  708. {SourceLink}
  709. {/block:NoSourceLogo}
  710. </a>
  711. {/block:ContentSource}</center>
  712.  
  713. {/block:PostNotes}
  714. </div>
  715. {/block:Posts}
  716. </div></div>
  717.  
  718.  
  719.  
  720. {block:IndexPage}
  721. {block:Pagination}
  722. <div id="pagination">
  723. {block:NextPage}
  724. <a id="nextPage" href="{NextPage}"></a>
  725. {/block:NextPage}
  726. {block:PreviousPage}
  727. <a href="{PreviousPage}"></a>
  728. {/block:PreviousPage}
  729. </div>
  730. {/block:Pagination}
  731. {/block:IndexPage}
  732.  
  733. <div id="credit"> <a href="http://significuntly.tumblr.com">credit</a></div>
  734.  
  735.  
  736. </body>
  737. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement