Advertisement
thepinkrebellion

Faux Animaux theme by thepinkrebellion

May 16th, 2012
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.46 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. <!--
  4. theme by thepinkrebellion.tumblr.com
  5. -->
  6.  
  7. <html lang="en">
  8. <head>
  9. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  10. <link href='http://fonts.googleapis.com/css?family=Happy+Monkey' rel='stylesheet' type='text/css'>
  11.  
  12. <!--
  13. theme by thepinkrebellion
  14. thepinkrebellion.tumblr.com -->
  15. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  16. <meta name="color:background" content="#88B0CF"/>
  17. <meta name="color:text" content="#000"/>
  18. <meta name="color:title" content="#000"/>
  19. <meta name="color:link" content="#777"/>
  20. <meta name="color:hover" content="#ccc"/>
  21. <meta name="image:sidebar" content="1"/>
  22. <meta name="if: show quote" content="1"/">
  23. <meta name="image:Background" content=""/>
  24. <meta name="if:tiny cursor" content="1"/>
  25. <meta name="if: rainbow links" content="1"/>
  26. <meta name="if:tiny scrollbar" content="0"/>
  27. <meta name="text:link one" content="/" />
  28. <meta name="text:link one title" content="lol" />
  29. <meta name="text:link two" content="idk" />
  30. <meta name="text:link two title" content="wat" />
  31. <meta name="text:link three" content="meow" />
  32. <meta name="text:link three title" content="i am cool" />
  33. <meta name="text:link four" content="i like llamas" />
  34. <meta name="text:link four title" content="llamallama" />
  35. <meta name="text:link five" content="i need food" />
  36. <meta name="text:link five title" content="stupid hoe lolz" />
  37.  
  38.  
  39. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  40.  
  41. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  42.  
  43. <style type="text/css">
  44.  
  45. {block:iftinycursor}
  46. body, a, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;}
  47. {/block:iftinycursor}
  48.  
  49. {block:iftinyscrollbar}
  50. ::-webkit-scrollbar {width: 5px; height: 4px; background: white; }
  51.  
  52. ::-webkit-scrollbar-thumb { background-color: #eeeeee; -webkit-border-radius: 0ex; border: 0px dashed black;}
  53. {/block:iftinyscrollbar}
  54.  
  55.  
  56. p {
  57. margin:0px;
  58. margin-top:0px;
  59. }
  60.  
  61.  
  62. body {
  63. margin:0px;
  64. background-color: {color:background};
  65. background-image:url({image:Background});
  66. background-attachment: fixed;
  67. background-repeat: repeat;}
  68. body, div, p, textarea, submit, input{
  69. font-family: 'Happy Monkey';
  70. font-size: 10.5px;
  71. line-height:10px;
  72. letter-spacing:0px;
  73. color:{color:Text};
  74. }
  75.  
  76.  
  77. p {
  78. margin:0px;
  79. margin-top:0px;
  80. }
  81.  
  82. a:link, a:active, a:visited{
  83. color: {color:Link};
  84. text-decoration: none;
  85. -webkit-transition: color 0.3s ease-out;
  86. -moz-transition: color 0.3s ease-out;
  87. transition: color 0.3s ease-out;
  88. }
  89.  
  90. a:hover {
  91. font-style: italic;
  92. color:{color:Hover};
  93. text-decoration: none;
  94. }
  95.  
  96. #tumblr_controls{
  97. position:fixed !important;
  98. }
  99.  
  100. div#center{
  101. margin:auto;
  102. position:relative;
  103. width:840px;
  104. background-color:;
  105. overflow:auto;
  106. overflow-y:hidden;
  107. }
  108.  
  109. div#content{
  110. float:right;
  111. width:500px;
  112. padding-left: 2px;
  113. padding-right: 2px;
  114. padding-top: 2px;
  115. padding-bottom: 2px;
  116. margin-right: 70px;
  117. margin-top: 0px;
  118. background: transparent;
  119. border: 1px dotted #aaa
  120. }
  121.  
  122. div#entry{
  123. background-color:;
  124. margin-top:px;
  125. padding-top:0px;
  126. padding-bottom:0px;
  127. }
  128.  
  129. #entry .reblawwg{
  130. width:auto;
  131. position: absolute;
  132. font-family: 'Amatic SC', cursive;
  133. font-size: 20px;
  134. line-height: 22px;
  135. letter-spacing: 2px;
  136. text-align: right;
  137. overflow:hidden;
  138. opacity: 0.0;
  139. background-color:#F1F1F1;
  140. -webkit-transition: all 0.2s linear;
  141. -moz-transition: all 0.2s linear;
  142. transition: all 0.2s linear;
  143. }
  144.  
  145.  
  146. #entry:hover .reblawwg{
  147. width: 500px;
  148. background-color:F1F1F1;
  149. overflow:visible;
  150. -webkit-transition: opacity 1.0s linear; opacity: 1.0;
  151. -webkit-transition: all 0.3s linear;
  152. -moz-transition: all 0.3s linear;
  153. transition: all 0.3s linear;
  154. }
  155.  
  156. div#sidebar{
  157. position:fixed !important;
  158. width: 230px;
  159. height:auto;
  160. margin: 70px 0px 0px -22px;
  161. padding-top:2px;
  162. padding-left:2px;
  163. padding-right:2px;
  164. padding-bottom:2px;
  165. text-align:center;
  166. background-color: white;
  167. border: 1px dotted #aaa
  168. z-index: 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
  169. }
  170.  
  171. #sidepicture {
  172. width: 190px;
  173. }
  174.  
  175. #sidepicture .desc{
  176. opacity: 0;
  177. background: white;
  178. text-align: center;
  179. width: 99%;
  180. height: 99%;
  181. position: absolute;
  182. -webkit-transition: opacity 0.5s linear;
  183. -webkit-transition: all 0.5s linear;
  184. -moz-transition: all 0.5s linear;
  185. transition: all 0.5s linear;
  186. }
  187.  
  188. #sidepicture:hover .desc{
  189. opacity: 0.7;
  190. -webkit-transition: opacity 0.5s linear;
  191. -webkit-transition: all 0.5s linear;
  192. -moz-transition: all 0.5s linear;
  193. transition: all 0.5s linear;
  194. }
  195.  
  196.  
  197. .bubble {align:right;background: #eee; margin:7px 0px 5px 66px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  198. .bubble p {margin:1px 0px;}
  199. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid #eee;}
  200.  
  201.  
  202. .askborder {float: left;margin: 1px 4px 0 0;padding: 2px; background: #aaa}
  203.  
  204. #postnotes{
  205. text-align: justify;}
  206.  
  207. #postnotes blockquote{
  208. border: 0px;}
  209.  
  210. .title{
  211. font-family: 'Amatic SC', cursive;
  212. font-size: 40px;
  213. line-height: 19px;
  214. color: {color:Title};
  215. letter-spacing: 0px;
  216. font-weight: normal;
  217. padding:0px 0px 0px 0px;
  218. }
  219.  
  220. .rainbowstuff {
  221.  
  222. position:fixed !important;
  223.  
  224. top: 42px;
  225.  
  226. left: 120px;
  227.  
  228. width:auto;
  229.  
  230. height:100%;
  231.  
  232. padding: 10px;
  233.  
  234. background-color: transparent;
  235.  
  236. }
  237.  
  238. .blogtitle{
  239. font-family: 'Amatic SC', cursive;
  240. font-size: 40px;
  241. line-height: 12px;
  242. font-style: italic;
  243. color: {color:Link};
  244. }
  245.  
  246. div#linkbar{
  247. position:fixed !important;
  248. margin-left: 175px;
  249. margin-top: 45px;
  250. background-color: transparent;
  251. height: auto;
  252. width: 50px;
  253. padding: 0px;
  254. text-align: center;
  255. z-index: 99999999999999999999999999999999999999999999999999999999;
  256. }
  257.  
  258. .redlink{
  259. display: block;
  260. width: 50px;
  261. height: 12px;
  262. font-size: 8px;
  263. line-height:12px;
  264. text-align: center;
  265. letter-spacing:0px;
  266. margin-top: 0px;
  267. padding: 2px;
  268. background-color: #FF6B6B;
  269. border-radius: 0px 20px 0px 0px;
  270. -webkit-transition-duration: .6s;
  271. display: inline-block;
  272. }
  273.  
  274. .redlink:hover {
  275. background-color: #FF6B6B;
  276. width: 70px;
  277. text-align: right;
  278. transform: rotate(0deg);
  279. -moz-transform: rotate(0deg);
  280. -webkit-transform: rotate(0deg);
  281. -o-transform: rotate(0deg);
  282. -moz-box-shadow: 0 0 4em white;
  283. -webkit-box-shadow: 0 0 6em white;
  284. box-shadow: 0 0 4em white;
  285. }
  286.  
  287. .orangelink{
  288. display: block;
  289. width: 50px;
  290. height: 12px;
  291. font-size: 8px;
  292. line-height:12px;
  293. text-align: center;
  294. letter-spacing:0px;
  295. margin-top: 0px;
  296. padding: 2px;
  297. background-color: #FF9C6B;
  298. -webkit-transition-duration: .6s;
  299. display: inline-block;
  300. }
  301.  
  302. .orangelink:hover {
  303. background-color: #FF9C6B;
  304. width: 70px;
  305. text-align: right;
  306. transform: rotate(0deg);
  307. -moz-transform: rotate(0deg);
  308. -webkit-transform: rotate(0deg);
  309. -o-transform: rotate(0deg);
  310. -moz-box-shadow: 0 0 4em white;
  311. -webkit-box-shadow: 0 0 6em white;
  312. box-shadow: 0 0 4em white;
  313. }
  314.  
  315. .yellowlink{
  316. display: block;
  317. width: 50px;
  318. height: 12px;
  319. font-size: 8px;
  320. line-height:12px;
  321. text-align: center;
  322. letter-spacing:0px;
  323. margin-top: 0px;
  324. padding: 2px;
  325. background-color: #FFFD6B;
  326. -webkit-transition-duration: .6s;
  327. display: inline-block;
  328. }
  329.  
  330. .yellowlink:hover {
  331. background-color: #FFFD6B;
  332. width: 70px;
  333. text-align: right;
  334. transform: rotate(0deg);
  335. -moz-transform: rotate(0deg);
  336. -webkit-transform: rotate(0deg);
  337. -o-transform: rotate(0deg);
  338. -moz-box-shadow: 0 0 4em white;
  339. -webkit-box-shadow: 0 0 6em white;
  340. box-shadow: 0 0 4em white;
  341. }
  342.  
  343. .greenlink{
  344. display: block;
  345. width: 50px;
  346. height: 12px;
  347. font-size: 8px;
  348. line-height:12px;
  349. text-align: center;
  350. letter-spacing:0px;
  351. margin-top: 0px;
  352. padding: 2px;
  353. background-color: #89FF6B;
  354. -webkit-transition-duration: .6s;
  355. display: inline-block;
  356. }
  357.  
  358. .greenlink:hover {
  359. background-color: #89FF6B;
  360. width: 70px;
  361. text-align: right;
  362. transform: rotate(0deg);
  363. -moz-transform: rotate(0deg);
  364. -webkit-transform: rotate(0deg);
  365. -o-transform: rotate(0deg);
  366. -moz-box-shadow: 0 0 4em white;
  367. -webkit-box-shadow: 0 0 6em white;
  368. box-shadow: 0 0 4em white;
  369. }
  370.  
  371. .bluelink{
  372. display: block;
  373. width: 50px;
  374. height: 12px;
  375. font-size: 8px;
  376. line-height:12px;
  377. text-align: center;
  378. letter-spacing:0px;
  379. margin-top: 0px;
  380. padding: 2px;
  381. background-color: #6B8EFF;
  382. -webkit-transition-duration: .6s;
  383. display: inline-block;
  384. }
  385.  
  386. .bluelink:hover {
  387. background-color: #6B8EFF;
  388. width: 70px;
  389. text-align: right;
  390. transform: rotate(0deg);
  391. -moz-transform: rotate(0deg);
  392. -webkit-transform: rotate(0deg);
  393. -o-transform: rotate(0deg);
  394. -moz-box-shadow: 0 0 4em white;
  395. -webkit-box-shadow: 0 0 6em white;
  396. box-shadow: 0 0 4em white;
  397. }
  398.  
  399. .purplelink{
  400. display: block;
  401. width: 50px;
  402. height: 12px;
  403. font-size: 8px;
  404. line-height:12px;
  405. text-align: center;
  406. letter-spacing:0px;
  407. margin-top: 0px;
  408. padding: 2px;
  409. background-color: #A46BFF;
  410. border-radius: 0px 0px 20px 0px;
  411. -webkit-transition-duration: .6s;
  412. display: inline-block;
  413. }
  414.  
  415. .purplelink:hover {
  416. background-color: #A46BFF;
  417. width: 70px;
  418. text-align: right;
  419. transform: rotate(0deg);
  420. -moz-transform: rotate(0deg);
  421. -webkit-transform: rotate(0deg);
  422. -o-transform: rotate(0deg);
  423. -moz-box-shadow: 0 0 4em white;
  424. -webkit-box-shadow: 0 0 6em white;
  425. box-shadow: 0 0 4em white;
  426. }
  427.  
  428. .video embed, .post div.video object {width:260px !important; height:180px !important;}
  429.  
  430. blockquote{
  431. padding:0px 0px 2px 5px;
  432. margin:0px 0px 2px 1px;
  433. border-left: 1px dotted #555555;
  434. }
  435.  
  436. blockquote p, ul{
  437. margin:0px;
  438. padding:0px;
  439. }
  440.  
  441.  
  442. a img{border: 0px;}
  443.  
  444. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  445.  
  446. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  447. .user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
  448.  
  449. .notes img{width:10px; position:relative; top:3px;}
  450.  
  451. .permalink{
  452. display: block;
  453. font-size: 10px;
  454. text-align: right;
  455. text-decoration: none;
  456. }
  457.  
  458.  
  459. small{font-size: 90%;}
  460.  
  461.  
  462. </style>
  463.  
  464.  
  465. <link rel="shortcut icon" href="{Favicon}">
  466. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  467. <meta name="viewport" content="width=820" />
  468.  
  469. {block:ifrainbowlinks}
  470. <script type='text/javascript'>
  471.  
  472. //<![CDATA[
  473.  
  474. var rate = 20;
  475.  
  476. if (document.getElementById)
  477.  
  478. window.onerror=new Function("return true")
  479.  
  480. var objActive; // The object which event occured in
  481.  
  482. var act = 0; // Flag during the action
  483.  
  484. var elmH = 0; // Hue
  485.  
  486. var elmS = 128; // Saturation
  487.  
  488. var elmV = 255; // Value
  489.  
  490. var clrOrg; // A color before the change
  491.  
  492. var TimerID; // Timer ID
  493.  
  494. if (document.all) {
  495.  
  496. document.onmouseover = doRainbowAnchor;
  497.  
  498. document.onmouseout = stopRainbowAnchor;
  499.  
  500. }
  501.  
  502. else if (document.getElementById) {
  503.  
  504. document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT);
  505.  
  506. document.onmouseover = Mozilla_doRainbowAnchor;
  507.  
  508. document.onmouseout = Mozilla_stopRainbowAnchor;
  509.  
  510. }
  511.  
  512. function doRainbow(obj)
  513.  
  514. {
  515.  
  516. if (act == 0) {
  517.  
  518. act = 1;
  519.  
  520. if (obj)
  521.  
  522. objActive = obj;
  523.  
  524. else
  525.  
  526. objActive = event.srcElement;
  527.  
  528. clrOrg = objActive.style.color;
  529.  
  530. TimerID = setInterval("ChangeColor()",100);
  531.  
  532. }
  533.  
  534. }
  535.  
  536.  
  537.  
  538. function stopRainbow()
  539.  
  540. {
  541.  
  542. if (act) {
  543.  
  544. objActive.style.color = clrOrg;
  545.  
  546. clearInterval(TimerID);
  547.  
  548. act = 0;
  549.  
  550. }
  551.  
  552. }
  553.  
  554.  
  555.  
  556. function doRainbowAnchor()
  557.  
  558. {
  559.  
  560. if (act == 0) {
  561.  
  562. var obj = event.srcElement;
  563.  
  564. while (obj.tagName != 'A' && obj.tagName != 'BODY') {
  565.  
  566. obj = obj.parentElement;
  567.  
  568. if (obj.tagName == 'A' || obj.tagName == 'BODY')
  569.  
  570. break;
  571.  
  572. }
  573.  
  574. if (obj.tagName == 'A' && obj.href != '') {
  575.  
  576. objActive = obj;
  577.  
  578. act = 1;
  579.  
  580. clrOrg = objActive.style.color;
  581.  
  582. TimerID = setInterval("ChangeColor()",100);
  583.  
  584. }
  585.  
  586. }
  587.  
  588. }
  589.  
  590.  
  591.  
  592. function stopRainbowAnchor()
  593.  
  594. {
  595.  
  596. if (act) {
  597.  
  598. if (objActive.tagName == 'A') {
  599.  
  600. objActive.style.color = clrOrg;
  601.  
  602. clearInterval(TimerID);
  603.  
  604. act = 0;
  605.  
  606. }
  607.  
  608. }
  609.  
  610. }
  611.  
  612.  
  613.  
  614. function Mozilla_doRainbowAnchor(e)
  615.  
  616. {
  617.  
  618. if (act == 0) {
  619.  
  620. obj = e.target;
  621.  
  622. while (obj.nodeName != 'A' && obj.nodeName != 'BODY') {
  623.  
  624. obj = obj.parentNode;
  625.  
  626. if (obj.nodeName == 'A' || obj.nodeName == 'BODY')
  627.  
  628. break;
  629.  
  630. }
  631.  
  632. if (obj.nodeName == 'A' && obj.href != '') {
  633.  
  634. objActive = obj;
  635.  
  636. act = 1;
  637.  
  638. clrOrg = obj.style.color;
  639.  
  640. TimerID = setInterval("ChangeColor()",100);
  641.  
  642. }
  643.  
  644. }
  645.  
  646. }
  647.  
  648.  
  649.  
  650. function Mozilla_stopRainbowAnchor(e)
  651.  
  652. {
  653.  
  654. if (act) {
  655.  
  656. if (objActive.nodeName == 'A') {
  657.  
  658. objActive.style.color = clrOrg;
  659.  
  660. clearInterval(TimerID);
  661.  
  662. act = 0;
  663.  
  664. }
  665.  
  666. }
  667.  
  668. }
  669.  
  670.  
  671.  
  672. function ChangeColor()
  673.  
  674. {
  675.  
  676. objActive.style.color = makeColor();
  677.  
  678. }
  679.  
  680.  
  681.  
  682. function makeColor()
  683.  
  684. {
  685.  
  686. // Don't you think Color Gamut to look like Rainbow?
  687.  
  688. // HSVtoRGB
  689.  
  690. if (elmS == 0) {
  691.  
  692. elmR = elmV; elmG = elmV; elmB = elmV;
  693.  
  694. }
  695.  
  696. else {
  697.  
  698. t1 = elmV;
  699.  
  700. t2 = (255 - elmS) * elmV / 255;
  701.  
  702. t3 = elmH % 60;
  703.  
  704. t3 = (t1 - t2) * t3 / 60;
  705.  
  706. if (elmH < 60) {
  707.  
  708. elmR = t1; elmB = t2; elmG = t2 + t3;
  709.  
  710. }
  711.  
  712. else if (elmH < 120) {
  713.  
  714. elmG = t1; elmB = t2; elmR = t1 - t3;
  715.  
  716. }
  717.  
  718. else if (elmH < 180) {
  719.  
  720. elmG = t1; elmR = t2; elmB = t2 + t3;
  721.  
  722. }
  723.  
  724. else if (elmH < 240) {
  725.  
  726. elmB = t1; elmR = t2; elmG = t1 - t3;
  727.  
  728. }
  729.  
  730. else if (elmH < 300) {
  731.  
  732. elmB = t1; elmG = t2; elmR = t2 + t3;
  733.  
  734. }
  735.  
  736. else if (elmH < 360) {
  737.  
  738. elmR = t1; elmG = t2; elmB = t1 - t3;
  739.  
  740. }
  741.  
  742. else {
  743.  
  744. elmR = 0; elmG = 0; elmB = 0;
  745.  
  746. }
  747.  
  748. }
  749.  
  750. elmR = Math.floor(elmR).toString(16);
  751.  
  752. elmG = Math.floor(elmG).toString(16);
  753.  
  754. elmB = Math.floor(elmB).toString(16);
  755.  
  756. if (elmR.length == 1) elmR = "0" + elmR;
  757.  
  758. if (elmG.length == 1) elmG = "0" + elmG;
  759.  
  760. if (elmB.length == 1) elmB = "0" + elmB
  761.  
  762. elmH = elmH + rate;
  763.  
  764. if (elmH >= 360)
  765.  
  766. elmH = 0;
  767.  
  768. return '#' + elmR + elmG + elmB;
  769.  
  770. }
  771.  
  772. //]]>
  773.  
  774. </script>
  775. {/block:ifrainbowlinks}
  776.  
  777.  
  778. </head>
  779. <body>
  780.  
  781.  
  782. <div class="rainbowstuff">
  783.  
  784. <div id="linkbar">
  785. <div class="redlink">
  786. <a href="{text:Link One}">{text:Link One Title}</a></div>
  787. <br /><div class="orangelink">
  788. <a href="{text:Link Two}">{text:Link Two Title}</a></div>
  789. <br /><div class="yellowlink">
  790. <a href="{text:Link Three}">{text:Link Three Title}</a></div>
  791. <br /><div class="greenlink">
  792. <a href="{text:Link Four}">{text:Link Four Title}</a></div>
  793. <br /><div class="bluelink">
  794. <a href="{text:Link Five}">{text:Link Five Title}</a></div>
  795. <br /><div class="purplelink">
  796. <a href="http://thepinkrebellion.tumblr.com">Theme</a></div>
  797. </div>
  798.  
  799.  
  800. </div>
  801.  
  802. <div id="cage">
  803. <div id="center">
  804. <div id="sidebar">
  805. <div id="sidepicture">
  806. <div class="desc">
  807. <br><br><br><br><br>
  808. <center><span class=blogtitle>
  809. {Title}
  810. </a></span><br>
  811. {Description}<br/>
  812. </center>
  813. <br><br>
  814. </div>
  815. <img src="{image:sidebar}" width=230px></a>
  816. </div>
  817.  
  818.  
  819. {block:ifshowquote}
  820. <div class="quote">"{text:quote}"
  821. </div>
  822. <div class="quotecred">— {text:quote credit}</div>{/block:ifshowquote}
  823. <center>
  824. {block:ifshowblogtitle}<span class=blogtitle><a href="/">
  825. {Title}
  826. </a></span><br>{/block:ifshowblogtitle}
  827. </div>
  828.  
  829.  
  830.  
  831. <div id="content">
  832. {block:Posts}
  833. <div id="entry">
  834.  
  835. {block:IndexPage}
  836. <div class="reblawwg">
  837. {TimeAgo} <a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>
  838. {/block:IndexPage}
  839.  
  840. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span><span class="perm"><p align=right><a href="{Permalink}"><a href="{Permalink}">{notecount}</a></a> <a href="{ReblogURL}" target="_blank"></a> {/block:text}
  841.  
  842. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}{Description}{/block:Description}<span class="perm"><a href="{Permalink}"><p align=right><a href="{Permalink}">{notecount}</a> <a href="{ReblogURL}" target="_blank"></a> {/block:link}
  843.  
  844.  
  845. {block:Photo}
  846. {LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=500px/></a>{LinkCloseTag}{/block:Photo}
  847.  
  848. {block:Photoset}
  849. {block:IndexPage}
  850. <center>
  851. {Photoset500}</center>
  852. {/block:IndexPage}
  853. {block:PermalinkPage}
  854. <center>
  855. {Photoset-500}</center>
  856. {/block:PermalinkPage}
  857. {/block:Photoset}
  858.  
  859.  
  860. {block:Quote}
  861. {Quote}</span>
  862. {block:Source}<strong>{Source}</strong>{/block:Source}
  863. {/block:Quote}
  864.  
  865. {block:Chat}
  866. {block:Title}<span class="title">{Title}</span>{/block:Title}
  867. <ul class="chat">
  868. {block:Lines}
  869. <li class="user_{UserNumber}">
  870. {block:Label}
  871. <span class="label">{Label}</span>
  872. {/block:Label}
  873.  
  874. {Line}
  875. </li>
  876. {/block:Lines}
  877. {/block:Chat}
  878.  
  879. {block:Answer}<img src="{AskerPortraitURL-48}" align="left" class="askborder"><div class="bubble"><span></span>{Asker}: {Question}&nbsp;</div>{Answer} <p align=right><a href="{Permalink}">{notecountwithlabel}</a></font></align>{/block:Answer}
  880.  
  881.  
  882. {block:Audio}
  883. <center><div style="width:160px; height:28px;"><div style="float:left">{AudioPlayerGrey}</div><div style="margin-top:10px; float:right;">
  884. {FormattedPlayCount} plays {block:ExternalAudio}{/block:ExternalAudio}</div></div></center><br>
  885. {/block:Audio}
  886.  
  887. {block:Video}<center>
  888. <div class="video">{Video-500}</div></center>
  889. {block:Video}
  890.  
  891. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}{/block:PermalinkPage}
  892.  
  893. {block:PostNotes}{PostNotes}
  894. {/block:PostNotes}
  895. </div>
  896.  
  897. {/block:Posts}
  898. </center>
  899. </div></div>
  900.  
  901. </div>
  902. </body>
  903. </a><div style="position:fixed; bottom:7px; right:10px;">
  904. <a href="http://thepinkrebellion.tumblr.com">theme by thepinkrebellion</a><br>
  905. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement