Advertisement
pattybuns94

rjtheme003

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