bramrps

THEME 33: SIGNED, SEALED, DELIVERED

Apr 24th, 2016
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.95 KB | None | 0 0
  1. <!-- Theme #33 by bramrps -->
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7.  
  8. <link href='http://fonts.googleapis.com/css?family=Rochester' rel='stylesheet' type='text/css'>
  9.  
  10. <link href='http://fonts.googleapis.com/css?family=HeadVersusHeart' rel='stylesheet' type='text/css'>
  11.  
  12.  
  13. <head>
  14.  
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18.  
  19.  
  20. <meta name="font:Body" content="Georgia" />
  21. <meta name="font:Answers" content="Courier new" />
  22. <meta name="color:Background" content="#f6f6f6" />
  23. <meta name="color:Body" content="#000" />
  24. <meta name="color:Borders" content="#000" />
  25. <meta name="color:Entries" content="#fff" />
  26. <meta name="color:Bold" content="#000" />
  27. <meta name="color:Sidebar" content="#fff" />
  28. <meta name="color:Link" content="#888" />
  29. <meta name="color:Links BG" content="#fff" />
  30. <meta name="color:Sidelinks" content="#888" />
  31. <meta name="color:Link Hover" content="#444" />
  32. <meta name="color:Info Bg" content="#000" />
  33. <meta name="color:Entry titles" content="#000" />
  34. <meta name="color:Entry titles BG" content="#000" />
  35. <meta name="color:Title Color" content="#000" />
  36. <meta name="color:Title BG" content="#fff" />
  37. <meta name="color:Ask" content="#fff" />
  38. <meta name="color:Ask Bg" content="#eeeeee" />
  39. <meta name="color:Pre Bg" content="#eeeeee" />
  40. <meta name="color:Pre Ends" content="#10174a" />
  41. <meta name="color:Pre Text" content="#10174a" />
  42. <meta name="color:Scrollbar" content="#ccc" />
  43. <meta name="color:Scrollbar2" content="#10174a" />
  44.  
  45. <meta name="image:Image" content="" />
  46. <meta name="image:Image2" content="" />
  47. <meta name="image:linkimage" content="" />
  48. <meta name="image:linkimage2" content="" />
  49. <meta name="image:linkimage3" content="" />
  50. <meta name="image:linkimage4" content="" />
  51. <meta name="image:linkimage5" content="" />
  52. <meta name="image:linkimage6" content="" />
  53. <meta name="image:borderbars" content="" />
  54. <meta name="image:ask" content="" />
  55. <meta name="image:titlebar" content="" />
  56. <meta name="image:Background" content="" />
  57.  
  58. <meta name="text:Link1" content="link 1" />
  59. <meta name="text:Link1 URL" content="/" />
  60. <meta name="text:Link2" content="link 2" />
  61. <meta name="text:Link2 URL" content="/" />
  62. <meta name="text:Link3" content="link 3" />
  63. <meta name="text:Link3 URL" content="/" />
  64. <meta name="text:Link4" content="link 4" />
  65. <meta name="text:Link4 URL" content="/" />
  66. <meta name="text:Link5" content="link 5" />
  67. <meta name="text:Link5 URL" content="/" />
  68. <meta name="text:Link6" content="link 6" />
  69. <meta name="text:Link6 URL" content="/" />
  70.  
  71. <meta name="text:main" content="this is your main title" />
  72.  
  73.  
  74. <style type="text/css">
  75.  
  76. body {
  77. background: {color:Background};
  78. background-image: url('{image:Background}');
  79. background-attachment:fixed;
  80. position:absolute;
  81. font-size:12px;
  82. font-family: {font:Body};
  83. color:{color:Body};
  84. word-wrap: break-word;
  85. }
  86.  
  87. blockquote {
  88. margin-left: 15px;
  89. margin-right:15px;
  90. border-left: 2px solid {color:Title Color};
  91. padding-left:5px;
  92. text-align: justify;
  93. }
  94.  
  95.  
  96. b, strong {
  97. color:{color:Bold};
  98. }
  99.  
  100. i, em {
  101. color:{color:Body}
  102. text-shadow: 0px 0px 2px #000;
  103. }
  104.  
  105. a {
  106. text-decoration:none;
  107. outline:normal;
  108. color:{color:Link};
  109. -webkit-transition: all 0.5s ease-in-out;
  110. -moz-transition: all 0.5s ease-in-out;
  111. -o-transition: all 0.5s ease-in-out;
  112. }
  113.  
  114. a:hover {
  115. -webkit-transition: all 0.5s ease-in-out;
  116. -moz-transition: all 0.5s ease-in-out;
  117. -o-transition: all 0.5s ease-in-out;
  118. }
  119.  
  120. ::-webkit-scrollbar {
  121. height:6px;
  122. width:5px;
  123. background-color: {color:Scrollbar2};
  124. }
  125.  
  126. ::-webkit-scrollbar-thumb:vertical {
  127. background-color: {color:Scrollbar};
  128. border:1px solid {color:border}; }
  129.  
  130. ::-webkit-scrollbar-thumb:horizontal {
  131. background-color: {color:Scrollbar};
  132. }
  133.  
  134.  
  135. pre {
  136. font-family:arial;
  137. font-size:12px;
  138. text-transform:Uppercase;
  139. background-color:{color:Pre bg};
  140. padding:5px;
  141. margin-top:2px;
  142. margin-bottom:5px;
  143. font-weight:bold;
  144. font-style:italic;
  145. text-align:center;
  146. color:{color:Pre Text};
  147. border-bottom:3px solid {color:Pre ends};
  148. }
  149.  
  150. h1 {
  151. margin-top:-2px;
  152. margin-bottom:5px;
  153. background-color:{color:Entry titles BG};
  154. color:{color:Entry titles};
  155. font-family:'georgia';
  156. text-align:center;
  157. font-weight:bold;
  158. font-style:italic;
  159. text-transform:uppercase;
  160. font-size: 25px;
  161. text-shadow:1px 0px 1px #000;
  162. }
  163.  
  164. h2 {
  165. margin-top:0px;
  166. margin-bottom:5px;
  167. font-family:'georgia';
  168. text-transform:lowercase;
  169. letter-spacing:-2;
  170. text-align:left;
  171. font-size: 20px;
  172. color:{color:Entry titles};
  173. text-shadow: 1px 0px 0px #000;
  174. }
  175.  
  176. h3 {
  177. margin-top:-5px;
  178. margin-bottom:-5px;
  179. color:{color:Entry titles};
  180. font-family:'georgia';
  181. font-style:normal;
  182. text-align:center;
  183. text-transform:uppercase;
  184. font-size: 20px;
  185. text-shadow: 1px 0px 0px #000;
  186. }
  187.  
  188.  
  189. img {
  190. border: 0;
  191. max-width: 100%;}
  192.  
  193. img:hover {
  194. opacity:0.7;
  195. -webkit-transition:all 0.4s ease-in-out;
  196. -moz-transition:all 0.4s ease-in-out;
  197. -o-transition:all 0.4s ease-in-out;
  198. -ms-transition: all 0.4s ease-in-out;
  199. transition:all 0.5s ease-in-out
  200. }
  201.  
  202.  
  203.  
  204. #toptitle {
  205. font-family:'georgia';
  206. font-size:30px;
  207. text-transform:normal;
  208. font-style:italic;
  209. text-shadow: 1px 0px 0px #000;
  210. text-align:center;
  211. margin-top:5px;
  212. color:{color:Title Color};
  213. }
  214.  
  215. #titlebar {
  216. position:fixed;
  217. top:-1px;
  218. left:40px;
  219. width:456px;
  220. height:50px;
  221. background-color:{color:Title BG};
  222. background-image:url('{image:titlebar}');
  223. background-repeat:repeat;
  224. box-shadow: 0px 0px 1px #000;
  225. }
  226.  
  227. #borderbar1 {
  228. position:fixed;
  229. top:-1px;
  230. left:50px;
  231. width:40px;
  232. height:500px;
  233. background-image:url('{image:borderbars}');
  234. background-color:#fff;
  235. background-repeat:repeat;
  236. box-shadow: 0px 0px 1px #000;
  237. }
  238.  
  239. #borderbar2 {
  240. position:fixed;
  241. top:-1px;
  242. left:448px;
  243. width:40px;
  244. height:500px;
  245. background-image:url('{image:borderbars}');
  246. background-color:#fff;
  247. background-repeat:repeat;
  248. box-shadow: 0px 0px 1px #000;
  249. }
  250.  
  251. #linksbg {
  252. position:fixed;
  253. top:186px;
  254. left:40px;
  255. width:446px;
  256. height:62px;
  257. padding-top:2px;
  258. padding:5px;
  259. background-image:url('{image:borderbars}');
  260. background-color:#fff;
  261. background-repeat:repeat;
  262. box-shadow: 0px 0px 2px #000;
  263. }
  264.  
  265. #descbg {
  266. position:fixed;
  267. top:405px;
  268. left:40px;
  269. width:446px;
  270. height:165px;
  271. padding-top:2px;
  272. padding:5px;
  273. background-image:url('{image:borderbars}');
  274. background-color:#fff;
  275. background-repeat:repeat;
  276. box-shadow: 0px 0px 2px #000;
  277. }
  278.  
  279.  
  280. #sidebar {
  281. position:fixed;
  282. top:410px;
  283. left:45px;
  284. width:446px;
  285. height:165px;
  286. background-color:{color:sidebar};
  287.  
  288. }
  289.  
  290.  
  291. #sidebar2 {
  292. position:fixed;
  293. width:446px;
  294. height:63px;
  295. top:0px;
  296. left:30px;
  297. padding-top:2px;
  298. padding:5px;
  299. background-color:transparent;
  300.  
  301. }
  302.  
  303. #sidebar3 {
  304. position:fixed;
  305. top:561px;
  306. left:45px;
  307. width:446px;
  308. height:15px;
  309. text-align:center;
  310. background-color:transparent;
  311. }
  312.  
  313.  
  314. #image {
  315. z-index:3;
  316. position:fixed;
  317. top:49px;
  318. left:90px;
  319. width:360px;
  320. height:150px;
  321. background-image:url('{image:Image}');
  322. background-color:#fff;
  323. background-repeat:no-repeat;
  324. }
  325.  
  326. #image2 {
  327. z-index:3;
  328. position:fixed;
  329. top:259px;
  330. left:90px;
  331. width:360px;
  332. height:150px;
  333. background-image:url('{image:Image2}');
  334. background-color:#fff;
  335. background-repeat:no-repeat;
  336. }
  337.  
  338. #linkimage {
  339. position:fixed;
  340. background-image:{image:linkimage};
  341. background-color:{color:sidebar};
  342. width:70px;
  343. height:60px;
  344. overflow:hidden;
  345. margin-top:186px;
  346. margin-left:10px;
  347. border:1px solid{color:borders}
  348. }
  349.  
  350. #linkimage2 {
  351. position:fixed;
  352. background-image:{image:linkimage2};
  353. background-color:{color:sidebar};
  354. width:70px;
  355. height:60px;
  356. overflow:hidden;
  357. margin-top:186px;
  358. margin-left:85px;
  359. border:1px solid{color:borders}
  360. }
  361.  
  362. #linkimage3 {
  363. position:fixed;
  364. background-image:{image:linkimage3};
  365. background-color:{color:sidebar};
  366. width:70px;
  367. height:60px;
  368. overflow:hidden;
  369. margin-top:186px;
  370. margin-left:160px;
  371. border:1px solid{color:borders}}
  372.  
  373. #linkimage4 {
  374. position:fixed;
  375. background-image:{image:linkimage4};
  376. background-color:{color:sidebar};
  377. width:70px;
  378. height:60px;
  379. overflow:hidden;
  380. margin-top:186px;
  381. margin-left:235px;
  382. border:1px solid{color:borders}}
  383.  
  384. #linkimage5 {
  385. position:fixed;
  386. background-image:{image:linkimage5};
  387. background-color:{color:sidebar};
  388. width:70px;
  389. height:60px;
  390. overflow:hidden;
  391. margin-top:186px;
  392. margin-left:310px;
  393. border:1px solid{color:borders}}
  394.  
  395. #linkimage6 {
  396. position:fixed;
  397. background-image:{image:linkimage6};
  398. background-color:{color:sidebar};
  399. width:70px;
  400. height:60px;
  401. overflow:hidden;
  402. margin-top:186px;
  403. margin-left:385px;
  404. border:1px solid{color:borders}}
  405.  
  406.  
  407. #description {
  408. padding-top:3px;
  409. padding-left:5px;
  410. color:{color:Description};
  411. font-size:10px;
  412. text-align:justify;
  413. font-family:'georgia';
  414. }
  415.  
  416. #pagination {
  417. font-family:'georgia';
  418. font-size:8px;
  419. text-transform:uppercase;
  420. display:inline-block;
  421. margin-top:0px;
  422. color:{color:Body};
  423. -webkit-transition: all 0.2s ease-in-out;
  424. -moz-transition: all 0.2s ease-in-out;
  425. -o-transition: all 0.2s ease-in-out;
  426. }
  427.  
  428. #links {
  429. text-align:center;
  430. }
  431.  
  432.  
  433. #links a{
  434. background-color:{color:Links BG};
  435. display:inline-block;
  436. color:{color:Sidelinks};
  437. -webkit-transition: all 0.2s ease-in-out;
  438. -moz-transition: all 0.2s ease-in-out;
  439. -o-transition: all 0.2s ease-in-out;
  440. }
  441.  
  442. #links a:hover{
  443. -webkit-transition: opacity 0.7s linear;opacity: 1;
  444. -webkit-transition: all 0.3s ease-out;
  445. -moz-transition: all 0.3s ease-out;
  446. transition: all 0.3s ease-out;
  447. }
  448.  
  449. .user_1 .label {
  450. color:{color:Link};
  451. font-family:'georgia';
  452. font-size: 10px;
  453. padding: 5px;
  454. text-transform:uppercase;
  455. font-weight:bold
  456. }
  457.  
  458. .user_2 .label {
  459. color:{color:Entry titles};
  460. font-family:'georgia';
  461. font-size: 10px;
  462. padding: 5px;
  463. text-transform:uppercase;
  464. font-weight:bold
  465. }
  466.  
  467. .user_3 .label {
  468. color:{color:Link};
  469. font-family:'georgia';
  470. font-size: 10px;
  471. padding: 5px;
  472. text-transform:uppercase;
  473. font-weight:bold
  474. }
  475.  
  476. .user_4 .label {
  477. color:{color:Entry titles};
  478. font-family:'georgia';
  479. font-size: 10px;
  480. padding: 5px;
  481. text-transform:uppercase;
  482. font-weight:bold
  483. }
  484.  
  485. .user_5 .label {
  486. color:{color:Link};
  487. font-family:'georgia';
  488. font-size: 10px;
  489. padding: 5px;
  490. text-transform:uppercase;
  491. font-weight:bold
  492. }
  493.  
  494. .user_6 .label {
  495. color:{color:Entry titles};
  496. font-family:'georgia';
  497. font-size: 10px;
  498. padding: 5px;
  499. text-transform:uppercase;
  500. font-weight:bold
  501. }
  502.  
  503. .user_7 .label {
  504. color:{color:Link};
  505. font-family:'georgia';
  506. font-size: 10px;
  507. padding: 5px;
  508. text-transform:uppercase;
  509. font-weight:bold
  510. }
  511.  
  512. .user_8 .label {
  513. color:{color:Entry titles};
  514. font-family:'georgia';
  515. font-size: 10px;
  516. padding: 5px;
  517. text-transform:uppercase;
  518. font-weight:bold
  519. }
  520.  
  521. .user_9 .label {
  522. color:{color:Link};
  523. font-family:'georgia';
  524. font-size: 10px;
  525. padding: 5px;
  526. text-transform:uppercase;
  527. font-weight:bold
  528. }
  529.  
  530. .user_10 .label {
  531. color:{color:Entry titles};
  532. font-family:'georgia';
  533. font-size: 10px;
  534. padding: 5px;
  535. text-transform:uppercase;
  536. font-weight:bold
  537. }
  538.  
  539.  
  540. ul.chat, .chat ol, .chat li {
  541. list-style:none;
  542. margin-top:-8px;
  543. margin-bottom:0px;
  544. padding: 3px;
  545. }
  546.  
  547. p {
  548. margin-top:0px;
  549. margin-bottom:4px
  550. }
  551.  
  552.  
  553. #entries {
  554. position:absolute;
  555. margin-left:600px;
  556. margin-top:50px;
  557. font-size:10px;
  558. text-align:justify;
  559.  
  560. }
  561.  
  562. #postbg {
  563. padding:2px;
  564. background-color:{color:borderbg};
  565. background-image: url('{image:borderbars}');
  566. margin-bottom:50px;
  567. overflow: hidden;
  568. border:1px solid {color:Borders};
  569. }
  570.  
  571.  
  572. #post {
  573. background-color:{color:Entries};
  574. padding:8px;
  575. padding-top:5px;
  576. padding-bottom:5px;
  577. margin-bottom:2px;
  578. width:500px;
  579. border-color:{color:Borders};
  580. border-width:1px;
  581. border-style: solid;
  582.  
  583.  
  584. }
  585.  
  586.  
  587. #quotetext {
  588. font-family:'georgia';
  589. font-size:15px;
  590. color:{color:Borders};
  591. font-style:normal;
  592. text-align:center;
  593. margin-top:5px;
  594. padding:2px;
  595. }
  596.  
  597.  
  598. #asks {
  599. background-image:url('{image:ask}');
  600. background-color:{color:ask};
  601. font-family:'georgia';
  602. text-align:center;
  603. color:{color:Entry titles};
  604. text-transform:uppercase;
  605. font-size:24px;
  606. font-weight:bold;
  607. background-color:transparent;
  608. text-shadow: 0px 1px 1px #000;
  609. }
  610.  
  611. .asker {
  612. color:{color:Entry titles};
  613.  
  614. }
  615.  
  616. #question {
  617. background-color:{color:Ask Bg};
  618. font-family:'courier new';
  619. color:#000;
  620. padding:5px;
  621. margin-bottom:5px;
  622. font-size:10px;
  623. text-align:center;
  624.  
  625. }
  626.  
  627. #askimage {
  628. height:50px;
  629. width:50px;
  630. float:left;
  631. margin-top:15px;
  632. margin-left:15px;
  633. padding-right:5px;
  634. opacity:0.5;
  635. -webkit-transition:all 0.4s ease-in-out;
  636. -moz-transition:all 0.4s ease-in-out;
  637. -o-transition:all 0.4s ease-in-out;
  638. -ms-transition: all 0.4s ease-in-out;
  639. transition:all 0.5s ease-in-out;
  640. }
  641.  
  642. #answers {
  643. font-family: {font:Answers};
  644. font-size:10px;
  645. padding-left:20px;
  646. padding-right:20px;
  647. margin-left:5px;
  648. margin-top:8px;
  649. margin-bottom:10px;
  650. text-align:justify;
  651. }
  652.  
  653. #audio {
  654. border-radius:100%;
  655. width:100%;
  656. height:100px;
  657. margin-bottom:5px
  658. }
  659.  
  660. .albumart {
  661. border-radius:50px;
  662. margin-top:15px;
  663. margin-left:15px;
  664. float:left;
  665. width:71px;
  666. height:71px
  667. }
  668.  
  669. .player {
  670. border-radius:50px;
  671. margin-left:10px;
  672. margin-top:10px;
  673. display:block;
  674. height:59px;
  675. width:59px;
  676. padding:11px;
  677. overflow:hidden;
  678. position:absolute;
  679. opacity:0.5;
  680. background:#fff;
  681. -webkit-transition:all 0.4s ease-in-out;
  682. -moz-transition:all 0.4s ease-in-out;
  683. -o-transition:all 0.4s ease-in-out;
  684. -ms-transition: all 0.4s ease-in-out;
  685. transition:all 0.5s ease-in-out
  686. }
  687.  
  688. .player:hover {
  689. opacity:0.9;
  690. -webkit-transition:all 0.4s ease-in-out;
  691. -moz-transition:all 0.4s ease-in-out;
  692. -o-transition:all 0.4s ease-in-out;
  693. -ms-transition: all 0.4s ease-in-out;
  694. transition:all 0.5s ease-in-out}
  695.  
  696. .audioplayer {
  697. width:30px;
  698. height:30px;
  699. margin-top:17px;
  700. margin-left:17px;
  701. overflow:hidden
  702.  
  703. }
  704.  
  705. .audioinfo {
  706. font-size:9px;
  707. font-family:georgia;
  708. text-transform:uppercase;
  709. color:{color:text};
  710. text-align:left;
  711. padding-top:22px;
  712. margin-left:90px;
  713. }
  714.  
  715. .audiotitle {
  716. color:{color:Entry titles};
  717. margin-top:-3px;
  718. margin-bottom:-6px;
  719. margin-left:5px;
  720. text-transform: uppercase;
  721. font-size: 20px;
  722. font-family:'georgia';
  723. font-weight:bold;
  724. text-shadow: 1px 1px 1px #000;
  725. }
  726.  
  727. #info {
  728. font-family:'georgia';
  729. font-size:9px;
  730. text-align: right;
  731. margin-top:2px;
  732. padding-right:2px;
  733. color:{color:Body};
  734. text-transform:normal;
  735. background-color:transparent;
  736. }
  737.  
  738. #info2 {
  739. font-family:'georgia';
  740. font-size:7px;
  741. text-align: right;
  742. padding-right:5px;
  743. color:{color:Body};
  744. text-transform:uppercase;
  745. font-style:none;
  746. background-color:transparent;
  747. }
  748.  
  749. #infobox {
  750. width: 516px;
  751. height: 22px;
  752. background-color:{color:Entries};
  753. border-color:{color:Borders};
  754. border-width:1px;
  755. border-style: solid;
  756. box-shadow:1px 0px 5px #000;
  757. color:{color:Body};
  758. text-align: right;
  759. overflow:hidden;
  760. }
  761.  
  762. #credit a{
  763. position:fixed;
  764. right:3px;
  765. bottom:3px;
  766. padding:4px;
  767. background:white;
  768. font-size:11px;
  769. color:black;
  770. -moz-transition-duration:1s;
  771. -webkit-transition-duration:1s;
  772. -o-transition-duration:1s;
  773. }
  774.  
  775. #credit a:hover {
  776. opacity:1;
  777. color:white;
  778. background:black;
  779. -moz-transition-duration:1s;
  780. -webkit-transition-duration:1s;
  781. -o-transition-duration:1s;
  782. }
  783.  
  784.  
  785.  
  786.  
  787. </style>
  788. <style type="text/css">{CustomCSS}</style>
  789. </head>
  790.  
  791. <body>
  792.  
  793.  
  794.  
  795.  
  796. <div id="image">
  797. <div id="image2">
  798.  
  799.  
  800.  
  801. <div id="borderbar1"></div>
  802. <div id="borderbar2"></div>
  803. <div id="titlebar"><div id="toptitle">{text:main}</div></div>
  804.  
  805. <div id="descbg"> <div id="sidebar"><div id="description">
  806. {block:Description}
  807. {block:Description}<div style="overflow:auto; width: 425px; height: 148px; text-align: justify; padding-right:10px;">
  808. {Description}</div>{/block:Description}
  809.  
  810.  
  811. <div id="sidebar3">
  812. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">backward</a>{/block:PreviousPage}&nbsp;—&nbsp;{block:NextPage}<a href="{NextPage}">forward</a>{/block:NextPage}{/block:Pagination}</div></div>
  813.  
  814.  
  815. <div id="linksbg"></div>
  816. <div id="sidebar2"><div id="links">
  817. <div id="linkimage" align="center"><a href="{text:Link1 URL}" title="{text:Link1}"><img src="{image:linkimage}" /></a></div>
  818. <div id="linkimage2" align="center"><a href="{text:Link2 URL}" title="{text:Link2}"><img src="{image:linkimage2}" /></a></div>
  819. <div id="linkimage3" align="center"><a href="{text:Link3 URL}" title="{text:Link3}"><img src="{image:linkimage3}" /></a></div>
  820. <div id="linkimage4" align="center"><a href="{text:Link4 URL}" title="{text:Link4}"><img src="{image:linkimage4}" /></a></div>
  821. <div id="linkimage5" align="center"><a href="{text:Link5 URL}" title="{text:Link5}"><img src="{image:linkimage5}" /></a></div>
  822. <div id="linkimage6" align="center"><a href="{text:Link6 URL}" title="{text:Link6}"><img src="{image:linkimage6}" /></a></div>
  823.  
  824.  
  825. </div></div>
  826. </div></div></div>
  827.  
  828.  
  829.  
  830.  
  831.  
  832.  
  833. </div></div></div></div>
  834.  
  835.  
  836.  
  837.  
  838.  
  839.  
  840.  
  841. <div id="entries">
  842.  
  843. {block:Posts}
  844.  
  845. <div id="postbg">
  846. <div id="post">
  847.  
  848.  
  849. {block:Text}<h1>{title}</h1>{Body}{/block:Text}
  850.  
  851. {block:Quote}<div id="quotetext">&quot;{Quote}&quot; </div>
  852. <div style="font-family:georgia; font-size:10px; text-align:right; padding-bottom:2px;">— {Source}</div>{/block:Quote}
  853.  
  854. {block:Link}<a href="{URL}" class="link" {Target}> <h2>➝ {Name}</h2></a>
  855. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  856.  
  857. {block:Photo}<div style="padding-top:2px;"><center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  858. {block:Photoset}<div style="padding-top:2px;"><center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}</div>{/block:Photoset}
  859.  
  860. {block:Chat}{block:Title}<h3>{Title}</h3>{/block:Title}<div style="padding:10px;">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</li>{/block:Lines}</ul></div>{/block:Chat}
  861.  
  862. <ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}<br></li>{/block:Lines}</ul>
  863.  
  864. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  865.  
  866.  
  867.  
  868.  
  869. {block:Audio}
  870. <div id="audio">
  871. <div class="player"><div class="audioplayer">{AudioPlayerWhite}</div></div>
  872. <div class="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100" style="border-radius: 50px">{/block:AlbumArt}</div>
  873. <div class="audioinfo">
  874. <div class="audiotitle">{block:TrackName}{TrackName} ➝{/block:TrackName}</div><br>
  875. <div style="padding-left:20px;">{block:Artist}⋆ <b>Artist:</b> {Artist}{/block:Artist} {block:Album}<br>
  876. ⋆ <b>Album:</b> {Album}{/block:Album}<br>
  877. ⋆ <b>Played:</b> {FormattedPlayCount} times</div></div>
  878. {block:Caption}{Caption}{/block:Caption}</div><br><br>
  879. {/block:Audio}
  880.  
  881.  
  882. {block:Answer}
  883. <div id="asks">{Asker} inquired●●●&nbsp;</div>
  884. <div id="question">{Question}</div>
  885. <div id="answers">{Answer}</div>{/block:Answer}</div>
  886.  
  887. <div id="infobox"><div id="info">{block:Date}<b><a href="{Permalink}">{TimeAgo}</a></b>{/block:Date}
  888. {block:NoteCount}with <i>{NoteCountWithLabel}</i>{/block:NoteCount}{/block:NoteCount}{block:RebloggedFrom} via (<b><a href="{ReblogParentURL}"><a href="{ReblogParentURL}"><a href="{ReblogParentURL}">{ReblogParentName}</a></b>){/block:RebloggedFrom}
  889. {block:ContentSource} <a href="{SourceURL}"><small><b>©</b></small></a> {block:ContentSource}{/block:RebloggedFrom}<br>
  890. <div id="info2">{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</div></div>
  891. </div></div>
  892.  
  893. {/block:Posts}
  894.  
  895. {block:PostNotes}<div style="padding-left:20px;">{PostNotes}</div>{/block:PostNotes}
  896.  
  897.  
  898.  
  899. <div id="credit"><a href="http://bramrps.tumblr.com/tagged/mythemes">BRPS</a></div>
  900.  
  901.  
  902.  
  903. </body>
  904. </html>
Add Comment
Please, Sign In to add comment