Advertisement
starlland

THEME #9

Jul 11th, 2012
1,876
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.25 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2.  
  3.  
  4.  
  5. <html>
  6.  
  7. <!--
  8. believe me, natalie
  9. theme by joanna
  10. [racheyzane.tumblr.com]
  11. do not copy!
  12. !-->
  13.  
  14. <head>
  15.  
  16. <!-- DEFAULT VARIABLES -->
  17. <meta name="color:background" content="#ffffff" />
  18. <meta name="color:sidebar" content="#ECFBFD" />
  19.  
  20. <meta name="color:text" content="#AFA7A2" />
  21. <meta name="color:link" content="#D4B8B2" />
  22. <meta name="color:hover link" content="#C291A0" />
  23.  
  24. <meta name="color:navi" content="#BEDFDE" />
  25. <meta name="color:link1" content="#EBF1F3" />
  26. <meta name="color:link2" content="#E1E7F3" />
  27. <meta name="color:link3" content="#D2DDEB" />
  28. <meta name="color:link4" content="#C9E2F3" />
  29. <meta name="color:link5" content="#C6DBF1" />
  30. <meta name="color:link6" content="#CBE2F3" />
  31.  
  32. <meta name="color:shadow1" content="#B1B1B1" />
  33. <meta name="color:shadow2" content="#8FBCD3" />
  34. <meta name="color:shadow3" content="#8DA2B6" />
  35. <meta name="color:shadow4" content="#5C77A0" />
  36. <meta name="color:shadow5" content="#486EA8" />
  37. <meta name="color:shadow6" content="#526EB6" />
  38.  
  39. <meta name="color:selection" content="#f8f2e9" />
  40. <meta name="color:scrollbar" content="#B5DFD8" />
  41. <meta name="color:ask background" content="#f8f2e9" />
  42. <meta name="color:bold" content="#DBA7B6" />
  43. <meta name="color:italic" content="#B5DFD8" />
  44.  
  45. <meta name="color:date" content="#f8f2e9" />
  46. <meta name="color:a tag" content="#CFCFCF" />
  47. <meta name="color:source" content="#E6F5F7" />
  48.  
  49. <meta name="color:big title" content="#A4BED1" />
  50. <meta name="color:small title" content="#DDBBC1" />
  51. <meta name="color:small title shadow" content="#EEEEEE" />
  52.  
  53. <meta name="font:title" content="georgia" />
  54. <meta name="font:body" content="georgia" />
  55. <meta name="font:info" content="trebuchet ms" />
  56. <meta name="font:question" content="trebuchet ms" />
  57.  
  58.  
  59. <meta name="text:big title" content="" />
  60. <meta name="text:small title" content="" />
  61. <meta name="text:Link1" content="" />
  62. <meta name="text:Link1 Title" content="" />
  63. <meta name="text:Link2" content="" />
  64. <meta name="text:Link2 Title" content="" />
  65. <meta name="text:Link3" content="" />
  66. <meta name="text:Link3 Title" content="" />
  67. <meta name="text:Link4" content="" />
  68. <meta name="text:Link4 Title" content="" />
  69.  
  70.  
  71.  
  72. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  73. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  74. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  75. <link rel="shortcut icon" href="{Favicon}" />
  76. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  77. <style type="text/css">
  78.  
  79.  
  80.  
  81. iframe#tumblr_controls {
  82. top:0px !important;
  83. right:3px !important;
  84. position: fixed !important;
  85. opacity: 0.5;
  86. -webkit-transition: all 0.6s ease;}
  87.  
  88. iframe#tumblr_controls:hover{
  89. opacity: 1;
  90. -webkit-transition: all 0.6s ease;
  91. }
  92.  
  93.  
  94.  
  95. ::-webkit-scrollbar-thumb:vertical {
  96. background-color:{color:scrollbar};
  97. height:30px;
  98. }
  99.  
  100. ::-webkit-scrollbar-thumb:horizontal {
  101. background-color:{color:scrollbar};
  102. height:5px!important;
  103. }
  104.  
  105. ::-webkit-scrollbar {
  106. background-color:{color:background};
  107. height:5px;
  108. width:8px;
  109. }
  110.  
  111. ::-moz-selection {
  112. background: {color:selection};
  113. }
  114. ::selection {
  115. background: {color:selection};
  116. }
  117.  
  118.  
  119.  
  120.  
  121. body {color:{color:text};
  122. background-color:{color:background};
  123. background-attachment:fixed;
  124. font-family:{font:body};
  125. font-size:10px;
  126. line-height:100%;
  127. text-align:justify}
  128.  
  129. a:link, a:active, a:visited {
  130. color: {color:link};
  131. text-decoration:none;
  132. -webkit-transition: all 0.6s ease;
  133. opacity: 5;
  134. }
  135.  
  136. a:hover {
  137. color:{color:hover link};
  138. -webkit-transition: all 0.6s ease;
  139. opacity: 5;
  140. }
  141.  
  142. b {
  143. font-weight: bold;
  144. color:{color:bold};
  145. }
  146.  
  147. i {
  148. font-style:italic;
  149. color:{color:italic};
  150. }
  151.  
  152.  
  153. #entries {
  154. margin-left:550px;
  155. margin-top:20px;
  156. margin-bottom:20px;
  157. width:500px;
  158. }
  159.  
  160.  
  161.  
  162. #sbar {
  163. width: 230px;
  164. height: auto;
  165. text-align: center;
  166. margin-top: 310px;
  167. position:fixed;
  168. overflow:hidden;
  169. margin-left: 180px;
  170. }
  171.  
  172.  
  173.  
  174.  
  175. #nav {
  176. position:fixed;
  177. display:block;
  178. width:250px;
  179. margin-top:-50px;
  180. margin-left:130px;
  181. font-family:{font:info};
  182. }
  183.  
  184.  
  185.  
  186. .link1 {
  187. float: left;
  188. display:inline;
  189. background:{color:link1};
  190. width:8px;
  191. height:45px;
  192. -webkit-transition: all 0.6s ease;
  193. padding:5px;
  194. padding-top:10px;
  195. }
  196.  
  197. .link1 a {
  198. color:transparent;
  199. }
  200.  
  201. #name1 {
  202. width:0px;
  203. background:{color:link1};
  204. height:13px;
  205. position:fixed;
  206. display:block;
  207. margin-top: 10px;
  208. margin-left:-85px;
  209. z-index:90;
  210. opacity:0;
  211. padding-top:2px;
  212. -webkit-transition: all 0.6s ease;
  213. letter-spacing: 3px;
  214. text-shadow: 1px 1px 2px {color:shadow1};
  215. }
  216.  
  217. #name1 a {
  218. color: #fff;
  219. }
  220.  
  221. .link1:hover #name1 {
  222. opacity:1;
  223. width:230px;
  224. -webkit-transition: all 0.6s ease;
  225. }
  226.  
  227.  
  228.  
  229. .link2 {
  230. float: left;
  231. display:inline;
  232. background:{color:link2};
  233. width:8px;
  234. height:65px;
  235. -webkit-transition: all 0.6s ease;
  236. margin-top:-20px;
  237. padding:5px;
  238. padding-top:10px;
  239. }
  240.  
  241. .link2 a {
  242. color:transparent;
  243. }
  244.  
  245. #name2 {
  246. width:0px;
  247. background:{color:link2};
  248. height:13px;
  249. position:fixed;
  250. display:block;
  251. margin-top: 10px;
  252. margin-left:-103px;
  253. z-index:90;
  254. opacity:0;
  255. padding-top:2px;
  256. -webkit-transition: all 0.6s ease;
  257. letter-spacing: 3px;
  258. text-shadow: 1px 1px 2px {color:shadow2};
  259. }
  260.  
  261. #name2 a {
  262. color: #fff;
  263. }
  264.  
  265. .link2:hover #name2 {
  266. opacity:1;
  267. width:230px;
  268. -webkit-transition: all 0.6s ease;
  269. }
  270.  
  271.  
  272.  
  273.  
  274.  
  275. .link3 {
  276. float: left;
  277. display:inline;
  278. background:{color:link3};
  279. width:8px;
  280. height:90px;
  281. -webkit-transition: all 0.6s ease;
  282. margin-top:-45px;
  283. padding:5px;
  284. padding-top:10px;
  285. }
  286.  
  287. .link3 a {
  288. color:transparent;
  289. }
  290.  
  291. #name3 {
  292. width:0px;
  293. background:{color:link3};
  294. height:13px;
  295. position:fixed;
  296. display:block;
  297. margin-top: 15px;
  298. margin-left:-121px;
  299. z-index:90;
  300. opacity:0;
  301. padding-top:2px;
  302. -webkit-transition: all 0.6s ease;
  303. letter-spacing: 3px;
  304. text-shadow: 1px 1px 2px {color:shadow3};
  305. }
  306.  
  307. #name3 a {
  308. color: #fff;
  309. }
  310.  
  311. .link3:hover #name3 {
  312. opacity:1;
  313. width:230px;
  314. -webkit-transition: all 0.6s ease;
  315. }
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323. .link4 {
  324. float: left;
  325. display:inline;
  326. background:{color:link4};
  327. width:8px;
  328. height:80px;
  329. -webkit-transition: all 0.6s ease;
  330. margin-top:-35px;
  331. padding:5px;
  332. padding-top:10px;
  333. }
  334.  
  335. .link4 a {
  336. color:transparent;
  337. }
  338.  
  339. #name4 {
  340. width:0px;
  341. background:{color:link4};
  342. height:13px;
  343. position:fixed;
  344. display:block;
  345. margin-top: 5px;
  346. margin-left:-139px;
  347. z-index:90;
  348. opacity:0;
  349. padding-top:2px;
  350. -webkit-transition: all 0.6s ease;
  351. letter-spacing: 3px;
  352. text-shadow: 1px 1px 2px {color:shadow4};
  353. }
  354.  
  355. #name4 a {
  356. color: #fff;
  357. }
  358.  
  359. .link4:hover #name4 {
  360. opacity:1;
  361. width:230px;
  362. -webkit-transition: all 0.6s ease;
  363. }
  364.  
  365.  
  366.  
  367.  
  368.  
  369. .link5 {
  370. float: left;
  371. display:inline;
  372. background:{color:link5};
  373. width:8px;
  374. height:100px;
  375. -webkit-transition: all 0.6s ease;
  376. margin-top:-50px;
  377. padding:5px;
  378. padding-top:10px;
  379. }
  380.  
  381. .link5 a {
  382. color:transparent;
  383. }
  384.  
  385. #name5 {
  386. width:0px;
  387. background:{color:link5};
  388. height:13px;
  389. position:fixed;
  390. display:block;
  391. margin-top: 20px;
  392. margin-left:-157px;
  393. z-index:90;
  394. opacity:0;
  395. padding-top:2px;
  396. -webkit-transition: all 0.6s ease;
  397. letter-spacing: 3px;
  398. text-shadow: 1px 1px 2px {color:shadow5};
  399. }
  400.  
  401. #name5 a {
  402. color: #fff;
  403. }
  404.  
  405. .link5:hover #name5 {
  406. opacity:1;
  407. width:230px;
  408. -webkit-transition: all 0.6s ease;
  409. }
  410.  
  411.  
  412.  
  413. .link6 {
  414. float: left;
  415. display:inline;
  416. background:{color:link6};
  417. width:8px;
  418. height:70px;
  419. -webkit-transition: all 0.6s ease;
  420. margin-top:-25px;
  421. padding:5px;
  422. padding-top:10px;
  423. }
  424.  
  425. .link6 a {
  426. color:transparent;
  427. }
  428.  
  429. #name6 {
  430. width:0px;
  431. background:{color:link6};
  432. height:13px;
  433. position:fixed;
  434. display:block;
  435. margin-top: 15px;
  436. margin-left:-175px;
  437. z-index:90;
  438. opacity:0;
  439. padding-top:2px;
  440. -webkit-transition: all 0.6s ease;
  441. letter-spacing: 3px;
  442. text-shadow: 1px 1px 2px {color:shadow6};
  443. }
  444.  
  445. #name6 a {
  446. color: #fff;
  447. }
  448.  
  449. .link6:hover #name6 {
  450. opacity:1;
  451. width:230px;
  452. -webkit-transition: all 0.6s ease;
  453. }
  454.  
  455.  
  456. #icon {
  457. text-align: right;
  458. display:block;
  459. margin:2px 0px 2px 0px;
  460. padding:2px;
  461. }
  462. #icon img {
  463. float:right;
  464. display: inline;
  465. height: 30px;
  466. margin-left:2px;
  467. border: 5px solid {color:navi};
  468. }
  469.  
  470.  
  471.  
  472.  
  473. #stext {
  474. font-size:9px;
  475. font-color:{color:text};
  476. font-family:{font:body};
  477. width:200px;
  478. opacity:0.95;
  479. margin-left:50px;
  480. margin-top:10px;
  481. text-align:center;
  482. background:{color:sidebar};
  483. padding:15px;
  484. border-radius: 0px 0px 50px 50px;
  485. position:fixed;
  486. border-top: 15px solid;
  487. border-color:{color:navi};
  488. }
  489.  
  490.  
  491. #icon {
  492. text-align: center;
  493. display:block;
  494. padding:5px;
  495. width:20px;
  496. margin-left:5px;
  497. margin-top:-5px;
  498. }
  499. #icon img {
  500. float:left;
  501. display: inline;
  502. height: 30px;
  503. border: 5px solid {color:navi};
  504. }
  505.  
  506.  
  507.  
  508. #title {
  509. font-size: 25px;
  510. font-family: {font:title};
  511. font-style:italic;
  512. font-weight:bold;
  513. letter-spacing:-1px;
  514. z-index:50;
  515. -webkit-transition: all 0.6s ease;
  516. opacity:0.9;
  517. padding-bottom:5px;
  518. }
  519.  
  520. #title a {
  521. color:{color:big title};}
  522.  
  523.  
  524. #title1 {
  525. font-size: 13px;
  526. font-family: {font:title};
  527. font-style:italic;
  528. letter-spacing:-1px;
  529. opacity:0.7;
  530. color:{color:small title};
  531. text-shadow: 1px 1px 5px {color:small title shadow};
  532. padding-bottom:15px;
  533. }
  534.  
  535.  
  536.  
  537.  
  538. .prev {
  539. font-family:georgia;
  540. font-size:25px;
  541. text-align: center;
  542. padding: 10px;
  543. }
  544.  
  545.  
  546.  
  547.  
  548. #posts{
  549. overflow:hidden;
  550. padding: 3px;
  551. -webkit-transition: all 0.6s ease;
  552. }
  553.  
  554. #posts:hover #tag {
  555. opacity:1;
  556. -webkit-transition: all 0.6s ease;
  557. }
  558.  
  559. #posts:hover #boobs {
  560. opacity: 1;
  561. -webkit-transition: all 0.6s ease;
  562. }
  563.  
  564. #side {
  565. margin-left:530px;
  566. position:absolute;
  567. display: inline-block;
  568. -webkit-transition: all 0.6s ease;
  569. font-family: {font-info};
  570. margin-top: -20px;
  571. }
  572.  
  573.  
  574. #date {
  575. height: 25px;
  576. width:39px;
  577. float:left;
  578. display:inline;
  579. margin-right: 5px;
  580. text-align:center;
  581. background: {color:date};
  582. padding: 3px;
  583. display: inline-block;
  584. padding-top: 6px;
  585. font-size:8px;
  586. }
  587.  
  588. #date a {
  589. font-size: 15px;
  590. font-family: {font:info};
  591. color: {color:a date};
  592. }
  593.  
  594. #tag {
  595. color: {color:bold};
  596. display: inline-block;
  597. width: 90px;
  598. opacity: 0;
  599. -webkit-transition: all 0.6s ease;
  600. }
  601.  
  602. #tag a {
  603. color: {color:a tag};
  604. }
  605.  
  606. #bra {
  607. width: 45px;
  608. height: 20px;
  609. background: {color:source};
  610. display:inline-block;
  611. margin-bottom: -5px;
  612. }
  613.  
  614. #boobs {
  615. width: 90px;
  616. display:inline-block;
  617. opacity:0;
  618. padding-top: 5px;
  619. -webkit-transition: all 0.6s ease;
  620. }
  621.  
  622. h1{
  623. color:{color:title};
  624. font-family:{font:body};
  625. font-size:19px;
  626. line-height:15px;
  627. letter-spacing:0px;
  628. font-style:italic;
  629. text-align:center;
  630. padding-bottom: 3px;
  631. }
  632.  
  633.  
  634.  
  635. #credit {
  636. width:50px;
  637. text-align:center;
  638. bottom:10px;
  639. right:10px;
  640. background-color:transparent;
  641. position:fixed;
  642. -webkit-transition: all 0.6s ease;
  643. font-family:trebuchet ms;
  644. text-transform:uppercase;
  645. font-size:8px;
  646. }
  647.  
  648. #credit img {
  649. width:35px;
  650. }
  651.  
  652.  
  653. #source {
  654. display:block;
  655. margin:5px 0px 2px 0px;
  656. padding:2px;
  657. }
  658.  
  659. #source img {
  660. display: inline;
  661. height: 14px;
  662. margin-right: 5px;
  663. border: 2px solid;
  664. border-color:#f4f7f0;
  665. }
  666.  
  667.  
  668. #border {
  669. border-top: 4px solid {color:date};
  670. border-bottom: 4px solid {color:source};
  671. }
  672.  
  673.  
  674.  
  675.  
  676.  
  677.  
  678.  
  679. #srata {
  680. display:block;
  681. padding:2px;
  682. text-align: center;
  683. }
  684.  
  685. #asker {
  686. display:block;
  687. font-family:{font:info};
  688. font-size:9px;
  689. text-transform:uppercase;
  690. letter-spacing: -1px;
  691. }
  692. #asker img {
  693. display: inline;
  694. float:left;
  695. height: 25px;
  696. margin-left: 20px;
  697. border-right: 5px solid {color:navi};
  698. padding-right: 3px;
  699. margin-right: 10px;
  700. }
  701. #asker a {
  702. color:{color:info link}
  703. margin-left: 10px;
  704. }
  705.  
  706.  
  707.  
  708. blockquote {
  709. border-left:2px {color:body} solid;
  710. padding-left:5px;
  711. margin:0px 2px 0px 10px
  712. }
  713.  
  714.  
  715.  
  716. #quote {
  717. font-family: {font:title};
  718. font-size: 12px;
  719. letter-spacing:-1px;
  720. line-height: 100%;
  721. margin-left: 10px;
  722. padding: 3px;
  723. border-bottom: 1px solid {color:navi};
  724. width:80%;
  725. text-align:center;
  726. }
  727.  
  728. #quote:first-letter{
  729. font-weight:bold;
  730. font-size:19px;
  731. }
  732.  
  733.  
  734.  
  735. #source {
  736. text-align: left;
  737. display:block;
  738. margin:2px 2px 2px 0px;
  739. padding:2px;
  740. font-family:{font:info};
  741. text-transform:uppercase;
  742. font-size:9px;
  743. opacity:0.8;
  744. letter-spacing:-1px;
  745. }
  746.  
  747.  
  748. blockquote {
  749. padding-left:7px;
  750. margin:2px;
  751. border-left:5px solid {color:border};
  752. }
  753.  
  754.  
  755.  
  756. img a{border:none; width:100%}
  757.  
  758.  
  759. .audi {
  760. margin-bottom: 10px;
  761. display: block;
  762. }
  763.  
  764. .audio{
  765. display:block;
  766. margin-bottom: 5px;
  767. }
  768.  
  769. .art img {
  770. max-width:60px;
  771. overflow:hidden;
  772. float:left;
  773. margin-right: 5px;
  774. border-radius: 10px 10px 10px 10px;
  775. }
  776.  
  777.  
  778.  
  779. .user_1 .label {color:{color:italic}; font-weight:bold}
  780. .user_2 .label {color:{color:bold}; font-weight:bold}
  781. .user_3 .label {color:{color:italic}; font-weight:bold}
  782. .user_4 .label {color:{color:bold}; font-weight:bold}
  783. .user_5 .label {color:{color:italic}; font-weight:bold}
  784. .user_6 .label {color:{color:bold}; font-weight:bold}
  785. .user_7 .label {color:{color:italic}; font-weight:bold}
  786. .user_8 .label {color:{color:bold}; font-weight:bold}
  787. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  788.  
  789.  
  790.  
  791. #notes {font-weight:normal}
  792. #notes li {padding-bottom:0.5em}
  793. #notes li img.avatar {vertical-align:-4px; margin-right:5px; width:16px; height:16px; border-radius:50%;}
  794.  
  795.  
  796.  
  797. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important; z-index:-1}
  798. </style>
  799. <style type="text/css">{CustomCSS}</style>
  800. </head>
  801.  
  802.  
  803.  
  804. <body>
  805.  
  806.  
  807.  
  808.  
  809. <div id="credit">
  810. <img src="http://static.tumblr.com/akhimg2/jtAm4a07z/star.png"><br>
  811. <a href="http://racheyzane.tumblr.com">theme</a>
  812. </div>
  813.  
  814.  
  815.  
  816.  
  817. <div id="sbar">
  818. <div id="nav">
  819.  
  820. <div class="link1"><a href="/">h<br>o<br>m<br>e</a>
  821. <div id="name1"><a href="/">home</a></div></div>
  822.  
  823. <div class="link2"><a href="/ask">a<br>s<br>k<br>b<br>o<br>x</a>
  824. <div id="name2"><a href="/ask">askbox</a></div></div>
  825.  
  826.  
  827. <div class="link3"><a href="{text:Link1}">l<br>i<br>n<br>k<br>n<br>o<br>.<br>3</a>
  828. <div id="name3"><a href="{text:Link1}">{text:Link1 Title}</a></div></div>
  829.  
  830. <div class="link4"><a href="{text:Link2}">l<br>i<br>n<br>k<br>n<br>o<br>.<br>2</a>
  831. <div id="name4"><a href="{text:Link2}">{text:Link2 Title}</a></div></div>
  832.  
  833.  
  834. <div class="link5"><a href="{text:Link3}">l<br>i<br><br>n<br>k<br>n<br>o<br>3</a>
  835. <div id="name5"><a href="{text:Link3}">{text:Link3 Title}</a></div></div>
  836.  
  837.  
  838. <div class="link6"><a href="{text:Link4}">l<br>i<br>n<br>k<br>.<br>4</a>
  839. <div id="name6"><a href="{text:Link4}">{text:Link4 Title}</a></div></div>
  840.  
  841.  
  842. </div>
  843.  
  844.  
  845. <div id="stext">
  846. <div id="title"><a href="/">{text:big title}</a></div>
  847. <div id="title1">{text:small title}</div> {block:Description}{Description}{/block:Description}
  848.  
  849. <div class="prev">{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</div>
  850.  
  851. </div>
  852.  
  853.  
  854.  
  855.  
  856. </div>
  857.  
  858.  
  859.  
  860.  
  861. </div>
  862.  
  863.  
  864.  
  865.  
  866.  
  867.  
  868.  
  869.  
  870. <div id="entries">
  871. {block:Posts}
  872. <div id="posts">
  873.  
  874. <div id="side">
  875. <div id="bra"></div><div id="boobs"><div id="source">{block:RebloggedFrom}<a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-24}"></a>{block:ContentSource}<a href="{SourceURL}"><img src="{ReblogRootPortraitURL-24}"></a>{/block:ContentSource}{/block:RebloggedFrom}</div></div>
  876.  
  877. <br>
  878.  
  879. <div id="date">{block:Date}<a href="{Permalink}">{DayOfMonth}</a><br>{Month}{/block:Date}
  880.  
  881. </div>
  882.  
  883.  
  884. <div id="tag">{block:NoteCount}<b>{block:NoteCount}{/block:NoteCount}{NoteCountWithLabel}</b><br>{block:HasTags}<b>tags:</b> {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  885.  
  886. </div>
  887.  
  888.  
  889. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  890. {block:Text}{Body}{/block:Text}
  891.  
  892. {block:Quote}
  893. <div id="quote">
  894. {Quote}</div>
  895. <div align="right">{Source}</div>
  896. {/block:Quote}<br>
  897.  
  898. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  899. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  900.  
  901. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  902. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  903.  
  904. {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}
  905.  
  906. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  907.  
  908. {block:Answer}<div id="srata"><div id="asker"><img src="{AskerPortraitURL-24}"></div><div style="background-color:{color:ask background};text-align:center;padding:10px;font-family:{font:question};font-size:9px; margin-left:60px;">{Question}</div><br></div>
  909. <div style="text-transform:uppercase; letter-spacing:-1px; margin-left: 8px; border-bottom: 1px solid {color:italic}; margin-top:-8px;"><a>{Asker}</a></div>
  910. {Answer}{/block:answer}
  911.  
  912. {block:AudioPlayer}
  913. <div class="audi">
  914. <div class="art">{block:albumart}
  915. <img src="{albumartURL}">
  916. {/block:albumart}</div>
  917. <div class="audio">{audioplayerblack}</div>
  918. {block:artist}<b>artist:</b> {artist}{/block:artist}<br>
  919. {block:trackname}<b>song:</b> {trackname}{/block:trackname}<br>
  920. {block:album}<b>album:</b> {album}{/block:album}<br>
  921. </div>
  922. {/block:AudioPlayer}
  923.  
  924.  
  925. <div id="border"></div>
  926.  
  927. </div><br>
  928. {/block:Posts}
  929. {block:PostNotes}{PostNotes}{/block:PostNotes}
  930.  
  931.  
  932.  
  933. </body>
  934. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement