Don't like ads? PRO users don't see any ads ;-)
Guest

arc4de theme one

By: a guest on Mar 21st, 2012  |  syntax: HTML 5  |  size: 19.18 KB  |  hits: 188  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <head>
  2. <!--
  3. theme one by arc4de c:
  4. if you remove credit I'M GON FIND YOU~~
  5.  
  6. ---
  7.  
  8. READ THIS OR ELSE~
  9. k, this is my first theme so it's not going to be the best-
  10. Comes with the ability to upload your own custom cursor, & change the tab colors, ect
  11.  
  12. INSTRUCTIONS:
  13.  
  14. Copy code, paste html into your custom theme html box, then save. After you save, reload your custom theme editor thingy and you'll actually be able to edit the theme.
  15. *NOTE: The first tab is where your description goes.
  16. *If your title isn't alinged right, message me.
  17. If you have any problems with anything just drop me a question at:
  18. http://arc4de.tumblr.com/
  19.  
  20. -->
  21.  
  22. <title>{Title}</title>
  23.  
  24. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  25. <meta name="color:background" content=""/>
  26. <meta name="color:text" content=""/>
  27. <meta name="color:title" content=""/>
  28. <meta name="color:link" content=""/>
  29. <meta name="color:hover" content=""/>
  30. <meta name="color:shadow" content=""/>
  31. <meta name="color:TabColor" content=""/>
  32. <meta name="color:TabContentBackground" content=""/>
  33. <meta name="color:TabLinkColor" content=""/>
  34. <meta name="color:TabLinkBgHover" content=""/>
  35. <meta name="color:TabLinkBorderColor" content=""/>
  36. <meta name="color:scrollbarcolor" content=""/>
  37. <meta name="image:Background" content=""/>
  38. <meta name="image:Sidebar" content=""/>
  39. <meta name="image:cursor" content=""/>
  40. <meta name="if:showblogtitle" content=""/>
  41. <meta name="if:rainbowlinks" content=""/>
  42. <meta name="if:customcursor" content=""/>
  43. <meta name="if:tinyscrollbar" content=""/>
  44. <meta name="text:Tab One Title" content=""/>
  45. <meta name="text:Tab Two Title" content=""/>
  46. <meta name="text:Tab Three Title" content=""/>
  47. <meta name="text:Tab Three Content" content=""/>
  48. <meta name="text:Link One Title" content=""/>
  49. <meta name="text:Link One" content=""/>
  50. <meta name="text:Link Two Title" content=""/>
  51. <meta name="text:Link Two" content=""/>
  52. <meta name="text:Link Three Title" content=""/>
  53. <meta name="text:Link Three" content=""/>
  54. <meta name="text:Link Four Title" content=""/>
  55. <meta name="text:Link Four" content=""/>
  56.  
  57.  
  58. <!-- don't remove/edit -->
  59. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  60.  
  61. <script type="text/javascript"
  62. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  63.  
  64. <script type="text/javascript">
  65. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  66.  
  67. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  68.  
  69. <script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
  70. <script type="text/javascript">
  71. $(document).ready(function () {
  72. $('li.drawer div:nth-child(2)').hide();
  73. $('li.drawer h4').click(function () {
  74. if ($(this).hasClass('open')) {
  75. $('li.drawer div:visible:nth-child(2)').slideLeft().prev().removeClass('open');}
  76. else {
  77. $('li.drawer div:visible:nth-child(2)').slideLeft().prev().removeClass('open');
  78. $(this).next().slideRight();
  79. $(this).addClass('open');}
  80. });
  81. });
  82. </script>
  83. <!-- don't remove/edit -->
  84.  
  85. <style type="text/css">
  86. body{
  87. {block:ifcustomcursor}
  88. cursor: url("{image:cursor}"), auto;
  89. {/block:ifcustomcursor}
  90. margin:0px;
  91. background-color: {color:Background};
  92. font-family: "tinytots",verdana;
  93. font-size: 8px;
  94. line-height:10px;
  95. color:{color:Text};
  96. background-image:url("{image:Background}");
  97. width:750px;
  98. }
  99.  
  100. @font-face {
  101. font-family: "tinytots";
  102. src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');
  103. }
  104.  
  105. html{
  106. {block:ifcustomcursor}
  107. cursor: url("{image:cursor}"), auto;
  108. {/block:ifcustomcursor}
  109. }
  110.  
  111. h2{font-size: 12pt; font-family: "Atamic CS"; font-weight:normal; line-height:20px; margin:0px; color: #696969;}
  112.  
  113. li {
  114. {block:ifcustomcursor}
  115. cursor: url("{image:cursor}"), auto;
  116. {/block:ifcustomcursor}
  117. }
  118.  
  119. i{
  120. font-style: italic;
  121. }
  122.  
  123. p{
  124. margin-top: 0px;
  125. margin-bottom: 0px;
  126. }
  127.  
  128. b{
  129. color:#080808;
  130. text-shadow: 0 0 2px #888;
  131. }
  132.  
  133. {block:iftinyscrollbar}
  134. ::-webkit-scrollbar {width: 6px; height: 4px; background: #FFFFFF; }
  135. ::-webkit-scrollbar-thumb { background-color: {color:scrollbarcolor}; -webkit-border-radius: 0px; outline:1px solid rgba(0, 0, 0, .1); border:2px solid rgba(0, 0, 0, .05);}
  136. {/block:iftinyscrollbar}
  137.  
  138. a:link, a:active, a:visited{
  139. color:{color:link};
  140. {block:ifcustomcursor}
  141. cursor: url("{image:cursor}"), auto;
  142. {/block:ifcustomcursor}
  143. text-decoration: none;
  144. -webkit-transition: color 0.4s ease-out;
  145. -moz-transition: color 0.4s ease-out;
  146. transition: color 0.4s ease-out;
  147. }
  148.  
  149. a:hover {
  150. color:{color:Hover};
  151. text-decoration: none;
  152. font-style: none;
  153. -webkit-transition-duration: 0.8s;
  154. {block:ifcustomcursor}
  155. cursor: url("{image:cursor}"), auto;
  156. {/block:ifcustomcursor}
  157. }
  158.  
  159. div#center{
  160. margin-left:450px;
  161. position:relative;
  162. width:680px;
  163. overflow:auto;
  164. overflow-y:hidden;
  165. font-family:"tinytots";
  166. }
  167.  
  168. div#content{
  169. float:right;
  170. width:497px;
  171. padding-bottom: 1px;
  172. padding-top: 1px;
  173. margin-top: -25;
  174. margin-right: -300px;
  175. {block:ifcustomcursor}
  176. cursor: url("{image:cursor}"), auto;
  177. {/block:ifcustomcursor}
  178. }
  179.  
  180. div#entry{
  181. float:left;
  182. margin-top: 1px;
  183. margin-bottom: 1px;
  184. margin-right: 0px;
  185. margin-left:1px;
  186. background-color:;
  187. margin-top:0px;
  188. width: 247px;
  189. height: 175px;
  190. }
  191.  
  192. div#entry .permalink2 a{
  193. float: bottom;
  194. color:#000;
  195. }
  196.  
  197. div#entry .permalink2{
  198. margin-right: -10px;
  199. margin-top: 10px;
  200. width:247px;
  201. position: absolute;
  202. font-family: tinytots;
  203. font-size: 8px;
  204. text-align: center;
  205. background-color:#eeeeee;
  206. overflow:hidden;
  207. opacity:0.0;
  208. -webkit-transition: all 0.2s linear;
  209. -webkit-transition: all 0.2s linear;
  210. -moz-transition: all 0.2s linear;
  211. transition: all 0.2s linear;
  212. }
  213.  
  214. div#entry:hover .permalink2{
  215. margin-right: 250px;
  216. margin-top:0px;
  217. overflow:visible;
  218. -webkit-transition: all 0.4s linear; opacity: 0.9;
  219. -webkit-transition: all 0.4s linear;
  220. -moz-transition: all 0.4s linear;
  221. transition: all 0.4s linear;
  222. }
  223.  
  224. div#container{
  225. position:fixed !important;
  226. }
  227.  
  228. .titleman{
  229. position:fixed !important;
  230. width:220px;
  231. height:auto;
  232. font-family: 'Amatic SC', cursive;
  233. font-size: 43px;
  234. line-height: 35px;
  235. color: {color:title};
  236. padding-bottom:50px;
  237. text-align:center;
  238. text-shadow: 0px 1px 5px #fff;  
  239. letter-spacing: -2px;
  240. margin-top:60px;
  241. top:23px;
  242. z-index:99999;
  243. }
  244.  
  245. .text1{
  246. font-size:8px;
  247. height:52px;
  248. -webkit-transform: rotate(-90deg);
  249. -moz-transform: rotate(-90deg);
  250. -webkit-transition-duration: .6s;
  251. display: inline-block;
  252. }
  253.  
  254. .text1{
  255. margin-top:9px;
  256. margin-left:-22px;
  257. width: 57px;
  258. height: 21px;
  259. background-color:{color:TabColor};
  260. padding: 2px;
  261. font-size:8px;
  262. letter-spacing:0px;
  263. line-height:15px;
  264. text-align:center;
  265. -webkit-transition-duration: .6s;
  266. display: inline-block;
  267. }
  268.  
  269. .text2{
  270. font-size:8px;
  271. -webkit-transform: rotate(-90deg);
  272. -moz-transform: rotate(-90deg);
  273. width: 51px;
  274. height: 19px;
  275. margin-left:-21px;
  276. background-color: {color:TabColor};
  277. padding: 2px;
  278. margin-top:5px;
  279. font-size:8px;
  280. letter-spacing:0px;
  281. line-height:15px;
  282. text-align:center;
  283. border: 1px solid {color:TabColor};
  284. -webkit-transition-duration: .6s;
  285. display: inline-block;
  286. }
  287.  
  288. .text3{
  289. font-size:8px;
  290. -webkit-transform: rotate(-90deg);
  291. -moz-transform: rotate(-90deg);
  292. width: 51px;
  293. height: 20px;
  294. margin-left:-20px;
  295. background-color: {color:TabColor};
  296. padding: 2px;
  297. margin-top:8px;
  298. letter-spacing:0px;
  299. line-height:15px;
  300. text-align:center;
  301. border: 1px solid {color:TabColor};
  302. -webkit-transition-duration: .6s;
  303. display: inline-block;
  304. }
  305.  
  306. div#sidebar{
  307. background-color:#fff;
  308. position:fixed !important;
  309. width:auto;
  310. height:200px;  
  311. padding-bottom:0px;
  312. margin-top:119px;
  313. margin-left: -233px;
  314. padding:0px;
  315. z-index:999;
  316. -moz-box-shadow: 0 0 5px #888;
  317. -webkit-box-shadow: 0 0 5px#888;
  318. box-shadow: 0 0 5px #888;
  319. }
  320.  
  321. div#sidebar2{
  322. position:fixed !important;
  323. margin-top:100px;
  324. width:300px;
  325. height:justify;
  326. margin-left: -230px;
  327. z-index:999;
  328. }
  329.  
  330. div#links {text-align:center;font-size: 9px;position:fixed;padding:5px;left:0px;left:200px;-webkit-transition: all .8s ease-in-out;-moz-transition: all .8s ease-in-out;-o-transition: all .8s ease-in-out;z-index:999; font-family:"tinytots";}
  331.  
  332. div#links:hover {left:45px;padding:5px;}
  333.  
  334. div#links2 {overflow-y:scroll;overflow-x:hidden;font-family:"tinytots";font-size:8px; background-color:{color:TabContentBackground};margin-top:115px;margin-left:11px;padding: 3px;border: 2px solid {color:TabContentBackground};border-top: 3px solid {color:TabContentBackground};width:150px;height:50px;z-index: 9999;font-family:"tinytots";}
  335.  
  336. div#links3{
  337. background-color:{color:TabColor};
  338. border:2px solid {color:TabColor};
  339. padding-top:7px;
  340. text-align:center;
  341. margin-top:-61px;
  342. height:50px;
  343. margin-left:-11px;
  344. width: 21px;
  345. z-index: 999;}
  346.  
  347. div#linkjigs1 {text-align:center;font-size: 9px;position:fixed;padding:5px;left:0px;left:200px;-webkit-transition: all .8s ease-in-out;-moz-transition: all .8s ease-in-out;-o-transition: all .8s ease-in-out;z-index:998; font-family:"tinytots";}
  348.  
  349. div#linkjigs1:hover {left:45px;padding:5px;}
  350.  
  351. div#linkjigs2 {font-family:"tinytots"; font-size:8px; border: 2px solid #c6c6c6;background-color:{color:TabLinkColor};margin-top:187px;margin-left:10px;padding: 0px;border:0px solid {color:TabLinkColor};width:170px;height:57px;z-index: 9999;font-family:"tinytots";}
  352.  
  353. div#linkjigs3 {font-family:"tinytots";font-size:8px;padding-top:7px; ;margin-top:-53px;height:48px;margin-left:-8px;width: 20px;z-index: 9999;
  354. }
  355.  
  356. div#linknigs1 {text-align:center;font-size: 9px;position:fixed;padding:5px;left:0px;left:200px;-webkit-transition: all .8s ease-in-out;-moz-transition: all .8s ease-in-out;-o-transition: all .8s ease-in-out;z-index:997; font-family:"tinytots";text-align:center;}
  357.  
  358. div#linknigs1:hover {left:45px;padding:5px;}
  359.  
  360. div#linknigs2 {border: 5px solid {color:TabContentBackground};font-family:"tinytots"; font-size:8px; background-color:{color:TabContentBackground};margin-top:256px;margin-left:10px;padding: 4px;border:0px solid #fff;width:155px;height:50px;z-index: 9999;font-family:"tinytots";}
  361.  
  362. div#linknigs3 {font-family:"tinytots";font-size:8px;padding-top:8px; ;margin-top:-58px;height:48px;margin-left:-8px;width: 20px;z-index: 997;
  363. }
  364.  
  365. div.button a{
  366. top:15px;
  367. display: inline-block;
  368. background-color:{color:TabLinkColor};
  369. height:12px;
  370. width: 160px;
  371. -webkit-transition: all 0.5s ease-in-out;
  372. -moz-transition: all 0.5s ease-in-out;
  373. -o-transition: all 0.5s ease-in-out;
  374. text-align:center;
  375. padding-right:5px;
  376. padding-top:2px;
  377. border-left: 0px solid {color:TabLinkBorderColor};
  378. cursor: url("http://i39.tinypic.com/1tn0aw.png"), auto;
  379. }
  380.  
  381. div.button a:hover{
  382. width: 140px;
  383. text-align:right;
  384. border-right: 125px solid {color:TabLinkBorderColor};
  385. padding-left:2px;
  386. background-color:{color:TabLinkBgHover};
  387. -webkit-transition: all 0.5s ease-in-out;
  388. -moz-transition: all 0.5s ease-in-out;
  389. -o-transition: all 0.5s ease-in-out;
  390. cursor: url("http://i44.tinypic.com/35ioua1.png"), auto;
  391. }
  392.  
  393. div#permapage{
  394. width: 248px;
  395. font-family: cambria;
  396. font-size: 10px;
  397. line-height: 10px;
  398. text-align: center;
  399. margin-bottom: 12px;
  400. margin-top: 3px;
  401. }
  402.  
  403. .video embed, .post div.video object {
  404. width:160px !important;
  405. height:110px; !important;
  406. }
  407.  
  408. blockquote{
  409. padding:2px 2px 2px 5px;
  410. margin:2px 2px 2px 1px;
  411. border-left: 1px dotted {color:Text};
  412. }
  413.  
  414. blockquote p, ul{
  415. margin:0px;
  416. padding:0px;
  417. }
  418.  
  419. ul, li{list-style:none; margin:0px; padding:0px;}
  420.  
  421. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  422.  
  423. a img{border: 0px;}
  424. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  425. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  426. .user_7 .label, .user_8 .label, .user_9 .label {color:#000;}
  427. .notes img{width:10px; position:relative; top:3px;
  428.  
  429. }
  430.  
  431. .permalink{
  432. color:{color:links};
  433. display:block;
  434. margin-left: -10px;
  435. position: absolute;
  436. text-align: right;
  437. }
  438.  
  439. small{font-size: 90%;}
  440.  
  441. iframe#tumblr_controls {
  442. top: 0% !important;
  443. right:0% !important;
  444. position: fixed !important;}
  445.  
  446. </style>
  447.  
  448. <link rel="shortcut icon" href="{Favicon}">
  449. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  450. <meta name="viewport" content="width=820" />
  451.  
  452.  
  453. {block:ifrainbowlinks}
  454. <script type='text/javascript'>
  455.  
  456. //<![CDATA[
  457.  
  458. var rate = 20;
  459.  
  460. if (document.getElementById)
  461. window.onerror=new Function("return true")
  462.  
  463. var objActive; // The object which event occured in
  464. var act = 0; // Flag during the action
  465. var elmH = 0; // Hue
  466. var elmS = 128; // Saturation
  467. var elmV = 255; // Value
  468. var clrOrg; // A color before the change
  469. var TimerID; // Timer ID
  470.  
  471. if (document.all) {
  472. document.onmouseover = doRainbowAnchor;
  473. document.onmouseout = stopRainbowAnchor;
  474. }
  475. else if (document.getElementById) {
  476. document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT);
  477. document.onmouseover = Mozilla_doRainbowAnchor;
  478. document.onmouseout = Mozilla_stopRainbowAnchor;
  479. }
  480.  
  481. function doRainbow(obj)
  482. {
  483. if (act == 0) {
  484. act = 1;
  485. if (obj)
  486. objActive = obj;
  487. else
  488. objActive = event.srcElement;
  489. clrOrg = objActive.style.color;
  490. TimerID = setInterval("ChangeColor()",100);
  491. }
  492. }
  493.  
  494.  
  495. function stopRainbow()
  496. {
  497. if (act) {
  498. objActive.style.color = clrOrg;
  499. clearInterval(TimerID);
  500. act = 0;
  501. }
  502. }
  503.  
  504.  
  505. function doRainbowAnchor()
  506. {
  507. if (act == 0) {
  508. var obj = event.srcElement;
  509. while (obj.tagName != 'A' && obj.tagName != 'BODY') {
  510. obj = obj.parentElement;
  511. if (obj.tagName == 'A' || obj.tagName == 'BODY')
  512. break;
  513. }
  514.  
  515. if (obj.tagName == 'A' && obj.href != '') {
  516. objActive = obj;
  517. act = 1;
  518. clrOrg = objActive.style.color;
  519. TimerID = setInterval("ChangeColor()",100);
  520. }
  521. }
  522. }
  523.  
  524.  
  525. function stopRainbowAnchor()
  526. {
  527. if (act) {
  528. if (objActive.tagName == 'A') {
  529. objActive.style.color = clrOrg;
  530. clearInterval(TimerID);
  531. act = 0;
  532. }
  533. }
  534. }
  535.  
  536.  
  537. function Mozilla_doRainbowAnchor(e)
  538. {
  539. if (act == 0) {
  540. obj = e.target;
  541. while (obj.nodeName != 'A' && obj.nodeName != 'BODY') {
  542. obj = obj.parentNode;
  543. if (obj.nodeName == 'A' || obj.nodeName == 'BODY')
  544. break;
  545. }
  546.  
  547. if (obj.nodeName == 'A' && obj.href != '') {
  548. objActive = obj;
  549. act = 1;
  550. clrOrg = obj.style.color;
  551. TimerID = setInterval("ChangeColor()",100);
  552. }
  553. }
  554. }
  555.  
  556.  
  557. function Mozilla_stopRainbowAnchor(e)
  558. {
  559. if (act) {
  560. if (objActive.nodeName == 'A') {
  561. objActive.style.color = clrOrg;
  562. clearInterval(TimerID);
  563. act = 0;
  564. }
  565. }
  566. }
  567.  
  568.  
  569. function ChangeColor()
  570. {
  571. objActive.style.color = makeColor();
  572. }
  573.  
  574.  
  575. function makeColor()
  576. {
  577. // Don't you think Color Gamut to look like Rainbow?
  578.  
  579. // HSVtoRGB
  580. if (elmS == 0) {
  581. elmR = elmV; elmG = elmV; elmB = elmV;
  582. }
  583. else {
  584. t1 = elmV;
  585. t2 = (255 - elmS) * elmV / 255;
  586. t3 = elmH % 60;
  587. t3 = (t1 - t2) * t3 / 60;
  588.  
  589. if (elmH < 60) {
  590. elmR = t1; elmB = t2; elmG = t2 + t3;
  591. }
  592. else if (elmH < 120) {
  593. elmG = t1; elmB = t2; elmR = t1 - t3;
  594. }
  595. else if (elmH < 180) {
  596. elmG = t1; elmR = t2; elmB = t2 + t3;
  597. }
  598. else if (elmH < 240) {
  599. elmB = t1; elmR = t2; elmG = t1 - t3;
  600. }
  601. else if (elmH < 300) {
  602. elmB = t1; elmG = t2; elmR = t2 + t3;
  603. }
  604. else if (elmH < 360) {
  605. elmR = t1; elmG = t2; elmB = t1 - t3;
  606. }
  607. else {
  608. elmR = 0; elmG = 0; elmB = 0;
  609. }
  610. }
  611.  
  612. elmR = Math.floor(elmR).toString(16);
  613. elmG = Math.floor(elmG).toString(16);
  614. elmB = Math.floor(elmB).toString(16);
  615. if (elmR.length == 1) elmR = "0" + elmR;
  616. if (elmG.length == 1) elmG = "0" + elmG;
  617. if (elmB.length == 1) elmB = "0" + elmB;
  618.  
  619. elmH = elmH + rate;
  620. if (elmH >= 360)
  621. elmH = 0;
  622.  
  623. return '#' + elmR + elmG + elmB;
  624. }
  625.  
  626. //]]>
  627.  
  628. </script>
  629.  
  630.  
  631. {/block:ifrainbowlinks}
  632.  
  633.  
  634. </head>
  635. <body>
  636.  
  637. <div id="cage">
  638. <div id="center">
  639. <div id="cage">
  640.  
  641. </div>
  642.  
  643. <div id="container">
  644.  
  645. <div id="sidebar2">
  646. {block:ifshowblogtitle}
  647. <div class="titleman"><div align="center">{Title}</div>
  648. {block:ifshowblogtitle}
  649. </div</div></div></div>
  650.  
  651. <div id="links">
  652.  
  653. <div id="links2">
  654.  
  655. <div id="name"></div>{Description}</div>
  656. <div id="links3"><div class="text1">{text:Tab One Title}</div></div></div>
  657.  
  658. <div id="linkjigs1">
  659.  
  660. <div id="linkjigs2">
  661.  
  662. <div id="name"></div><div class="button"><a href="{text:Link One}">{text:Link One Title}</a><a href="{text:Link Two}">{text:Link Two Title}</a>
  663. <a href="{text:Link Three}">{text:Link Three Title}</a><a href="{text:Link Four}">{text:Link Four Title}</a>
  664. </div></div>
  665. <div id="linkjigs3"><div class="text2">{text:Tab Two Title}</div></div></div>
  666.  
  667. <div id="linknigs1">
  668.  
  669. <div id="linknigs2">
  670.  
  671. <div id="name"></div>{text:Tab Three Content}
  672. </div>
  673. <div id="linknigs3"><div class="text3">{text:Tab Three Title}</div></div></div>
  674.  
  675. <div id="sidebar">
  676. <a href="/"><img src="{image:Sidebar}" height=200px></a>
  677. <div align="right">
  678. <br>
  679. </div>
  680. </div>
  681. </div>
  682.  
  683. <br><br>
  684. </div></div></div>
  685.  
  686. <div id="content">
  687.  
  688. {block:Posts}
  689.  
  690. <div id="entry">
  691.  
  692. <div class="permalink2">
  693. <a href="{permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank"> reblog </a> / <a href="{permalink}">{TimeAgo}</a></span></div>
  694.  
  695. {block:Text}
  696. {block:Title}<span class="title">{Title}</span>{/block:Title}
  697. <span class="entrytext">{Body}</span> <div align="right">-</div>
  698.  
  699. {/block:Text}
  700.  
  701. {block:Link}
  702. <a href="{URL}" class="title">{Name}</a>
  703. {block:Description}{Description}{/block:Description}
  704. <div align="right">-</div>
  705. {block:Link}
  706.  
  707. {block:Photo}
  708. {block:IndexPage}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width=247px height=175px/></a>{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=400px/>{LinkCloseTag}{/block:PermalinkPage}{/block:Photo}
  709.  
  710. {block:Quote}
  711. <span class="title">{Quote}</span>
  712. {block:Source}{Source}{/block:Source}
  713. <div align="right">-</div>
  714. {/block:Quote}
  715.  
  716. {block:Chat}
  717. {block:Title}<span class="title">{Title}</span>{/block:Title}
  718. <ul class="chat">
  719. {block:Lines}
  720. <li class="user_{UserNumber}">
  721. {block:Label}
  722. <span class="label">{Label}</span>
  723. {/block:Label}
  724.  
  725. {Line}
  726. </li>
  727. {/block:Lines}
  728. </ul>
  729. <div align="right">-</div>
  730.  
  731. {/block:Chat}
  732.  
  733.  
  734. {block:Audio}
  735. <center><div style="width=275px height=133px"><div
  736.  
  737. style="float:left">{AudioPlayerWhite}</div><div style="margin-top:8px;
  738. float:bottom;"><small>
  739. {FormattedPlayCount} plays {block:ExternalAudio} // <a
  740.  
  741. href="{ExternalAudioURL}">Download?</a>{/block:ExternalAudio}
  742.  
  743. </small></div></div></centeR><BR>
  744. {block:permalinkpage}{block:caption}{caption}{/block:caption}{/block:permalinkpage}
  745. {/block:Audio}
  746.  
  747. {block:Video}<center>
  748. {Video-200}<BR>
  749. {block:permalinkpage}on}{/block:permalinkpage}</center>
  750. {/block:Video}
  751.  
  752.  
  753. {block:PostNotes}
  754. <center>
  755. {block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel} <img src="http://i214.photobucket.com/albums/cc105/24168/egobox/vf/pixels/icons/23.gif">{/block:NoteCount}{block:HasTags}{block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}
  756.  
  757. <p>{block:RebloggedFrom}
  758. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  759. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  760.  
  761. {/block:RebloggedFrom}
  762. </center></span>
  763. <br>
  764. <div id="postnotes">{PostNotes}</div><br>
  765.  
  766. <center>{block:ContentSource}
  767. <br><a href="{SourceURL}">
  768. {lang:Source}:
  769. {block:SourceLogo}
  770. <img src="{BlackLogoURL}" width="{LogoWidth}"
  771. height="{LogoHeight}" alt="{SourceTitle}" />
  772. {/block:SourceLogo}
  773. {block:NoSourceLogo}
  774. {SourceLink}
  775. {/block:NoSourceLogo}
  776. </a>
  777. {/block:ContentSource}</center>
  778.  
  779. {/block:PostNotes}
  780. </div>
  781. {/block:Posts}
  782. </div></div>
  783.  
  784. </div>
  785. <div style="position:fixed; bottom:0px; left:5px;">
  786. theme by <a href="http://arc4de.tumblr.com">arc4de</a>
  787. </body>
  788. </html>