Advertisement
worenow

tema 12

Nov 29th, 2014
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.02 KB | None | 0 0
  1. <!-- base mectub
  2. theme por worenow
  3. cs: raiodluar/bruteira/ccachaceira/suffixyou
  4. -->
  5.  
  6.  
  7. <html>
  8.  
  9. <!--DEFAULT -->
  10. <meta name="color:background" content="#FFF"/>
  11. <meta name="color:text" content="#000"/>
  12. <meta name="color:link" content="#000"/>
  13. <meta name="color:lhover" content="#FF1493"/>
  14. <meta name="color:Scroll" content="#FF1493"/>
  15.  
  16. <meta name="image:Sidebar" content=""/>
  17. <meta name="text:descri2" content="agora to judiando to"/>
  18.  
  19. <meta name="text:Link1" content="/" />
  20. <meta name="text:Link1 Title" content="link" />
  21. <meta name="text:Link2" content="/" />
  22. <meta name="text:Link2 Title" content="link" />
  23. <meta name="text:Link3" content="/" />
  24. <meta name="text:Link3 Title" content="link" />
  25. <meta name="text:Link4" content="/" />
  26. <meta name="text:Link4 Title" content="link" />
  27. <meta name="text:Link5" content="/" />
  28. <meta name="text:Link5 Title" content="link" />
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38. <link rel="shortcut icon" href="{Favicon}">
  39. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  40. <meta name="viewport" content="width=820" />
  41.  
  42. <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro|{select:Font}' rel='stylesheet' type='text/css'>
  43.  
  44. <script type="text/javascript"
  45. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  46. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  47. <script>
  48. (function($){
  49. $(document).ready(function(){
  50. $("[title]").style_my_tooltips();
  51. });
  52. })(jQuery);
  53. </script>
  54.  
  55. {block:IndexPage}
  56.  
  57. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  58.  
  59. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  60.  
  61. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  62.  
  63. <script type="text/javascript">
  64. $(window).load(function(){
  65. var $wall = $('#content');
  66. $wall.imagesLoaded(function(){
  67. $wall.masonry({
  68. itemSelector: '.entry',
  69. isAnimated : true
  70. });
  71. });
  72. $wall.infinitescroll({
  73. navSelector : "div#navigation",
  74. nextSelector : "div#navigation a#nextPage",
  75. itemSelector : '.entry',
  76. loadingImg : "http://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",
  77. loadingText : " ",
  78. donetext : " ",
  79. extraScrollPx : 9000,
  80. bufferPx : 10000,
  81. debug : false,
  82. errorCallback: function() {
  83. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  84. }},
  85. function( newElements ) {
  86. var $newElems = $( newElements );
  87. $newElems.hide();
  88. $newElems.imagesLoaded(function(){
  89. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 750, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  90. });
  91. }); $('#content').show(500);
  92. });
  93. </script>
  94.  
  95. {/block:IndexPage}{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  96. <title>{block:SearchPage}Search results for "{SearchQuery}" - {/block:SearchPage}{block:PostSummary}{PostSummary} - {/block:PostSummary}{Title}</title><link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono|Waiting+for+the+Sunrise|Josefin+Slab|Inconsolata' rel='stylesheet' type='text/css'>
  97.  
  98. <style type="text/css">
  99.  
  100.  
  101. {block:Iffollowbranco}
  102.  
  103. {/block:Iffollowbranco}
  104.  
  105. iframe#tumblr_controls{top: 1px !important;margin: 0 0 0 0;right: 6px !important;position: fixed !important;}
  106.  
  107.  
  108. body {background-image: url('{image:background}');
  109. background-attachment:fixed;
  110. background-color:{color:background};
  111. {block:IfBackgroundTelacheia}background-repeat: no-repeat;
  112. background-position: center;
  113. background-attachment: fixed;
  114. -webkit-background-size: cover;
  115. -o-background-size: cover;{/block:IfBackgroundTelacheia}
  116.  
  117. /*-- Font Theme --*/
  118. font-family: corbel;
  119. font-size: 12px;
  120. line-height:15px;
  121. /*-- Font Theme --*/
  122. text-align:left;
  123. color:{color:text};}
  124.  
  125. a:link, a:active,
  126. a:visited{color:{color:link};
  127. text-decoration: none;}
  128. a:hover{color:#777;}
  129.  
  130.  
  131. ::-webkit-scrollbar-thumb{
  132. background-color: {color:Scroll};
  133. border: 3px solid {color:background};
  134. height:auto;
  135. -moz-border-radius: 0px;
  136. border-radius: 0px;
  137. }
  138.  
  139. ::-webkit-scrollbar {
  140. height:auto;
  141. width:9px;
  142. background-color: {color:Scroll};
  143. border: 5px solid {color:background};
  144. }
  145.  
  146. div#content{
  147. margin-left:430px;
  148. {block:IfSideReverse}margin-left:300px;{/block:IfSideReverse}
  149. width:650px;min-height:100%
  150. }
  151.  
  152. .pquote {text-indent:px;
  153. font-size:13px;
  154. text-align:justify;
  155. font-family:corbel;
  156.  
  157. }
  158.  
  159. .quotesource{text-indent:0px;color:#000;;
  160. text-align:right; border-top:2px solid #eee; font-family:corbel;text-transform:uppercase;font-size:9px;}
  161.  
  162.  
  163.  
  164. .post_title{
  165. font-size:{text:TamanhoFont};
  166. color:{color:link};}
  167.  
  168.  
  169. .entry {
  170. position:relative;
  171. width:250px;
  172. float:left;
  173. /* Margin das postagens */
  174. padding:10px;
  175. /* Margin das postagens */
  176. {block:PermalinkPage}width:500px;{/block:PermalinkPage}; margin-top:10px;}
  177.  
  178.  
  179. .entry img{max-width:250px;min-width:6px;
  180. {block:PermalinkPage}max-width:500px;{/block:PermalinkPage};}
  181.  
  182. #postnotes {text-align:left; z-index:11; padding:0px; -webkit-transition: all 0.2s ease-out; -moz-transition: all .4s ease-out; width:500px;}
  183.  
  184.  
  185. .per {
  186. position:relative;
  187. text-align:justify;
  188. padding-bottom:px; margin:0;
  189. clear:both;
  190. padding-left:2px;
  191. color:#fff; font:10px corbel; background:#FF1493;height:auto;
  192.  
  193. }
  194.  
  195.  
  196. .fe {
  197. display:block;
  198. position:absolute;
  199. bottom:-15px;
  200. left:15px;
  201. width:0;
  202. border-width:15px 15px 0;
  203. border-style:solid;
  204. border-color: transparent;}
  205.  
  206. .text {text-align:left; margin-top:3px;font:10px corbel;}
  207.  
  208. blockquote{
  209. padding:0px 0px 0px 5px;
  210. margin:0px 0px 2px 1px;
  211. border-left: 1px solid {color:Text};}
  212.  
  213. .perms {
  214. font-size:10px;
  215. text-align:right;
  216. bottom:-5px;
  217. width:250px;
  218. position: absolute;
  219. margin-top:0px;margin-left:0px;
  220. line-height:12px;
  221. font-family:corbel;
  222. text-transform: lowercase;
  223. display:block;z-index:9999; opacity:0; -webkit-transition: all .5s ease-out; -moz-transition: all .2s ease-out;}
  224.  
  225. .perms a{margin-left:4px;}
  226. .entry:hover .perms {
  227. opacity:1;
  228. z-index:999999; -webkit-transition: all .2s ease-out; -moz-transition: all .5s ease-out;
  229. }
  230.  
  231.  
  232. .perms a:hover{text-decoration:;}
  233.  
  234.  
  235.  
  236.  
  237.  
  238. {block:IfPermalinkHover}
  239. .perms {
  240. font-size:10px;
  241. text-align:right;
  242. width:250px;transition: .8s ease-in-out;
  243. -webkit-transition: .8s ease-in-out;
  244. -moz-transition: .8s ease-in-out;
  245. -o-transition: .8s ease-in-out;
  246. opacity:0;
  247. height:auto;
  248. position: absolute;
  249. margin-top:0px;bottom:35px;
  250. font-style:;letter-spacing:0px;
  251. text-transform: lowercase;
  252. font-family:;
  253. display:block;}
  254.  
  255.  
  256. .entry:hover .perms {
  257. opacity:1;bottom:-0px;transition: .8s ease-in-out;
  258. -webkit-transition: .8s ease-in-out;
  259. -moz-transition: .8s ease-in-out;
  260. -o-transition: .8s ease-in-out;
  261. z-index:999999;}
  262.  
  263.  
  264. .perms a:hover{text-decoration:line-through;}
  265.  
  266. .rg {border-bottom:1px solid;}
  267.  
  268. {/block:IfPermalinkHover}
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276. {block:Iffollowbranco}
  277. iframe#tumblr_controls {
  278. white-space:nowrap;
  279. -webkit-filter: invert(100%);
  280. -moz-filter: invert(100%);
  281. -o-filter: invert(100%);
  282. -ms-filter: invert(100%);
  283. filter: invert(100%);
  284. opacity:.7;
  285. transition: .8s ease-in-out;
  286. -webkit-transition: .8s ease-in-out;
  287. -moz-transition: .8s ease-in-out;
  288. -o-transition: .8s ease-in-out; }
  289. {/block:Iffollowbranco}
  290.  
  291.  
  292.  
  293. #sidebar {position:fixed; width: 150px; height:150px; margin-left:340px;margin-top:280px; -webkit-transition-duration: 0.4s;}
  294.  
  295. #foto img {display: inline; margin-left:50px; position:fixed; text-align:left;-webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; margin-top:3px;padding-bottom:25px;border-width:13px;padding-left:-5px;}
  296. #foto img {width:155px; height:190px; margin-top:-195px;margin-left:-80px;}
  297.  
  298.  
  299. #frasezinha {opacity:10;width:155px;background-color:#;position: fixed;font-style:italic; font-family:cambria; font-size:11.7px; line-height:12px; height:px;text-align:left;color:#000;margin-top:-5px;margin-left:-80px;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.9s ease-out;all 0.3s ease-out;padding-bottom:3px;padding-left:2px;max-width:155px;;border-bottom:1.5px solid #FF69B4;box-shadow: 0 6px 6px -7px #000;padding-top:1px;}
  300. #sidebar:hover #frasezinha {opacity:0;margin-left:-70px;}
  301.  
  302. #flor {margin-left:196px;margin-top:0px;position:fixed;opacity:0;-webkit-transition-duration: 0.4s; -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;}
  303. #flor img {width:19px; height:auto;}
  304. #sidebar:hover #flor {opacity:1; margin-top:-18px;margin-left:60px;}
  305.  
  306. #flor2 {margin-left:208px;margin-top:2px;position:fixed;opacity:0;-webkit-transition-duration: 0.4s; -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;}
  307. #flor2 img {width:19px; height:auto;}
  308. #sidebar:hover #flor2 {opacity:1; margin-top:-18px;margin-left:-85px;}
  309.  
  310.  
  311.  
  312. .bordinha {opacity:0;margin-top:-195px; margin-left:-85px; border-left:1px dashed #FF69B4
  313. ; width:0px; height:213px;border-top:px dashed #FF69B4
  314. ;}
  315.  
  316. #sidebar:hover .bordinha {opacity:0;-webkit-transition: all 0.3s ease-out;}
  317.  
  318. #frasezinha2 {opacity:0;width:142px;background-color:#;position: fixed;font-style:italic; font-family:times; font-size:12px; line-height:15px; height:px;text-align:center;color:#000;margin-top:-208px;margin-left:-80px;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.9s ease-out;all 0.3s ease-out;}
  319. #sidebar:hover #frasezinha2 {opacity:10;background-color:none;box-shadow:none;margin-top:-4px;margin-left:-77px;border-bottom:1.5px solid #FF69B4;box-shadow: 0 6px 6px -7px #000;}
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327. #links {opacity:0;width:150px;position: fixed;font-style:; font-family:corbel; font-size:9px; background-color:#;line-height:14px; height:15px;text-align:left; margin-top:25px;margin-left:-55px;}
  328. #links a {color:#000;opacity:;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.9s ease-out;all 0.3s ease-out;background-position:3px 0, 3px 0, 15px -150px, 15px -150px}
  329. #links a:hover {color:{color:lhover};text-shadow:0px 0px 5px;text-decoration:underline;}
  330. #sidebar:hover #links {opacity:10;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;margin-top:13px;-webkit-transform: rotateX(360deg);-moz-transform: rotateX(360deg); }
  331.  
  332.  
  333.  
  334. #sabedots3 {opacity:10;margin-left:67px; margin-top:-2px; position:fixed;text-align:left;-webkit-transition-duration: 0.4s; -moz-transition: all .7s ease-in-out; -o-transition: all .7s; transition: all .7s ; -webkit-transition: all .7s}
  335. #sabedots3 img { width:9px; height:auto;}
  336. #sidebar:hover #sabedots3 {opacity:0;-webkit-transform: rotate(360deg);margin-left:52px;margin-top:-5px;}
  337.  
  338.  
  339. #sabedotx {opacity:10;margin-left:28px; margin-top:-30px; position:fixed;text-align:left;-webkit-transition-duration: 0.4s; -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}
  340. #sabedotx img { width:45px; height:auto;}
  341. #sidebar:hover #sabedotx {opacity:0;-webkit-transform: rotate(360deg);margin-left:60px;}
  342.  
  343. #sabedotc {opacity:0;margin-left:-80px; margin-top:-4px; position:fixed;text-align:left;-webkit-transition-duration: 0.4s; -moz-transition: all .7s ease-in-out; -o-transition: all .7s; transition: all .7s ; -webkit-transition: all .7s}
  344. #sabedotc img { width:13px; height:auto;}
  345. #sidebar:hover #sabedotc {opacity:10;-webkit-transform: rotate(360deg);}
  346.  
  347. /*----------------------------------------
  348. +Update Tab #1 (CSS Left) by Incedo
  349. +http://incedothemes.tumblr.com
  350. +Please do not remove the credit.
  351. +Instructions @ http://incedothenes.tumblr.com/tab
  352. +Updated 6/14/14
  353. +------------------------------------------*/
  354.  
  355. #updatetab {
  356. font-family: corbel;
  357. font-size:10px;
  358. text-align:left;/*this is the font*/
  359. color: #A0A0A0;} /*this is the font color*/
  360. #tabtitle, #dropdown, #dropdown p {
  361. background-color:#ffffff; /*this is the background color*/
  362. border-color: #D8D8D8;} /*this is the border color*/
  363.  
  364. #updatetab {
  365. width:100px;
  366. position:fixed;
  367. top:29px;
  368. left:14px;}
  369.  
  370. #tabtitle {
  371. text-align:center;
  372. padding:px px;
  373. letter-spacing:px;
  374. font-family:corbel;
  375. font-size:10px;
  376. text-transform:lowercase;
  377. border-width:1px;
  378. border-style:solid;
  379. border-radius: 2px;
  380. -moz-border-radius: 2px;
  381. -webkit-border-radius: 2px;}
  382.  
  383. #dropdown {
  384. border-style:solid;
  385. border-width:0px 1px 1px 1px;
  386. padding:2px 5px 0px 5px;
  387. border-bottom-right-radius: px;
  388. -moz-border-bottom-right-radius: px;
  389. -webkit-border-bottom-right-radius: px;
  390. border-bottom-left-radius:px;
  391. -moz-border-bottom-left-radius: px;
  392. -webkit-border-bottom-left-radius: px;
  393. opacity:0;
  394. -webkit-transition: all 0.5s ease-in-out;
  395. -moz-transition: all 0.5s ease-in-out;
  396. -o-transition: all 0.5s ease-in-out;
  397. -ms-transition: all 0.5s ease-in-out;
  398. transition: all 0.5s ease-in-out;}
  399.  
  400. #updatetab:hover #dropdown {
  401. opacity:1;
  402. -webkit-transition: all 0.5s ease-in-out;
  403. -moz-transition: all 0.5s ease-in-out;
  404. -o-transition: all 0.5s ease-in-out;
  405. -ms-transition: all 0.5s ease-in-out;
  406. transition: all 0.5s ease-in-out;}
  407.  
  408. #dropdown p {
  409. padding-top:3px;
  410. padding-bottom:3px;
  411. border-width:0px 0px 0px 0px;
  412. border-style:solid;
  413. font-size:10px;}
  414.  
  415. #dropdown p:last-of-type {
  416. border-bottom:0px solid transparent;}
  417.  
  418. p, ul, li, ol {
  419. margin: 0px 0px 0px 0px;}
  420.  
  421. #c {
  422. position:fixed;
  423. bottom:4px;
  424. right:4px;
  425. font-size:13px;
  426. font-family:helvetica;}
  427.  
  428.  
  429.  
  430. </style>
  431.  
  432.  
  433.  
  434.  
  435. <body>
  436.  
  437. <div id="container">
  438. <div id="sidebar">
  439. <div id="tudo">
  440. <div id="foto"><img src="{image:sidebar}"></div>
  441.  
  442.  
  443.  
  444. <div id="sabedots3"><img src="http://i11.photobucket.com/albums/a168/evelynregly/2-7.png" class="sabedots3"></div>
  445.  
  446.  
  447.  
  448.  
  449.  
  450. <div id="frasezinha">ela é desejada por onde passa</div>
  451. <div id="frasezinha2">é linda, louca e mimada</div>
  452.  
  453.  
  454.  
  455.  
  456.  
  457. <div id="links">
  458. <a href="{text:Link1}">{text:Link1 Title}</a>
  459. <a href="{text:Link2}">{text:Link2 Title}</a>
  460. <a href="{text:Link3}">{text:Link3 Title}</a>
  461. <a href="{text:Link4}">{text:Link4 Title}</a>
  462. <a href="{text:Link5}">{text:Link5 Title}</a>
  463.  
  464.  
  465. </div> </div>
  466. <div class="bordinha"></div>
  467.  
  468. <div id="flor">
  469. <img src="http://i11.photobucket.com/albums/a168/evelynregly/2-7.png"></div>
  470. <div id="flor2">
  471. <img src="http://i11.photobucket.com/albums/a168/evelynregly/2-7.png"></div>
  472.  
  473. </div>
  474. </div>
  475. </div>
  476.  
  477. </div>
  478. </div>
  479.  
  480.  
  481.  
  482.  
  483. <!-- Inicio Das postagens --->
  484.  
  485. <div id="content">
  486. {block:Posts}
  487.  
  488. {block:Text}
  489. <div class="entry">
  490. {block:Title}<span class="post_title">{Title}</span>{/block:Title}
  491. {Body}
  492. {block:IndexPage}
  493. <div class="perms">
  494. <a href="{permalink}">{notecount}</a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  495. <a href="{ReblogURL}" target="_blank">Reblog</a> <img src="http://static.tumblr.com/3vgrnxy/0Hsnc5fm2/corin.gif">
  496. <a href="{Permalink}">{SourceURL} </a>
  497. </div>
  498. {/block:IndexPage}
  499. </div>
  500. {/block:Text}
  501.  
  502. {block:Photo}
  503. <div class="entry">
  504. <!--- Tamanho das fotos --->
  505. <img src="{PhotoURL-500}">
  506. <!--- Tamanho das fotos --->
  507. {block:IfFotocomtext} {caption} {/block:IfFotocomtext}
  508. {block:IndexPage}
  509. <div class="perms">
  510. <a href="{permalink}">{notecount}</a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  511. <a href="{ReblogURL}" target="_blank">Reblog</a> <img src="http://static.tumblr.com/3vgrnxy/0Hsnc5fm2/corin.gif">
  512.  
  513. </div>
  514. {/block:IndexPage}
  515. </div>
  516. {/block:Photo}
  517.  
  518. {block:Photoset}
  519. <div class="entry">
  520. <!--- Tamanho dos Photosets --->
  521. {block:Photos}
  522. <div class="perms">
  523. <a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"></a>
  524.  
  525. {/block:Photos}
  526. <!--- Tamanho dos Photosets --->
  527. {block:IndexPage}
  528.  
  529. <a href="{permalink}">{notecount}</a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  530. <a href="{ReblogURL}" target="_blank">Reblog</a> <img src="http://static.tumblr.com/3vgrnxy/0Hsnc5fm2/corin.gif">
  531.  
  532. </div>
  533. {/block:IndexPage}
  534. </div>
  535. {/block:Photoset}
  536.  
  537.  
  538. {block:Quote}
  539. <div class="entry">
  540.  
  541. <div class="pquote">{Quote}<div class="quotesource"><b>— {Source}</b></div></div>
  542. {block:IndexPage}
  543. <div class="perms">
  544. <a href="{permalink}">{notecount}</a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  545. <a href="{ReblogURL}" target="_blank">Reblog</a> <img src="http://static.tumblr.com/3vgrnxy/0Hsnc5fm2/corin.gif">
  546.  
  547. </div>
  548. {/block:IndexPage}
  549. </div>
  550. {/block:Quote}
  551.  
  552. {block:Chat}
  553. <div class="entry">
  554. {block:IndexPage}
  555. <div class="perms">
  556. <a href="{permalink}">{notecount}</a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  557. <a href="{ReblogURL}" target="_blank">Reblog</a> <img src="http://static.tumblr.com/3vgrnxy/0Hsnc5fm2/corin.gif">
  558. </div>
  559. {/block:IndexPage}
  560.  
  561. {block:Title}
  562. <span class="post_title">{Title}</span>{/block:Title}
  563. <div id="chat">
  564. {block:Lines}{block:Label}<b>{Label}</b> {/block:Label}{Line}<br>{/block:Lines}
  565. </div>
  566. </div>
  567. {/block:Chat}
  568.  
  569. {block:Link}
  570. <div class="entry">
  571. <span class="post_title"><a href="{URL}">{Name} &#8600;</span></a>
  572. {block:Description}{Description}{/block:Description}
  573. {block:IndexPage}
  574. <div class="perms">
  575.  
  576. <a href="{permalink}">{notecount}</a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  577. <a href="{ReblogURL}" target="_blank">Reblog</a> <img src="http://static.tumblr.com/3vgrnxy/0Hsnc5fm2/corin.gif">
  578.  
  579. </div>
  580. {/block:IndexPage}
  581. </div>
  582. {/block:Link}
  583.  
  584. {block:Audio}
  585. <div class="entry">
  586. <center>
  587. {block:AlbumArt}<img src="{AlbumArtURL}" alt="" width="300"/><p>{/block:AlbumArt}</center>
  588. <div class="audiocas">{AudioPlayerGrey}</div>
  589. {block:Caption}{Caption}
  590. {PlayCount} listens {block:ExternalAudio} <a href="{ExternalAudioURL}"> (download link) </a> {/block:ExternalAudio}{/block:Caption}<p>
  591. {block:IndexPage}
  592. <div class="perms">
  593. <a href="{permalink}">{notecount}</a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  594. <a href="{ReblogURL}" target="_blank">Reblog</a> <img src="http://static.tumblr.com/3vgrnxy/0Hsnc5fm2/corin.gif">
  595.  
  596. </div>
  597. {/block:IndexPage}
  598. </div>
  599. {/block:Audio}
  600.  
  601. {block:Video}
  602. <div class="entry">
  603. {Video-250}
  604. {block:IndexPage}
  605. <div class="perms">
  606. <a href="{permalink}">{notecount}</a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  607. <a href="{ReblogURL}" target="_blank">Reblog</a> <img src="http://static.tumblr.com/3vgrnxy/0Hsnc5fm2/corin.gif">
  608.  
  609. </div>
  610. {/block:IndexPage}
  611. </div>
  612. {/block:Video}
  613.  
  614. {block:Answer}
  615. <div class="entry">
  616. <div class="per"><img src="http://static.tumblr.com/3vgrnxy/0Hsnc5fm2/corin.gif"> <b>{Asker}:</b> {Question}<p><div class="fe"></div></div>
  617. <p>
  618. <div class="text"><p>{Answer}</p></div>
  619. {block:IndexPage}
  620. <div class="perms">
  621. <a href="{permalink}">{notecount}</a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  622. <a href="{ReblogURL}" target="_blank">Reblog</a> <img src="http://static.tumblr.com/3vgrnxy/0Hsnc5fm2/corin.gif">
  623.  
  624. </div>
  625. {/block:IndexPage}
  626. </div>
  627. {/block:Answer}
  628.  
  629.  
  630. {block:PostNotes}
  631. <div id="postnotes">
  632. Posted {TimeAgo}, with {NoteCountWithLabel}<br>
  633. {block:RebloggedFrom}Reblogged of: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>originally by: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}<br>
  634. {block:HasTags}Tagged with: {block:Tags}<a href="{TagURL}" style="margin-right:5px;">#{Tag}</a>{/block:Tags}{/block:HasTags}<p>
  635.  
  636. </div><p>
  637. {PostNotes}
  638. {/block:PostNotes}
  639.  
  640.  
  641. {/block:posts}
  642.  
  643.  
  644. {block:IndexPage}
  645. <div class="column navigation" id="navigation">
  646. {block:Pagination}
  647. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  648. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  649. </div>
  650. {/block:IndexPage}
  651.  
  652. </div>
  653.  
  654. <script type="text/javascript"> Cufon.now(); </script>
  655.  
  656.  
  657. </body>
  658. <div style="font-size:10px;
  659. font-family:consolas;position:fixed;bottom:35px;right:17px;moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; color:#949494; ">
  660. <a href="http://worenow.tumblr.com/" target="_blank" title="theme bruteira -sem plagios-"><font color=#949494> WORENOW <font color=#CD6090></font> </font></div>
  661. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement