7th-district

[Theme #5] I Can't Stop

Aug 13th, 2013
2,461
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.69 KB | None | 0 0
  1. <!--
  2. _______________________________________________________________________
  3.  
  4. ► THEME MADE BY RACHEL @ ALMIGHTYONE.TUMBLR.COM
  5.  
  6. [THEME #5] I CAN'T STOP
  7. If you have any questions, go to 7th-district.tumblr.com/message for help.
  8.  
  9. ► Terms Of Use
  10. - Do not remove the credit or move it anywhere! (No pages!)
  11. - Do not block the credit with images or anything else.
  12. - Do not make heavy changes that make the theme no longer recognizable as mine.
  13. - Do not take parts of my theme codes and add it into your theme.
  14. _______________________________________________________________________
  15. -->
  16.  
  17.  
  18. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  19. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  20. <head>
  21.  
  22. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
  23. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  24. <link rel="shortcut icon" href="{Favicon}" />
  25.  
  26. <link href="style-my-tooltips.css" rel="stylesheet" type="text/css" />
  27. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script><script>(function($){$(document).ready(function(){$("[title]").style_my_tooltips();});})(jQuery);</script>
  28.  
  29. <meta name="color:scrollbar" content="#565656" />
  30. <meta name="color:scrollbar background" content="#ffffff" />
  31. <meta name="color:background" content="#ffffff" />
  32. <meta name="color:blockquote" content="#565656" />
  33. <meta name="color:links" content="#565656" />
  34. <meta name="color:links hover" content="#eeeeee" />
  35. <meta name="color:text" content="#565656" />
  36. <meta name="color:posts" content="#ffffff" />
  37. <meta name="color:posts border" content="#dddddd" />
  38. <meta name="color:sidebar image border" content="#aaaaaa" />
  39. <meta name="color:title" content="#262626" />
  40. <meta name="color:description" content="#262626" />
  41. <meta name="color:navigation" content="#565656" />
  42. <meta name="color:custom link text" content="#ffffff" />
  43. <meta name="color:custom link text hover" content="#ffffff" />
  44. <meta name="color:custom link background hover" content="#6a6a6a" />
  45. <meta name="color:permalink" content="#888888" />
  46. <meta name="color:permalink hover" content="#eeeeee" />
  47. <meta name="color:pagination" content="#565656" />
  48. <meta name="color:pagination hover" content="#eeeeee" />
  49. <meta name="color:asker border" content="#565656" />
  50.  
  51. <meta name="image:background" content="" />
  52. <meta name="image:left sidebar" content="http://static.tumblr.com/qgsvv0s/GJnmrhwiv/60.jpg" />
  53. <meta name="image:right sidebar" content="http://static.tumblr.com/qgsvv0s/GJnmrhwiv/60.jpg" />
  54.  
  55. <meta name="if:500" content="1" />
  56. <meta name="if:400" content="0" />
  57. <meta name="if:photo fade" content="0" />
  58. <meta name="if:grayscale" content="0" />
  59.  
  60. <meta name="text:Link1 url" content="/">
  61. <meta name="text:Link1" content"link 1"/>
  62. <meta name="text:Link2 url" content="/">
  63. <meta name="text:Link2" content"link 2"/>
  64. <meta name="text:Link3 url" content="/">
  65. <meta name="text:Link3" content"link 3"/>
  66. <meta name="text:Link4 url" content="/">
  67. <meta name="text:Link4" content"link 4"/>
  68. <meta name="text:Link5 url" content="/">
  69. <meta name="text:Link5" content"link 5"/>
  70. <meta name="text:Link6 url" content="/">
  71. <meta name="text:Link6" content"link 6"/>
  72.  
  73. <meta name="text:navigation top" content="190" />
  74.  
  75. <style type="text/css">
  76.  
  77. ::-webkit-scrollbar-track {background-color:{color:scrollbar background};}
  78. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  79. ::-webkit-scrollbar {width:5px;height:5px;;}
  80.  
  81. ::-moz-scrollbar-track {background-color:{color:scrollbar background};}
  82. ::-moz-scrollbar-thumb {background-color:{color:scrollbar};}
  83. ::-moz-scrollbar {width:5px;height:5px;}
  84.  
  85. iframe#tumblr_controls {
  86. -webkit-filter: invert(100%);
  87. -moz-filter: invert(100%);
  88. -o-filter: invert(100%);
  89. -webkit-transition: all 0.6s linear;
  90. -moz-transition: all 0.6s linear;
  91. -ms-transition: all 0.6s linear;
  92. -o-transition: all 0.6s linear;
  93. transition: all 0.6s linear;
  94. opacity:.3;
  95. }
  96.  
  97. iframe#tumblr_controls:hover{
  98. opacity:1;
  99. -webkit-transition: all 0.6s linear;
  100. -moz-transition: all 0.6s linear;
  101. -ms-transition: all 0.6s linear;
  102. -o-transition: all 0.6s linear;
  103. transition: all 0.6s linear;
  104. }
  105.  
  106. body {
  107. background:{color:background};
  108. background-image:url('{image:background}');
  109. background-attachment:fixed;
  110. background-repeat:repeat;
  111. word-wrap:break-word;
  112. margin:0;
  113. padding:0;
  114. font-family:calibri;
  115. font-size:11px;
  116. }
  117.  
  118. body a{
  119. text-decoration:none;
  120. }
  121.  
  122. #content{
  123. {block:if500}
  124. width:520px;
  125. {/block:if500}
  126. {block:if400}
  127. width:420px;
  128. {/block:if400}
  129. margin:30px 0px 30px 480px;
  130. }
  131.  
  132. #content blockquote{
  133. border-left:2px solid {color:blockquote};
  134. padding-left:8px;
  135. margin:0;
  136. }
  137.  
  138. #content blockquote img{
  139. {block:if500}
  140. width:450px;
  141. {/block:if500}
  142. {block:if400}
  143. width:350px;
  144. {/block:if400}
  145. {block:permalinkpage}
  146. width:450px;
  147. {/block:permalinkpage}
  148. }
  149.  
  150. #content a {
  151. color:{color:links};
  152. -webkit-transition: all 0.4s ease-in-out;
  153. -moz-transition: all 0.4s ease-in-out;
  154. }
  155.  
  156. #content a:hover{
  157. color:{color:links hover};
  158. -webkit-transition: all 0.4s ease-in-out;
  159. -moz-transition: all 0.4s ease-in-out;
  160. }
  161.  
  162. .posts{
  163. color:{color:text};
  164. border:1px solid {color:posts border};
  165. padding:10px 10px 10px 10px;
  166. margin-bottom:20px;
  167. margin-left:auto;
  168. margin-right:auto;
  169. background:{color:posts};
  170. -webkit-transition-duration: 0.5s;
  171. -moz-transition-duration: 0.5s;
  172. -o-transition-duration: 0.5s;
  173. -ms-transition-duration: 0.5s;
  174. {block:ifphotofade}
  175. opacity:.8;
  176. {/block:ifphotofade}
  177. {block:ifgrayscale}
  178. -webkit-filter: grayscale(100%);
  179. -moz-filter: grayscale(100%);
  180. -o-filter: grayscale(100%);
  181. {/block:ifgrayscale}
  182. {block:if500}
  183. width:500px;
  184. {/block:if500}
  185. {block:if400}
  186. width:400px;
  187. {/block:if400}
  188. {block:permalinkpage}
  189. width:500px;
  190. {/block:permalinkpage}
  191. }
  192.  
  193. .posts:hover{
  194. -webkit-filter: grayscale(0%);
  195. -moz-filter: grayscale(0%);
  196. -o-filter: grayscale(0%);
  197. opacity:1;
  198. -webkit-transition-duration: 0.5s;
  199. -moz-transition-duration: 0.5s;
  200. -o-transition-duration: 0.5s;
  201. -ms-transition-duration: 0.5s;
  202. z-index:-1;
  203. }
  204.  
  205. #side{
  206. width:250px;
  207. height:75px;
  208. top:255px;
  209. left:100px;
  210. position:fixed;
  211. border-top:1px solid {color:sidebar image border};
  212. border-bottom:1px solid {color:sidebar image border};
  213. }
  214.  
  215. #tit {
  216. position:fixed;
  217. top:230px;
  218. left:175px;
  219. height:auto;
  220. font-family: cambria;
  221. letter-spacing:-1px;
  222. font-size:20px;
  223. font-style:italic;
  224. text-transform:uppercase;
  225. width:250px;
  226. color:{color:title};
  227. }
  228.  
  229. #desc {
  230. margin-top:0px;
  231. width:214px;
  232. height:70px;
  233. font-family:calibri;
  234. font-size:11px;
  235. font-style:italic;
  236. text-align:right;
  237. line-height:100%;
  238. padding:14px 8px 12px 8px;
  239. color:{color:description};
  240. background:transparent;
  241. margin-left:20px;
  242. }
  243.  
  244. #desc a{
  245. color:{color:links};
  246. -webkit-transition: all 0.4s linear;
  247. -moz-transition-duration: 0.4s;
  248. }
  249.  
  250. #desc a:hover{
  251. color:{color:links hover};
  252. -webkit-transition: all 0.4s linear;
  253. -moz-transition-duration: 0.4s;
  254. }
  255.  
  256. #image{
  257. top:196px;
  258. position:fixed;
  259. left:100px;
  260. z-index:3;
  261. }
  262.  
  263. #leftimg img{
  264. width:60px;
  265. height:60px;
  266. padding:4px;
  267. border:1px solid {color:sidebar image border};
  268. background:{color:background};
  269. }
  270.  
  271. #rightimg img{
  272. width:60px;
  273. height:60px;
  274. padding:4px;
  275. border:1px solid {color:sidebar image border};
  276. margin-left:180px;
  277. margin-top:52px;
  278. background:{color:background};
  279. }
  280.  
  281. #boob{
  282. position:fixed;
  283. top:0px;
  284. width:35px;
  285. left:400px;
  286. z-index:99!important;
  287. text-align:center;
  288. background:{color:navigation};
  289. height:100%;
  290. word-wrap:break-word;
  291. float:left;
  292. padding-top:{text:navigation top}px;
  293. }
  294.  
  295. .bob{
  296. line-height:25px;
  297. margin:3px;
  298. text-align:center;
  299. font-family:calibri;
  300. font-size:11px;
  301. color:{color:custom link text};
  302. background:{color:navigation};
  303. text-transform:uppercase;
  304. padding:2px 4px 3px 4px;
  305. -webkit-transition: all 0.4s ease-in-out;
  306. -moz-transition: all 0.4s ease-in-out;
  307. }
  308.  
  309. .bob:hover{
  310. color:{color:custom link text hover};
  311. padding:2px 7px 3px 7px!important;
  312. background:{color:custom link background hover};
  313. -webkit-transition: all 0.4s ease-in-out;
  314. -moz-transition: all 0.4s ease-in-out;
  315. }
  316.  
  317. #audio{
  318. display:block;
  319. {block:if500}
  320. max-width:500px;
  321. {/block:if500}
  322. {block:if400}
  323. max-width:400px;
  324. {/block:if400}
  325. {block:permalinkpage}
  326. max-width:500px;
  327. {/block:permalinkpage}
  328. background:#e4e4e4;
  329. }
  330.  
  331. #ques{
  332. padding:0px;
  333. height:auto;
  334. margin-left:0px;
  335. line-height:110%;
  336. }
  337.  
  338. #asker{
  339. float:right;
  340. padding-top:8px;
  341. padding-right:6px;
  342. text-align:right;
  343. font-size:10px;
  344. vertical-align:-15px!important;
  345. }
  346.  
  347. #answer{
  348. padding-top:5px;
  349. margin-left:0px;
  350. margin-bottom:-10px;
  351. }
  352.  
  353. .info {
  354. width:auto;
  355. padding-top:5px;
  356. margin-bottom:0px;
  357. margin-left:330!important;
  358. margin:0;
  359. text-transform:uppercase;
  360. font-size:10px;
  361. background:white;
  362. line-height:110%;
  363. border:1px solid #ddd;
  364. background:#eee;
  365. padding:7px;
  366. }
  367.  
  368. .info a{
  369. color:{color:links};
  370. -webkit-transition: all 0.4s linear;
  371. -moz-transition-duration: 0.4s;
  372. }
  373.  
  374. .info a:hover{
  375. color:{color:links hover};
  376. -webkit-transition: all 0.4s linear;
  377. -moz-transition-duration: 0.4s;
  378. }
  379.  
  380. .posts .perma{
  381. text-align:left;
  382. position: absolute;
  383. width:60px;
  384. height: 14px;
  385. line-height:14px;
  386. position:absolute;
  387. color: black;
  388. margin-top: 30px;
  389. {block:if500}
  390. margin-left:515px;
  391. {/block:if500}
  392. {block:if400}
  393. margin-left:415px;
  394. {/block:if400}
  395. padding: 5px 5px 19px 5px;
  396. opacity: 0;
  397. font-size: 8px;
  398. font-family:calibri;
  399. text-transform: uppercase;
  400. letter-spacing: 1px;
  401. -webkit-transition: all 0.5s ease-in-out;
  402. -moz-transition: all 0.5s ease-in-out;
  403. }
  404.  
  405. .posts:hover .perma{
  406. margin-top:0px;
  407. opacity:1;
  408. -webkit-transition: all 0.5s ease-in-out;
  409. -moz-transition-duration: 0.5s;
  410.  
  411. }
  412.  
  413. .perma a {
  414. color: {color:permalink}!important;
  415. -webkit-transition: all 0.4s linear;
  416. -moz-transition-duration: 0.4s;
  417. }
  418.  
  419. .perma a:hover {
  420. color: {color:permalink hover}!important;
  421. background:transparent;
  422. -webkit-transition: all 0.4s linear;
  423. -moz-transition-duration: 0.4s;
  424. }
  425.  
  426. .date{
  427. font-size:10px;
  428. text-transform:uppercase;
  429. }
  430.  
  431. #note{
  432. margin:20px auto;
  433. width: 500px;
  434. font-size: 9px;
  435. text-transform:uppercase;
  436. font-family:consolas;
  437. }
  438.  
  439. ol.notes{
  440. list-style-type:none;
  441. margin:0px;
  442. padding:0;
  443. line-height:130%;
  444. color:{color:text}!important;
  445. }
  446.  
  447. #s-m-t-tooltip {
  448. position:relative;
  449. overflow:hidden;
  450. z-index:99999;
  451. max-width:200px;
  452. margin:10px 0 0 10px;
  453. padding:3px 4px 4px 4px;
  454. font:8px calibri;
  455. background:#fff;
  456. line-height:100%;
  457. text-transform:uppercase;
  458. box-shadow:0px 1px #eee;
  459. border:0px solid #ddd;
  460. letter-spacing:1px;
  461. font-weight:bold;
  462. color:#565656;
  463. }
  464.  
  465. #pagination{
  466. position:fixed;
  467. top:450px;
  468. left:100px;
  469. width:250px;
  470. z-index:9;
  471. text-align:center;
  472. }
  473.  
  474. #pagination a{
  475. font-family:cambria;
  476. font-size:11px;
  477. margin:3px;
  478. color:{color:pagination}!important;
  479. padding:0px 3px;
  480. -webkit-transition: all 0.6s linear;
  481. -moz-transition: all 0.6s linear;
  482. }
  483.  
  484. #pagination a:hover{
  485. color:{color:pagination hover}!important;
  486. -webkit-transition: all 0.6s linear;
  487. -moz-transition: all 0.6s linear;
  488. }
  489.  
  490. #pagination .current_page {
  491. font-family:cambria;
  492. font-size:13px;
  493. padding:0px 3px;
  494. color:{color:pagination}!important;
  495. }
  496.  
  497. .title{
  498. font-size:16px;
  499. font-family:calibri;
  500. text-align:left;
  501. }
  502.  
  503. </style>
  504.  
  505. </head>
  506. <body>
  507.  
  508. {block:Pagination}
  509. <div id="pagination">
  510. {block:PreviousPage}
  511. <a href="{PreviousPage}">←</a>
  512. {/block:PreviousPage}
  513.  
  514. {block:JumpPagination length="3"}
  515. {block:CurrentPage}
  516. <span class="current_page">{PageNumber}</span>
  517. {/block:CurrentPage}
  518.  
  519. {block:JumpPage}
  520. <a class="jump_page" href="{URL}">{PageNumber}</a>
  521. {/block:JumpPage}
  522. {/block:JumpPagination}
  523.  
  524. {block:NextPage}
  525. <a href="{NextPage}">⇢</a>
  526. {/block:NextPage}
  527. </div>
  528. {/block:Pagination}
  529.  
  530. <div id="tit">{Title}</div>
  531. <div id="side">
  532. <div id="desc">{block:description}{description}{/block:description}</div>
  533. <div id="boob">
  534. <a href="/" class="bob" title="home">i</a>
  535. <a href="/ask" class="bob" title="message">ii</a>
  536. <a href="/archive" class="bob" title="history">iii</a>
  537. <a href="http://almightyone.tumblr.com/" class="bob" title="theme made by almightyone">iv</a>
  538. {block:IfLink1}
  539. <a href="{text:Link1 url}" class="bob" title="{text:Link1}">v</a>
  540. {/block:IfLink1}
  541. {block:IfLink2}
  542. <a href="{text:Link2 url}" class="bob" title="{text:Link2}">vi</a>
  543. {/block:IfLink2}
  544. {block:IfLink3}
  545. <a href="{text:Link3 url}" class="bob" title="{text:Link3}">vii</a>
  546. {/block:IfLink3}
  547. {block:IfLink4}
  548. <a href="{text:Link4 url}" class="bob" title="{text:Link4}">viii</a>
  549. {/block:IfLink4}
  550. {block:IfLink5}
  551. <a href="{text:Link5 url}" class="bob" title="{text:Link5}">ix</a>
  552. {/block:IfLink5}
  553. {block:IfLink6}
  554. <a href="{text:Link6 url}" class="bob" title="{text:Link6}">x</a>
  555. {/block:IfLink6}
  556.  
  557.  
  558. </div>
  559. </div> <!--side -->
  560.  
  561. <div id="image">
  562. <div id="leftimg"><img src="{image:left sidebar}" /></div>
  563. <div id="rightimg"><img src="{image:right sidebar}" /></div>
  564. </div>
  565.  
  566.  
  567. <div id="content">
  568. {block:posts}
  569. <div class="posts">
  570.  
  571. {block:Text}
  572. {block:indexpage}
  573. <div class="perma">
  574. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {Year}{/block:Date}</a>
  575. <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  576. {block:Title}<div class="title">{Title}</div>{/block:Title}
  577. {Body}
  578. {/block:indexpage}
  579. {block:permalinkpage}
  580. {block:Title}<div class="title">{Title}</div>{/block:Title}
  581. {Body}
  582. <div class="info">
  583.  
  584. {block:RebloggedFrom}
  585. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">
  586. {ReblogParentName}</a>
  587. source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a><br />
  588. {/block:RebloggedFrom}
  589.  
  590. <div class="date">
  591. {block:Date}{Month} {DayOfMonth}, {Year}
  592. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  593. </div>{/block:Date}
  594.  
  595. {block:HasTags}tagged as: {block:Tags}<a href="{TagURL}"><small>#</small>{Tag}</a> {/block:Tags}{/block:HasTags}
  596. </div><!--info -->
  597. {/block:permalinkpage}
  598. {/block:Text}
  599.  
  600. {block:Photo}
  601. {block:indexpage}
  602. <div class="perma">
  603. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {Year}{/block:Date}</a>
  604. {block:RebloggedFrom}
  605. <small>■</small> <a href="{ReblogParentURL}" title="{ReblogParentName}">VIA</a>
  606. <small>■</small> <a href="{ReblogRootURL}" title="{ReblogRootName}">SRC</a>{/block:RebloggedFrom}
  607. <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  608. {LinkOpenTag}<img src="{PhotoURL-500}" style="{block:if500}max-width:500px;{/block:if500}
  609. {block:if400}max-width:400px;{/block:if400}"/>{LinkCloseTag}
  610. {/block:indexpage}
  611. {block:permalinkpage}
  612. {LinkOpenTag}<img src="{PhotoURL-500}" style="max-width:500px;"/>{LinkCloseTag}
  613. {block:Caption}{Caption}{/block:Caption}
  614. <div class="info">
  615.  
  616. {block:RebloggedFrom}
  617. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">
  618. {ReblogParentName}</a>
  619. source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a><br />
  620. {/block:RebloggedFrom}
  621.  
  622. <div class="date">
  623. {block:Date}{Month} {DayOfMonth}, {Year}
  624. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  625. </div>{/block:Date}
  626.  
  627. {block:HasTags}<br /> <span style="font-size:8px">tagged as: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</span>{/block:HasTags}
  628. </div><!--info -->
  629. {/block:permalinkpage}
  630. {/block:Photo}
  631.  
  632. {block:Photoset}
  633. {block:indexpage}
  634. <div class="perma">
  635. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {Year}{/block:Date}</a>
  636. {block:RebloggedFrom}
  637. <small>■</small> <a href="{ReblogParentURL}" title="{ReblogParentName}">VIA</a>
  638. <small>■</small> <a href="{ReblogRootURL}" title="{ReblogRootName}">SRC</a>{/block:RebloggedFrom}
  639. <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  640. {block:if500}
  641. {Photoset-500}
  642. {/block:if500}
  643. {block:if400}{Photoset-400}{/block:if400}
  644. {/block:indexpage}
  645. {block:permalinkpage}
  646. {Photoset-500}
  647. {block:Caption}{Caption}{/block:Caption}
  648. <div class="info">
  649.  
  650. {block:RebloggedFrom}
  651. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">
  652. {ReblogParentName}</a>
  653. source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a><br />
  654. {/block:RebloggedFrom}
  655.  
  656. <div class="date">
  657. {block:Date}{Month} {DayOfMonth}, {Year}
  658. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  659. </div>{/block:Date}
  660.  
  661. {block:HasTags}tagged as: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  662. </div><!--info -->
  663. {/block:permalinkpage}
  664. {/block:Photoset}
  665.  
  666. {block:Video}
  667. {block:indexpage}
  668. <div class="perma">
  669. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {Year}{/block:Date}</a>
  670. {block:RebloggedFrom}
  671. <small>■</small> <a href="{ReblogParentURL}" title="{ReblogParentName}">VIA</a>
  672. <small>■</small> <a href="{ReblogRootURL}" title="{ReblogRootName}">SRC</a>{/block:RebloggedFrom}
  673. <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  674. {block:if500}
  675. {Video-500}
  676. {/block:if500}
  677. {block:if400}{Video-400}{/block:if400}
  678. {/block:indexpage}
  679. {block:permalinkpage}
  680. {Video-500}
  681. {block:Caption}{Caption}{/block:Caption}
  682. <div class="info">
  683.  
  684. {block:RebloggedFrom}
  685. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">
  686. {ReblogParentName}</a>
  687. source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a><br />
  688. {/block:RebloggedFrom}
  689.  
  690. <div class="date">
  691. {block:Date}{Month} {DayOfMonth}, {Year}
  692. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  693. </div>{/block:Date}
  694.  
  695. {block:HasTags}tagged as: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  696. </div><!--info -->
  697. {/block:permalinkpage}
  698. {/block:Video}
  699.  
  700. {block:Audio}
  701. {block:indexpage}
  702. <div class="perma">
  703. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {Year}{/block:Date}</a>
  704. {block:RebloggedFrom}
  705. <small>■</small> <a href="{ReblogParentURL}" title="{ReblogParentName}">VIA</a>
  706. <small>■</small> <a href="{ReblogRootURL}" title="{ReblogRootName}">SRC</a>{/block:RebloggedFrom}
  707. <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  708. <div id="audio">{AudioPlayerGrey}</div>
  709. {block:Caption}{Caption}{/block:Caption}
  710. {/block:indexpage}
  711. {block:permalinkpage}
  712. <div id="audio">{AudioPlayerGrey}</div>
  713. {block:Caption}{Caption}{/block:Caption}
  714. <div class="info">
  715.  
  716. {block:RebloggedFrom}
  717. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">
  718. {ReblogParentName}</a>
  719. source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a><br />
  720. {/block:RebloggedFrom}
  721.  
  722. <div class="date">
  723. {block:Date}{Month} {DayOfMonth}, {Year}
  724. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  725. </div>{/block:Date}
  726.  
  727. {block:HasTags}tagged as: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  728. </div><!--info -->
  729. {/block:permalinkpage}
  730. {/block:Audio}
  731.  
  732. {block:Quote}
  733. {block:indexpage}
  734. <div class="perma">
  735. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {Year}{/block:Date}</a>
  736. {block:RebloggedFrom}
  737. <small>■</small> <a href="{ReblogParentURL}" title="{ReblogParentName}">VIA</a>
  738. <small>■</small> <a href="{ReblogRootURL}" title="{ReblogRootName}">SRC</a>{/block:RebloggedFrom}
  739. <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  740. <div id="quote">“{Quote}”</div>
  741. {block:Source}<br /><div id="source">{Source}</div>{/block:Source}
  742. {/block:indexpage}
  743. {block:permalinkpage}
  744. <div id="quote">“{Quote}”</div>
  745. {block:Source}<br /><div id="source">{Source}</div>{/block:Source}
  746. <div class="info">
  747.  
  748. {block:RebloggedFrom}
  749. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">
  750. {ReblogParentName}</a>
  751. source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a><br />
  752. {/block:RebloggedFrom}
  753.  
  754. <div class="date">
  755. {block:Date}{Month} {DayOfMonth}, {Year}
  756. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  757. </div>{/block:Date}
  758.  
  759. {block:HasTags}tagged as: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  760. </div><!--info -->
  761. {/block:permalinkpage}
  762. {/block:Quote}
  763.  
  764. {block:Answer}
  765. {block:indexpage}
  766. <div class="perma">
  767. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {Year}{/block:Date}</a>
  768. </div>
  769. <div id="ques">{Question}<br />
  770. <img src="{AskerPortraitURL-16}" style="border:3px solid {color:asker border};float:right;margin-right:12px;margin-top:3px;"/>
  771. <div id="asker"> - {Asker}</div>
  772. </div><br />
  773. <div id="answer">{Answer}</div>
  774. {/block:indexpage}
  775. {block:permalinkpage}
  776. <div id="ques">{Question}<br />
  777. <img src="{AskerPortraitURL-16}" style="border:3px solid black;float:right;margin-right:12px;margin-top:3px;"/>
  778. <div id="asker"> - {Asker}</div>
  779. </div><br />
  780. <div id="answer">{Answer}</div>
  781. <div class="info">
  782.  
  783. <div class="date">
  784. {block:Date}{Month} {DayOfMonth}, {Year}
  785. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  786. </div>{/block:Date}
  787.  
  788. {block:HasTags}tagged as: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  789. </div><!--info -->
  790. {/block:permalinkpage}
  791. {/block:Answer}
  792.  
  793. {block:Chat}
  794. {block:indexpage}
  795. <div class="perma">
  796. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {Year}{/block:Date}</a>
  797. {block:RebloggedFrom}
  798. <small>■</small> <a href="{ReblogParentURL}" title="{ReblogParentName}">VIA</a>
  799. <small>■</small> <a href="{ReblogRootURL}" title="{ReblogRootName}">SRC</a>{/block:RebloggedFrom}
  800. <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  801. {block:Title}{Title}<br />{/block:Title}
  802. {block:Lines}
  803. {block:Label}<span style="line-height:110%;"><strong>{Label}</strong>{/block:Label} {Line}</span><br />
  804. {/block:Lines}
  805. {/block:indexpage}
  806. {block:permalinkpage}
  807. {block:Title}{Title}<br />{/block:Title}
  808. {block:Lines}
  809. {block:Label}<span style="line-height:110%;"><strong>{Label}</strong>{/block:Label} {Line}</span><br />
  810. {/block:Lines}
  811. <div class="info">
  812.  
  813. {block:RebloggedFrom}
  814. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">
  815. {ReblogParentName}</a>
  816. source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a><br />
  817. {/block:RebloggedFrom}
  818.  
  819. <div class="date">
  820. {block:Date}{Month} {DayOfMonth}, {Year}
  821. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  822. </div>{/block:Date}
  823.  
  824. {block:HasTags}tagged as: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  825. </div><!--info -->
  826. {/block:permalinkpage}
  827. {/block:Chat}
  828.  
  829. {block:Link}
  830. {block:indexpage}
  831. <div class="perma">
  832. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {Year}{/block:Date}</a>
  833. {block:RebloggedFrom}
  834. <small>■</small> <a href="{ReblogParentURL}" title="{ReblogParentName}">VIA</a>
  835. <small>■</small> <a href="{ReblogRootURL}" title="{ReblogRootName}">SRC</a>{/block:RebloggedFrom}
  836. <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  837. <div class="title"><a href="{URL}" >{Name}</a></div>
  838. {block:Description}{Description}{/block:Description}
  839. {/block:indexpage}
  840. {block:permalinkpage}
  841. <div class="title"><a href="{URL}" >{Name}</a></div>
  842. {block:Description}{Description}{/block:Description}
  843. <div class="info">
  844.  
  845. {block:RebloggedFrom}
  846. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">
  847. {ReblogParentName}</a>
  848. source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a><br />
  849. {/block:RebloggedFrom}
  850.  
  851. <div class="date">
  852. {block:Date}{Month} {DayOfMonth}, {Year}
  853. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  854. </div>{/block:Date}
  855.  
  856. {block:HasTags}tagged as: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  857. </div><!--info -->
  858. {/block:permalinkpage}
  859. {/block:Link}
  860.  
  861. {block:PostNotes}
  862. <div id="note">{PostNotes}</div>
  863. {/block:PostNotes}
  864.  
  865. </div>
  866. {/block:posts}
  867. </div> <!--content -->
  868.  
  869.  
  870.  
  871.  
  872.  
  873.  
  874. </body>
  875. </html>
Advertisement
Add Comment
Please, Sign In to add comment