Advertisement
Donniert

Save me from me {Theme 2}

Jul 20th, 2012
4,043
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.14 KB | None | 0 0
  1. <!-- THEME 2 by Carlotta
  2. http://donthemes.tumblr.com/
  3. don't remove credits -->
  4.  
  5. <!------ RULES ------>
  6.  
  7. <!--
  8. 1. DO NOT REMOVE CREDITS
  9. 2. DO NOT REPOST THE CODE
  10. 3. DO NOT CLAIM AS YOURS
  11. 4. DO NOT USE IT AS A BASE
  12. -->
  13.  
  14.  
  15. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  16. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  17.  
  18. <head><title>{Title}</title>
  19. <link rel="shortcut icon" href="{Favicon}">
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  21.  
  22. {block:Description}
  23. <meta name="description" content="{MetaDescription}"/>
  24. {/block:Description}
  25.  
  26. <meta name="color:Background" content="#ececec"/>
  27. <meta name="color:Text" content="#5f5f5f"/>
  28. <meta name="color:Title" content="#353535"/>
  29. <meta name="color:Bold Text" content="#649ad6"/>
  30. <meta name="color:Italic Text" content="#e9ac68"/>
  31. <meta name="color:Sidebar Background" content="#fff"/>
  32. <meta name="color:Sidebar Text" content="#707070"/>
  33. <meta name="color:Entries Background" content="#fff"/>
  34. <meta name="color:Nav Text" content="#ee7d93"/>
  35. <meta name="color:Nav Text Hover" content="#1f1f1f"/>
  36. <meta name="color:Nav Background" content="#fff"/>
  37. <meta name="color:Nav Background Hover" content="#f8f8f8"/>
  38. <meta name="color:Post Background" content="#f1f1f1"/>
  39. <meta name="color:Tag Background" content="#f5f5f5"/>
  40. <meta name="color:Sidebar Link" content="#df5e00"/>
  41. <meta name="color:Sidebar Link hover" content="#66b0f7"/>
  42. <meta name="color:Link" content="#cecece"/>
  43. <meta name="color:Link hover" content="#363636"/>
  44. <meta name="color:Tag Link" content="#cecccc"/>
  45. <meta name="color:Tag Link hover" content="#353535"/>
  46. <meta name="color:Pagination Link" content="#cecccc"/>
  47. <meta name="color:Pagination Link hover" content="#353535"/>
  48.  
  49. <meta name="font:Title" content="Futura"/>
  50. <meta name="font:Body" content="Futura"/>
  51.  
  52. <meta name="text:SubTitle" content="subtitle here"/>
  53. <meta name="text:Link1" content="#"/>
  54. <meta name="text:Link 1 name" content="link 1"/>
  55. <meta name="text:Link2" content="#"/>
  56. <meta name="text:Link 2 name" content="link 2"/>
  57. <meta name="text:Link3" content="#"/>
  58. <meta name="text:Link 3 name" content="link 3"/>
  59. <meta name="text:Link4" content="#"/>
  60. <meta name="text:Link 4 name" content="link 4"/>
  61. <meta name="text:Link5" content="#"/>
  62. <meta name="text:Link 5 name" content="link 5"/>
  63. <meta name="text:Link6" content="#"/>
  64. <meta name="text:Link 6 name" content="link 6"/>
  65. <meta name="text:Link7" content="#"/>
  66. <meta name="text:Link 7 name" content="link 7"/>
  67. <meta name="text:Link8" content="#"/>
  68. <meta name="text:Link 8 name" content="link 8"/>
  69. <meta name="text:Cursor" content="http://cur.cursors-4u.net/others/oth-6/oth589.cur"/>
  70.  
  71. <meta name="image:Background" content=""/>
  72. <meta name="image:Sidebar" content="http://i47.tinypic.com/348kosg.jpg"/>
  73. <meta name="if:Title" content="1"/>
  74. <meta name="if:Entries Background" content=""/>
  75. <meta name="if:Disable Right Click" content="1"/>
  76. <meta name="if:Right Sidebar" content=""/>
  77. <meta name="if:Left Sidebar" content="1"/>
  78.  
  79. <! -- IF YOU WANT AGAIN YOUR RIGHT CLICK DELETE THIS PART -->
  80. {block:ifDisableRightClick}<SCRIPT TYPE="text/javascript">
  81. <!--
  82. function clickIE() {if (document.all) {(message);return false;}}
  83. function clickNS(e) {if
  84. (document.layers||(document.getElementById&&!document.all)) {
  85. if (e.which==2||e.which==3) {(message);return false;}}}
  86. if (document.layers)
  87. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  88. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  89. document.oncontextmenu=new Function("return false")
  90. // -->
  91. </SCRIPT>{/block:ifDisableRightClick}
  92. <! -- END OF NO RIGHT CLICK CODE -- !>
  93.  
  94. <style type="text/css">
  95.  
  96. /* ---- BODY: BACKGROUND, SCROLLBAR, TEXT ---- */
  97.  
  98. html, body, a:hover {{block:IfCursor}cursor: url('{text:Cursor}'), progress !important{/block:IfCursor};
  99. {block:IfNotCursor}cursor:default{/block:IfNotCursor};}
  100.  
  101. body{
  102. background:{color:Background} url('{image:Background}');
  103. background-position: center;
  104. background-repeat: repeat;
  105. background-attachment: fixed;
  106. margin:0px;
  107. padding:0px;
  108. color:{color:Text};
  109. font: 11px {font:Body};
  110. line-height:100%;
  111.  
  112. /* --- SCROLLBAR OPTIONS FOR INTERNET EXPLORER ---- */
  113. scrollbar-face-color: #fff;
  114. scrollbar-highlight-color: #fff;
  115. scrollbar-shadow-color: #fff;
  116. scrollbar-3dlight-color: #fff;
  117. scrollbar-arrow-color: #fff;
  118. scrollbar-track-color: #fff;
  119. scrollbar-darkshadow-color: #fff;}
  120.  
  121. b { color: {color:Bold text};}
  122. i { color: {color:Italic text};}
  123.  
  124. /* -- SCROLLBAR CHROME & SAFARI -- */
  125.  
  126. ::-webkit-scrollbar-thumb:vertical {
  127. height:100px;
  128. background:{color:Sidebar Background};}
  129.  
  130. ::-webkit-scrollbar {
  131. height:10px;
  132. width:8px;
  133. background:{color:Background} url('{image:Background}');}
  134.  
  135. ::-webkit-scrollbar-track {
  136. -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.0); ; }
  137.  
  138. ::-webkit-scrollbar-thumb {
  139. -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.1); }
  140.  
  141. /* ---- SIDEBAR ---- */
  142.  
  143. #sidebar {
  144. position: fixed;
  145. width: 255px;
  146. height: 255px;
  147. {block:ifLeftSidebar}left: 125px{/block:ifLeftSidebar};
  148. {block:ifRightSidebar}left: 975px{/block:ifRightSidebar};
  149. top: 155px;
  150. text-align:center;
  151. background:{color:Sidebar Background};
  152. z-index: -1;}
  153.  
  154. .description {
  155. position:fixed;
  156. height:auto;
  157. text-align: center;
  158. width:235px;
  159. padding:10px;
  160. {block:ifLeftSidebar}left:125px{/block:ifLeftSidebar};
  161. {block:ifRightSidebar}left: 975px{/block:ifRightSidebar};
  162. top:394px;
  163. color: {color:Sidebar text};
  164. background:{color:Sidebar Background};
  165. opacity: 0;
  166. -webkit-transition: all 0.7s ease;
  167. -moz-transition: all 0.7s ease;
  168. -o-transition: all 0.7s ease;}
  169.  
  170. #side:hover .description {
  171. opacity:1;
  172. top:414px;}
  173.  
  174. .description a {
  175. color: {color:Sidebar Link};}
  176.  
  177. .description a:hover {
  178. color: {color:Sidebar Link hover};}
  179.  
  180. /* -- SIDEBAR IMAGE -- */
  181.  
  182. #side {
  183. position: fixed;
  184. width: 250px;
  185. top: 160px;
  186. {block:ifLeftSidebar}left: 130px{/block:ifLeftSidebar};
  187. {block:ifRightSidebar}left: 980px{/block:ifRightSidebar};
  188. z-index:3;}
  189.  
  190. #side img {
  191. width: 245px;
  192. height: 245px;}
  193.  
  194. /* -- BASIC NAVIGATION -- */
  195.  
  196. #nav1 {
  197. position:fixed;
  198. width: 245px;
  199. top: 376px;
  200. {block:ifLeftSidebar}left:130px{/block:ifLeftSidebar};
  201. {block:ifRightSidebar}left: 980px{/block:ifRightSidebar};
  202. height: 20px;
  203. font-size: 10px;
  204. background: {color:Nav Background};
  205. z-index:6;}
  206.  
  207. #nav1 a {
  208. display:inline-block;
  209. margin-bottom: 4px;
  210. width:53px;
  211. text-align:center;
  212. padding: 3px;
  213. font-size:9px;
  214. font-family: helvetica;
  215. letter-spacing:1px;
  216. text-transform:lowercase;
  217. line-height:14px;
  218. color:{color:Nav Text};
  219. text-decoration:none;
  220. -webkit-transition: all 0.3s ease;
  221. -moz-transition: all 0.3s ease;
  222. -o-transition: all 0.3s ease;}
  223.  
  224. #nav1 a:hover {
  225. color: {color:Nav Text Hover};}
  226.  
  227. /* -- CUSTOM NAVIGATION -- */
  228.  
  229. #nav2 {
  230. position:fixed;
  231. {block:ifLeftSidebar}left:60px{/block:ifLeftSidebar};
  232. {block:ifRightSidebar}right: 60px{/block:ifRightSidebar};
  233. top:165px;
  234. height: 90px;
  235. font-size: 10px;}
  236.  
  237. #nav2 a {
  238. display:inline-block;
  239. margin-bottom: 1px;
  240. width:50px;
  241. text-align:center;
  242. padding: 4px;
  243. font-size:9px;
  244. font-family: helvetica;
  245. letter-spacing:1px;
  246. line-height:14px;
  247. color:{color:Nav Text};
  248. background:{color:Sidebar Background};
  249. text-decoration:none;
  250. text-transform:lowercase;
  251. -webkit-transition: all 0.3s ease;
  252. -moz-transition: all 0.3s ease;
  253. -o-transition: all 0.3s ease;}
  254.  
  255. #nav2 a:hover {
  256. color: {color:Nav Text Hover};
  257. background: {color:Nav Background Hover};}
  258.  
  259. /* --TITLE -- */
  260.  
  261. #title {
  262. color: {color:Title};
  263. position:fixed;
  264. width:225px;
  265. {block:ifLeftSidebar}left:140px{/block:ifLeftSidebar};
  266. {block:ifRightSidebar}left: 990px{/block:ifRightSidebar};
  267. top: 115px;
  268. line-height: 14px;
  269. height:auto;
  270. font-size: 23px;
  271. letter-spacing:1px;
  272. text-align:center;
  273. z-index:2;
  274. font-family: 'lobster';
  275. background: transparent;}
  276.  
  277. @font-face { font-family: "lobster"; src: url('http://themes.googleusercontent.com/static/fonts/lobster/v3/MWVf-Rwh4GLQVBEwbyI61Q.woff'); }
  278.  
  279. /* --SUBTITLE -- */
  280.  
  281. #subtitle {
  282. color: {color:Title};
  283. position:fixed;
  284. width:225px;
  285. {block:ifLeftSidebar}left:140px{/block:ifLeftSidebar};
  286. {block:ifRightSidebar}left: 990px{/block:ifRightSidebar};
  287. top: 130px;
  288. line-height: 14px;
  289. height:auto;
  290. letter-spacing: 2px;
  291. text-align:center;
  292. z-index:2;
  293. font-size:9px;
  294. font-family: helvetica;
  295. letter-spacing:1px;
  296. text-transform:uppercase;
  297. background: transparent;}
  298.  
  299. /* --- ENTRIES --- */
  300.  
  301. #left{
  302. position:absolute;
  303. padding:5px;
  304. width:540px;
  305. {block:ifLeftSidebar}left:385px{/block:ifLeftSidebar};
  306. {block:ifRightSidebar}left: 420px{/block:ifRightSidebar};
  307. top: -34px;
  308. background:{color:Entries Background};}
  309.  
  310. /* -- EVERY POST -- */
  311.  
  312. #entry {max-width:500px!important;
  313. margin-top: 42px;
  314. padding:20px;
  315. background:transparent;}
  316.  
  317. #entry b { color: {color:Bold text};}
  318. #entry i { color: {color:Italic text};}
  319.  
  320. /* -- POST LINKS -- */
  321.  
  322. #entry a {
  323. color: {color:Link};}
  324.  
  325. #entry a:hover {
  326. color: {color:Link hover};}
  327.  
  328. /* -- TITLE POST -- */
  329.  
  330. h1 {font-size: 24px;
  331. text-align: center;
  332. padding:4px;
  333. line-height:105%;
  334. letter-spacing:2px;
  335. font-family: 'sueellen'}
  336.  
  337. @font-face { font-family: "sueellen"; src: url('http://themes.googleusercontent.com/static/fonts/sueellenfrancisco/v2/TwHX4vSxMUnJUdEz1JIgrrtXaZAN_aGv07JTA91X2HI.woff'); }
  338.  
  339. /* -- LINKS POST -- */
  340.  
  341. a {
  342. color: {color:Link};
  343. text-decoration:none;
  344. -webkit-transition: all 0.7s ease;
  345. -moz-transition: all 0.7s ease;
  346. -o-transition: all 0.7s ease;}
  347.  
  348. a:hover {text-decoration:none;
  349. color: {color:Link Hover};}
  350.  
  351. /* -- PHOTO POST -- */
  352.  
  353. .highr {
  354. text-align:right;
  355. font-size:9px;}
  356.  
  357. /* -- AUDIO ENTRIES -- */
  358.  
  359. #audioplayer {
  360. border:1px solid #000;
  361. margin:4px;
  362. background:#000;}
  363.  
  364. #albumart {
  365. border: 1px solid {color:Background};
  366. float:left;
  367. margin: 0px 7px;}
  368.  
  369. #albuminfo {
  370. font-size:7px;
  371. font-family: helvetica;
  372. letter-spacing:1px;
  373. text-transform:uppercase;
  374. border-left:1px solid {color:Sidebar Background};
  375. margin-left:50px;
  376. padding-left:5px;}
  377.  
  378. /* -- QUOTE ENTRIES -- */
  379.  
  380. #quote {
  381. text-align: center;
  382. padding:2px 12px;
  383. line-height:14px;
  384. background:transparent;
  385. font-size:7px;
  386. font-family: helvetica;
  387. letter-spacing:1px;
  388. text-transform:uppercase;
  389. display:block;}
  390.  
  391. /* -- PAGINATION -- */
  392.  
  393. #pagf {
  394. position:fixed;
  395. display:block;
  396. width: 20px;
  397. {block:ifLeftSidebar}left:120px{/block:ifLeftSidebar};
  398. {block:ifRightSidebar}left: 970px{/block:ifRightSidebar};
  399. top:123px;
  400. font-size: 30px;
  401. text-align:center;
  402. background:transparent;
  403. z-index:3;}
  404.  
  405. #pagr {
  406. position:fixed;
  407. display:block;
  408. width: 20px;
  409. {block:ifLeftSidebar}left:360px{/block:ifLeftSidebar};
  410. {block:ifRightSidebar}left: 1210px{/block:ifRightSidebar};
  411. top:123px;
  412. font-size: 30px;
  413. text-align:center;
  414. background:transparent;
  415. z-index:3;}
  416.  
  417. #pag a {color: {color:Pagination Link};
  418. text-decoration:none;
  419. -webkit-transition: all 0.7s ease;
  420. -moz-transition: all 0.7s ease;
  421. -o-transition: all 0.7s ease;}
  422.  
  423. a:hover {text-decoration:none;
  424. color: {color:Pagination Link hover};}
  425.  
  426. /* -- ASKS ENTRIES -- */
  427.  
  428. #askart {
  429. border: 1px solid {color:Sidebar Background};
  430. float:left;
  431. margin:0px 12px;}
  432.  
  433. #ask {
  434. border-left:1px solid {color:Sidebar Background};
  435. margin-left:50px;
  436. padding-left:5px;
  437. padding-right:25px;
  438. background:transparent;
  439. font-size:7px;
  440. font-family: helvetica;
  441. letter-spacing:1px;
  442. text-transform:uppercase;}
  443.  
  444. /* -- TAGS --*/
  445.  
  446. #info {
  447. position:absolute;
  448. width: 540px;
  449. color:{color:Tag Text};
  450. text-align:center;
  451. font-size:7px;
  452. font-family: helvetica;
  453. letter-spacing:1px;
  454. text-transform:uppercase;
  455. -webkit-transition: all 0.7s ease;
  456. -moz-transition: all 0.7s ease;
  457. -o-transition: all 0.7s ease;}
  458.  
  459. #notes {
  460. padding:2px;}
  461.  
  462. #notes a, #reb a, #info a {
  463. color:{color:Tag Text};
  464. text-decoration:none;}
  465.  
  466. #reb {
  467. position:absolute;
  468. width: 140px;
  469. margin-top:2px!important;
  470. {block:ifLeftSidebar}left:520px!important; text-align: left;{/block:ifLeftSidebar};
  471. {block:ifRightSidebar}right:520px!important; text-align: right; {/block:ifRightSidebar};
  472. opacity:0;
  473. color:{color:Tag Text};
  474. font-size:7px;
  475. font-family: helvetica;
  476. letter-spacing:1px;
  477. text-transform:uppercase;
  478. -webkit-transition: all 0.7s ease;
  479. -moz-transition: all 0.7s ease;
  480. -o-transition: all 0.7s ease;}
  481.  
  482. @font-face { font-family: "silkscreen"; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf'); }
  483.  
  484. #reb img {
  485. border: 1px solid {color:Sidebar Background};
  486. margin:2px;}
  487.  
  488. #entry:hover #reb {
  489. opacity:1;
  490. {block:ifLeftSidebar}left:560px!important;{/block:ifLeftSidebar};
  491. {block:ifRightSidebar}right:560px!important; {/block:ifRightSidebar};}
  492.  
  493. /* -- TUMBLR CONTROLS -- */
  494.  
  495. #tumblr_controls {
  496. top: 4.30% !important;
  497. margin: -28px 0 0 0;
  498. right: 1px !important;
  499. position: fixed !important;
  500. }
  501.  
  502. /* -- OTHERS -- */
  503.  
  504. .caption {max-width:500px!important;}
  505.  
  506. img{border:none;}
  507. blockquote{margin-left:8px; padding-left:5px; border-left:1px solid {color:Sidebar Background};}
  508.  
  509. {CustomCSS}</style></head><body>
  510.  
  511. <! -- SIDEBAR IMAGE -->
  512. {block:ifSidebarImage}
  513. <div id="side"><img src="{image:Sidebar}">
  514. {/block:ifSidebarImage}
  515.  
  516. <div id="sidebar"><div class="description">{Block:description}{description}{/Block:description}<br>
  517.  
  518. <! --- CUSTOM NAV LINKS ---->
  519. <div id="nav2">{block:IfLink1}<a href="{text:Link1}">{text:Link 1 name}</a>{/block:IfLink1}<br>
  520. {block:IfLink2}<a href="{text:Link2}">{text:Link 2 name}</a>{/block:IfLink2}<br>
  521. {block:IfLink3}<a href="{text:Link3}">{text:Link 3 name}</a>{/block:IfLink3}<br>
  522. {block:IfLink4}<a href="{text:Link4}">{text:Link 4 name}</a>{/block:IfLink4}<br>
  523. {block:IfLink5}<a href="{text:Link5}">{text:Link 5 name}</a>{/block:IfLink5}<br>
  524. {block:IfLink6}<a href="{text:Link6}">{text:Link 6 name}</a>{/block:IfLink6}<br>
  525. {block:IfLink7}<a href="{text:Link7}">{text:Link 7 name}</a>{/block:IfLink7}<br>
  526. {block:IfLink8}<a href="{text:Link8}">{text:Link 8 name}</a>{/block:IfLink8}
  527. </div>
  528. </div></div></div>
  529.  
  530. {block:IfTitle}<div id="title">{Title}</div>{/block:IfTitle}
  531. {block:ifSubTitle}<div id="subtitle">{text:SubTitle}</div>{/block:ifSubTitle}
  532.  
  533.  
  534. <div id="pagf">{Block:Pagination}
  535. {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}{/Block:Pagination}</div>
  536.  
  537. <div id="pagr">{Block:Pagination}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  538. {/Block:Pagination}</div>
  539.  
  540.  
  541. <! --- BASE NAV LINKS ---->
  542. <div id="nav1">
  543. <a href="/">Home</a>
  544. <a href="/ask">message</a>
  545. <a href="/archive">past</a>
  546. <a href="http://donthemes.tumblr.com">theme</a>
  547. </div>
  548.  
  549.  
  550. {block:ifEntriesBackground}<div id="left">{/block:ifEntriesBackground}
  551. {block:ifNotEntriesBackground}<div id="left" style="background:transparent">{/block:ifNotEntriesBackground}
  552.  
  553. {block:Posts}
  554.  
  555. {block:ContentSource}
  556. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  557. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  558. {/block:SourceLogo}
  559. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  560. {/block:ContentSource}
  561.  
  562. <div id="entry" style="background:transparent">
  563.  
  564. <div id="reb">{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentTitle}"><img src="{ReblogParentPortraitURL-30}"></a> <a href="{ReblogRootURL}" title="{ReblogRootTitle}"><img src="{ReblogRootPortraitURL-30}"></a>{/block:RebloggedFrom}
  565. <br>{block:HasTags}<u>tagged</u><br>{block:Tags}<a href="{TagURL}">{Tag} . </a>{/block:Tags}{/block:HasTags}
  566. </div>
  567.  
  568. {block:Text}
  569. {block:Title}<h1>{Title}</h1>{/block:Title}{Body}
  570. {/block:Text}
  571.  
  572.  
  573. {block:Photo}
  574. <center><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></center>
  575. {block:Caption}{Caption}{/block:Caption}
  576. {/block:Photo}
  577.  
  578.  
  579. {block:Photoset}
  580. <center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}
  581. {/block:Photoset}
  582.  
  583.  
  584. {block:Quote}
  585. <div id="quote">{Quote}</div>{block:Source}<div style="text-align:center; font-family:'lobster';font-size:12px;"> - {Source}</div>{/block:Source}
  586. {/block:Quote}
  587.  
  588.  
  589. {block:Link}
  590. <h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}
  591. {/block:Link}
  592.  
  593.  
  594. {block:Chat}
  595. {block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}
  596. {/block:Chat}
  597.  
  598. {block:Audio}
  599. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" style="width:28px;">{/block:AlbumArt}</div><div id="audioplayer">{AudioPlayerBlack} </div><br><div id="albuminfo"> {block:Artist}Artist: {Artist}{/block:Artist}<br> {block:Album}Album: {Album}{/block:Album}<br>{block:TrackName}Track: {TrackName}{/block:TrackName}</div><br>
  600. {block:caption}<div class="caption">{caption}</div>{/block:caption}
  601. {/block:Audio}
  602.  
  603. {block:Video}
  604. <center>{Video-500}</center>{block:Caption}{Caption}{/block:Caption}
  605. {/block:Video}
  606.  
  607.  
  608. {block:Answer}
  609. <div id="askart"><img src="{AskerPortraitURL-30}"></div><div id="ask">{Asker} asked<br>{Question}</div><br>{Answer}
  610. {/block:Answer}
  611.  
  612. </div>
  613. <div id="info">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} {Block:NoteCount}with <a href="{Permalink}">{NoteCountWithLabel}</a>{/Block:NoteCount}</div>
  614.  
  615. {block:PermalinkPage}<div id="notes">{block:PostNotes} {PostNotes}{/block:PostNotes}</div>{/block:PermalinkPage}
  616.  
  617. {/block:Posts}
  618. <br><br><br>
  619. </div>
  620.  
  621. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement