Advertisement
cocoofrps

THEME 21 'CITY STREETS'

May 9th, 2014
1,465
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.95 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  4. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  5. <script>
  6. (function($){
  7. $(document).ready(function(){
  8. $("[title]").style_my_tooltips({
  9. tip_follows_cursor:true,
  10. tip_delay_time:200,
  11. tip_fade_speed:300
  12. }
  13. );
  14. });
  15. })(jQuery);
  16. </script>
  17.  
  18. <head><title>{Title}</title>
  19.  
  20. <link rel="shortcut icon" href="{Favicon}">
  21. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  22. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  23.  
  24. <!--- THEME BY @cocoofrps --->
  25.  
  26. <meta name="color:Background" content="#d4c4a1"/>
  27. <meta name="color:Text" content="#c3a480"/>
  28. <meta name="color:PostBG" content="#d0bd98"/>
  29. <meta name="color:SidebarBorder" content="#b98f78" />
  30. <meta name="color:Border" content="#b07a74"/>
  31. <meta name="color:Hover" content="#d4c4a1"/>
  32. <meta name="color:Scrollbar" content="#c3a480"/>
  33. <meta name="color:ScrollbarBg" content="#b07a74"/>
  34. <meta name="color:Post Links" content="#b98f78"/>
  35. <meta name="color:DescriptionText" content="#c3a480"/>
  36.  
  37. <meta name="image:Background" content=""/>
  38. <meta name="image:AskBG" content=""/>
  39. <meta name="image:Left Image 1" content=""/>
  40. <meta name="image:Left Image 2" content=""/>
  41. <meta name="image:Sidebar" content=""/>
  42.  
  43. <meta name="text:Title" content="SWEGGER"/>
  44. <meta name="text:LINK1" content=""/>
  45. <meta name="text:LINK2" content=""/>
  46. <meta name="text:LINK3" content=""/>
  47. <meta name="text:LINK4" content=""/>
  48. <meta name="text:LINK5" content=""/>
  49. <meta name="text:LINK6" content=""/>
  50. <meta name="text:LINK7" content=""/>
  51. <meta name="text:LINK8" content=""/>
  52. <meta name="text:LINK1URL" content="/"/>
  53. <meta name="text:LINK2URL" content="/"/>
  54. <meta name="text:LINK3URL" content="/"/>
  55. <meta name="text:LINK4URL" content="/"/>
  56. <meta name="text:LINK5URL" content="/"/>
  57. <meta name="text:LINK6URL" content="/"/>
  58. <meta name="text:LINK7URL" content="/"/>
  59. <meta name="text:LINK8URL" content="/"/>
  60.  
  61. <meta name="if:CoverBackgroundImage" content="0"/>
  62.  
  63. <style type="text/css">
  64.  
  65. @font-face {
  66. font-family: "Dixel";
  67. src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf');
  68. }
  69. .animated {
  70. -webkit-animation-duration: 1s;
  71. animation-duration: 1s;
  72. -webkit-animation-fill-mode: both;
  73. animation-fill-mode: both;
  74. }
  75.  
  76. .animated.infinite {
  77. -webkit-animation-iteration-count: infinite;
  78. animation-iteration-count: infinite;
  79. }
  80.  
  81. .animated.hinge {
  82. -webkit-animation-duration: 2s;
  83. animation-duration: 2s;
  84. }
  85.  
  86. @-webkit-keyframes flipInX {
  87. 0% {
  88. -webkit-transform: perspective(400px) rotateX(90deg);
  89. transform: perspective(400px) rotateX(90deg);
  90. opacity: 0;
  91. }
  92.  
  93. 40% {
  94. -webkit-transform: perspective(400px) rotateX(-10deg);
  95. transform: perspective(400px) rotateX(-10deg);
  96. }
  97.  
  98. 70% {
  99. -webkit-transform: perspective(400px) rotateX(10deg);
  100. transform: perspective(400px) rotateX(10deg);
  101. }
  102.  
  103. 100% {
  104. -webkit-transform: perspective(400px) rotateX(0deg);
  105. transform: perspective(400px) rotateX(0deg);
  106. opacity: 1;
  107. }
  108. }
  109.  
  110. @keyframes flipInX {
  111. 0% {
  112. -webkit-transform: perspective(400px) rotateX(90deg);
  113. -ms-transform: perspective(400px) rotateX(90deg);
  114. transform: perspective(400px) rotateX(90deg);
  115. opacity: 0;
  116. }
  117.  
  118. 40% {
  119. -webkit-transform: perspective(400px) rotateX(-10deg);
  120. -ms-transform: perspective(400px) rotateX(-10deg);
  121. transform: perspective(400px) rotateX(-10deg);
  122. }
  123.  
  124. 70% {
  125. -webkit-transform: perspective(400px) rotateX(10deg);
  126. -ms-transform: perspective(400px) rotateX(10deg);
  127. transform: perspective(400px) rotateX(10deg);
  128. }
  129.  
  130. 100% {
  131. -webkit-transform: perspective(400px) rotateX(0deg);
  132. -ms-transform: perspective(400px) rotateX(0deg);
  133. transform: perspective(400px) rotateX(0deg);
  134. opacity: 1;
  135. }
  136. }
  137.  
  138. .flipInX {
  139. -webkit-backface-visibility: visible !important;
  140. -ms-backface-visibility: visible !important;
  141. backface-visibility: visible !important;
  142. -webkit-animation-name: flipInX;
  143. animation-name: flipInX;
  144. }
  145.  
  146. ::-webkit-scrollbar-thumb {
  147. height:auto;
  148. border:{color:ScrollbarBg};
  149. border:1px solid {color:Scrollbar};
  150. background-color:{color:Scrollbar};
  151. }
  152.  
  153. ::-webkit-scrollbar {
  154. height:9px;
  155. width:7px;
  156. border:1px solid {color:Scrollbar};
  157. background-color:{color:ScrollbarBg};
  158. }
  159.  
  160. ::selection {
  161. background: {color:Background};
  162. color: {color:PostBG};
  163. }
  164.  
  165. ::-moz-selection {
  166. background: {color:Background};
  167. color: {color:PostBG};
  168. }
  169.  
  170. ::-webkit-selection {
  171. background: {color:Background};
  172. color: {color:PostBG};
  173. }
  174.  
  175. body {
  176. background:{color:Background};
  177. margin:0px;
  178. color:{color:Text};
  179. font-family:'arial';
  180. font-size:11px;
  181. line-height:110%;
  182. letter-spacing:1px;
  183. text-align:justify;
  184. {block:ifNotCoverBackgroundImage}
  185. background-image:url('{image:Background}');
  186. background-attachment:fixed;
  187. {block:ifNotCoverBackgroundImage}
  188. {block:IfCoverBackgroundImage}
  189. background: url('{image:Background}') no-repeat center center fixed;
  190. -webkit-background-size: cover;
  191. -moz-background-size: cover;
  192. -o-background-size: cover;
  193. background-size: cover;
  194. {block:IfCoverBackgroundImage}
  195. }
  196.  
  197. small,big,code {
  198. font-size:11px;
  199. font-family:'Courier New';
  200. }
  201.  
  202. pre {
  203. font-family:'Courier New';
  204. font-size:8px;
  205. width:auto;
  206. padding:5px 8px;
  207. background-color:{color:SidebarBorder};
  208. color:{color:Background};
  209. }
  210.  
  211. a {
  212. text-decoration:none;
  213. outline:none;
  214. -moz-outline-style:none;
  215. -webkit-transition: all 0.4s ease-in-out;
  216. -moz-transition: all 0.4s ease-in-out;
  217. -o-transition: all 0.4s ease-in-out;
  218. -ms-transition: all 0.4s ease-in-out;
  219. transition: all 0.4s ease-in-out;
  220. color:{color:Post Links};
  221. }
  222.  
  223. b {
  224. color:{color:Hover};
  225. font-weight:100;
  226. }
  227.  
  228. a:hover {
  229. color:{color:Hover};
  230. -webkit-transition: all 0.4s ease-in-out;
  231. -moz-transition: all 0.4s ease-in-out;
  232. -o-transition: all 0.4s ease-in-out;
  233. -ms-transition: all 0.4s ease-in-out;
  234. transition: all 0.4s ease-in-out;
  235. }
  236.  
  237. img {
  238. border:none;
  239. width:auto;
  240. }
  241.  
  242. blockquote {
  243. margin-left:5px;
  244. width:auto;
  245. padding-left:5px;
  246. border-left:5px solid {color:Border};
  247. }
  248.  
  249. blockquote blockquote {
  250. padding-left:5px;
  251. border-left:5px solid {color:Border};
  252. }
  253.  
  254. h1 {
  255. font-size:11px;
  256. letter-spacing:2px;
  257. text-transform:uppercase;
  258. font-style:none;
  259. line-height:10px;
  260. text-align:center;
  261. padding:0px;
  262. }
  263.  
  264. /*ENTRIES*/
  265.  
  266. #entries {
  267. position:absolute;
  268. margin-left:300px;
  269. margin-top:50px;
  270. letter-spacing:1px;
  271. height:580px;
  272. padding-bottom:0px;
  273. overflow-y:auto;
  274. padding-right:20px;
  275. font-weight:100;
  276. font-size:11px;
  277. }
  278.  
  279. #post {
  280. background-color:{color:PostBG};
  281. width:500px;
  282. padding-bottom:20px;
  283. padding:20px;
  284. -webkit-box-shadow: inset 0px 0px 0px 5px {color:Background};
  285. -moz-box-shadow: inset 0px 0px 0px 5px {color:Background};
  286. box-shadow: inset 0px 0px 0px 5px {color:Background};
  287. border:1px solid {color:Border};
  288. margin-bottom:10px;
  289. }
  290.  
  291. /*SIDEBAR*/
  292.  
  293. #sidebar {
  294. position:fixed;
  295. left:900px;
  296. top:100px;
  297. z-index:9999999999;
  298. }
  299.  
  300. #image img {
  301. width:300px;
  302. height:400px;
  303. border:1px solid {color:SidebarBorder};
  304. margin-top:15px;
  305. }
  306.  
  307. #desc {
  308. padding:10px;
  309. width:282px;
  310. height:80px;
  311. overflow-y:auto;
  312. margin-top:10px;
  313. color:{color:DescriptionText};
  314. background-color:{color:SidebarBorder};
  315. }
  316.  
  317. #links {
  318. position:fixed;
  319. margin-top:350px;
  320. margin-left:45px;
  321. text-align:center;
  322. }
  323.  
  324. .links {
  325. margin-top:-160px;
  326. position:absolute;
  327. margin-left:50px;
  328. opacity:0;
  329. -webkit-transition: all 0.4s ease-in-out;
  330. -moz-transition: all 0.4s ease-in-out;
  331. -o-transition: all 0.4s ease-in-out;
  332. -ms-transition: all 0.4s ease-in-out;
  333. transition: all 0.4s ease-in-out;
  334. }
  335.  
  336. .linkss {
  337. position:absolute;
  338. margin-top:70px;
  339. margin-left:50px;
  340. opacity:0;
  341. -webkit-transition: all 0.4s ease-in-out;
  342. -moz-transition: all 0.4s ease-in-out;
  343. -o-transition: all 0.4s ease-in-out;
  344. -ms-transition: all 0.4s ease-in-out;
  345. transition: all 0.4s ease-in-out;
  346. }
  347.  
  348. #links:hover .links, #links:hover .linkss {
  349. opacity:1;
  350. -webkit-transition: all 0.4s ease-in-out;
  351. -moz-transition: all 0.4s ease-in-out;
  352. -o-transition: all 0.4s ease-in-out;
  353. -ms-transition: all 0.4s ease-in-out;
  354. transition: all 0.4s ease-in-out;
  355. }
  356.  
  357. .links a, .linkss a{
  358. display:block;
  359. background-color:{color:Border};
  360. font-size:8px;
  361. width:100px;
  362. margin-top:3px;
  363. padding:3px;
  364. }
  365.  
  366. #links a:hover {
  367. background-color:{color:Background};
  368. }
  369.  
  370. .linktitle {
  371. display:block;
  372. width:198px;
  373. cursor:pointer;
  374. margin-top:-18px;
  375. z-index:9999999999999;
  376. background-color:{color:SidebarBorder};
  377. padding:7px;
  378. padding-bottom:8px;
  379. font-family:'Courier New';
  380. color:{color:Background};
  381. }
  382.  
  383. .box {
  384. position:absolute;
  385. }
  386.  
  387. .updates {
  388. width:257px;
  389. height:0px;
  390. margin-top:-45px;
  391. padding:10px;
  392. margin-left:10px;
  393. padding-right:13px;
  394. overflow:hidden;
  395. position:absolute;
  396. background-color:{color:Border};
  397. -webkit-transition: all 0.6s ease-in-out;
  398. -moz-transition: all 0.6s ease-in-out;
  399. -o-transition: all 0.6s ease-in-out;
  400. -ms-transition: all 0.6s ease-in-out;
  401. transition: all 0.6s ease-in-out;
  402. }
  403.  
  404. .updatetitle {
  405. position:absolute;
  406. display:block;
  407. background-color:{color:SidebarBorder};
  408. padding:5px;
  409. color:{color:Border};
  410. padding-bottom:8px;
  411. margin-top:-37px;
  412. width:270px;
  413. margin-left:10px;
  414. font-family:'Courier New';
  415. }
  416.  
  417. .box:hover .updates{
  418. opacity:1;
  419. width:255px;
  420. height:200px;
  421. padding:10px;
  422. margin-top:-256px;
  423. padding-right:15px;
  424. margin-left:10px;
  425. overflow:auto;
  426. }
  427.  
  428. #pagi {
  429. width:292px;
  430. text-align:center;
  431. position:absolute;
  432. padding:5px;
  433. padding-bottom:7px;
  434. margin-top:-28px;
  435. background-color:{color:Border};
  436. font-weight:bold;
  437. font-size:20px;
  438. }
  439.  
  440. #pagi a {
  441. color:{color:SidebarBorder};
  442. }
  443.  
  444. #title {
  445. width:292px;
  446. text-transform:uppercase;
  447. font-size:14px;
  448. font-weight:bold;
  449. position:absolute;
  450. padding:5px;
  451. height:40px;
  452. margin-top:-50px;
  453. background-color:{color:SidebarBorder};
  454. }
  455.  
  456. #title a {
  457. color:{color:Border};
  458. }
  459.  
  460. #left {
  461. position:absolute;
  462. transition-duration: 0.5s;
  463. -moz-transition-duration: 0.5s;
  464. -webkit-transition-duration: 0.5s;
  465. -o-transition-duration: 0.5s;
  466. width:200px;
  467. left:45px;
  468. top:95px;
  469. }
  470.  
  471. #left img {
  472. width:200px;
  473. height:200px;
  474. border:1px solid;
  475. margin-top:25px;
  476. padding:5px;
  477. }
  478.  
  479. /*AUDIO INFO*/
  480.  
  481. .playerbuttonbg {
  482. position: absolute;
  483. left: 20px;
  484. top: 15px;
  485. width: 30px;
  486. height: 30px;
  487. background-color: #ffffff;
  488. padding: 10px;
  489. opacity: .4;
  490. filter: alpha(opacity=40);
  491. -moz-opacity: 0.4;
  492. -khtml-opacity: 0.4;
  493. transition: opacity .7s ease-in-out;
  494. -moz-transition: opacity .7s ease-in-out;
  495. -webkit-transition: opacity .7s ease-in-out;
  496. }
  497.  
  498. .playerbuttonbg:hover {
  499. opacity: 1;
  500. filter: alpha(opacity=100);
  501. -moz-opacity: 1;
  502. -khtml-opacity: 1;
  503. }
  504.  
  505. .newplayerbutton {
  506. position: relative;
  507. width:30px;
  508. height:30px;
  509. margin-top:-4px;
  510. overflow: hidden;
  511. }
  512.  
  513. .playerbuttonhug {
  514. position: absolute;
  515. top: -25px;
  516. left: -10px;
  517. }
  518.  
  519. .tumblr_audio_player {
  520. height: 90px;
  521. width: 270px;
  522. -moz-transform-origin: top left;
  523. -webkit-transform-origin: top left;
  524. -o-transform-origin: top left;
  525. -ms-transform-origin: top left;
  526. transform-origin: top left;
  527. }
  528.  
  529. .audioimgwrapper {
  530. position: absolute;
  531. left: 0px;
  532. top: 0px;
  533. overflow: hidden;
  534. width: 79px;
  535. height: 79px;
  536. border-left:5px solid {color:Post Links};
  537. }
  538.  
  539. .audioimgwrapper img {
  540. width: 100%;
  541. height: auto;
  542. }
  543.  
  544. .trackdetails {
  545. text-transform:uppercase;
  546. width: auto;
  547. display:inline-block;
  548. margin-top:23px;
  549. margin-left: 90px;
  550. border-left:5px solid {color:Text};
  551. padding:5px;
  552. }
  553.  
  554. .audiowrapper {
  555. position: relative;
  556. display:inline-block;
  557. padding-bottom:10px;
  558. }
  559.  
  560. /*POST INFO*/
  561.  
  562. #info {
  563. text-align:right;
  564. font-family:'Dixel';
  565. letter-spacing:1px;
  566. font-size:8px;
  567. width:520px;
  568. margin-left:-15px;
  569. font-style:none;
  570. color:{color:Background};
  571. line-height:10px;
  572. text-transform:uppercase;
  573. padding:5px;
  574. background-color:{color:Post Links};
  575. border-color:{color:Border};
  576. }
  577.  
  578. #info a {
  579. text-align:right;
  580. color:{color:Background};
  581. }
  582.  
  583. #info a:hover {
  584. -moz-transition-duration:0.3s;
  585. -webkit-transition-duration:0.3s;
  586. -o-transition-duration:0.3s;
  587. color:{color:Hover};
  588. }
  589.  
  590. #tags {
  591. margin-top:4px;
  592. width:530px;
  593. text-align:right;
  594. font-size:8px;
  595. margin-left:-5px;
  596. font-family:'arial';
  597. opacity:1;
  598. padding:0px;
  599. text-transform:lowercase;
  600. transition-duration: 0.5s;
  601. -moz-transition-duration: 0.5s;
  602. -webkit-transition-duration: 0.5s;
  603. -o-transition-duration: 0.5s;
  604. background-color:{color:Border};
  605. }
  606.  
  607. #tags a {
  608. padding:5px;
  609. color:{color:Post Links};
  610. letter-spacing:0px;
  611. font-family:'helvetica';
  612. text-decoration:none;
  613. display:inline-block;
  614. }
  615.  
  616. #tags a:hover {
  617. -moz-transition-duration:0.3s;
  618. -webkit-transition-duration:0.3s;
  619. -o-transition-duration:0.3s;
  620. color:{color:Hover};
  621. }
  622.  
  623. /*QUESTION*/
  624.  
  625. .question {
  626. width:490px;
  627. padding:5px;
  628. padding-top:10px;
  629. background-image:url('{image:AskBG}');
  630. background-color:{color:SidebarBorder};
  631. }
  632.  
  633. .asker {
  634. font-family:'Courier New';
  635. font-size:10px;
  636. text-transform:uppercase;
  637. color:{color:Background};
  638. }
  639.  
  640. .asker a {
  641. padding:5px;
  642. color:{color:Background};
  643. background-color:{color:SidebarBorder};
  644. }
  645.  
  646. .q {
  647. font-size:8px;
  648. margin-top:-7px;
  649. background-color:{color:Text};
  650. color:{color:PostBg};
  651. padding:5px;
  652. }
  653.  
  654. .q small,.q big,.q code {
  655. background-color:{color:Background};
  656. }
  657.  
  658. /*CREDIT*/
  659.  
  660. #cred {
  661. position:fixed;
  662. font-family:'helvetica';
  663. text-transform:uppercase;
  664. font-size:20px;
  665. background-color:{color:PostBG};
  666. width:10px;
  667. bottom:10px;
  668. right:10px;
  669. height:10px;
  670. border-radius:10px;
  671. padding:5px;
  672. border:2px solid {color:Border};
  673. }
  674.  
  675. #cred a {
  676. color:{color:PostBG};
  677. }
  678.  
  679. #notes {
  680. font-family:helvetica;
  681. text-transform:uppercase;
  682. font-size:8px;
  683. }
  684.  
  685. #notes li{
  686. list-style-type:none;
  687. background-color:{color:PostBG};
  688. padding:2px;
  689. }
  690.  
  691. #notes img {
  692. opacity:0;
  693. }
  694.  
  695. #s-m-t-tooltip{
  696. position:absolute;
  697. background-color:{color:PostBG};
  698. padding:3px 5px 3px;
  699. z-index:99999999999999999999999999999999;
  700. margin-top:-30px;
  701. margin-left:-30px;
  702. font-family:'Courier New';
  703. display:block;
  704. text-transform:uppercase;
  705. font-size:8px;
  706. color:{color:text};
  707. }
  708.  
  709.  
  710. {CustomCSS}</style>
  711. </head>
  712. <body>
  713. <div id="left">
  714. <img src="{image:Left Image 1}">
  715. <img src="{image:Left Image 2}">
  716. </div>
  717. <div id="links">
  718. <div class="links">
  719. <a href="{text:Link1URL}">{text:Link1}</a>
  720. <a href="{text:Link2URL}">{text:Link2}</a>
  721. <a href="{text:Link3URL}">{text:Link3}</a>
  722. <a href="{text:Link4URL}">{text:Link4}</a>
  723. </div>
  724. <div class="linktitle">LINKS</div>
  725. <div class="linkss">
  726. <a href="{text:Link5URL}">{text:Link5}</a>
  727. <a href="{text:Link6URL}">{text:Link6}</a>
  728. <a href="{text:Link7URL}">{text:Link7}</a>
  729. <a href="{text:Link8URL}">{text:Link8}</a>
  730. </div>
  731. </div>
  732. <div id="sidebar">
  733. <div id="title"><a href="/">{text:Title}</a></div>
  734. {block:Pagination}<div id="pagi">
  735. {block:PreviousPage}<a href="{PreviousPage}" title="back">ยซ</a> {/block:PreviousPage}{block:NextPage}<a href="{NextPage}" title="next">ยป</a>{/block:NextPage}
  736. </div>
  737. {/block:Pagination}
  738. <div id="image"><img src="{image:Sidebar}">
  739. <div class="box">
  740. <div class="updates">
  741. <!--- PUT YOUR UPDATES HERE -->
  742. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque mollis, diam vel dapibus ullamcorper, elit neque ornare mi, sed bibendum magna neque vel dolor. Nulla facilisis mi sed porta elementum. Quisque tempor venenatis purus. Morbi ullamcorper ligula arcu, et facilisis arcu condimentum a. Aenean luctus suscipit tristique. Sed ut tempor enim. Nulla pretium, nibh et elementum bibendum, turpis tellus laoreet orci, eget aliquet mauris quam rhoncus dolor. Sed consequat nulla eu luctus suscipit. Donec sit amet lacus id velit congue porta. Donec mi erat, porttitor ac feugiat eget, lacinia at urna. Duis auctor justo feugiat, dignissim tortor vel, lobortis justo.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque mollis, diam vel dapibus ullamcorper, elit neque ornare mi, sed bibendum magna neque vel dolor. Nulla facilisis mi sed porta elementum. Quisque tempor venenatis purus. Morbi ullamcorper ligula arcu, et facilisis arcu condimentum a. Aenean luctus suscipit tristique. Sed ut tempor enim. Nulla pretium, nibh et elementum bibendum, turpis tellus laoreet orci, eget aliquet mauris quam rhoncus dolor. Sed consequat nulla eu luctus suscipit. Donec sit amet lacus id velit congue porta. Donec mi erat, porttitor ac feugiat eget, lacinia at urna. Duis auctor justo feugiat, dignissim tortor vel, lobortis justo.
  743. </div>
  744. <h1 class="updatetitle">UPDATES</h1>
  745. </div>
  746. </div>
  747. <div id="desc">{Description}</div>
  748. </div>
  749. <!-- POSTS START -->
  750. <div id="entries">
  751. {block:Posts}
  752. <div id="post">
  753.  
  754. {block:Text}
  755. <h1>{block:Title}<a href="{Permalink}" title="{Title}"><div style="font-weight:100;font-size:12px;font-family:'Courier New';text-transform:uppercase;padding:5px 7px 7px 8px;background-color:{color:Background};color:{color:Text};">{Title}</div></a>{/block:Title}</h1>
  756. {Body}<br>{/block:Text}
  757.  
  758. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  759. {block:Caption}{Caption}{/block:Caption}<br/><br/>{/block:Photo}
  760.  
  761. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  762. {/block:Caption}<br>{/block:Photoset}
  763.  
  764. {block:Quote}<div style="width:490px;font-size:11px;padding:5px;background-color:{color:Border};color:{color:Background};">"{Quote}"</div><br/>
  765. {block:Source}<div class="qsource"> โ€”{Source}</div>
  766. {/block:Source}<br>{/block:Quote}
  767.  
  768. {block:Link}<a href="{URL}" {Target} title="{Name}"><div style="border-top:5px solid {color:SidebarBorder};font-size:8px;font-family:'Courier New';text-tranform:uppercase;padding:5px 7px 7px 8px;background-color:{color:Background};color:{color:Text};">{Name}</div></a>{block:Description}{Description}{/block:Description}{/block:Link}
  769.  
  770. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<span style="font-size:15px;text-transform:uppercase;"><b>{Label}</b></span>{/block:Label} {Line}<br>{/block:Lines}<br>{/block:Chat}
  771.  
  772. {block:AudioPlayer}<div class="audiowrapper">{block:AlbumArt}<div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>{/block:AlbumArt} <div class="playerbuttonbg"><div class="newplayerbutton"><div class="playerbuttonhug">{AudioPlayerWhite}</div></div></div><div class="trackdetails">{block:TrackName}{TrackName}{/block:TrackName}<br/>{block:Artist}{Artist}{/block:Artist}<br/>{block:Album}{Album}{/block:Album}<br/></div></div>{block:Caption}{Caption}{/block:Caption}{/block:AudioPlayer}
  773.  
  774.  
  775. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}<br>{/block:Video}
  776.  
  777. <!--- Please don't steal anything. I find it rude and unethical. -->
  778. {block:Answer}<div id="answer">
  779. <div class="question">
  780. <div class="asker">{Asker}</div><br/><div class="q">{Question}</div></div>
  781. {block:Answerer}<br/><br/><div class="question"><div class="asker">{Answerer}</div><br/><div class="q">{Answer}</div></div>{/block:Answerer}{Replies}</div>{/block:Answer}
  782.  
  783. <div id="info">
  784. <a href="{Permalink}" title="{ShortMonth}.{DayOfMonth}.{Year}">{TimeAgo}</a>
  785. {block:NoteCount}
  786. | <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a>{block:RebloggedFrom} | <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{/block:RebloggedFrom} {block:ContentSource} |
  787. <a href="{SourceURL}" title="{SourceTitle}">source</a>{/block:ContentSource}
  788. {block:RebloggedFrom} <a href="{ReblogParentURL}" title="Reblogged From" target="_blank"></a>{/block:RebloggedFrom}
  789. {block:HasTags}<div id="tags">
  790. {block:Tags} <a href="/tagged/{Tag}">#{Tag}</a>{/block:Tags}
  791. </div>{block:HasTags}
  792. </div>
  793. </div>
  794. {/block:Posts}{block:PostNotes}<br><br><div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  795. {/block:Posts}</div></div></div>
  796.  
  797. <div id="cred">
  798. <a href="http://cocoofrps.tumblr.com/" title="THEME 21 BY COCO">#</a>
  799. </div>
  800. </div>
  801.  
  802. <script type="text/javascript">
  803. </script>
  804.  
  805. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement