veilsandvisions

#1 blanco [old - not supported]

Dec 31st, 2011
5,115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.17 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <!--
  3.  
  4. B L A N C O B Y R I V E R B E L L T H E M E S !
  5. http://riverbellthemes.tumblr.com/
  6. ver 2.0.2
  7.  
  8. T E R M S O F U S A G E
  9. Do NOT remove the credit
  10. Do NOT redistribute
  11. Do NOT claim as your own
  12. Do NOT use as a base (minor alterations in the code is OK as long it still looks like my theme)
  13.  
  14. -->
  15. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  16. <head>
  17.  
  18. <!-- DEFAULT VARIABLES -->
  19. <meta name="color:background" content="#f5f5f5" />
  20. <meta name="color:blogtitle" content="#000000" />
  21. <meta name="color:bodytext" content="#000000" />
  22. <meta name="color:content" content="#ffffff" />
  23. <meta name="color:navlinks" content="#222222" />
  24. <meta name="color:link" content="#00008b" />
  25. <meta name="color:linkhover" content="#4169E1" />
  26. <meta name="color:date" content="#222222" />
  27. <meta name="color:footer" content="#c5c5c5" />
  28. <meta name="color:askbackground" content="#f5f5f5" />
  29.  
  30. <meta name="font:blogtitle" content="Baskerville" />
  31. <meta name="font:bodytext" content="Arial" />
  32. <meta name="font:posttitle" content="Georgia" />
  33. <meta name="font:navlinks" content="Courier new" />
  34.  
  35. <meta name="if:audio player black" content="0">
  36. <meta name="if:background fixed" content="1" />
  37. <meta name="if:background repeat" content="1" />
  38. <meta name="if:show archive link" content="1" />
  39. <meta name="if:show random link" content="1" />
  40. <meta name="if:show home link" content="1" />
  41. <meta name="if:transparent content background" content="0" />
  42. <meta name="if:stretch images" content="0" />
  43. <meta name="if:centered images" content="1" />
  44. <meta name="if:infinite scrolling" content="0" />
  45. <meta name="if:date style timeago" content="0" />
  46. <meta name="if:hide caption" content="0" />
  47. <meta name="if:link 1" content="0" />
  48. <meta name="if:link 2" content="0" />
  49. <meta name="if:link 3" content="0" />
  50. <meta name="if:link 4" content="0" />
  51. <meta name="if:link 5" content="0" />
  52.  
  53. <meta name="text:background position" content="top right" />
  54. <meta name="text:ask label" content="ask" />
  55. <meta name="text:archive label" content="archive" />
  56. <meta name="text:random label" content="random" />
  57. <meta name="text:home label" content="home" />
  58. <meta name="text:link 1 url" content="http://" />
  59. <meta name="text:link 1 name" content="link 1" />
  60. <meta name="text:link 2 url" content="http://" />
  61. <meta name="text:link 2 name" content="link 2" />
  62. <meta name="text:link 3 url" content="http://" />
  63. <meta name="text:link 3 name" content="link 3" />
  64. <meta name="text:link 4 url" content="http://" />
  65. <meta name="text:link 4 name" content="link 4" />
  66. <meta name="text:link 5 url" content="http://" />
  67. <meta name="text:link 5 name" content="link 5" />
  68.  
  69. <meta name="image:image background" content="" />
  70.  
  71.  
  72.  
  73.  
  74. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  75.  
  76. <title>{Title}</title>
  77. <link rel="shortcut icon" href="{Favicon}">
  78. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  79. {block:Description}
  80. <meta name="description" content="{MetaDescription}" />
  81. {/block:Description}
  82.  
  83. <style type="text/css">
  84.  
  85. body { background-color:{color:Background}; background-image: url('{image:image background}'); background-position: {text:Background Position}; }
  86.  
  87. {block:IfNotFixedBackground}
  88. body {background-attachment: scroll;}
  89. {/block:IfNotFixedBackground}
  90. {block:ifbackgroundfixed}
  91. body {background-attachment:fixed;}
  92. {/block:ifbackgroundfixed}
  93. {block:IfNotRepeatBackground}
  94. body {background-repeat:no-repeat;}
  95. {/block:IfNotRepeatBackground}
  96. {block:ifbackgroundrepeat}
  97. body {background-repeat:repeat;}
  98. {/block:ifbackgroundrepeat}
  99.  
  100. a { -webkit-transition: all 0.3s linear;
  101. -moz-transition: all 0.3s linear;
  102. -o-transition: all 0.3s linear ;
  103. -ms-transition: all 0.3s linear; }
  104. a:hover {
  105. -webkit-transition: all 0.3s linear;
  106. -moz-transition: all 0.3s linear;
  107. -o-transition: all 0.3s linear ;
  108. -ms-transition: all 0.3s linear; }
  109.  
  110.  
  111. #wrapper {
  112. position: absolute; top:100px; left: 20%;
  113. background-color: none;
  114. }
  115.  
  116. #content {
  117. width: 520px;
  118. margin:0px;
  119. padding-top:0px;
  120. font: 11px {font:bodytext};
  121. background-color:none; }
  122.  
  123. #background {
  124. width: 520px; height:2000px;
  125. background-color:{color:Content};
  126. z-index:-235;
  127. position:fixed; top:0px; left: 20%; }
  128.  
  129. {block:IfTransparentContentBackground}
  130. #background {
  131. opacity: 0.6; filter: alpha(opacity=60); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }
  132. {/block:IfTransparentContentBackground}
  133.  
  134. #title {
  135. width: 520px;
  136. background-color:{color:Content};
  137. position:fixed; top:0px; left: 20%;
  138. font:51px {font:BlogTitle};
  139. margin:0px;
  140. padding-bottom:5px; padding-top:15px;
  141. text-decoration: none;
  142. font-weight: bold;
  143. text-align:center;
  144. letter-spacing:-1px;
  145. line-height:70%;
  146. z-index:2343;
  147. opacity: 0.3; filter: alpha(opacity=30); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; }
  148.  
  149. #title a {
  150. color:{color:BlogTitle};
  151. text-decoration: none;}
  152. #title a:visited {
  153. text-decoration: none;
  154. color: {color:BlogTitle};
  155. -webkit-transition-duration: 0.4s;}
  156. #title a:hover {
  157. text-decoration: none;
  158. color: {color:LinkHover};
  159. -webkit-transition-duration: 0.4s;}
  160. #title:hover {
  161. -webkit-transition-duration: 0.5s;
  162. opacity: 1.0; filter: alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  163.  
  164.  
  165. #links {
  166. font: 12px {font:NavLinks}; }
  167. #links ul {
  168. list-style-type:none;
  169. margin:0px; padding:0px;}
  170. #links li { display:inline; }
  171. #links a {
  172. color: {color:NavLinks};
  173. text-decoration:none;
  174. font-weight:bold;
  175. margin-right:5px;
  176. word-spacing:-2px; }
  177. #links a:visited {
  178. color: {color:NavLinks};
  179. text-decoration:none;
  180. font-weight:bold;
  181. margin-right:5px;
  182. word-spacing:-2px; }
  183. #links a:hover {
  184. text-decoration: none;
  185. color: {color:LinkHover};
  186. -webkit-transition-duration: 0.4s; }
  187.  
  188. .post {
  189. margin-top:0px;
  190. padding: 10px;
  191. width: 500px; color: {color:bodytext}; }
  192.  
  193. .post a {
  194. color:{color:Link}; text-decoration:none; }
  195. .post a:visited {
  196. color:{color:Link}; text-decoration:none; }
  197. .post a:hover {
  198. text-decoration:none; color:{color:LinkHover}; }
  199. .post a:active {
  200. text-decoration:none; color:{color:LinkHover}; }
  201. .post:hover #tags {
  202. opacity: 1.0; filter: alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
  203.  
  204. .post p {
  205. line-height:110%;}
  206. .copy {
  207. margin-top:-3px; margin-bottom:-4px; }
  208. .caption {
  209. margin-top:-3px; margin-bottom:-4px;
  210. {block:IfHideCaption}
  211. display:none;
  212. {/block:IfHideCaption}
  213. }
  214.  
  215. #postinfo {
  216. font:11px {font:bodytext};
  217. color:{color:bodytext};
  218. padding-top:5px; padding-bottom:5px;
  219. margin: 10px 0 0 0;
  220. text-align: center;
  221. border-bottom: 2px solid {color:Footer};
  222. border-top: 2px solid {color:Footer};
  223. text-transform: lowercase;
  224. }
  225.  
  226. #tags {
  227. font:11px {font:NavLinks};
  228. background-color:none;
  229. color:{color:Date};
  230. width:140px;
  231. display:block;
  232. text-align:left;
  233. text-transform: lowercase;
  234. margin-left:520px;
  235. opacity:0;
  236. position:absolute;
  237. -webkit-transition-duration: 0.4s;
  238. padding:3px;
  239. z-index:2; }
  240. #tags a {
  241. font-weight:normal;
  242. color:{color:Date};
  243. letter-spacing:-1px; }
  244. #tags a:hover {
  245. font-weight:normal;
  246. color:{color:LinkHover};}
  247.  
  248. ul.tags {
  249. list-style-type:none;
  250. padding: 0px;
  251. margin: 0px 0px;}
  252.  
  253. .postfooter {
  254. width:500px;
  255. padding:0px; margin-left:10px; margin-top:0px; margin-bottom:0px;
  256. height: 2px;
  257. background-color: {color:Footer}; }
  258.  
  259. .posttitle {
  260. font:20px {font:posttitle};
  261. font-weight:normal;
  262. margin:0px; padding:0px;}
  263.  
  264. .postlink a {
  265. color:{color:bodytext};
  266. text-decoration:none;
  267. font-size: 20px;
  268. font-family: {font:posttitle};
  269. text-align: center;
  270. letter-spacing:-1px; }
  271. .postlink a:hover {
  272. color:{color:LinkHover}; }
  273.  
  274. #quotepost { position: relative; }
  275.  
  276. .postquote {
  277. font-family:{font:posttitle}; color:{color:bodytext}; font-size: 20px; font-weight: normal;
  278. width: 440px; margin-left: 35px;
  279. }
  280.  
  281. .quotebg { position: absolute;
  282. font-size: 45px;
  283. opacity: 0.3; filter: alpha(opacity=30); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";}
  284. #left { left: 0px; top:0px;}
  285. #right { right: 5px; bottom: 0px; }
  286.  
  287. .quote_source { text-align: center; }
  288. .quote_source a{color:{color:Link}; text-decoration:none;}
  289. .quote_source a:hover { color:{color:LinkHover}; }
  290.  
  291.  
  292.  
  293. li.postchat { list-style-type:none;}
  294. li.chattitle {
  295. list-style-type:none;
  296. font:20px {font:posttitle};
  297. font-weight:normal; }
  298.  
  299. li.postphotoset { list-style-type:none; }
  300.  
  301. ul.chat { padding: 0px;
  302. margin: 5px 0px;
  303. list-style-type: none;
  304. border-bottom: solid 0px {color:bodytext};}
  305.  
  306. ul.chat li {
  307. border-top: solid 0px {color:bodytext};
  308. padding: 5px; list-style-type:none; }
  309.  
  310. ul.chat li:nth-child(odd) { background-color:{color:askbackground};}
  311. ul.chat li:nth-child(even) { background-color: none}
  312.  
  313. ul.chat .label { font-weight:bold;}
  314.  
  315. .row:nth-child(odd) { background-color:none;}
  316. .row:nth-child(even) { background-color:{color:askbackground};}
  317.  
  318. ol.audioinfo { list-style-type: none;
  319. margin: 0px 0px 0px 3px; padding: 0px;
  320. font-family: trebuchet ms;
  321. text-transform: normal;
  322. font-size: 11px; }
  323. table.audio_table { border: none; }
  324.  
  325. .audio_wrap { position: relative; }
  326. #audioplayer { width: 27px; border: 0px solid pink; overflow: hidden;
  327. position: absolute; top: 7px; left: 7px;
  328. z-index:5;
  329. }
  330. .player_wrap {
  331. position: absolute; top: 66px; left: 66px;
  332. width: 42px; height: 42px;
  333. z-index:4;
  334. {block:IfNotaudioplayerblack} background-color: white; {/block:IfNotaudioplayerblack}
  335. {block:Ifaudioplayerblack} background-color: black; {/block:Ifaudioplayerblack}
  336. -moz-border-radius: 30px;
  337. -webkit-border-radius: 30px;
  338. border-radius: 30px;
  339. }
  340. .album_art img { position: relative;
  341. -moz-border-radius: 90px;
  342. -webkit-border-radius: 90px;
  343. border-radius: 90px; }
  344.  
  345.  
  346. .question_post { background-color: none; -moz-border-radius:6px;-webkit-border-radius:6px; border-radius: 6px; padding:5px;}
  347. .asker_container { font-family:{font:PostTitle}; font-size:12px; font-weight:bold; position: relative; z-index: 4;}
  348. .question_post img.icon { margin-right: 0px;
  349. -moz-border-radius:30px;
  350. -webkit-border-radius:30px;
  351. border-radius: 30px; }
  352. .question_wrap { position: relative; }
  353. .tri { color: {color:Askbackground}; font: 50px baskerville; position:absolute; top:-20px; left: 210px; z-index: 1;}
  354. .question { background-color: {color:Askbackground}; position: relative; padding: 10px; -moz-border-radius: 5px;-webkit-border-radius: 5px; border-radius: 5px; z-index: 6;}
  355.  
  356.  
  357. .notecontainer { margin:0px; text-align: left;}
  358.  
  359. ol.notes {
  360. padding: 0px;
  361. margin: 5px 0px 10px 0px;
  362. list-style-type: none; }
  363.  
  364. ol.notes li.note { font-family:{font:Tags}; font-size: 11px; font-weight: normal;
  365. padding: 2px; }
  366.  
  367. ol.notes li.note img.avatar {
  368. vertical-align: -4px;
  369. margin-right: 10px;
  370. width: 16px;
  371. height: 16px; }
  372.  
  373. ol.notes li.note span.action {
  374. font-weight: normal; }
  375. ol.notes li.note .answer_content { font-family:{font:Tags};
  376. font-weight: normal;}
  377.  
  378. ol.notes li.note blockquote { font-family:{font:Tags};
  379. border-color:{color:bodytext};
  380. padding: 4px 10px;
  381. margin: 4px 0px 0px 25px; }
  382. ol.notes li.note blockquote a {
  383. font-family:{font:Tags};
  384. text-decoration: none; }
  385.  
  386. #creditbox {
  387. width:70px;
  388. height: 30px;
  389. border: none;
  390. position: fixed; bottom: 5px; right: 5px;
  391. z-index: 999999;
  392. }
  393.  
  394. iframe#tumblr_controls {
  395. top:0px !important;
  396. right:3px !important;
  397. position: fixed !important;
  398. opacity: 0.4; filter: alpha(opacity=40); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  399. -webkit-transition: all 0.4s linear;
  400. -moz-transition: all 0.4s linear;
  401. -o-transition: all 0.4s linear ;
  402. -ms-transition: all 0.4s linear; }
  403. iframe#tumblr_controls:hover {
  404. opacity: 1; filter: alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  405. -webkit-transition: all 0.4s linear;
  406. -moz-transition: all 0.4s linear;
  407. -o-transition: all 0.4s linear;
  408. -ms-transition: all 0.4s linear;}
  409.  
  410. img { border-style: none; }
  411.  
  412. blockquote {
  413. border-left:2px {color:bodytext} solid;
  414. padding-left:5px; padding-right:0px; padding-top:0px; padding-bottom:0px;
  415. margin:-3px 0px 0px 10px;}
  416. blockquote img { max-width: 482px; }
  417. blockquote blockquote img { max-width: 465px; }
  418. blockquote blockquote blockquote img { max-width: 448px; }
  419.  
  420.  
  421. #bottom { background-color:none; height:10px;}
  422.  
  423. </style>
  424.  
  425. <style type="text/css">{CustomCSS}</style>
  426.  
  427. {block:IfInfiniteScrolling}
  428. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  429. {/block:IfInfiniteScrolling}
  430.  
  431. </head>
  432. <body>
  433.  
  434. {block:ContentSource} <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --> {/block:ContentSource}
  435.  
  436. <div id="background"></div>
  437.  
  438. <div id="title">
  439. <a href="/">
  440. {Title}
  441. </a>
  442.  
  443. <div id="links">
  444. <ul>
  445. {block:IfNotInfiniteScrolling}
  446. {block:Pagination}
  447. {block:PreviousPage}
  448. <li><a href="{PreviousPage}">&larr; prev</a></li>
  449. {/block:PreviousPage}
  450. {/block:Pagination}
  451. {/block:IfNotInfiniteScrolling}
  452. <li><a href="/ask">{text:ask label}</a></li>
  453. {block:IfShowArchiveLink}
  454. <li><a href="/archive">{text:archive label}</a> </li>
  455. {/block:IfShowArchiveLink}
  456. {block:IfShowRandomLink}
  457. <li><a href="/random">{text:random label}</a> </li>
  458. {/block:IfShowRandomLink}
  459. {block:IfShowHomeLink}
  460. <li><a href="/">{text:home label}</a> </li>
  461. {/block:IfShowHomeLink}
  462. {block:IfLink1}<li><a href="{text:Link 1 Url}">{text:Link 1 Name}</a></li>{/block:IfLink1}
  463. {block:IfLink2}<li><a href="{text:Link 2 Url}">{text:Link 2 Name}</a></li>{/block:IfLink2}
  464. {block:IfLink3}<li><a href="{text:Link 3 Url}">{text:Link 3 Name}</a></li>{/block:IfLink3}
  465. {block:IfLink4}<li><a href="{text:Link 4 Url}">{text:Link 4 Name}</a></li>{/block:IfLink4}
  466. {block:IfLink5}<li><a href="{text:Link 5 Url}">{text:Link 5 Name}</a></li>{/block:IfLink5}
  467. {block:IfNotInfiniteScrolling}
  468. {block:Pagination}
  469. {block:NextPage}
  470. <li><a href="{NextPage}">next &rarr;</a></li>
  471. {/block:NextPage}
  472. {/block:Pagination}
  473. {/block:IfNotInfiniteScrolling}
  474. </ul>
  475. </diV>
  476. </div>
  477.  
  478. <div id="wrapper">
  479.  
  480. <div id="content">
  481.  
  482. {block:SearchPage}
  483. {block:SearchResults}
  484. <div id="searchresults">{lang:SearchResultCount results for SearchQuery 2}</div>
  485. {/block:SearchResults}
  486.  
  487. {block:NoSearchResults}
  488. <div id="searchresults">{lang:No search results for SearchQuery 2}</div>
  489. {/block:NoSearchResults}
  490. {/block:SearchPage}
  491.  
  492. <div class ="autopagerize_page_element">
  493. {block:Posts}
  494. <div class="post">
  495. {block:IndexPage}
  496. <div id="tags">
  497. <ul class="tags">
  498. {block:Date}
  499. {block:IfNotDateStyleTimeAgo}
  500. <li><a href="{Permalink}">{ShortMonth} {DayOfMonth} {Year} at {FormattedTime}</a> </li>
  501. {/block:IfNotDateStyleTimeAgo}
  502. {block:IfDateStyleTimeAgo}
  503. <li><a href="{Permalink}">{TimeAgo}</a></li>
  504. {/block:IfDateStyleTimeAgo}
  505. <li>{block:NoteCount}<a href="{Permalink}"> {NoteCountWithLabel}{/block:NoteCount}</a></li>
  506. <li><a href="{ReblogURL}">reblog &hearts;</a></li>
  507.  
  508. </ul>
  509. {/block:Date}
  510. </div>
  511. {/block:IndexPage}
  512.  
  513.  
  514. {block:Photo}
  515. <div class="media" {block:IfCenteredImages} align="center"{/block:IfCenteredImages}>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" {block:IfStretchImages}width="500px"{/block:IfStretchImages}/>{LinkCloseTag}</div>
  516. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  517. {/block:Photo}
  518.  
  519. {block:Photoset}
  520. <li class="postphotoset">
  521. {Photoset-500}
  522. {block:Caption}
  523. <div class="caption">{Caption}</div>
  524. {/block:Caption}
  525. </li>
  526. {/block:Photoset}
  527.  
  528. {block:Video}
  529. <div class="media">{Video-500}</div>
  530. {block:Caption}
  531. <div class="caption">{Caption}</div>
  532. {/block:Caption}
  533. {/block:Video}
  534.  
  535. {block:Audio}
  536. <div id="audiopost">
  537. <table border="0" width="500px" cellspacing="0" cellpadding="0" class="audio_table">
  538.  
  539. <tr>
  540. <td width="60px" >
  541. </td>
  542. <td width="170px">
  543. <div class="audio_wrap">
  544. {block:AlbumArt}
  545. <div class="album_art">
  546. <img src="{AlbumArtURL}" alt="{block:Artist}{Artist}{/block:Artist}{block:TrackName} - {TrackName}{/block:TrackName}" style="margin-bottom:0px;" width="170px"/>
  547. </div>
  548. {/block:AlbumArt}
  549. <div class="player_wrap"><div id="audioplayer">{block:IfNotaudioplayerblack} {AudioPlayerWhite} {/block:IfNotaudioplayerblack}{block:Ifaudioplayerblack}{AudioPlayerBlack} {/block:Ifaudioplayerblack}</div></div>
  550. </div>
  551. </td>
  552. <td width="320px" height="140px" valign="center">
  553. <ol class="audioinfo">
  554. {block:TrackName}<li><b>Track:</b> {TrackName}</li>{/block:TrackName}
  555. {block:Artist}<li><b>Artist:</b> {Artist}</li>{/block:Artist}
  556. {block:Album}<li><b>Album:</b> {Album}</li>{/block:Album}
  557. <li>{PlayCountWithLabel}</li>
  558. </ol>
  559. </td>
  560.  
  561. </tr>
  562. {block:Caption}
  563. <tr>
  564. <td colspan="2" valign="top">
  565.  
  566. <div class="caption">{Caption}</div>
  567.  
  568. </td>
  569. </tr>{/block:Caption}
  570. </table>
  571. </div>
  572. {/block:Audio}
  573.  
  574.  
  575. {block:Quote}
  576. <div id="quotepost">
  577. <div class="postquote">{Quote}</div>
  578. <div id="left" class="quotebg">❝</div>
  579. <div id="right" class="quotebg">❞</div>
  580.  
  581. {block:Source}
  582. <div class="quote_source">&mdash; {Source}</div>
  583. {/block:Source}
  584. </div>
  585. {/block:Quote}
  586.  
  587. {block:Text}
  588. {block:Title}
  589. <div class="posttitle">{Title}</div>
  590. {/block:Title}
  591. <div class="copy">{Body}</div>
  592. {/block:Text}
  593.  
  594. {block:Answer}
  595. <div id="answerpost">
  596. <div class="question_post">
  597. <table border="0" width="100%">
  598. <tr>
  599. <td width="40%" align="right">
  600. <img class="icon" src="{AskerPortraitURL-30}">
  601. </td>
  602. <td width="60%" align="left">
  603. <div class="asker_container"> {Asker}: </div>
  604. </td>
  605. </tr>
  606. <tr>
  607. <td valign="top" colspan="2">
  608. <div class="question_wrap">
  609. <div class="tri">&diams;</div>
  610. <div class="question">
  611. {Question}
  612. </div>
  613. </div>
  614. </td>
  615. </tr>
  616. </table>
  617.  
  618. </div>
  619.  
  620. <div class="answer">{Answer}</div>
  621.  
  622. </div>
  623. {/block:Answer}
  624.  
  625. {block:Chat}
  626. <li class="postchat"><li class="chattitle">
  627. {block:Title}
  628. {Title}
  629. {/block:Title}</li>
  630.  
  631. <ul class="chat">
  632. {block:Lines}
  633. <li class="{Alt} user_{UserNumber}">
  634. {block:Label}
  635. <span class="label">{Label}</span>
  636. {/block:Label}
  637.  
  638. {Line}
  639. </li>
  640. {/block:Lines}
  641. </ul>
  642. </li>
  643. {/block:Chat}
  644.  
  645. {block:Link}
  646. <div class="postlink">
  647. <a href="{URL}" {Target}>{Name} &raquo;</a>
  648. </div>
  649. {block:Description}<div class="copy">{Description}</div>{/block:Description}
  650. {/block:Link}
  651.  
  652.  
  653.  
  654. {block:PermalinkPage}
  655. {block:Date}
  656. <div id="postinfo">
  657. <ul class="tags">
  658. <li>Posted on {Month} {DayOfMonth} {Year} at {FormattedTime} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</li>
  659. {block:Reblog}
  660. <li>Source <a href="{ReblogRootURL}">{ReblogRootName}</a>{block:RebloggedFromReblog}, via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFromReblog}</li>
  661. {/block:Reblog}
  662. {block:HasTags}
  663. <li>Tags {block:Tags} <a href="/tagged/{Tag}">#{Tag}</a>{/block:Tags}</li>
  664. {/block:HasTags}
  665. </ul>
  666. </div>
  667. {/block:Date}
  668. {block:PostNotes}<div class="notecontainer">{PostNotes}</div>{/block:PostNotes}
  669.  
  670. {/block:PermalinkPage}
  671.  
  672.  
  673.  
  674.  
  675.  
  676.  
  677.  
  678. </div>
  679.  
  680. {block:IndexPage}
  681. <div class="postfooter"></div>
  682. {/block:IndexPage}
  683.  
  684. <div class="bottom"></div>
  685.  
  686. {/block:Posts}
  687. </div>
  688.  
  689.  
  690. </div>
  691.  
  692.  
  693.  
  694.  
  695.  
  696. <div id="bottom"></div>
  697. </div>
  698.  
  699. <div class="clear"></div>
  700. </div>
  701.  
  702. <iframe id="creditbox" src="http://riverbellthemes.tumblr.com/copy" scrolling="none"></iframe>
  703.  
  704.  
  705. </body>
  706. </html>
Advertisement
Add Comment
Please, Sign In to add comment