Advertisement
pattybuns94

rjtheme010

Dec 13th, 2012
3,814
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.68 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2.  
  3. <!--
  4.  
  5. Made by Patty of Rekindling-Joy.Webs.Com.
  6. DO NOT REMOVE CREDIT.
  7. DO NOT COPY AND REDISTRIBUTE AS YOUR OWN.
  8. DO NOT USE AS BASE.
  9.  
  10. -->
  11.  
  12. <html>
  13. <head>
  14.  
  15. <!-- DEFAULT VARIABLES -->
  16. <meta name="color:backgroundbg" content="#fdfcfc" />
  17. <meta name="color:entrycolorbg" content="#fdfcfc" />
  18. <meta name="color:entrycolorbghov" content="#f1f0f0" />
  19. <meta name="color:titlecolor" content="#949fb8" />
  20. <meta name="color:borders" content="#e7e3e3" />
  21. <meta name="color:shape1" content="#596275" />
  22. <meta name="color:shape2" content="#485063" />
  23. <meta name="color:nav1" content="#1b1e27" />
  24. <meta name="color:nav1bg" content="#eeecec" />
  25. <meta name="color:nav1hover" content="#323641" />
  26. <meta name="color:nav1hoverbg" content="#1b1e27" />
  27. <meta name="color:nav2" content="#383b44" />
  28. <meta name="color:nav2hover" content="#eeecec" />
  29. <meta name="color:nav2hoverbg" content="#1b1e27" />
  30. <meta name="color:desc" content="#3d4047" />
  31. <meta name="color:posttext" content="#353b4b" />
  32. <meta name="color:headerone" content="#181c25" />
  33. <meta name="color:headertwo" content="#252e44" />
  34. <meta name="color:tagnav" content="#5c8676" />
  35. <meta name="color:tagnavhover" content="#79a390" />
  36. <meta name="color:linkage" content="#1b1e27" />
  37. <meta name="color:linkagehover" content="#858ea3" />
  38.  
  39. <meta name="image:descimage1" content="" />
  40. <meta name="image:bgimg" content="" />
  41.  
  42. <meta name="text:link1" content="" />
  43. <meta name="text:link1URL" content="" />
  44. <meta name="text:link2" content="" />
  45. <meta name="text:link2URL" content="" />
  46. <meta name="text:link3" content="" />
  47. <meta name="text:link3URL" content="" />
  48. <meta name="text:link4" content="" />
  49. <meta name="text:link4URL" content="" />
  50. <meta name="text:link5" content="" />
  51. <meta name="text:link5URL" content="" />
  52. <meta name="text:link6" content="" />
  53. <meta name="text:link6URL" content="" />
  54. <meta name="text:bgposition" content="center center" />
  55. <meta name="text:bgrepeat" content="repeat" />
  56.  
  57. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  58. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  59. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  60. <link rel="shortcut icon" href="{Favicon}" />
  61. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  62.  
  63. <link href='http://fonts.googleapis.com/css?family=Oswald:400,300' rel='stylesheet' type='text/css'>
  64.  
  65. <style type="text/css">
  66.  
  67. body {
  68. background-color: {color:backgroundbg};
  69. background-image: url('{image:bgimg}');
  70. background-repeat:{text:bgrepeat};
  71. background-attachment:fixed;
  72. background-position:{text:bgposition};
  73. margin:0px 0px; padding:0px;
  74. text-align:center;
  75. }
  76.  
  77. ::-webkit-scrollbar-thumb:vertical {
  78. background-color: {color:borders};
  79. }
  80.  
  81. ::-webkit-scrollbar {
  82. height: 10px;
  83. width: 10px;
  84. background-color: {color:entrycolorbg};
  85. }
  86.  
  87. #content {
  88. text-align:left;
  89. width: 800px;
  90. margin:0 auto 0 auto;
  91. z-index: 499;
  92. }
  93.  
  94. #sidecontent {
  95. top:50%;
  96. position:fixed;
  97. margin-left: -60px;
  98. }
  99.  
  100. #shapebg {
  101. width: 150px;
  102. height: 150px;
  103. margin-top: -150px;
  104. margin-left: 30px;
  105. position:fixed;
  106. z-index: 599;
  107. background: {color:shape1};
  108. -moz-border-radius: 400px 10px 400px 10px;
  109. border-radius: 400px 10px 400px 10px;
  110. }
  111.  
  112. #shape2bg {
  113. width: 200px;
  114. height: 200px;
  115. margin-top: -100px;
  116. margin-left: 11px;
  117. position:fixed;
  118. z-index: 499;
  119. background: {color:nav1bg};
  120. -moz-border-radius: 400px 10px 400px 10px;
  121. border-radius: 400px 10px 400px 10px;
  122. }
  123.  
  124. #shape3bg {
  125. width: 250px;
  126. height: 250px;
  127. margin-top: -120px;
  128. margin-left: -31px;
  129. position:fixed;
  130. z-index: 399;
  131. background: {color:shape2};
  132. -moz-border-radius: 10px 400px 10px 400px;
  133. border-radius: 10px 400px 10px 400px;
  134. }
  135.  
  136. #hoverind {
  137. position: fixed;
  138. text-transform: uppercase;
  139. font-size: 5pt;
  140. letter-spacing: 3pt;
  141. font-family: 'Verdana', sans-serif;
  142. font-style: none;
  143. text-align:center;
  144. height: 7px;
  145. width: 35px;
  146. color: #ffffff;
  147. background: none;
  148. margin-top: -8px;
  149. margin-left: 175px;
  150. z-index: 799;
  151. -webkit-transform: rotate(-90deg);
  152. -moz-transform: rotate(-90deg);
  153. -ms-transform: rotate(-90deg);
  154. -o-transform: rotate(-90deg);
  155. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  156. }
  157.  
  158. #title {
  159. font-family: 'Georgia', 'Times New Roman', cursive, serif;
  160. font-weight: 400;
  161. font-style: italic;
  162. font-size: 8pt;
  163. line-height: 8pt;
  164. letter-spacing: 1pt;
  165. text-align: center;
  166. text-transform: normal;
  167. margin-bottom:5px;
  168. color: {color:titlecolor};
  169. }
  170.  
  171. #descandimg {
  172. margin-top: -85px;
  173. margin-left: 5px;
  174. text-align: center;
  175. position:fixed;
  176. z-index: 999;
  177. width: 181px;
  178. }
  179.  
  180. #descimg1 img{
  181. width: 160px;
  182. text-align:center;
  183. padding:10px;
  184. border: 1px solid {color:borders};
  185. background-color: {color:entrycolorbg};
  186. }
  187.  
  188. #descimg1 img:hover {
  189. background-color: {color:entrycolorbghov};
  190. -webkit-transition: all 0.5s ease-in-out;
  191. -moz-transition: all 0.5s ease-in-out;
  192. -o-transition: all 0.5s ease-in-out;
  193. -ms-transition: all 0.5s ease-in-out;
  194. transition: all 0.5s ease-in-out;
  195. }
  196.  
  197. #desc {
  198. font-family: 'Verdana', sans-serif;
  199. font-size: 7pt;
  200. line-height: 7.5pt;
  201. color: {color:desc};
  202. margin-top: -3px;
  203. padding: 2px;
  204. padding-top: 5px;
  205. padding-bottom: 10px;
  206. width: 176px;
  207. text-align: center;
  208. border: 1px solid {color:borders};
  209. background-color: {color:entrycolorbg};
  210. }
  211.  
  212. #navi {
  213. text-align:center;
  214. width: 180px;
  215. height:111px;
  216. position:fixed;
  217. z-index: 599;
  218. margin-top: -70px;
  219. margin-left: 19px;
  220. padding:10px;
  221. background: {color:nav1bg};
  222. -moz-border-radius: 100px;
  223. border-radius: 100px;
  224. }
  225.  
  226. #navi:hover {
  227. text-align:center;
  228. position:fixed;
  229. width: 110px;
  230. z-index: 999;
  231. margin-top: -70px;
  232. margin-left: 190px;
  233. background: none;
  234. -moz-border-radius: 120px;
  235. border-radius: 120px;
  236. -webkit-transition: all 0.8s ease-in-out;
  237. -moz-transition: all 0.8s ease-in-out;
  238. -o-transition: all 0.8s ease-in-out;
  239. -ms-transition: all 0.8s ease-in-out;
  240. transition: all 0.8s ease-in-out;
  241. }
  242.  
  243. #navi1 {
  244. text-align:center;
  245. margin-top: -150px;
  246. margin-left: 155px;
  247. position:fixed;
  248. z-index: 499;
  249. }
  250.  
  251. #pagination {
  252. text-decoration: none;
  253. text-transform: lowercase;
  254. font-family: 'Georgia', 'Times New Roman', cursive, serif;
  255. font-weight: 400;
  256. font-style: italic;
  257. font-size: 8pt;
  258. line-height: 8pt;
  259. color: {color:titlecolor};
  260. text-align: center;
  261. width: 176px;
  262. }
  263.  
  264. #theme {
  265. right: 5px;
  266. bottom: 5px;
  267. position: fixed;
  268. text-transform: lowercase;
  269. font-size: 6pt;
  270. letter-spacing: 5px;
  271. font-family: 'Georgia', 'Times New Roman', cursive, serif;
  272. font-style: italic;
  273. z-index: 999;
  274. }
  275.  
  276. #entries {
  277. width: 500px;
  278. font-family: 'Verdana', sans-serif;
  279. color: {color:posttext};
  280. font-size: 8.5pt;
  281. padding: 10px;
  282. z-index: 999;
  283. border: 1px solid {color:borders};
  284. background-color: {color:entrycolorbg};
  285. }
  286.  
  287. #entries:hover {
  288. background-color: {color:entrycolorbghov};
  289. -webkit-transition: all 0.5s ease-in-out;
  290. -moz-transition: all 0.5s ease-in-out;
  291. -o-transition: all 0.5s ease-in-out;
  292. -ms-transition: all 0.5s ease-in-out;
  293. transition: all 0.5s ease-in-out;
  294. }
  295.  
  296. #postings {
  297. font-family: 'Verdana', sans-serif;
  298. color: {color:posttext};
  299. font-size: 8.5pt;
  300. margin-top: 0px;
  301. margin-left: 240px;
  302. padding: 20px;
  303. position: absolute;
  304. z-index: 899;
  305. }
  306.  
  307. #datesandsources {
  308. text-align: center;
  309. padding:10px;
  310. margin-top: 0px;
  311. margin-left: 530px;
  312. width: 80px;
  313. position: absolute;
  314. z-index: 899;
  315. border: 1px solid {color:borders};
  316. background-color: {color:entrycolorbg};
  317. }
  318.  
  319. #datesandsourcesins {
  320. padding:3px;
  321. text-align: center;
  322. text-transform: uppercase;
  323. font-style: none;
  324. font-family: 'Oswald', 'Trebuchet MS', sans-serif;
  325. font-size: 6.5pt;
  326. line-height: 7pt;
  327. letter-spacing: 0px;
  328. color: {color:linkage};
  329. background-color: {color:entrycolorbg};
  330. }
  331.  
  332. #datesandsourcesins:hover {
  333. background-color: {color:entrycolorbghov};
  334. -webkit-transition: all 0.8s ease-in-out;
  335. -moz-transition: all 0.8s ease-in-out;
  336. -o-transition: all 0.8s ease-in-out;
  337. -ms-transition: all 0.8s ease-in-out;
  338. transition: all 0.8s ease-in-out;
  339. }
  340.  
  341. #shape4bg {
  342. width: 80px;
  343. height: 80px;
  344. margin-top: -5px;
  345. margin-left: 515px;
  346. position:absolute;
  347. z-index: 499;
  348. background: {color:shape1};
  349. -moz-border-radius: 400px 10px 400px 10px;
  350. border-radius: 400px 10px 400px 10px;
  351. }
  352.  
  353. #shape5bg {
  354. width: 100px;
  355. height: 100px;
  356. margin-top: -10px;
  357. margin-left: 510px;
  358. position:absolute;
  359. z-index: 499;
  360. background: {color:shape2};
  361. -moz-border-radius: 10px 400px 10px 400px;
  362. border-radius: 10px 400px 10px 400px;
  363. }
  364.  
  365. #tags {
  366. width: 500px;
  367. text-align: left;
  368. text-transform: lowercase;
  369. font-style: italic;
  370. font-family: 'Georgia', 'Times New Roman', cursive, serif;
  371. font-size: 7pt;
  372. line-height: 8pt;
  373. padding:2px;
  374. padding-left:10px;
  375. color: {color:linkage};
  376. z-index: 999;
  377. margin-bottom:20px;
  378. }
  379.  
  380. a, a:link, a:visited {
  381. color: {color:linkage};
  382. text-decoration: none;
  383. }
  384.  
  385. a:hover {
  386. color: {color:linkagehover};
  387. text-decoration: none;
  388. }
  389.  
  390. a.theme, a.theme:link, a.theme:visited {
  391. color: {color:tagnav};
  392. text-decoration: none;
  393. }
  394.  
  395. a.theme:hover {
  396. color: {color:tagnavhover};
  397. text-decoration: none;
  398. }
  399.  
  400. a.tagsnav, a.tagsnav:link, a.tagsnav:visited {
  401. color: {color:tagnav};
  402. text-decoration: none;
  403. }
  404.  
  405. a.tagsnav:hover {
  406. color: {color:tagnavhover};
  407. text-decoration: none;
  408. }
  409.  
  410. a.nav, a.nav:link, a.nav:active, a.nav:visited {
  411. text-decoration: none;
  412. text-transform: uppercase;
  413. font-family: 'Oswald', 'Trebuchet MS', sans-serif;
  414. font-weight: normal;
  415. font-style: none;
  416. font-size: 7pt;
  417. line-height: 7pt;
  418. padding:4px;
  419. color: {color:nav2};
  420. background: {color:nav1bg};
  421. margin: 1px;
  422. display:block;
  423. letter-spacing: 1px;
  424. text-align: left;
  425. }
  426.  
  427. a.nav:hover {
  428. text-decoration: none;
  429. color: {color:nav2hover};
  430. background: {color:nav2hoverbg};
  431. margin:4px;
  432. letter-spacing: 1px;
  433. -webkit-transition: all 0.5s ease-in-out;
  434. -moz-transition: all 0.5s ease-in-out;
  435. -o-transition: all 0.5s ease-in-out;
  436. -ms-transition: all 0.5s ease-in-out;
  437. transition: all 0.5s ease-in-out;
  438. }
  439.  
  440. a.nav1, a.nav1:link, a.nav1:active, a.nav1:visited {
  441. text-decoration: none;
  442. text-transform: uppercase;
  443. font-family: 'Oswald', 'Trebuchet MS', sans-serif;
  444. font-weight: normal;
  445. font-style: none;
  446. font-size: 7pt;
  447. line-height: 7pt;
  448. padding: 4px;
  449. width: 70px;
  450. color: {color:nav1};
  451. background: {color:nav1bg};
  452. display: block;
  453. margin-top:2px;
  454. letter-spacing: 2px;
  455. text-align: right;
  456. }
  457.  
  458. a.nav1:hover {
  459. text-decoration: none;
  460. color: {color:nav1hover};
  461. background: {color:nav1bg};
  462. letter-spacing: 2px;
  463. width:100px;
  464. -webkit-transition: all 0.5s ease-in-out;
  465. -moz-transition: all 0.5s ease-in-out;
  466. -o-transition: all 0.5s ease-in-out;
  467. -ms-transition: all 0.5s ease-in-out;
  468. transition: all 0.5s ease-in-out;
  469. }
  470.  
  471. a.nav2, a.nav2:link, a.nav2:active, a.nav2:visited {
  472. text-decoration: none;
  473. text-transform: lowercase;
  474. font-family: 'Georgia', 'Times New Roman', cursive, serif;
  475. font-weight: 400;
  476. font-style: italic;
  477. font-size: 8pt;
  478. line-height: 8pt;
  479. letter-spacing: 1pt;
  480. text-align: center;
  481. text-transform: normal;
  482. padding: 3px;
  483. color: {color:titlecolor};
  484. display: inline-block;
  485. }
  486.  
  487. a.nav2:hover {
  488. color: {color:nav2hover};
  489. background: {color:nav2hoverbg};
  490. -webkit-transition: all 0.8s ease-in-out;
  491. -moz-transition: all 0.8s ease-in-out;
  492. -o-transition: all 0.8s ease-in-out;
  493. -ms-transition: all 0.8s ease-in-out;
  494. transition: all 0.8s ease-in-out;
  495. }
  496.  
  497. h1 {
  498. font-family: 'Georgia', 'Times New Roman', cursive, serif;
  499. color: {color:headerone};
  500. text-transform: none;
  501. font-size: 14pt;
  502. font-weight: 300;
  503. text-align: left;
  504. line-height: 14pt;
  505. padding: 2px;
  506. margin-bottom: 1px;
  507. margin-top: 1px;
  508. }
  509.  
  510. h2 {
  511. font-family: 'Georgia', 'Times New Roman', cursive, serif;
  512. color: {color:headertwo};
  513. font-size: 12pt;
  514. font-weight: 300;
  515. line-height: 12pt;
  516. padding: 2px;
  517. margin-bottom: 1px;
  518. margin-top: 1px;
  519. }
  520.  
  521. h2.quote {
  522. font-family: 'Georgia', 'Times New Roman', cursive, serif;
  523. color: {color:headertwo};
  524. text-transform: none;
  525. font-size: 18pt;
  526. font-weight: 300;
  527. text-align: center;
  528. line-height: 18pt;
  529. padding: 2px;
  530. margin-bottom: 10px;
  531. margin-top: 1px;
  532. }
  533.  
  534. p {
  535. font-family: 'Verdana', sans-serif;
  536. color: {color:posttext};
  537. font-size: 8.5pt;
  538. line-height: normal;
  539. padding: 2px;
  540. margin-bottom: 7px;
  541. margin-top: 1px;
  542. }
  543.  
  544. #question {
  545. padding: 10px;
  546. margin-left: 20px;
  547. margin-right: 20px;
  548. width: 440px;
  549. border-bottom: 2px solid {color:borders};
  550. background-color: {color:entrycolorbghov};
  551. }
  552.  
  553. #question img{
  554. width: 48px;
  555. margin: 5px;
  556. padding: 10px;
  557. vertical-align: middle;
  558. border: 1px solid {color:borders};
  559. background-color: {color:entrycolorbg};
  560. }
  561.  
  562. #ques {
  563. margin-top: -75px;
  564. padding: 10px;
  565. margin-left: 90px;
  566. text-align: center;
  567. font-size: 8.5pt;
  568. line-height: 8pt;
  569. font-style: italic;
  570. font-family: 'Georgia', 'Times New Roman', cursive, serif;
  571. color: {color:headerone};
  572. position:relative;
  573. background-color: {color:entrycolorbghov};
  574. }
  575.  
  576. #answer {
  577. font-family: 'Verdana', sans-serif;
  578. color: {color:posttext};
  579. font-size: 8.5pt;
  580. line-height: normal;
  581. padding: 10px;
  582. margin-left: 20px;
  583. margin-right: 20px;
  584. }
  585.  
  586. blockquote {
  587. font-size: 8.5pt;
  588. margin: 10px 15px 10px 25px;
  589. border-left: 4px solid {color:borders};
  590. padding-left: 3px;
  591. }
  592.  
  593. blockquote img, blockquote a img {
  594. max-width: 500px;
  595. }
  596.  
  597. b, strong {
  598. color: {color:posttext};
  599. }
  600.  
  601. i, em {
  602. color: {color:posttext};
  603. }
  604.  
  605. img a {
  606. border:none;
  607. }
  608.  
  609. .audio {
  610. color: {color:headertwo};
  611. background: {color:borders};
  612. display:block;
  613. padding: 3px;
  614. }
  615.  
  616. .label {
  617. color: {color:headerone};
  618. font-weight: bold;
  619. }
  620.  
  621. ul.chat, .chat ol, .chat li {
  622. list-style: none;
  623. padding: 3px;
  624. margin: 5px;
  625. font-size: 8.5pt;
  626. font-family: 'Verdana', sans-serif;
  627. color: {color:posttext};
  628. }
  629.  
  630. li img, li a img {
  631. max-width: 250px;
  632. }
  633.  
  634. .notes {
  635. color: {color:posttext};
  636. font-size: 7pt;
  637. font-family: 'Verdana', sans-serif;
  638. }
  639.  
  640. .avatar {
  641. vertical-align: middle;
  642. -moz-border-radius: 24px;
  643. border-radius: 24px;
  644. padding: 2px;
  645. }
  646.  
  647. .source {
  648. margin-top: -2px;
  649. text-align: center;
  650. font-size: 8.5pt;
  651. font-style: italic;
  652. font-family: 'Georgia', 'Times New Roman', cursive, serif;
  653. color: {color:headerone};
  654. }
  655.  
  656. .pagejump {
  657. text-decoration: none;
  658. text-transform: lowercase;
  659. font-family: 'Georgia', 'Times New Roman', cursive, serif;
  660. font-weight: 400;
  661. font-style: italic;
  662. font-size: 9pt;
  663. line-height: 8pt;
  664. color: {color:posttext};
  665. background: {color:entrycolorbghov};
  666. padding: 3px;
  667. }
  668.  
  669. </style>
  670.  
  671. <style type="text/css">{CustomCSS}</style>
  672. </head>
  673.  
  674. <body>
  675. <div id="theme">
  676. <a href="http://rekindling-joy.webs.com/portfolio/tumblrthemes.html" title="Theme Creator" target="_blank" class="theme">RJ<br/>Tumblr<br />Themes</a>
  677. </div>
  678.  
  679. <div id="content">
  680.  
  681. <div id="sidecontent">
  682.  
  683. <div id="hoverind">Hover</div>
  684.  
  685. <div id="shapebg"></div>
  686. <div id="shape2bg"></div>
  687. <div id="shape3bg"></div>
  688.  
  689. <div id="descandimg">
  690. <div id="descimg1"><img src="{image:descimage1}"></div>
  691. <div id="desc">
  692. <div id="title">{Title}</div>
  693. {block:Description}{Description}{/block:Description}
  694. </div>
  695. <div id="pagination">
  696. {block:Pagination}
  697. {block:PreviousPage}
  698. <a href="{PreviousPage}" class="nav2">&#171;</a>
  699. {/block:PreviousPage}
  700.  
  701. {block:JumpPagination length="5"}
  702. {block:CurrentPage}
  703. <span class="pagejump">{PageNumber}</span>
  704. {/block:CurrentPage}
  705.  
  706. {block:JumpPage}
  707. <a href="{URL}" class="nav2">{PageNumber}</a>
  708. {/block:JumpPage}
  709. {/block:JumpPagination}
  710.  
  711. {block:NextPage}
  712. <a href="{NextPage}" class="nav2">&#187;</a>
  713. {/block:NextPage}
  714. {/block:Pagination}
  715. </div>
  716. </div>
  717.  
  718. <div id="navi1">
  719. <a href="/" class="nav1" title="index">Index</a>
  720. <a href="/ask" class="nav1" title="askbox">Askbox</a>
  721. <a href="/archive" class="nav1" title="archive">Archive</a>
  722. </div>
  723.  
  724. <div id="navi">
  725. {block:iflink1}<a href="{text:link1URL}" class="nav" title="{text:link1}">{text:link1}</a>{/block:iflink1}
  726. {block:iflink2}<a href="{text:link2URL}" class="nav" title="{text:link2}">{text:link2}</a>{/block:iflink2}
  727. {block:iflink3}<a href="{text:link3URL}" class="nav" title="{text:link3}">{text:link3}</a>{/block:iflink3}
  728. {block:iflink4}<a href="{text:link4URL}" class="nav" title="{text:link4}">{text:link4}</a>{/block:iflink4}
  729. {block:iflink5}<a href="{text:link5URL}" class="nav" title="{text:link5}">{text:link5}</a>{/block:iflink5}
  730. {block:iflink6}<a href="{text:link6URL}" class="nav" title="{text:link6}">{text:link6}</a>{/block:iflink6}
  731. </div>
  732.  
  733. </div>
  734.  
  735. <div id="postings">
  736. {block:Posts}
  737.  
  738. <div id="datesandsources">
  739. <div id="datesandsourcesins">
  740. {block:Date}<a href="{Permalink}" title="Permalink" class="pagejump">{DayOfMonthWithZero} {ShortMonth} '{ShortYear}</a>
  741. <br /><br />{block:NoteCount}{NoteCount}<br />{/block:NoteCount}
  742. <a href="{ReblogURL}" title="Reblog Post" target="_blank" class="tagsnav">Reblog</a><br />{/block:Date}
  743. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="Via: {ReblogParentName}" class="tagsnav">Via</a>{/block:RebloggedFrom}
  744. {block:ContentSource}<a href="{SourceURL}" title="Source: {SourceTitle}" class="tagsnav">&copy;</a>{/block:ContentSource}
  745. </div>
  746. </div>
  747.  
  748. <div id="shape4bg"></div>
  749. <div id="shape5bg"></div>
  750.  
  751. <div id="entries">
  752.  
  753. {block:Quote}<h2 class="quote">{Quote}</h2>
  754. <p class="source">{Source}</p>{/block:Quote}
  755.  
  756. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  757. {block:Text}{Body}{/block:Text}
  758.  
  759. {block:Link}<a href="{URL}" class="link" {Target}><h1>&#187; {Name}</h1></a>
  760. {block:Description}{Description}{/block:Description}{/block:Link}
  761.  
  762. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  763. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  764.  
  765. {block:Photoset}<center>{Photoset-500}</center>
  766. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  767.  
  768. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  769.  
  770. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  771.  
  772. {block:Answer}
  773. <div id="question"><img src="{AskerPortraitURL-48}" alt="Asker Portrait"/><div id="ques"><b>&#187; A message from {Asker}:</b> <br /><br />{Question}</div></div>
  774. <div id="answer">{Answer}</div>
  775. {/block:Answer}
  776.  
  777. {block:Audio}<span><center>{AudioPlayerBlack}</center></span>
  778. <p class="source">{block:TrackName}{TrackName}{/block:TrackName} {block:ExternalAudio}| <a href="{ExternalAudioURL}" title="Download">Download</a>{/block:ExternalAudio} <br />{block:PlayCount}{PlayCountWithLabel}{/block:PlayCount} {block:Artist}| {Artist}{/block:Artist}</p>
  779. <br>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  780.  
  781. </div>
  782. <div id="tags">
  783. {block:HasTags}{block:Tags}# <a href="/tagged/{Tag}" title="{Tag}">{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}
  784. </div>
  785.  
  786. {block:PostNotes}{PostNotes}{/block:PostNotes}
  787. {/block:Posts}
  788. </div>
  789.  
  790. </div>
  791.  
  792. </body>
  793. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement