Advertisement
Alliecatisallama

Theme #18 - Whistle

Apr 28th, 2013
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.67 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. <!-- THEME #18 WHISTLE BY ALLIECATISALLAMA/YGRITTIES -->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7.  
  8. <head>
  9. <meta name="color:bg" content="#ffffff">
  10. <meta name="color:link" content="#e6e4e4">
  11. <meta name="color:hover" content="#9a9a9a">
  12. <meta name="color:linkbg" content="#fcfcfc">
  13. <meta name="color:infobg" content="#fcfcfc">
  14. <meta name="color:text" content="#9a9a9a">
  15. <meta name="color:tags" content="#ededed">
  16. <meta name="color:scrollbar" content="#d6d5d5">
  17. <meta name="color:border" content="#f2f2f2">
  18. <meta name="color:sbtext" content="#dedede">
  19. <meta name="color:sbtextbg" content="#fcfcfc">
  20.  
  21. <meta name="image:sidebar1" content=""/>
  22. <meta name="image:sidebar2" content=""/>
  23. <meta name="image:sidebar3" content=""/>
  24. <meta name="image:sidebar4" content=""/>
  25. <meta name="image:sidebar5" content=""/>
  26. <meta name="image:sidebar6" content=""/>
  27. <meta name="image:sidebar7" content=""/>
  28. <meta name="image:sidebar8" content=""/>
  29. <meta name="image:sidebar9" content=""/>
  30.  
  31. <meta name="text:Link1" content="link">
  32. <meta name="text:Link1 Title" content="/">
  33. <meta name="text:Link2" content="link">
  34. <meta name="text:Link2 Title" content="/">
  35. <meta name="text:Link3" content="link">
  36. <meta name="text:Link3 Title" content="/">
  37. <meta name="text:Link4" content="link">
  38. <meta name="text:Link4 Title" content="/">
  39. <meta name="text:Link5" content="link">
  40. <meta name="text:Link5 Title" content="/">
  41. <meta name="text:desc2" content="link">
  42.  
  43.  
  44.  
  45. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  46. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  47. <link rel="shortcut icon" href="{Favicon}" />
  48. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  49.  
  50. <style type="text/css">
  51.  
  52.  
  53. a {
  54. color:{color:link};
  55. text-decoration:none;
  56. -moz-transition-duration:0.5s;
  57. -webkit-transition-duration:0.5s;
  58. -o-transition-duration:0.5s;
  59. }
  60.  
  61. a:hover {
  62. color:{color:hover};
  63. }
  64.  
  65. ::-webkit-scrollbar {width: 7px; height:auto; background:{color:bg}}
  66.  
  67. ::-webkit-scrollbar-corner {background:{color:bg}}
  68.  
  69. ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:scrollbar}}
  70.  
  71. ::-webkit-scrollbar-button:horizontal {width: 4px; height: 4px; display: block; background:{color:scrollbar}}
  72.  
  73. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar}; border-top: 1px solid {color:bg}; border-bottom: 1px solid {color:bg}}
  74.  
  75. ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbg}; border: 0px solid {color:bg}}
  76.  
  77. @font-face { font-family: "bold"; src: url('http://static.tumblr.com/qlfmldj/LiWmabtr2/altehaasgroteskbold.ttf'); }
  78.  
  79. @font-face { font-family: "regular"; src: url('http://static.tumblr.com/qlfmldj/2Dnmabts2/altehaasgroteskregular.ttf'); }
  80.  
  81. body {
  82. background-color:{color:bg};
  83. }
  84.  
  85.  
  86. h1 {
  87. font-family:calibri;
  88. font-size:10px;
  89. text-align:center;
  90. font-weight:normal;
  91. font-style:normal;
  92. line-height:120%;
  93. letter-spacing:1px;
  94. text-transform:uppercase;
  95. color:{color:text};
  96. }
  97.  
  98. h2 {
  99. font-family:cambria;
  100. font-size:15px;
  101. text-align:center;
  102. font-weight:normal;
  103. line-height:120%;
  104. font-style:italic;
  105. letter-spacing:-0.5px;
  106. color:{color:text};
  107. }
  108.  
  109. h3 {
  110. font-family:cambria;
  111. font-size:15px;
  112. text-align:left;
  113. font-weight:normal;
  114. line-height:50%;
  115. font-style:italic;
  116. letter-spacing:-0.5px;
  117. color:{color:text};
  118. }
  119.  
  120. h4 {
  121. font-family:cambria;
  122. font-size:10px;
  123. text-align:center;
  124. font-weight:normal;
  125. font-style:normal;
  126. line-height:120%;
  127. letter-spacing:1px;
  128. color:{color:link};
  129. }
  130.  
  131. h5 {
  132. font-family:cambria;
  133. font-size:15px;
  134. text-align:left;
  135. font-weight:normal;
  136. line-height:120%;
  137. font-style:italic;
  138. letter-spacing:-0.5px;
  139. color:{color:text};
  140. }
  141.  
  142. blockquote {
  143. border-left:2px solid {color:text};
  144. padding-left:5px;
  145. margin:5px;
  146. }
  147.  
  148. #theme {
  149. background-color:{color:bg};
  150. width: 900px;
  151. text-align: center;
  152. margin: 0 auto -12px auto;
  153. }
  154.  
  155. /* SIDEBAR */
  156.  
  157. #sidebar {
  158. position:fixed !important;
  159. width: 171px;
  160. padding: 0px;
  161. height:3px;
  162. margin: 180px 0px 0px 0px;
  163. margin-left: 120px;
  164. }
  165.  
  166. #sidebars {
  167. position:fixed !important;
  168. width: 171px;
  169. padding: 0px;
  170. height:3px;
  171. margin: 180px 0px 0px 0px;
  172. margin-left: 230px;
  173. }
  174.  
  175. #sidebarss {
  176. position:fixed !important;
  177. width: 171px;
  178. padding: 0px;
  179. height:3px;
  180. margin: 180px 0px 0px 0px;
  181. margin-left: 340px;
  182. }
  183.  
  184. /* SB1 */
  185.  
  186. #sidebar1 {
  187. position:fixed !important;
  188. width: 100px;
  189. padding: 0px;
  190. height:100px;
  191. margin: -32px 0px 0px 0px;
  192. margin-left: 79px;
  193. }
  194.  
  195. #boxone {
  196. width: 90px;
  197. height: 90px;
  198. margin-top: -25px;
  199. margin-left: 86px;
  200. overflow: hidden;
  201. position: fixed;
  202. -webkit-transition-duration: 1s;
  203. }
  204.  
  205.  
  206. #boxone .textbox {
  207. width: 85px;
  208. height: 85px;
  209. text-align: center;
  210. opacity: 0;
  211. font-family: 'lora';
  212. font-size: 12px;
  213. position: absolute;
  214. line-height: -50px;
  215. background: {color:bg};
  216. color:{color:text};
  217. -webkit-transition-duration: 1s;
  218.  
  219. }
  220.  
  221. #boxone:hover .textbox {
  222. opacity: .9;
  223. -webkit-transition-duration: 1s;
  224.  
  225. }
  226.  
  227. #boxone img {
  228. min-height: 85px;
  229. height: 85px;
  230. width: 85px;
  231. border-radius:100px;
  232. }
  233.  
  234.  
  235. /* SB2 */
  236.  
  237. #sidebar2 {
  238. position:fixed !important;
  239. width: 100px;
  240. padding: 0px;
  241. height:100px;
  242. margin-top: 76px;
  243. margin-left: 79px;
  244.  
  245. }
  246.  
  247. #boxtwo {
  248. width: 90px;
  249. height: 90px;
  250. margin-top: 83px;
  251. margin-left: 86px;
  252. overflow: hidden;
  253. position: fixed;
  254. -webkit-transition-duration: 1s;
  255.  
  256. }
  257.  
  258.  
  259. #boxtwo .textbox2 {
  260. width: 85px;
  261. height: 85px;
  262. text-align: center;
  263. opacity: 0;
  264. font-family: 'lora';
  265. font-size: 12px;
  266. position: absolute;
  267. line-height: -50px;
  268. background: {color:bg};
  269. color:{color:text};
  270. -webkit-transition-duration: 1s;
  271.  
  272. }
  273.  
  274. #boxtwo:hover .textbox2 {
  275. opacity: .9;
  276. -webkit-transition-duration: 1s;
  277.  
  278. }
  279.  
  280. #boxtwo img {
  281. min-height: 85px;
  282. height: 85px;
  283. width: 85px;
  284. border-radius:100px;
  285. }
  286.  
  287. /* SB3 */
  288.  
  289. #sidebar3 {
  290. position:fixed !important;
  291. width: 100px;
  292. padding: 0px;
  293. height:100px;
  294. margin-top: 185px;
  295. margin-left: 79px;
  296. }
  297.  
  298. #boxthree {
  299. width: 90px;
  300. height: 90px;
  301. margin-top: 192px;
  302. margin-left: 86px;
  303. overflow: hidden;
  304. position: fixed;
  305. -webkit-transition-duration: 1s;
  306. }
  307.  
  308.  
  309. #boxthree .textbox3 {
  310. width: 85px;
  311. height: 85px;
  312. text-align: center;
  313. opacity: 0;
  314. font-family: 'lora';
  315. font-size: 12px;
  316. position: absolute;
  317. line-height: -50px;
  318. background: {color:bg};
  319. color:{color:text};
  320. -webkit-transition-duration: 1s;
  321. }
  322.  
  323. #boxthree:hover .textbox3 {
  324. opacity: .9;
  325. -webkit-transition-duration: 1s;
  326. }
  327.  
  328. #boxthree img {
  329. min-height: 85px;
  330. height: 85px;
  331. width: 85px;
  332. border-radius:100px;
  333. }
  334.  
  335. /* SB4 */
  336.  
  337. #sidebar4 {
  338. position:fixed !important;
  339. width: 100px;
  340. padding: 0px;
  341. height:100px;
  342. margin: -32px 0px 0px 0px;
  343. margin-left: 79px;
  344. }
  345.  
  346. #boxfour {
  347. width: 90px;
  348. height: 90px;
  349. margin-top: -25px;
  350. margin-left: 86px;
  351. overflow: hidden;
  352. position: fixed;
  353. -webkit-transition-duration: 1s;
  354. }
  355.  
  356.  
  357. #boxfour .textbox4 {
  358. width: 85px;
  359. height: 85px;
  360. text-align: center;
  361. opacity: 0;
  362. font-family: 'lora';
  363. font-size: 12px;
  364. position: absolute;
  365. line-height: -50px;
  366. background: {color:bg};
  367. color:{color:text};
  368. -webkit-transition-duration: 1s;
  369. }
  370.  
  371. #boxfour:hover .textbox4 {
  372. opacity: .9;
  373. -webkit-transition-duration: 1s;
  374.  
  375. }
  376.  
  377. #boxfour img {
  378. min-height: 85px;
  379. height: 85px;
  380. width: 85px;
  381. border-radius:100px;
  382. }
  383.  
  384.  
  385. /* SB5 */
  386.  
  387. #sidebar5 {
  388. position:fixed !important;
  389. width: 100px;
  390. padding: 0px;
  391. height:100px;
  392. margin-top: 76px;
  393. margin-left: 79px;
  394.  
  395. }
  396.  
  397. #boxfive {
  398. width: 90px;
  399. height: 90px;
  400. margin-top: 83px;
  401. margin-left: 86px;
  402. overflow: hidden;
  403. position: fixed;
  404. -webkit-transition-duration: 1s;
  405.  
  406. }
  407.  
  408.  
  409. #boxfive .textbox5 {
  410. width: 85px;
  411. height: 85px;
  412. text-align: center;
  413. opacity: 0;
  414. font-family: 'lora';
  415. font-size: 12px;
  416. position: absolute;
  417. line-height: -50px;
  418. background: {color:bg};
  419. color:{color:text};
  420. -webkit-transition-duration: 1s;
  421. }
  422.  
  423. #boxfive:hover .textbox5 {
  424. opacity: .9;
  425. -webkit-transition-duration: 1s;
  426. }
  427.  
  428. #boxfive img {
  429. min-height: 85px;
  430. height: 85px;
  431. width: 85px;
  432. border-radius:100px;
  433. }
  434.  
  435. /* SB6 */
  436.  
  437. #sidebar6 {
  438. position:fixed !important;
  439. width: 100px;
  440. padding: 0px;
  441. height:100px;
  442. margin-top: 185px;
  443. margin-left: 150px;
  444. }
  445.  
  446. #boxsix {
  447. width: 90px;
  448. height: 90px;
  449. margin-top: 192px;
  450. margin-left: 86px;
  451. overflow: hidden;
  452. position: fixed;
  453. -webkit-transition-duration: 1s;
  454. }
  455.  
  456.  
  457. #boxsix .textbox6 {
  458. width: 85px;
  459. height: 85px;
  460. text-align: center;
  461. opacity: 0;
  462. font-family: 'lora';
  463. font-size: 12px;
  464. position: absolute;
  465. line-height: -50px;
  466. background: {color:bg};
  467. color:{color:text};
  468. -webkit-transition-duration: 1s;
  469. }
  470.  
  471. #boxsix:hover .textbox6 {
  472. opacity: .9;
  473. -webkit-transition-duration: 1s;
  474. }
  475.  
  476. #boxsix img {
  477. min-height: 85px;
  478. height: 85px;
  479. width: 85px;
  480. border-radius:100px;
  481. }
  482.  
  483. /* SB7 */
  484.  
  485. #sidebar7 {
  486. position:fixed !important;
  487. width: 100px;
  488. padding: 0px;
  489. height:100px;
  490. margin: -32px 0px 0px 0px;
  491. margin-left: 79px;
  492. }
  493.  
  494. #boxseven {
  495. width: 90px;
  496. height: 90px;
  497. margin-top: -25px;
  498. margin-left: 86px;
  499. overflow: hidden;
  500. position: fixed;
  501. -webkit-transition-duration: 1s;
  502. }
  503.  
  504.  
  505. #boxseven .textbox7 {
  506. width: 74px;
  507. height: 74px;
  508. padding:6px;
  509. text-align: center;
  510. opacity: 0;
  511. font-family: 'lora';
  512. font-size: 9px;
  513. position: absolute;
  514. line-height: -50px;
  515. background: {color:bg};
  516. color:{color:text};
  517. -webkit-transition-duration: 1s;
  518. }
  519.  
  520. #boxseven:hover .textbox7 {
  521. opacity: .9;
  522. -webkit-transition-duration: 1s;
  523.  
  524. }
  525.  
  526. #boxseven img {
  527. min-height: 85px;
  528. height: 85px;
  529. width: 85px;
  530. border-radius:100px;
  531. }
  532.  
  533.  
  534. /* SB8 */
  535.  
  536. #sidebar8 {
  537. position:fixed !important;
  538. width: 100px;
  539. padding: 0px;
  540. height:100px;
  541. margin-top: 76px;
  542. margin-left: 79px;
  543.  
  544. }
  545.  
  546. #boxeight {
  547. width: 90px;
  548. height: 90px;
  549. margin-top: 83px;
  550. margin-left: 86px;
  551. overflow: hidden;
  552. position: fixed;
  553. -webkit-transition-duration: 1s;
  554.  
  555. }
  556.  
  557.  
  558. #boxeight .textbox8 {
  559. width: 85px;
  560. height: 85px;
  561. text-align: center;
  562. opacity: 0;
  563. font-family: 'lora';
  564. font-size: 12px;
  565. position: absolute;
  566. line-height: -50px;
  567. background: {color:bg};
  568. color:{color:text};
  569. -webkit-transition-duration: 1s;
  570. }
  571.  
  572. #boxeight:hover .textbox8 {
  573. opacity: .9;
  574. -webkit-transition-duration: 1s;
  575. }
  576.  
  577. #boxeight img {
  578. min-height: 85px;
  579. height: 85px;
  580. width: 85px;
  581. border-radius:100px;
  582. }
  583.  
  584. /* SB9 */
  585.  
  586. #sidebar9 {
  587. position:fixed !important;
  588. width: 100px;
  589. padding: 0px;
  590. height:100px;
  591. margin-top: 185px;
  592. margin-left: 150px;
  593. }
  594.  
  595. #boxnine {
  596. width: 90px;
  597. height: 90px;
  598. margin-top: 192px;
  599. margin-left: 86px;
  600. overflow: hidden;
  601. position: fixed;
  602. -webkit-transition-duration: 1s;
  603. }
  604.  
  605.  
  606. #boxnine .textbox9 {
  607. width: 74px;
  608. height: 74px;
  609. padding:6px;
  610. text-align: center;
  611. opacity: 0;
  612. font-family: 'lora';
  613. font-size: 9px;
  614. position: absolute;
  615. line-height: -50px;
  616. background: {color:bg};
  617. color:{color:text};
  618. -webkit-transition-duration: 1s;
  619. }
  620.  
  621. #boxnine:hover .textbox9{
  622. opacity: .9;
  623. -webkit-transition-duration: 1s;
  624. }
  625.  
  626. #boxnine img {
  627. min-height: 85px;
  628. height: 85px;
  629. width: 85px;
  630. border-radius:100px;
  631. }
  632.  
  633. #pagination {
  634. position:fixed;
  635. font-family:'lora';
  636. font-size:12px;
  637. font-style:italic;
  638. letter-spacing:1px;
  639. width:150px;
  640. margin: 460px 0px 0px 0px;
  641. margin-left: 10px;
  642. text-align:right;
  643. }
  644.  
  645. #postscontainer {
  646. margin-left:650px;
  647. float:left;
  648. margin-top:75px;
  649. text-align:justify;
  650. font-family:calibri;
  651. color:{color:text};
  652. margin-bottom: 2%;
  653. }
  654.  
  655. #posts {
  656. width:500px;
  657. margin-top:50px;
  658. text-align:justify;
  659. font-size:11px;
  660. line-height:90%;
  661. letter-spacing:0.5px;
  662. color:{color:text};
  663. padding-bottom:15px;
  664. }
  665.  
  666. .caption {
  667. width:500px;
  668. text-align:justify;
  669. line-height:120%;
  670. }
  671.  
  672. .askav{
  673. padding:10px;
  674. width:64px;
  675. height:64px;
  676. z-index:2;
  677. border-radius:100px;
  678. }
  679.  
  680. .ask {
  681. text-align:left;
  682. color:{color:text};
  683. background-color:{color:infobg};
  684. overflow: hidden;
  685. float: center;
  686. margin-top: 5px;
  687. margin-left: 5px;
  688. }
  689.  
  690. .answer {
  691. text-align:center;
  692. padding:10px 30px 10px 30px;
  693. color:{color:text};
  694. }
  695.  
  696. .audio {
  697. width:500px;
  698. height:100px;
  699. }
  700. .player {
  701. position:absolute;
  702. margin-left:20px;
  703. overflow:hidden;
  704. width:30px;
  705. padding: 0px 35px 0px;
  706. height:30px;
  707. margin-top:35px;
  708. opacity:0.7;
  709. overflow:hidden;
  710. background-color:{color:infobg};
  711. }
  712.  
  713. .audioinfo {
  714. background-color:{color:infobg};
  715. padding:45px;
  716. height:10px;
  717. text-align:center;
  718. }
  719.  
  720. #postinfo {
  721. width:492px;
  722. font-family:cambria;
  723. letter-spacing:0px;
  724. font-size: 8px;
  725. line-height:120%;
  726. color:{color:link};
  727. text-align:center;
  728. letter-spacing:1px;
  729. padding:3px;
  730. border-top: 5px solid {color:infobg};
  731. -moz-transition-duration:0.5s;
  732. -webkit-transition-duration:0.5s;
  733. -o-transition-duration:0.5s;
  734. }
  735.  
  736. .notecount {
  737. width:150px;
  738. margin-left:350px;
  739. margin-top:-10px;
  740. position:absolute;
  741. text-align:right;
  742. }
  743.  
  744. .note {
  745. padding:0px 20px 0px 20px;
  746. background-color:{color:bg};
  747. text-transform:uppercase;
  748. font-family:calibri;
  749. letter-spacing:0px;
  750. font-size: 9px;
  751. text-align:left;
  752. line-height:120%;
  753. color:{color:link};
  754. }
  755.  
  756. .note li {
  757. list-style-type:none;
  758. padding:5px 25px 5px 25px;
  759. text-align:left;
  760. margin-left:-40px;
  761. }
  762.  
  763. .tags {
  764. font-style:normal;
  765. color:{color:tags};
  766. font-family:calibri;
  767. text-transform:uppercase;
  768. letter-spacing:1px;
  769. font-size: 8px;
  770. text-align:center;
  771. padding:5px;
  772. padding-top:3px;
  773. }
  774.  
  775. .tags a {
  776. opacity:1;
  777. padding:1px;
  778. margin:0px 5px 0px;
  779. -moz-transition-duration:0.5s;
  780. -webkit-transition-duration:0.5s;
  781. -o-transition-duration:0.5s;
  782. }
  783.  
  784. .tags a:hover {
  785. opacity:0.5;
  786. -moz-transition-duration:0.5s;
  787. -webkit-transition-duration:0.5s;
  788. -o-transition-duration:0.5s;
  789. }
  790.  
  791. ul.chat, .chat ol, .chat li {
  792. list-style:none;
  793. margin:0px;
  794. padding:2px;
  795. }
  796.  
  797. .label {
  798. font-weight:bold;
  799. background-color:{color:infobg};
  800. margin-right:5px;
  801. }
  802.  
  803. iframe#tumblr_controls {
  804. top: 0% !important;
  805. right:0% !important;
  806. opacity:0.3;
  807. position: fixed !important;
  808. filter:alpha(opacity=30);
  809. -webkit-transition: all 0.7s ease;
  810. -moz-transition: all 0.7s ease;
  811. -o-transition: all 0.7s ease;
  812. }
  813. iframe#tumblr_controls:hover{
  814. top: 0% !important;
  815. right:0% !important;
  816. opacity:0.8;
  817. position: fixed !important;
  818. filter:alpha(opacity=80);
  819. -webkit-transition: all 0.7s ease;
  820. -moz-transition: all 0.7s ease;
  821. -o-transition: all 0.7s ease;
  822. }
  823.  
  824.  
  825. #theme {
  826. position: fixed;
  827. bottom: 0px;
  828. right: 0px;
  829. font-family: Arial;
  830. font-size: 8px;
  831. text-transform: uppercase;
  832. text-align: right;
  833. letter-spacing: 1px;
  834. }
  835.  
  836.  
  837. </style>
  838.  
  839. </head>
  840. <body>
  841.  
  842. <div id="theme">
  843.  
  844. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><b>previous</b></a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}"><b>next</b></a>{/block:NextPage}{/block:Pagination}</div>
  845. </div>
  846.  
  847. <div id="sidebar">
  848. <div id="sidebar1"></div>
  849. <div id="sidebar2"></div>
  850. <div id="sidebar3"></div>
  851.  
  852. <div id="boxone">
  853. <div class="textbox">
  854. <div style="margin-top: 33px;"><a href="/"><em>home
  855. </div></em></a></div>
  856. <img src="{image:sidebar1}">
  857. </div>
  858.  
  859. <div id="boxtwo">
  860. <div class="textbox2">
  861. <div style="margin-top: 33px;"><a href="{text:Link1}"><em>{text:Link1 Title}
  862. </div></em></a></div>
  863. <img src="{image:sidebar4}">
  864. </div>
  865.  
  866.  
  867. <div id="boxthree">
  868. <div class="textbox3">
  869. <div style="margin-top: 33px;">
  870. <a href="{text:Link4}"><em>{text:Link4 Title}</em></a>
  871.  
  872. </div> </div>
  873. <img src="{image:sidebar7}">
  874. </div>
  875. </div>
  876.  
  877. <div id="sidebars">
  878. <div id="sidebar4"></div>
  879. <div id="sidebar5"></div>
  880. <div id="sidebar6"></div>
  881.  
  882. <div id="boxfour">
  883. <div class="textbox4">
  884. <div style="margin-top: 33px;"><a href="/ask"><em>askbox</em> </a></div></div>
  885. <img src="{image:sidebar2}">
  886. </div>
  887.  
  888. <div id="boxfive">
  889. <div class="textbox5">
  890. <div style="margin-top: 33px;"> <a href="{text:Link2}"><em>{text:Link2 Title}</em></a></div> </div>
  891. <img src="{image:sidebar5}">
  892. </div>
  893.  
  894.  
  895. <div id="boxsix">
  896. <div class="textbox6">
  897. <div style="margin-top: 33px;">
  898. <a href="{text:Link5}"><em>{text:Link5 Title}</em></a>
  899.  
  900. </div> </div>
  901. <img src="{image:sidebar8}">
  902. </div>
  903. </div>
  904.  
  905. <div id="sidebarss">
  906. <div id="sidebar7"></div>
  907. <div id="sidebar8"></div>
  908. <div id="sidebar9"></div>
  909.  
  910. <div id="boxseven">
  911. <div class="textbox7">
  912. <div style="margin-top: 7px;">{description}</div></div>
  913. <img src="{image:sidebar3}">
  914. </div>
  915.  
  916. <div id="boxeight">
  917. <div class="textbox8">
  918. <div style="margin-top: 33px;"> <a href="{text:Link3}"><em>{text:Link3 Title}</em></a></div> </div>
  919. <img src="{image:sidebar6}">
  920. </div>
  921.  
  922.  
  923. <div id="boxnine">
  924. <div class="textbox9">
  925. <div style="margin-top: 7px;">
  926. {text:desc2}
  927.  
  928. </div> </div>
  929. <img src="{image:sidebar9}">
  930. </div>
  931. </div>
  932.  
  933.  
  934. <div id="postscontainer">
  935.  
  936.  
  937. {block:Posts}
  938. <div id="posts">
  939.  
  940. {block:Text}{block:Title}<h3>{Title}</h3>{/block:Title}{Body}{/block:Text}
  941.  
  942. {block:Quote}<h2>“{Quote}”</h2><h1>— {Source}</h1>{/block:Quote}
  943.  
  944. {block:Link}<a href="{URL}"><h5>{Name}</h5></a>
  945. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  946.  
  947. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  948.  
  949. {block:Photoset}<center>{Photoset-500}</center>
  950. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  951.  
  952. {block:Chat}<ul class="chat">{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  953.  
  954. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  955.  
  956. {block:Answer}<div class="ask"><img src="{AskerPortraitURL-96}" width="96px" height="96px" align="left" style="margin-right:10px;"/><h3>{asker}</h3></a><center><h4> {Question}</h4></center></div><div class="answer"><h4>{Answer}</h4></div>{/block:answer}
  957.  
  958. {block:Audio}
  959. <div class="player">{AudioPlayer}</div>{block:AlbumArt}<img src="{AlbumArtURL}" width="100px" height="100px" align="left" style="margin-right:10px;" />{/block:AlbumArt}
  960. <div class="audioinfo">{block:TrackName}<b>{TrackName}</b> {/block:TrackName}{block:Artist}- {Artist} {/block:Artist}</div>
  961. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  962.  
  963.  
  964. <div id="postinfo">
  965. {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:RebloggedFrom} / <a href="{ReblogParentURL}">VIA</a> {/block:RebloggedFrom}
  966. {block:ContentSource} > <a href="{SourceURL}">SOURCE</a>{/block:ContentSource}{block:NoteCount} / <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  967. </div>
  968. <div class="tags">
  969. {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  970. <div class="note">
  971. {block:PostNotes}{PostNotes}{/block:PostNotes}
  972. </div>
  973. {/block:Posts}
  974.  
  975.  
  976. </div>
  977.  
  978.  
  979.  
  980. <div id="theme"></a><a href="http://alliecatisallama.tumblr.com/"><img src="http://i1065.photobucket.com/albums/u386/AHT_Livingston/Untitled-2.png?t=1344121641"></a></div>
  981.  
  982. </div>
  983. </div>
  984. </body>
  985. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement