Advertisement
veilsandvisions

#3 leo

Feb 1st, 2012
4,109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.52 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. L E 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 3.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:askbackground" content="#87CEEB" />
  20. <meta name="color:background" content="#f5f5f5" />
  21. <meta name="color:blogtitle" content="#87ceeb" />
  22. <meta name="color:bodytext" content="#000000" />
  23. <meta name="color:content BG" content="#ffffff" />
  24. <meta name="color:link" content="#4682B4" />
  25. <meta name="color:linkhover" content="#ff6ab0" />
  26. <meta name="color:navlinks" content="#222222" />
  27. <meta name="color:navlinksBG" content="#87ceeb" />
  28. <meta name="color:navlinksBGhover" content="#ff6ab0" />
  29. <meta name="color:sidebar BG" content="#ffffff" />
  30. <meta name="color:separator" content="#000000" />
  31. <meta name="color:tags" content="#666666" />
  32.  
  33. <meta name="font:blogtitle" content="Georgia" />
  34. <meta name="font:bodytext" content="Trebuchet MS" />
  35. <meta name="font:descriptiontext" content="Trebuchet MS" />
  36. <meta name="font:posttitle" content="Georgia" />
  37. <meta name="font:navlinks" content="Georgia" />
  38.  
  39. <meta name="if:background fixed" content="1" />
  40. <meta name="if:background repeat" content="1" />
  41. <meta name="if:black audio player" content="1">
  42. <meta name="if:date style timeago" content="0" />
  43. <meta name="if:hide caption" content="0">
  44. <meta name="if:images centered" content="1" />
  45. <meta name="if:infinite scrolling" content="0" />
  46. <meta name="if:show tags" content="1" />
  47. <meta name="if:show border on icon" content="1" />
  48. <meta name="if:show sidebarimage" content="1" />
  49. <meta name="if:show home link" content="1" />
  50. <meta name="if:show archive link" content="1" />
  51. <meta name="if:show random link" content="1" />
  52. <meta name="if:title on left side" content="0" />
  53. <meta name="if:transparent content background" content="0" />
  54. <meta name="if:transparent sidebar background" content="0" />
  55. <meta name="if:link 1" content="0" />
  56. <meta name="if:link 2" content="0" />
  57. <meta name="if:link 3" content="0" />
  58. <meta name="if:link 4" content="0" />
  59. <meta name="if:link 5" content="0" />
  60. <meta name="if:link 6" content="0" />
  61. <meta name="if:link 7" content="0" />
  62. <meta name="if:link 8" content="0" />
  63.  
  64. <meta name="text:background position" content="right" />
  65. <meta name="text:ask label" content="ask" />
  66. <meta name="text:home label" content="home" />
  67. <meta name="text:archive label" content="archive" />
  68. <meta name="text:random label" content="random" />
  69. <meta name="text:link 1 url" content="http://" />
  70. <meta name="text:link 1 name" content="link 1" />
  71. <meta name="text:link 2 url" content="http://" />
  72. <meta name="text:link 2 name" content="link 2" />
  73. <meta name="text:link 3 url" content="http://" />
  74. <meta name="text:link 3 name" content="link 3" />
  75. <meta name="text:link 4 url" content="http://" />
  76. <meta name="text:link 4 name" content="link 4" />
  77. <meta name="text:link 5 url" content="http://" />
  78. <meta name="text:link 5 name" content="link 5" />
  79. <meta name="text:link 6 url" content="http://" />
  80. <meta name="text:link 6 name" content="link 6" />
  81. <meta name="text:link 7 url" content="http://" />
  82. <meta name="text:link 7 name" content="link 7" />
  83. <meta name="text:link 8 url" content="http://" />
  84. <meta name="text:link 8 name" content="link 8" />
  85.  
  86. <meta name="image:image background" content="" />
  87. <meta name="image:image sidebar" content="" />
  88.  
  89.  
  90. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  91.  
  92. <title>{Title}</title>
  93. <link rel="shortcut icon" href="{Favicon}">
  94. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  95. {block:Description}
  96. <meta name="description" content="{MetaDescription}" />
  97. {/block:Description}
  98.  
  99. <style type="text/css">
  100.  
  101. body { background-color:{color:Background}; background-image: url('{image:image background}'); background-position: {text:Background Position}; }
  102.  
  103. {block:IfNotBackgroundfixed}
  104. body {background-attachment: scroll;}
  105. {/block:IfNotBackgroundfixed}
  106. {block:IfBackgroundfixed}
  107. body {background-attachment:fixed;}
  108. {/block:IfBackgroundfixed}
  109. {block:IfNotBackgroundrepeat}
  110. body {background-repeat:no-repeat;}
  111. {/block:IfNotBackgroundrepeat}
  112. {block:IfBackgroundRepeat}
  113. body {background-repeat:repeat;}
  114. {/block:IfBackgroundRepeat}
  115.  
  116. #wrapper_posts { position: relative; top: 0px; left: 30%;
  117. width: 510px; height: 100%; border: none; padding: 0px;
  118. z-index:23556; }
  119.  
  120. #wrapper_bg { position: fixed;
  121. width: 510px; height: 100%;
  122. margin: 0px auto; border: none;
  123. top: 0px; left: 30%;}
  124.  
  125. #background3 {
  126. position: absolute; top:100px; left:-200px;
  127. width:200px; height:300px;
  128. background-color: {color:sidebar bg};
  129. border-top-left-radius:30px;
  130. border-bottom-left-radius:30px;
  131. z-index:-234; }
  132. {block:IfTransparentSidebarBackground}
  133. #background3 {
  134. opacity: 0.6; filter: alpha(opacity=60); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }
  135. {/block:IfTransparentSidebarBackground}
  136.  
  137.  
  138. #sidebar {
  139. position: absolute; top:100px; left:-200px;
  140. width:200px; height:300px;
  141. background-color: none;
  142. border-top-left-radius:30px; border-bottom-left-radius:30px;
  143. z-index:20456; }
  144.  
  145.  
  146. #sidebar_content {
  147. background-color: transparent;
  148. margin-top:0px; margin-right:10px; margin-bottom:10px; margin-left:10px;
  149. height: 300px; border: none;}
  150.  
  151. #menu {
  152. background-color: none;
  153. margin-top:-20px;
  154. font-family: trebuchet ms;
  155. font-size: 11px;
  156. color: #c5c5c5; }
  157.  
  158. #links {
  159. width:110px;
  160. font: 11px {font:Navlinks};
  161. text-align: right; }
  162. #links a, #links a:visited {
  163. display: block;
  164. background-color:{color:NavlinksBG};
  165. padding-right:3px;
  166. color: {color:Navlinks};
  167. text-decoration:none;
  168. font-weight:bold;
  169. margin-right:0px;
  170. margin-top:1px;
  171. word-spacing:-2px;
  172. -webkit-transition: all 0.3s linear;
  173. -moz-transition: all 0.3s linear;
  174. -o-transition: all 0.3s linear ;
  175. -ms-transition: all 0.3s linear; }
  176. #links a:hover {
  177. text-decoration: none;
  178. padding-right:20px;
  179. color: {color:linkHover};
  180. background-color:{color:NavlinksBGHover};
  181. -webkit-transition: all 0.3s linear;
  182. -moz-transition: all 0.3s linear;
  183. -o-transition: all 0.3s linear ;
  184. -ms-transition: all 0.3s linear; }
  185.  
  186. #menu img {
  187. float: right;
  188. margin:0px; {block:IfShowBorderOnIcon} background-color:{color:NavlinksBG}; padding: 3px; {/block:IfShowBorderOnIcon} }
  189.  
  190. #description { width: 190px;
  191. background-color: transparent;
  192. margin-top:0px;
  193. font-family: {font:descriptiontext};
  194. font-size: 11px;
  195. color: {color:Description}; }
  196. #description a, #description a:visited {
  197. color: {color:navlinksbg};
  198. text-decoration:none;}
  199. #description a:hover {
  200. color: {color:navlinksbghover};
  201. text-decoration:none;}
  202.  
  203. #description img {
  204. float: right;}
  205.  
  206. #d_links { text-align: center; padding-top: 5px;}
  207. .x { display: inline; font: 11px trebuchet ms;}
  208.  
  209. .menu_table {
  210. height:90px; }
  211.  
  212. a, a:visited { text-decoration: none;
  213. -webkit-transition: all 0.3s linear;
  214. -moz-transition: all 0.3s linear;
  215. -o-transition: all 0.3s linear ;
  216. -ms-transition: all 0.3s linear; }
  217. a:hover {
  218. -webkit-transition: all 0.3s linear;
  219. -moz-transition: all 0.3s linear;
  220. -o-transition: all 0.3s linear ;
  221. -ms-transition: all 0.3s linear; }
  222.  
  223.  
  224. #content {
  225. width: 510px;
  226. margin:0px 0px 0px -3px;
  227. padding-top:0px;
  228. font: 11px {font:bodytext};
  229. background-color:none; }
  230.  
  231. #background {
  232. width: 510px; height:3000px;
  233. background-color:{color:content BG};
  234. z-index:21000;
  235. position: absolute; top:0px; left:0px; }
  236.  
  237. {block:IfTransparentContentBackground}
  238. #background {
  239. opacity: 0.6; filter: alpha(opacity=60); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }
  240. {/block:IfTransparentContentBackground}
  241.  
  242. {block:IfNotTitleOnLeftSide}
  243. #sidebar2 {
  244. position: absolute; top:30px; left:510px;
  245. height:370px;
  246. z-index:22; }
  247.  
  248. #sidebar_pic {
  249. position: relative; top:70px;
  250. height:300px;
  251. z-index:20454;
  252. max-width: 250px;
  253. overflow: hidden;
  254. border-top-right-radius:30px;
  255. border-bottom-right-radius:30px;
  256. {block:ifnotshowsidebarimage}
  257. display:none;
  258. {/block:ifnotshowsidebarimage}
  259. }
  260. {/block:IfNotTitleOnLeftSide}
  261.  
  262. #sidebar_pic img {
  263. height:300px;
  264. text-align: right;
  265. border-top-right-radius:30px;
  266. border-bottom-right-radius:30px; }
  267.  
  268. {block:IfTitleOnLeftSide}
  269. #sidebar2 {
  270. position: absolute; top:30px; left:-190px;
  271. height:370px;
  272. z-index:-232; }
  273.  
  274. #sidebar_pic {
  275. position: absolute; top:70px; left: 700px;
  276. height:300px;
  277. z-index:23454;
  278. max-width: 250px;
  279. overflow: hidden;
  280. border-top-right-radius:30px;
  281. border-bottom-right-radius:30px;
  282. {block:ifnotshowsidebarimage}
  283. display:none;
  284. {/block:ifnotshowsidebarimage}
  285. }
  286. {/block:IfTitleOnLeftSide}
  287.  
  288. #title {
  289. position: absolute; bottom:300px;
  290. {block:IfNotTitleOnLeftSide}
  291. width: 220px;
  292. text-align: left;
  293. {/block:IfNotTitleOnLeftSide}
  294. {block:IfTitleOnLeftSide}
  295. width: 175px;
  296. text-align: right;
  297. {/block:IfTitleOnLeftSide}
  298. padding-bottom:5px; padding-top:5px; padding-left:5px;
  299. background-color: none;
  300. font:21px {font:BlogTitle};
  301. margin:0px;
  302. text-decoration: none;
  303. font-weight: bold;
  304. letter-spacing:-1px;
  305. z-index:9999892343; }
  306.  
  307. #title a, #title a:visited {
  308. color:{color:BlogTitle};
  309. text-decoration: none;}
  310. #title a:hover {
  311. text-decoration: none;
  312. color: {color:linkHover}; }
  313.  
  314. #navigation {
  315. position: absolute; top:400px; left:-180px;
  316. width:180px;
  317. }
  318.  
  319. .navi { color:{color:BlogTitle};
  320. text-align: center;
  321. font: 24px trebuchet ms; }
  322.  
  323. .navi a, .navi a:visited {
  324. color:{color:BlogTitle};
  325. text-decoration: none;
  326. font-weight:bold; }
  327. .navi a:hover {
  328. text-decoration: none;
  329. color: {color:linkHover}; }
  330.  
  331.  
  332. .post {
  333. margin-top:0px;
  334. padding-top: 5px; padding-right: 5px; padding-bottom: 0px; padding-left: 5px;
  335. width: 500px; color: {color:bodytext};
  336. background-color:none;
  337. border:0px solid #000; }
  338.  
  339. .post a {
  340. color:{color:link}; text-decoration:none; }
  341. .post a:visited {
  342. color:{color:link}; text-decoration:none; }
  343. .post a:hover {
  344. text-decoration:none; color:{color:linkHover}; }
  345. .post a:active {
  346. text-decoration:none; color:{color:linkHover}; }
  347.  
  348. .post p {
  349. line-height:110%;}
  350.  
  351. .post ul {
  352. list-style-type: circle;}
  353.  
  354. #postinfo {
  355. font:11px {font:Navlinks};
  356. color:{color:bodytext};
  357. border-top:2px solid #222; border-bottom:2px solid #222;
  358. padding-top:7px; padding-left:30px; padding-bottom:7px;
  359. width:480px; margin-left:-5px; margin-top:5px; }
  360.  
  361. ul.tags {
  362. list-style-type:none;
  363. padding: 0px;
  364. margin: 0px 0px;
  365. text-align: left; }
  366.  
  367.  
  368. .postfooter {
  369. width:500px;
  370. padding:1px; margin-left:0px; margin-top:5px; margin-bottom:2px;
  371. background-color: none;
  372. font:10px {font:bodytext};
  373. background-color:none;
  374. color:{color:Tags};
  375. text-align: right;
  376. text-transform: lowercase;
  377. padding:0px;
  378. z-index:2;}
  379.  
  380. .footer_links a {
  381. background-color:none;
  382. color:{color:Tags};
  383. text-decoration:none;
  384. font-weight: normal; }
  385. .footer_links a:visited {
  386. background-color:none;
  387. color:{color:Tags};
  388. text-decoration:none;
  389. font-weight: normal; }
  390.  
  391. #tags {
  392. width:506px; margin-left:-5px;
  393. padding-right:4px; padding-bottom:2px;
  394. font:10px trebuchet ms;
  395. border-bottom:2px solid {color:Separator};
  396. text-align: right; }
  397.  
  398. .posttitle {
  399. font:20px {font:posttitle};
  400. font-weight:normal;
  401. margin:0px; padding:5px;}
  402.  
  403. .postlink a, .postlink a:visited {
  404. color:{color:link};
  405. text-decoration:none;
  406. font-size: 20px;
  407. font-family: {font:posttitle};
  408. text-align: center;
  409. letter-spacing:-1px; }
  410. .postlink a:hover {
  411. color:{color:linkHover}; }
  412.  
  413. .postquote {
  414. width:440px;
  415. font-family:{font:posttitle}; color:{color:bodytext}; font-size:20px; font-weight: normal; padding: 0px 20px 5px 0px; position: relative; left: 30px; top: -60px; z-index: 2;}
  416.  
  417. .quotebg {
  418. font-family:{font:posttitle}; font-size:100px;
  419. color:{color:bodytext};
  420. position: relative; left: 0px; top: 0px;
  421. z-index: 1; line-height: 90%;
  422. opacity: 0.2; filter: alpha(opacity=20); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; height:70px;}
  423.  
  424. .quote_source {margin: -58px 20px 5px 0; text-align: right; position:relative; z-index: 98; }
  425. .quote_source a{color:{color:link}; text-decoration:none;}
  426. .quote_source a:hover { color:{color:linkHover}; }
  427.  
  428. li.postchat { list-style-type:none;}
  429. li.chattitle {
  430. list-style-type:none;
  431. text-align: center;
  432. margin:0px; font: 16px {font:posttitle};}
  433.  
  434. li.postphotoset { list-style-type:none; }
  435.  
  436. ul.chat { padding: 0px;
  437. margin: 0px 0px;
  438. list-style-type: none;
  439. border-bottom: solid 0px {color:askbackground};}
  440.  
  441. ul.chat li {
  442. border-top: solid 0px {color:askbackground};
  443. padding: 2px; list-style-type:none; }
  444.  
  445. ul.chat li:nth-child(odd) { background-color:none;}
  446. ul.chat li:nth-child(even) { background-color: none}
  447.  
  448. ul.chat .label { font-weight:bold;}
  449.  
  450. .row { height: 28px; background-color:{color:askbackground}; }
  451. #audiorow { height: 16px; padding: 0px; margin: 0px; {block:IfNotBlackAudioPlayer} background-color: white; color:{color:bodytext}; {/block:IfNotBlackAudioPlayer}{block:IfBlackAudioPlayer} background-color: black; color: white; {/block:IfBlackAudioPlayer}}
  452.  
  453. .meta { padding-left:3px; }
  454. .caption { {block:IfHideCaption} display:none;{/block:IfHideCaption} }
  455.  
  456. .question_post { background-color: none; -moz-border-radius:6px;-webkit-border-radius:6px; border-radius: 6px; padding:5px;}
  457. .asker_container { font-family:{font:PostTitle}; font-size:12px; font-weight:bold; position: relative; z-index: 4;}
  458. .question_post img.icon { margin-right: 0px; width: 20px; }
  459. .question_wrap { position: relative; }
  460. .tri { color: {color:askbackground}; font: 50px baskerville; position:absolute; top:-20px; left: 200px; z-index: 1;}
  461. .question { background-color: {color:askbackground}; position: relative; padding: 10px; -moz-border-radius: 8px;-webkit-border-radius: 8px; border-radius: 8px; z-index: 6;}
  462. .answer { display:block;}
  463. .answer p {
  464. line-height:110%;}
  465.  
  466. .notecontainer { margin-bottom:0px; text-align: left;}
  467.  
  468. ol.notes {
  469. padding: 0px;
  470. margin: 5px 0px;
  471. list-style-type: none;
  472. border-bottom: solid 0px #ccc; }
  473. ol.notes li.note {
  474. border-top: solid 0px #ccc;
  475. padding: 2px; }
  476. ol.notes li.note img.avatar {
  477. vertical-align: -4px;
  478. margin-right: 10px;
  479. width: 16px;
  480. height: 16px; }
  481. ol.notes li.note span.action {
  482. font-weight: normal; }
  483. ol.notes li.note .answer_content {
  484. font-weight: normal;}
  485. ol.notes li.note blockquote {
  486. border-color: #eee;
  487. padding: 4px 10px;
  488. margin: 10px 0px 0px 25px; }
  489. ol.notes li.note blockquote a { text-decoration: none; }
  490.  
  491.  
  492. #creditbox {
  493. width:70px;
  494. height: 30px;
  495. border: none;
  496. position: fixed; bottom: 5px; right: 5px;
  497. z-index: 999999;
  498. }
  499.  
  500.  
  501. iframe#tumblr_controls {
  502. top:0px !important;
  503. right:3px !important;
  504. position: fixed !important;
  505. opacity: 0.4; filter: alpha(opacity=40); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  506. -webkit-transition: all 0.4s linear;
  507. -moz-transition: all 0.4s linear;
  508. -o-transition: all 0.4s linear ;
  509. -ms-transition: all 0.4s linear; }
  510. iframe#tumblr_controls:hover {
  511. opacity: 1; filter: alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  512. -webkit-transition: all 0.4s linear;
  513. -moz-transition: all 0.4s linear;
  514. -o-transition: all 0.4s linear;
  515. -ms-transition: all 0.4s linear;}
  516.  
  517. img { border-style: none; }
  518.  
  519. blockquote {
  520. border-left:3px {color:bodytext} solid;
  521. padding-left:5px; padding-right:0px; padding-top:0px; padding-bottom:0px;
  522. margin: 3px 0px 3px 10px;}
  523. blockquote img { max-width: 482px; }
  524. blockquote blockquote img { max-width: 465px; }
  525. blockquote blockquote blockquote img { max-width: 447px; }
  526.  
  527.  
  528. #bottom { background-color:none; height:10px;}
  529.  
  530. </style>
  531.  
  532. <style type="text/css">{CustomCSS}</style>
  533.  
  534. {block:IfInfiniteScrolling}
  535. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  536. {/block:IfInfiniteScrolling}
  537.  
  538. </head>
  539. <body>
  540.  
  541. {block:ContentSource} <!-- {Sourceurl}{block:SourceLogo}<img src="{BlackLogourl}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{Sourcelink}{/block:NoSourceLogo} --> {/block:ContentSource}
  542.  
  543. <div id="wrapper_bg">
  544.  
  545. <div id="background"></div>
  546. <div id="background3"></div>
  547.  
  548. <div id="sidebar">
  549. <table id="sidebar_content" border="0" cellspacing="0" cellpadding="0">
  550. <tr>
  551. <td>
  552. <div id="menu">
  553. <table border="0" class="menu_table">
  554. <tr>
  555. <td>
  556. <div id="links">
  557. <a href="/ask">{text:ask label}</a>
  558. {block:IfShowHomelink}
  559. <a href="/">{text:home label}</a>
  560. {/block:IfShowHomelink}
  561. {block:IfShowArchivelink}
  562. <a href="/archive">{text:archive label}</a>
  563. {/block:IfShowArchivelink}
  564. {block:IfShowRandomlink}
  565. <a href="/random">{text:random label}</a>
  566. {/block:IfShowRandomlink}
  567. {block:Iflink1}<a href="{text:link 1 url}">{text:link 1 name}</a>{/block:Iflink1}
  568. {block:Iflink2}<a href="{text:link 2 url}">{text:link 2 name}</a>{/block:Iflink2}
  569.  
  570. </div>
  571. </td>
  572. <td>
  573. <a href="/"><img src="{Portraiturl-64}" /></a>
  574. </td>
  575. </tr>
  576. </table>
  577. </div>
  578.  
  579. {block:Description}
  580. <div id="description">
  581. {Description}
  582. <div id="d_links">
  583. {block:Iflink3}<a href="{text:link 3 url}">{text:link 3 name}</a>{/block:Iflink3}
  584. {block:Iflink4}<div class="x"> &times; </div><a href="{text:link 4 url}">{text:link 4 name}</a>{/block:Iflink4}
  585. {block:Iflink5}<div class="x"> &times; </div><a href="{text:link 5 url}">{text:link 5 name}</a>{/block:Iflink5}
  586. {block:Iflink6}<br><a href="{text:link 6 url}">{text:link 6 name}</a>{/block:Iflink6}
  587. {block:Iflink7}<div class="x"> &times; </div><a href="{text:link 7 url}">{text:link 7 name}</a>{/block:Iflink7}
  588. {block:Iflink8}<div class="x"> &times; </div><a href="{text:link 8 url}">{text:link 8 name}</a>{/block:Iflink8}
  589. </div>
  590. </div>
  591. {/block:Description}
  592.  
  593. </td>
  594. </tr>
  595. </table>
  596. </div>
  597.  
  598. {block:IfNotInfiniteScrolling}
  599. <div id="navigation">
  600. <div class="navi">
  601. {block:Pagination}
  602. {block:PreviousPage}
  603. <a href="{PreviousPage}">&laquo;</a>
  604. {/block:PreviousPage}
  605. &times;
  606. {block:NextPage}
  607. <a href="{NextPage}">&raquo;</a>
  608. {/block:NextPage}
  609. {/block:Pagination}
  610. </div>
  611. </div>
  612. {/block:IfNotInfiniteScrolling}
  613.  
  614.  
  615. <div id="sidebar2">
  616. <div id="title">
  617. <a href="/">
  618. {Title}
  619. </a>
  620. </div>
  621. <div id="sidebar_pic"><a href="/">
  622. <img src="{image:image sidebar}"></a>
  623. </div>
  624. </div>
  625.  
  626. </div>
  627.  
  628. <div id="wrapper_posts">
  629.  
  630.  
  631.  
  632. <div id="content">
  633.  
  634. {block:SearchPage}
  635. {block:SearchResults}
  636. <div id="searchresults">{lang:SearchResultCount results for SearchQuery 2}</div>
  637. {/block:SearchResults}
  638.  
  639. {block:NoSearchResults}
  640. <div id="searchresults">{lang:No search results for SearchQuery 2}</div>
  641. {/block:NoSearchResults}
  642. {/block:SearchPage}
  643.  
  644. <div class ="autopagerize_page_element">
  645. {block:Posts}
  646. <div class="post">
  647.  
  648.  
  649.  
  650. {block:Photo}
  651.  
  652. <div class="media" {block:ifimagescentered} align="center"{/block:ifimagescentered}>{linkOpenTag}<img src="{Photourl-500}" alt="{PhotoAlt}" />{linkCloseTag}</div>
  653. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  654. {/block:Photo}
  655.  
  656. {block:Photoset}
  657.  
  658. <li class="postphotoset">
  659. {Photoset-500}
  660. {block:Caption}
  661. <div class="caption">{Caption}</div>
  662. {/block:Caption}
  663. </li>
  664. {/block:Photoset}
  665.  
  666. {block:Video}
  667.  
  668. <div class="media">{Video-500}</div>
  669. {block:Caption}
  670. <div class="caption">{Caption}</div>
  671. {/block:Caption}
  672. {/block:Video}
  673.  
  674. {block:Audio}
  675.  
  676.  
  677. <table border="0" width="500px" cellspacing="0" cellpadding="0">
  678. <tr>
  679. <td align="right">
  680. {block:AlbumArt}
  681. <div class="album_art">
  682. <img src="{AlbumArturl}" alt="{block:Artist}{Artist}{/block:Artist}{block:Trackname} - {Trackname}{/block:Trackname}" style="margin-bottom:-4px;" width="207px"/>
  683. </div>
  684. {/block:AlbumArt}
  685. {block:IfNotBlackAudioPlayer} {AudioPlayerWhite} {/block:IfNotBlackAudioPlayer}{block:IfBlackAudioPlayer}{AudioPlayerBlack} {/block:IfBlackAudioPlayer}
  686. </td>
  687.  
  688. <td width="203px" valign="center">
  689. <blockquote>
  690.  
  691. <div class="meta">{block:Trackname}"{Trackname}"{/block:Trackname} </div>
  692. <div class="meta"> by {block:Artist}{Artist}{/block:Artist}</div>
  693. <div class="meta">{PlayCountWithLabel}</div>
  694. </blockquote>
  695. </td>
  696. </tr>
  697. </table>
  698. {block:Caption}
  699. <div class="meta">{Caption}</div>
  700. {/block:Caption}
  701.  
  702. {/block:Audio}
  703.  
  704. {block:Quote}
  705.  
  706.  
  707. <div class="quotebg">“</div>
  708. <div class="postquote">{Quote}</div>
  709. {block:Source}
  710. <div class="quote_source">
  711. &mdash; {Source}</div>
  712.  
  713. {/block:Source}
  714.  
  715. {/block:Quote}
  716.  
  717. {block:Text}
  718. {block:Title}
  719. <div class="posttitle">{Title}</div>
  720. {/block:Title}
  721. <div class="copy">{Body}</div>
  722. {/block:Text}
  723.  
  724. {block:Answer}
  725. <div class="question_post">
  726. <table border="0" width="100%">
  727. <tr>
  728. <td width="40%" height="25px" align="right">
  729. <img class="icon" src="{AskerPortraitURL-30}">
  730. </td>
  731. <td width="60%" align="left">
  732. <div class="asker_container"> {Asker}</div>
  733. </td>
  734. </tr>
  735. <tr>
  736. <td valign="top" colspan="2">
  737. <div class="question_wrap">
  738. <div class="tri">&diams;</div>
  739. <div class="question">
  740. {Question}
  741. </div>
  742. </div>
  743. </td>
  744. </tr>
  745. </table>
  746.  
  747.  
  748. </div>
  749.  
  750. <div class="answer">{Answer}</div>
  751. {/block:Answer}
  752.  
  753. {block:Chat}
  754.  
  755. <li class="postchat"><li class="chattitle">
  756. {block:Title}
  757. {Title}
  758. {/block:Title}</li>
  759.  
  760. <ul class="chat">
  761. {block:Lines}
  762. <li class="{Alt} user_{UserNumber}">
  763. {block:Label}
  764. <span class="label">{Label}</span>
  765. {/block:Label}
  766.  
  767. {Line}
  768. </li>
  769. {/block:Lines}
  770. </ul>
  771. </li>
  772. {/block:Chat}
  773.  
  774. {block:link}
  775.  
  776.  
  777. <div class="postlink">
  778. <a href="{url}" {Target}>{name} &rarr;</a>
  779. </div>
  780. {block:Description}<div class="copy">{Description}</div>{/block:Description}
  781. {/block:link}
  782.  
  783.  
  784.  
  785. {block:PermalinkPage}
  786. {block:Date}
  787. <div id="postinfo">
  788. <ul class="tags">
  789. <li>&times; Posted on {Month} {DayOfMonth} {Year} at {FormattedTime} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</li>
  790. {block:Reblog}
  791. <li>&times; Source <a href="{ReblogRooturl}">{ReblogRootname}</a>{block:RebloggedFromReblog}, via <a href="{ReblogParenturl}">{ReblogParentname}</a></li>{/block:RebloggedFromReblog}
  792. {/block:Reblog}
  793. {block:HasTags}
  794. <li>&times; Tags {block:Tags} <a href="/tagged/{Tag}">#{Tag}</a>{/block:Tags}</li>
  795. {/block:HasTags}
  796. </ul>
  797. </div>
  798. {/block:Date}
  799.  
  800. {block:PostNotes}<div class="notecontainer">{PostNotes}</div>{/block:PostNotes}
  801.  
  802. {/block:PermalinkPage}
  803.  
  804. <div class="postfooter">
  805. {block:IndexPage}
  806. {block:Date}
  807. <div class="footer_links">
  808. {block:IfNotDateStyleTimeAgo}
  809. <a href="{Permalink}">{ShortMonth} {DayOfMonth} {Year} at {FormattedTime}</a> &times;
  810. {/block:IfNotDateStyleTimeAgo}
  811. {block:IfDateStyleTimeAgo}
  812. <a href="{Permalink}">{TimeAgo}</a> &times;
  813. {/block:IfDateStyleTimeAgo}
  814. {block:NoteCount}<a href="{Permalink}"> {NoteCountWithLabel}</a> &times; {/block:NoteCount}
  815. <a href="{Reblogurl}">reblog</a>
  816. </div>
  817. {/block:Date}
  818. {/block:IndexPage}
  819. </div>
  820.  
  821.  
  822. <div class="footer_links">
  823. {block:IndexPage}
  824. <div id="tags">
  825. {block:IfShowTags}
  826. {block:HasTags}
  827. {block:Tags}
  828. <a href="/tagged/{Tag}">#{Tag}</a>
  829. {/block:Tags}
  830. {/block:HasTags}
  831. {/block:IfShowTags}
  832. </div>
  833. {/block:IndexPage}
  834. </div>
  835.  
  836.  
  837. </div>
  838. <div class="bottom"></div>
  839.  
  840. {/block:Posts}
  841. </div>
  842.  
  843.  
  844. </div>
  845.  
  846.  
  847.  
  848.  
  849.  
  850. <div id="bottom"></div>
  851.  
  852. <div class="clear"></div>
  853. </div>
  854.  
  855. </div>
  856.  
  857. <iframe id="creditbox" src="http://riverbellthemes.tumblr.com/copy" scrolling="none"></iframe>
  858.  
  859. </body>
  860. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement