Stephanymafia

Theme 18

Jul 30th, 2012
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 23.18 KB | None | 0 0
  1.  
  2.  
  3. <html>
  4.  
  5.  
  6. <head>
  7.  
  8. <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
  9.  
  10. <script src='http://code.jquery.com/jquery-1.4.2.min.js' type='text/javascript'></script>
  11.  
  12. <script src='http://static.tumblr.com/1s4z8hu/UTBlo4136/jquery.masonry.min.js' type='text/javascript'></script>
  13.  
  14.  
  15. <script>
  16. jQuery(window).load(function(){
  17. var $wall = $('#posts');
  18. $wall.imagesLoaded(function(){
  19. $wall.masonry({
  20. singleMode: true,
  21. columnWidth: 312,
  22. itemSelector: '#space'
  23. });
  24. });
  25. $wall.infinitescroll({
  26. navSelector : '#page-nav',
  27. nextSelector : '#page-nav a',
  28. itemSelector : '#space',
  29. },
  30.  
  31. function( newElements ){
  32. $(newElements).hide();
  33. setTimeout(function(){
  34. $wall.masonry({ appendedContent: $(newElements) });
  35. },2000);
  36. setTimeout(function(){
  37. $(newElements).fadeIn('slow');
  38. },2100);
  39. },1000);
  40. });
  41. </script>
  42.  
  43.  
  44. <script>
  45. $.fn.imagesLoaded = function(callback){
  46. var elems = this.find('img'),
  47. len = elems.length,
  48. _this = this;
  49. if ( !elems.length ) {
  50. callback.call( this );}
  51. elems.bind('load',function(){
  52. if (--len <= 0){
  53. callback.call( _this );}
  54. }).each(function(){
  55. // cached images don't fire load sometimes, so we reset src.
  56. if (this.complete || this.complete === undefined){
  57. var src = this.src;
  58. // webkit hack from http://groups.google.com/group/jquery-dev/browse_thread/thread/eee6ab7b2da50e1f
  59. // data uri bypasses webkit log warning (thx doug jones)
  60. this.src = "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==";
  61. this.src = src;}
  62. });
  63. return this;};
  64. </script>
  65.  
  66. {/block:Indexpage}
  67.  
  68.  
  69. <meta name="color:background" content="#f8f8f8" />
  70. <meta name="color:sidebar" content="#fff" />
  71. <meta name="color:post" content="#fff" />
  72. <meta name="color:link" content="#000" />
  73. <meta name="color:textposthover" content="#000" />
  74. <meta name="color:posthover" content="#fff" />
  75. <meta name="color:bgside" content="#666" />
  76. <meta name="color:borda" content="#000" />
  77. <meta name="color:text" content="#000" />
  78. <meta name="color:scrollbar" content="#000" />
  79. <meta name="color:tags" content="#000" />
  80. <meta name="color:linksfoto" content="#ffffff" />
  81. <meta name="color:linkshover" content="#ffffff" />
  82. <meta name="color:menu" content="#ffffff"/>
  83. <meta name="color:menutext" content="#999999"/>
  84. <meta name="color:menuhover" content="#f5f5f5"/>
  85. <meta name="color:menutexthover" content="#999999"/>
  86.  
  87.  
  88.  
  89. <meta name="image:background" content="" />
  90. <meta name="image:sidebar" content="">
  91. <meta name="image:sidebar2" content="">
  92. <meta name="image:coluna" content="" />
  93.  
  94. <meta name="text:palavra" content="P A L A V R A" />
  95. <meta name="text:Link1" content="/" />
  96. <meta name="text:Link1 Title" content="home" />
  97. <meta name="text:Link2" content="/ask" />
  98. <meta name="text:Link2 Title" content="ask me" />
  99. <meta name="text:Link3" content="/" />
  100. <meta name="text:Link3 Title" content="link" />
  101. <meta name="text:Link4" content="/" />
  102. <meta name="text:Link4 Title" content="link" />
  103. <meta name="text:Link5" content="/" />
  104. <meta name="text:Link5 Title" content="link" />
  105.  
  106. <meta name="text:tag1" content="" />
  107. <meta name="text:tag1 Title" content="" />
  108. <meta name="text:tag2" content="" />
  109. <meta name="text:tag2 Title" content="" />
  110. <meta name="text:tag3" content="" />
  111. <meta name="text:tag3 Title" content="" />
  112. <meta name="text:tag4" content="" />
  113. <meta name="text:tag4 Title" content="" />
  114. <meta name="text:tag5" content="" />
  115. <meta name="text:tag5 Title" content="" />
  116. <meta name="text:tag6" content="" />
  117. <meta name="text:tag6 Title" content="" />
  118. <meta name="text:tag7" content="" />
  119. <meta name="text:tag7 Title" content="" />
  120. <meta name="text:tag8" content="" />
  121. <meta name="text:tag8 Title" content="" />
  122.  
  123.  
  124.  
  125. <link href='http://fonts.googleapis.com/css?family=Snippet|Sue+Ellen+Francisco|Andika|Delius+Swash+Caps|Lobster|Redressed|Tangerine|Rancho|Rochester|Lobster+Two|Dancing+Script|Pacifico|Crafty+Girls' rel='stylesheet' type='text/css'>
  126.  
  127. <link href='http://fonts.googleapis.com/css?family=Just+Me+Again+Down+Here' rel='stylesheet' type='text/css'>
  128.  
  129. <link href='http://fonts.googleapis.com/css?family=Snippet|Sue+Ellen+Francisco|Andika|Delius+Swash+Caps|Lobster|Redressed|Tangerine|Rancho|Rochester|Lobster+Two|Dancing+Script|Pacifico|Crafty+Girls' rel='stylesheet' type='text/css'>
  130.  
  131. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  132.  
  133.                       <title>{Title}</title>
  134.         <link rel="shortcut icon" href="{Favicon}">
  135.     <link rel="alternate" type="application/rss+xml" href="{RSS}">
  136.         {block:Description}
  137.   <meta name="description" content="{MetaDescription}" />
  138.         {/block:Description}
  139.  
  140.     <style type="text/css">
  141.  
  142.  
  143.  
  144. body {background-color: {color:background}; font-family: verdana; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; }
  145.  
  146. a {color: {color:link}; text-decoration: none; text-transform: none;}
  147. a:hover {color: {color:link}; background-color: transparent; text-decoration: none;}
  148.  
  149. p {margin: 6px 0 0 0}
  150.  
  151. blockquote {margin: 5px 5px 5px 5px; border-left: 6px solid {color:background}; padding-left: 5px;}
  152. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:background};}
  153. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  154. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  155.  
  156. blockquote img{max-width: 470px!important}
  157. blockquote blockquote img{max-width: 450px!important}
  158. blockquote blockquote blockquote img{max-width: 430px!important}
  159. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  160.  
  161. a:link, a:visited, a:active{ text-decoration:none; color:{color:link}; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
  162.  
  163.  
  164. #posts{margin-left: 350px; margin-top: 30px; width: 800px;height: auto; margin-bottom: 5px;}
  165.  
  166. #space{float: left; width: 300px; padding: 3px; margin: 3px; background-color: {color:post};}
  167.  
  168. #space img{max-width:300px}
  169.  
  170. #space:hover .nothing {opacity:0.9; margin-top:0px; height: 13px; line-height: 10px; -webkit-transition: all 0.4s ease-in;-moz-transition: all 0.4s ease-in;-o-transition: all 0.4s ease-in;}
  171.  
  172. .nothing{position:absolute; font-size:9px;text-transform:uppercase; font-family: calibri; letter-spacing: 0px; color:{color:textposthover}; margin-left:0px; opacity:0; height:30px; line-height: 10px; width: 297px; margin-bottom:0px; margin-top:0px; background-color: {color:posthover}; display:inline; border-left:3px solid {color:posthover}; text-align:center; padding: 1px; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; padding-top: 2px; z-index: 999999999999999999999999999999999999999999999999999999; -webkit-transition: all 0.4s ease-in;-moz-transition: all 0.4s ease-in;-o-transition: all 0.4s ease-in;}
  173. .nothing a {color:{color:textposthover}; background-color: {color:posthover}; text-transform:uppercase; font-style:normal; width: 418px;}
  174. .nothing a:hover {text-transform:uppercase; color:{color:textposthover};}
  175.  
  176. .permalink{display: block; font: normal 9px Helvetica, Arial, Sans Serif; text-align: right; text-transform: none; padding: 1px;}
  177.  
  178. .permalink a{color: {color:links};}
  179.  
  180. .title{font-family: georgia; font-size: 15px; line-height: 20px; color: {color:text}; font-weight: normal;}
  181.  
  182. @font-face { font-family: "caviardreams"; src: url('http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf'); }
  183.  
  184. .video embed, .post div.video object {width:300px !important; height:200 !important;}
  185.  
  186. blockquote{padding:0px 0px 2px 3px; margin:0px 0px 2px 1px; border-left: 1px solid {color:background};}
  187.  
  188. {block:ifFadedImages}img{-webkit-transition: opacity 0.8s linear; opacity: 0.75;}img:hover{-webkit-transition: opacity 0.8s linear; opacity: 1;}
  189. {/block:ifFadedImages}
  190.  
  191. {block:ifInvertedFade}img{-webkit-transition: opacity 0.7s linear; opacity: 50;}img:hover{-webkit-transition: opacity 0.7s linear; opacity: .7;}
  192. {/block:ifInvertedFade}
  193.  
  194. #sidet {background-image:url('{image:coluna}');margin-top:-50px; margin-left: 50px;  -webkit-border-radius: 0px 0px 0px 0px; font-size: 9px; font-family: verdana; position: fixed; color: {color:sidebar};  background-attachment: fixed; width:240px; height: 4914px; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; letter-spacing: 1px; font-style: normal; line-height: 8px; text-transform: normal;background-color: {color:sidebar}; }
  195.  
  196. .foto {position:fixed;margin-top:-20px;margin-left:68px;border:2px solid {color:sidebar};overflow:hidden;}
  197. .foto img {width:200px;height:300px;margin-bottom:-3px;}
  198. .foto .img1 {position:absolute;margin-top:0px;margin-left:0px;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;transition:all .2s linear;}
  199. .foto .img1:hover {-webkit-transition:all .8s linear;-moz-transition:all .8s linear;transition:all .8s linear;padding-left:500px;}
  200.  
  201. #bru1 {width: 0px; height: 98px; float: left; margin-left:200px; margin-top: 200px; padding: 0px; text-align: center; position: fixed; -webkit-transition: all 2s ease-out; -moz-transition: all 2s ease-out; opacity:1;}
  202. #bru1 a {float: left; margin-left: 1px; font-family: tinytots; font-size: 8px; text-align: center; margin-top: 2px; height: 13px; width: 65px; color:{color:linksfoto}; line-height: 15px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; letter-spacing: 0px; opacity:1; text-transform: uppercase;}
  203. #bru1  a:hover{text-align: center; color:{color:linkshover}; opacity:1; letter-spacing: 1px;}
  204.  
  205. .dd {position:fixed;width:250px;text-align:center;margin-top:285px;z-index:99;margin-left:45px;}
  206.  
  207. #sid{margin-left:34px; margin-top:350px;width: 270px; float: center; background-color:{color:sidebar}; position:fixed; height:25px; text-transform: uppercase;}
  208.  
  209. #ttle {text-align: center; margin-top:0px;margin-left:0px; font-family:  verdana; font-size: 17px;color:{color:text};letter-spacing:3px;}
  210.  
  211. .bubblle {align:right;background: {color:background}; color: {color:text};margin:7px 0px 5px 66px;padding:10px;position: relative;}
  212. .bubblle p {margin:1px 0px;}
  213. .bubblle 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 {color:text};}
  214.  
  215. #ll {width: 9px; position: fixed; padding: 8px; background-color: transparent;  margin-left: 25px; margin-top: 327px; color: {color:sidebar}; font-size: 35px; -webkit-transform: rotate(-30deg); z-index: 1000;}
  216.  
  217. #ll2 {width: 39px; position: fixed; padding: 8px; background-color: transparent;  margin-left: 267px; margin-top: 322px; color: {color:sidebar}; font-size: 33px; -webkit-transform: rotate(40deg); z-index: 1000;;}
  218.  
  219. #links {width: 382px; float: left; margin-left:62px; margin-top: 52px; padding: 1px; text-align: center; position: fixed;  -moz-transition: opacity .9s ease-in-out; -o-transition: opacity .9s ease-in-out; transition: opacity .9s ease-in-out; -webkit-transition: opacity .9s ease-in-out; opacity: 1; -webkit-transition: 1.3s ease-in;
  220. -moz-transition: 1.3s ease-in; transition: 1.3s ease-in; background-color: transparent; height: 80px; z-index:830; }
  221.  
  222. #links a {float: left; padding: 0px; margin-top:330px; display: block; letter-spacing: 0px; font-family: Homenaje; font-size: 10px; text-align: center;  width: 52px; background-color: {color:menu}; color: {color:menutext}; text-decoration: none; text-transform: uppercase; line-height: 18px; height: 16px; overflow: hidden; border:0px solid {color:background}; margin-left: 0px;  }
  223.  
  224. #links  a:hover{text-align: center; background-color: {color:menuhover}; color: {color:menutexthover};}
  225.  
  226. #links2 {width: 382px; float: left; margin-left:62px; margin-top: 395px; padding: 0px; text-align: center; position: fixed;  -moz-transition: opacity .9s ease-in-out; -o-transition: opacity .9s ease-in-out; transition: opacity .9s ease-in-out; -webkit-transition: opacity .9s ease-in-out; opacity: 1; -webkit-transition: 1.3s ease-in;
  227. -moz-transition: 1.3s ease-in; transition: 1.3s ease-in; background-color: transparent; height: 80px; z-index:830; }
  228.  
  229. #links2 a {float: left; padding: 0px; margin-top:5px; display: block; letter-spacing: 0px; font-family: Homenaje; font-size: 10px; text-align: center;  width: 52px; background-color: {color:menu}; color: {color:menutext}; text-decoration: none; text-transform: uppercase; line-height: 18px; height: 16px; overflow: hidden; border:0px solid {color:background}; margin-left: 0x;  }
  230.  
  231. #links2  a:hover{text-align: center; background-color: {color:menuhover}; color: {color:menutexthover};}
  232.  
  233. #links3 {width: 382px; float: left; margin-left:62px; margin-top: 412px; padding: 0px; text-align: center; position: fixed;  -moz-transition: opacity .9s ease-in-out; -o-transition: opacity .9s ease-in-out; transition: opacity .9s ease-in-out; -webkit-transition: opacity .9s ease-in-out; opacity: 1; -webkit-transition: 1.3s ease-in;
  234. -moz-transition: 1.3s ease-in; transition: 1.3s ease-in; background-color: transparent; height: 80px; z-index:830; }
  235.  
  236. #links3 a {float: left; padding: 0px; margin-top:5px; display: block; letter-spacing: 0px; font-family: Homenaje; font-size: 10px; text-align: center;  width: 210px; background-color: {color:menu}; color: {color:menutext}; text-decoration: none; text-transform: uppercase; line-height: 18px; height: 16px; overflow: hidden; border:0px solid {color:background}; margin-left: 0x;  }
  237.  
  238. #links3  a:hover{text-align: center; background-color: {color:menuhover}; color: {color:menutexthover};}
  239.  
  240.  
  241.  
  242. ::-webkit-scrollbar {width: 7px; height:auto; background:{color:background}}
  243. ::-webkit-scrollbar-corner {background:{color:background}}
  244. ::-webkit-scrollbar-button:vertical {height:2px; display: block; background:{color:sidebar}}
  245. ::-webkit-scrollbar-button:horizontal {width: 7px; height: 2px; display: block; background:{color:sidebar}}
  246. ::-webkit-scrollbar-thumb:vertical {background:{color:sidebar}; border-top: 1px solid {color:background}; border-bottom: 1px solid {color:background};}
  247. ::-webkit-scrollbar-thumb:horizontal {background: {color:background}; border: 0px solid {color:background}}
  248. ::-webkit-scrollbar-thumb {background: {color:sidebar}; border-top: 0pt solid {color:background}; border-bottom: 0pt solid {color:background}}
  249. ::-webkit-scrollbar-thumb:hover {background: {color:sidebar}; cursor:url(http://i53.tinypic.com/zycxmw.png), auto}
  250. ::-webkit-scrollbar-track-piece {background: {color:background}; border-top: 1pt solid {color:sidebar}; border-bottom: 1pt solid {color:background}; width:4pt}
  251.  
  252. .oizinho {font-family: georgia; position: fixed; margin-left: 20px; margin-top: 0px; font-size: 38px; z-index: 0;}
  253. .oizinho a {color: #cecdcc ; background-color: transparent;}
  254. .oizinho a:hover {color: {color:link} ;text-shadow:6px 5px 9px #000;}
  255.  
  256. .oizinho2 {font-family: georgia; position: fixed; margin-left: 20px; margin-top: 55px; font-size: 38px; z-index: 0;}
  257. .oizinho2 a {color:#cecdcc ; background-color: transparent;}
  258. .oizinho2 a:hover {color: {color:link}  ;text-shadow:6px 5px 9px #000;}
  259.  
  260. #cred2 {position:fixed; bottom:5px; left:60px; font:8px tinytots; color: {color:text};}
  261.  
  262. #cred2 a {color:{color:textposthover};}
  263.  
  264. </style>
  265. <body>
  266.  
  267.  
  268.  
  269.  
  270. <div id="sidet"><img src="{image:coluna}"></div>
  271.  
  272. <div class="foto"><div class="img1"><img src="{image:sidebar}"></div><img src="{image:sidebar2}"></div>
  273.  
  274. <div id="bru1">
  275. <a href="{text:Link1}">{text:Link1 Title}</a>
  276. <a href="{text:Link2}">{text:Link2 Title}</a>
  277. <a href="{text:Link3}">{text:Link3 Title}</a>
  278. <a href="{text:Link4}">{text:Link4 Title}</a>
  279. <a href="{text:Link5}">{text:Link5 Title}</a>
  280. <a href="{text:Link6}">{text:Link6 Title}</a></div></div>
  281.  
  282. <div id="links">
  283.  
  284. <a href="{text:tag1}">{text:tag1 Title}</a>
  285. <a href="{text:tag2}">{text:tag2 Title}</a>
  286. <a href="{text:tag3}">{text:tag3 Title}</a>
  287. <a href="{text:tag4}">{text:tag4 Title}</a></div></div>  
  288. <div id="links2">
  289. <a href="{text:tag5}">{text:tag5 Title}</a>
  290. <a href="{text:tag6}">{text:tag6 Title}</a>
  291. <a href="{text:tag7}">{text:tag7 Title}</a>
  292. <a href="{text:tag8}">{text:tag8 Title}</a></div></div>
  293. <div id="links3">
  294. <a href="/tags">+ tags</a></div></div>  
  295. </div>
  296.  
  297.  
  298. <div class="dd">{description}</div>
  299.  
  300. <div id="sid"><div id="ttle"><span id="bubble">{text:palavra}</span></div></div></div>
  301.  
  302. <div id="ll"></div>
  303. <div id="ll2"></div>
  304.  
  305. <div class="oizinho">{block:NextPage}<a href="{NextPage}"></a>{/block:NextPage}</div>
  306. <div class="oizinho2">{block:PreviousPage}<a href="{PreviousPage}"></a>{/block:PreviousPage}</div>
  307. </div>
  308.  
  309.  
  310. <div id="cred2">THEME POR <a href="http://mafiadobobesponja.tumblr.com/">MAFIA</a>. DTLHS:<a href="http://hyliar.tumblr.com/">HYLIAR</a>,<a href="http://hugm-e.tumblr.com/">HUGM-E</a> E <a href="http://aposentada.tumblr.com/">APOSENTADA.</div>
  311.  
  312. </div></div>
  313.  
  314. <div id="posts">
  315. {block:Posts}
  316. <div id="space">
  317.  
  318. {block:Text}
  319. <span class="nothing">
  320. {block:Date}{DayOfMonth}.{MonthNumber}.{Year}{/block:Date}<font color="{color:tags}"> <small><small></small></small> </font>  <a href="{Permalink}">{TimeAgo}</a> <font color="{color:tags}"> ¤ </font> <a href="{ReblogURL}" target="_blank">reblog</a> <font color="{color:tags}"> ¤ </font> <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom}[<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>]{/block:RebloggedFrom}
  321. </span>
  322. {block:Title}<span class="title">{Title}</span>{/block:Title}
  323. <span class="entrytext">{Body}</span>
  324. {/block:Text}
  325.  
  326. {block:Answer}
  327. <span class="nothing">
  328. <small><a href="/ask"><img src="http://static.tumblr.com/ejm8w78/w3Qlz2pzs/email.png" width=15px"></a></small>
  329. </span>
  330. <div style="background-color:{color:background}; padding: 4px; {block:IndexPage}width: 292px;{/block:IndexPage}{block:PermalinkPage}width:492px;{/block:PermalinkPage}"><b>{Asker}</b>: {Question}</div>
  331. <div style="padding-left: 4px;">{Answer}</div>
  332. {/block:Answer}  
  333.  
  334. {block:Link}
  335. <span class="nothing">
  336. {block:Date}{DayOfMonth}.{MonthNumber}.{Year}{/block:Date}<font color="{color:tags}"> <small><small></small></small> </font>  <a href="{Permalink}">{TimeAgo}</a> <font color="{color:tags}"> ¤ </font> <a href="{ReblogURL}" target="_blank">reblog</a> <font color="{color:tags}"> ¤ </font> <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom}[<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>]{/block:RebloggedFrom}
  337. </span>
  338. <a href="{URL}" class="title">{Name}</a>
  339. {block:Description}{Description}{/block:Description}
  340. {block:Link}
  341.  
  342. {block:Photo}
  343. <span class="nothing">
  344. {block:Date}{DayOfMonth}.{MonthNumber}.{Year}{/block:Date}<font color="{color:tags}"> <small><small></small></small> </font>  <a href="{Permalink}">{TimeAgo}</a> <font color="{color:tags}"> ¤ </font> <a href="{ReblogURL}" target="_blank">reblog</a> <font color="{color:tags}"> ¤ </font> <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom}[<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>]{/block:RebloggedFrom}
  345. </span>
  346. {LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}
  347. {/block:Photo}
  348.  
  349. {block:Photoset}
  350. <span class="nothing">
  351. {block:Date}{DayOfMonth}.{MonthNumber}.{Year}{/block:Date}<font color="{color:tags}"> <small><small></small></small> </font>  <a href="{Permalink}">{TimeAgo}</a> <font color="{color:tags}"> ¤ </font> <a href="{ReblogURL}" target="_blank">reblog</a> <font color="{color:tags}"> ¤ </font> <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom}[<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>]{/block:RebloggedFrom}
  352. </span>
  353. <center><div style="padding-top: 10px; padding-bottom: 10px; background-color:{color:post};">{Photoset-250}</div></center>
  354. {/block:Photoset}
  355.  
  356. {block:Quote}
  357. <span class="nothing">
  358. {block:Date}{DayOfMonth}.{MonthNumber}.{Year}{/block:Date}<font color="{color:tags}"> <small><small></small></small> </font>  <a href="{Permalink}">{TimeAgo}</a> <font color="{color:tags}"> ¤ </font> <a href="{ReblogURL}" target="_blank">reblog</a> <font color="{color:tags}"> ¤ </font> <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom}[<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>]{/block:RebloggedFrom}
  359. </span>
  360. <div style="background-color:{color:post}; padding: 4px;"><center>"{Quote}"</center><div style="text-align:right; font-weight: bold; border-top:1px solid {color:background}">{block:Source}<font color="{color:tags}">~ {Source}</font>{/block:Source}</div></div>
  361. {/block:Quote}
  362.  
  363. {block:Chat}
  364. <span class="nothing">
  365. {block:Date}{DayOfMonth}.{MonthNumber}.{Year}{/block:Date}<font color="{color:tags}"> <small><small></small></small> </font>  <a href="{Permalink}">{TimeAgo}</a> <font color="{color:tags}"> ¤ </font> <a href="{ReblogURL}" target="_blank">reblog</a> <font color="{color:tags}"> ¤ </font> <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom}[<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>]{/block:RebloggedFrom}
  366. </span>
  367. {block:Title}<span class="title">{Title}</span>{/block:Title}
  368. <ul class="chat">
  369. {block:Lines}
  370. <li class="user_{UserNumber}">
  371. {block:Label}
  372. <span class="label">{Label}</span>
  373. {/block:Label}
  374.  
  375. {Line}
  376. </li>
  377. {/block:Lines}
  378. </ul>
  379. {/block:Chat}
  380.  
  381. {block:Audio}
  382. <span class="nothing">
  383. {block:Date}{DayOfMonth}.{MonthNumber}.{Year}{/block:Date}<font color="{color:tags}"> <small><small></small></small> </font>  <a href="{Permalink}">{TimeAgo}</a> <font color="{color:tags}"> ¤ </font> <a href="{ReblogURL}" target="_blank">reblog</a> <font color="{color:tags}"> ¤ </font> <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom}[<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>]{/block:RebloggedFrom}
  384. </span>
  385. <div style="background-color:#000; width: 300px;"><div style="width:300px; height:27px;">{AudioPlayerBlack}</div></div>
  386. {/block:Audio}
  387.  
  388. {block:Video}
  389. <span class="nothing">
  390. {block:Date}{DayOfMonth}.{MonthNumber}.{Year}{/block:Date}<font color="{color:tags}"> <small><small></small></small> </font>  <a href="{Permalink}">{TimeAgo}</a> <font color="{color:tags}"> ¤ </font> <a href="{ReblogURL}" target="_blank">reblog</a> <font color="{color:tags}"> ¤ </font> <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom}[<a href="{ReblogParentURL}" title="{ReblogParentTitle}">criativo</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">rebloguei</a>]{/block:RebloggedFrom}
  391. </span>
  392. {block:IndexPage}{Video-250}{/block:IndexPage}
  393. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  394. {block:Video}
  395.  
  396.  
  397. {block:PostNotes}{PostNotes}
  398. {/block:PostNotes}</div>
  399. {/block:Posts}
  400.  
  401. </div>
  402. </div>
  403. </div>
  404. </div>
  405. </div>
  406. </div>
  407. </div>
  408.  
  409. </body>
  410. </html>
Add Comment
Please, Sign In to add comment