Advertisement
LarissaNauhany

SO P GUARDAR MSMS DATITANIOS

Apr 30th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.44 KB | None | 0 0
  1. <!-------------------------------------------------------------------------
  2.  
  3. T H E M E S B Y ( R A I S S A O L I V E I R A ) - T I T A N I O S
  4.  
  5. P L E A S E D O N ' T R E M O V E T H E C R E D I T
  6.  
  7. E N J O Y A N D I ' M B A C K , B I T C H E S!
  8.  
  9. -------------------------------------------------------------------------->
  10.  
  11. <!doctype html>
  12.  
  13. <html lang="en">
  14. <head>
  15.  
  16.  
  17.  
  18.  
  19.  
  20. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  21.  
  22. <link href='http://fonts.googleapis.com/css?family=Raleway:200' rel='stylesheet' type='text/css'>
  23.  
  24. <link href='http://fonts.googleapis.com/css?family=Ubuntu' rel='stylesheet' type='text/css'>
  25. <link href='http://fonts.googleapis.com/css?family=Gudea' rel='stylesheet' type='text/css'>
  26. <meta charset="utf-8" />
  27.  
  28. <meta name="color:Background" content="#ddd"/>
  29. <meta name="color:Posts" content="#fff"/>
  30. <meta name="color:Text" content="#000"/>
  31. <meta name="color:Scrollbar" content="#fff"/>
  32. <meta name="image:Background" content="" />
  33.  
  34.  
  35.  
  36.  
  37.  
  38. <meta name="if:1Column" content="0"/>
  39. <meta name="if:2Columns" content="1"/>
  40.  
  41.  
  42. <meta name="image:sidebar" content="" />
  43.  
  44.  
  45. <meta name="if:PostWidth200px" content="1"/>
  46.  
  47. <meta name="if:SwitchSidebar" content="0"/>
  48. <meta name="if:BoxShadow" content="1"/>
  49. <meta name="if:PermalinkSwitch" content="0"/>
  50. <meta name="if:PermalinkMovement" content="1"/>
  51.  
  52. <meta name="if:LinkToAsk" content="1"/>
  53. <meta name="if:LinksAfterDescription" content="0"/>
  54.  
  55. <meta name="if:UnderlineLinks" content="1"/>
  56. <meta name="if:WebkitScrollbar" content="1"/>
  57. <meta name="if:FixedControls" content="1"/>
  58.  
  59.  
  60.  
  61. <meta name="text:titulo" content="shine bright like a diamond" />
  62.  
  63. <meta name="text:Link1" content="link" />
  64. <meta name="text:Link1 Title" content="link1" />
  65. <meta name="text:title1" content="title1" />
  66.  
  67. <meta name="text:Link2" content="Link" />
  68. <meta name="text:Link2 Title" content="link2" />
  69. <meta name="text:title2" content="title2" />
  70.  
  71. <meta name="text:Link3" content="link" />
  72. <meta name="text:Link3 Title" content="link3" />
  73. <meta name="text:title3" content="title3" />
  74.  
  75. <meta name="text:Link4" content="Link" />
  76. <meta name="text:Link4 Title" content="link4" />
  77. <meta name="text:title4" content="title4" />
  78.  
  79. <meta name="text:Link5" content="link" />
  80. <meta name="text:Link5 Title" content="link5" />
  81. <meta name="text:title5" content="title5" />
  82.  
  83. <meta name="text:Link6" content="link" />
  84. <meta name="text:Link6 Title" content="link6" />
  85. <meta name="text:title6" content="title6" />
  86.  
  87.  
  88.  
  89. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script><script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script><a href="javascript:;" id="scrollToTop"><img src="http://static.tumblr.com/uiqhh9x/372m6hyqw/up.png" border="0"></a>
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98. <title>{Title}</title>
  99. <link rel="shortcut icon" href="{Favicon}">
  100. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  101. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  102.  
  103. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  104. <style type="text/css">
  105.  
  106. /** Scrollbar, Tumblr Controls, Credit **/
  107.  
  108. {block:IfWebkitScrollbar}
  109. ::-webkit-scrollbar-thumb {-webkit-border-radius: 2px;border-radius: 2px;background:{color:Scrollbar};box-shadow: 0 0 3px 0 rgba(0,0,0,0.1) inset;}
  110. ::-webkit-scrollbar-track-piece {background:none;box-shadow: 0 0 6px 0 rgba(0,0,0,0.4) inset;}
  111. ::-webkit-scrollbar {background:{color:Background};width:5px;height:5px;}
  112. {/block:IfWebkitScrollbar}
  113.  
  114. body {
  115. font-size: 12px;
  116. font-family:helvetica;
  117. color:{color:Text};
  118. letter-spacing:0px;
  119. line-height:18px;
  120. margin:px;
  121. background:{color:Background} url('{image:Background}') no-repeat fixed center top;
  122. background-size:100% 100%;
  123. }
  124.  
  125. a {text-decoration:none;
  126. color:{color:Text};
  127. -webkit-transition: all 0.2s linear;
  128. -moz-transition: all 0.2s linear;
  129. transition: all 0.2s linear;
  130. }
  131. a:hover {
  132. color:{color:PostsHover};
  133. {block:IfUnderlineLinks}
  134. text-decoration:none;
  135. {/block:IfUnderlineLinks}
  136. -webkit-transition: all 0.2s linear;
  137. -moz-transition: all 0.2s linear;
  138. transition: all 0.2s linear;
  139. }
  140.  
  141.  
  142.  
  143. a:active {
  144. outline:none;
  145. }
  146. a:focus {
  147. -moz-outline-style: none;
  148. }
  149. :-moz-any-link:focus {
  150. outline: none;
  151. }
  152. h1 {
  153. margin: 10px 0;
  154. font-size:18px;
  155. line-height:18px;
  156. font-weight:normal;
  157. }
  158. p {
  159. margin: 10px 0;
  160. }
  161. ol, ul{
  162. margin: 10px 0;
  163. padding-left:25px;
  164. }
  165. blockquote {
  166. margin: 10px 0;
  167. padding-left:10px;
  168. border-left:{color:Text} 1px solid;
  169. }
  170. img {
  171. vertical-align: bottom;
  172. }
  173. hr {
  174. color:{color:Text};
  175. background-color:{color:Text};
  176. height:1px;
  177. border:0;
  178. }
  179. .transition{
  180. -webkit-transition: all 0.2s linear;
  181. moz-transition: all 0.2s linear;
  182. transition: all 0.2s linear;
  183. }
  184.  
  185. iframe#tumblr_controls {right:3px !important; position: fixed !important;}
  186.  
  187.  
  188.  
  189. #scrollToTop {
  190. display:none;
  191. text-decoration:none;
  192. position:fixed;
  193. bottom:30px;
  194. right:10px;
  195. overflow:hidden;
  196. width:21px;
  197. height:21px;
  198. border:none;
  199. text-indent:100%;
  200. background:url(http://static.tumblr.com/uiqhh9x/372m6hyqw/up.png) no-repeat left top;
  201. opacity: .7;
  202. filter: alpha(opacity = 50);
  203. }
  204.  
  205. #toTopHover {
  206. width:11px;
  207. height:11px;
  208. display:block;
  209. overflow:hidden;
  210. float:left;
  211. opacity: 0;
  212. -moz-opacity: 0;
  213. filter:alpha(opacity=0);
  214. }
  215.  
  216. #scrollToTop:hover {
  217. opacity: 1;
  218. filter: alpha(opacity = 100);
  219. }
  220.  
  221. #scrollToTop:active, #toTop:focus {
  222. outline:none;
  223. }
  224.  
  225.  
  226. #bigbox{
  227. position:absolute;
  228. {block:IfNotSwitchSidebar}
  229. left:50%;
  230. margin-left:
  231. {block:If1Column}
  232. {block:IfPostWidth500px}-395px{/block:IfPostWidth500px}
  233. {block:IfPostWidth400px}-345px{/block:IfPostWidth400px}
  234. {block:IfPostWidth320px}-305px{/block:IfPostWidth320px}
  235. {block:IfPostWidth250px}-270px{/block:IfPostWidth250px}
  236. {/block:If1Column}
  237. {block:If2Columns}
  238. {block:IfPostWidth500px}-655px{/block:IfPostWidth500px}
  239. {block:IfPostWidth400px}-555px{/block:IfPostWidth400px}
  240. {block:IfPostWidth320px}-475px{/block:IfPostWidth320px}
  241. {block:IfPostWidth250px}-405px{/block:IfPostWidth250px}
  242. {/block:If2Columns}
  243. {block:If3Columns}
  244. {block:IfPostWidth500px}-915px{/block:IfPostWidth500px}
  245. {block:IfPostWidth400px}-765px{/block:IfPostWidth400px}
  246. {block:IfPostWidth320px}-645px{/block:IfPostWidth320px}
  247. {block:IfPostWidth250px}-540px{/block:IfPostWidth250px}
  248. {/block:If3Columns};
  249. {/block:IfNotSwitchSidebar}
  250. {block:IfSwitchSidebar}
  251. right:50%;
  252. margin-right:
  253. {block:If1Column}
  254. {block:IfPostWidth500px}-135px{/block:IfPostWidth500px}
  255. {block:IfPostWidth400px}-85px{/block:IfPostWidth400px}
  256. {block:IfPostWidth320px}-45px{/block:IfPostWidth320px}
  257. {block:IfPostWidth250px}-10px{/block:IfPostWidth250px}
  258. {/block:If1Column}
  259. {block:If2Columns}
  260. {block:IfPostWidth500px}-395px{/block:IfPostWidth500px}
  261. {block:IfPostWidth400px}-295px{/block:IfPostWidth400px}
  262. {block:IfPostWidth320px}-215px{/block:IfPostWidth320px}
  263. {block:IfPostWidth250px}-145px{/block:IfPostWidth250px}
  264. {/block:If2Columns}
  265. {block:If3Columns}
  266. {block:IfPostWidth500px}-655px{/block:IfPostWidth500px}
  267. {block:IfPostWidth400px}-505px{/block:IfPostWidth400px}
  268. {block:IfPostWidth320px}-385px{/block:IfPostWidth320px}
  269. {block:IfPostWidth250px}-280px{/block:IfPostWidth250px}
  270. {/block:If3Columns};
  271. {/block:IfSwitchSidebar}
  272. }
  273.  
  274.  
  275.  
  276. #container{
  277. width:
  278. {block:If1Column}
  279. {block:IfPostWidth500px}520px{/block:IfPostWidth500px}
  280. {block:IfPostWidth400px}420px{/block:IfPostWidth400px}
  281. {block:IfPostWidth320px}340px{/block:IfPostWidth320px}
  282. {block:IfPostWidth250px}270px{/block:IfPostWidth250px}
  283. {/block:If1Column}
  284. {block:If2Columns}
  285. {block:IfPostWidth500px}1040px{/block:IfPostWidth500px}
  286. {block:IfPostWidth400px}840px{/block:IfPostWidth400px}
  287. {block:IfPostWidth320px}680px{/block:IfPostWidth320px}
  288. {block:IfPostWidth250px}540px{/block:IfPostWidth250px}
  289. {/block:If2Columns}
  290. {block:If3Columns}
  291. {block:IfPostWidth500px}1560px{/block:IfPostWidth500px}
  292. {block:IfPostWidth400px}1260px{/block:IfPostWidth400px}
  293. {block:IfPostWidth320px}1020px{/block:IfPostWidth320px}
  294. {block:IfPostWidth250px}810px{/block:IfPostWidth250px}
  295. {/block:If3Columns};
  296. {block:IfNot1Column}
  297. {block:PermalinkPage}
  298. width:520px;
  299. {/block:PermalinkPage}
  300. {/block:IfNot1Column}
  301. padding:15px;
  302. margin-left:440px;
  303. margin-top:10px;
  304. {block:IfSwitchSidebar}
  305. margin-left:10;
  306. {/block:IfSwitchSidebar}
  307. }
  308. #relativity {
  309. position:relative;
  310. width:100%;height:100%;
  311. }
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319. .entry {
  320. overflow:hidden;
  321. background:{color:Posts};
  322. margin:10px;
  323. width:
  324.  
  325. {block:IfPostWidth200px}250px{/block:IfPostWidth200px};
  326. {block:IfNot1Column}
  327. {block:PermalinkPage}width:400px;{/block:PermalinkPage}
  328. {/block:IfNot1Column}
  329. padding:15px;
  330. float:left;
  331. position:relative;
  332. {block:IfBoxShadow}
  333. box-shadow: 0 0 {text:ShadowSpread}px rgba(0,0,0,{text:ShadowOpacity});
  334. -moz-box-shadow: 0 0 {text:ShadowSpread}px rgba(0,0,0,{text:ShadowOpacity});
  335. -webkit-box-shadow: 0 0 {text:ShadowSpread}px rgba(0,0,0,{text:ShadowOpacity});
  336. {/block:IfBoxShadow}
  337. }
  338.  
  339.  
  340. .textbox {
  341. margin:-5px 5px;
  342. }
  343. .textbox img {
  344. max-width:100%;
  345. height:auto;
  346. }
  347. .entry .question{color:{color:Text};}
  348. padding: 10px;
  349. margin:5px 5px 0 5px;
  350. border: 1px solid rgba(0,0,0,0.2);
  351. border-bottom:0;
  352. }
  353.  
  354.  
  355.  
  356. .nipple{
  357. margin: 0 5px;
  358. background: url('http://media.tumblr.com/tumblr_mbr0ub239n1qk7o6d.png') top left;
  359. height:6px;
  360. opacity:0.2;
  361. }
  362.  
  363.  
  364. .entry .questioner{
  365. margin:5px 0 0 19px;
  366. padding-bottom:5px;
  367. }
  368. .entry .questioner div{
  369. margin:0 0 0 5px;
  370. padding:3px 0;
  371. height:14px;
  372. display:inline-block;
  373. }
  374. .entry ul.chat{
  375. list-style:none;
  376. padding-left:0;
  377. }
  378. .entry ul.chat li{
  379. padding:5px;
  380. border-top:1px solid {color:Text};
  381. }
  382. .entry ul.chat li:first-child{
  383. border:0;
  384. padding-top:0px;
  385. }
  386. .entry ul.chat li:last-child{
  387. padding-bottom:0px;
  388. }
  389. ol.notes {
  390. width: 100%;
  391. padding: 0;
  392. list-style-type: none;
  393. }
  394. ol.notes li.note {
  395. margin: 0;
  396. padding:0 0 8px 0;
  397. }
  398. ol.notes li.note:last-child{
  399. padding:0 0 2px 0;
  400. }
  401. ol.notes li.note img {
  402. margin: 0 2px -2px 0px;
  403. }
  404. ol.notes blockquote{
  405. margin:5px 0 0px 23px;
  406. padding-left:5px;
  407. }
  408. #infscr-loading{
  409. position: absolute;
  410. bottom: 0px;
  411. left: 50%;
  412. width:56px;
  413. height:21px;
  414. margin: 0 0 15px -28px;
  415. overflow:hidden;
  416. }
  417.  
  418.  
  419.  
  420.  
  421.  
  422. div#qTip {
  423. padding: 2px;
  424. border-right-width: 2px;
  425. background-image:URL("{image:background}");
  426. background-color:#fff;
  427. border-bottom-width: 2px;
  428. display: none;
  429. font: italic 10px helvetica;font-style:italic;text-transform:lowercase;
  430. text-align: left;
  431. letter-spacing:px;
  432. position: absolute;
  433. margin-top:10px;margin-left:10px;
  434. z-index: 1000;
  435.  
  436. color: #000;
  437. border: 1px solid #000;
  438. border-radius: 0px;
  439. }
  440.  
  441.  
  442.  
  443.  
  444. #side {position:fixed;width:200px;margin-left:-230px;margin-top:250px; font-family: helvetica;}
  445.  
  446. .des{ letter-spacing:1px;
  447. font-size:11px; text-transform:none;
  448. font-family: helvetica;
  449. text-align:center;line-height:20px;
  450. padding:10px;
  451. background:#transp;
  452.  
  453. margin-top:px;
  454. letter-spacing:0px;}
  455.  
  456. .des a:hover {text-decoration:underline;}
  457.  
  458.  
  459.  
  460. #sidebar {position:fixed; padding:10px;center;}
  461.  
  462. .imgs img {text-align:center;display: inline; height:150px; width:155px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out;}
  463. .imgs img:hover {-webkit-transition:opacity 0.7s linear; -webkit-transition:all 0.5s ease-out; -moz-transition:all 0.5s ease-out; transition:all 0.5s ease-out;}
  464.  
  465.  
  466. .blogtitle{position:relative;margin-top:0px;text-align:center;
  467. width:180px;padding:8px;
  468. height:auto;
  469. text-align:center;
  470. line-height:20px;
  471. text-transform:uppercase;
  472. font-weight:;
  473. font-size:22px;
  474. letter-spacing:1px;
  475. color:#000;}
  476.  
  477. .blogtitle a { line-height:15px;}
  478. .blogtitle a{text-decoration:none;}
  479.  
  480.  
  481. #links {width:autopx;text-align:center;margin-left:0px; margin-top:-10px;height: 40px; text-transform: lowercase;padding:10px;}
  482. #links a {font-size:11px; letter-spacing:0px; text-decoration:none; color:#000;}
  483. #links a:hover {color:#a1a1a1;}
  484.  
  485.  
  486. #links a{margin-right:3px;}
  487.  
  488.  
  489. .textperma {font-family:helvetica;letter-spacing:0px;
  490. font-size:11px;text-align: right;font-style:italic;}
  491.  
  492.  
  493.  
  494.  
  495. .textperma a:hover {text-decoration:underline;}
  496.  
  497.  
  498.  
  499.  
  500.  
  501. .entry .re{
  502. position:absolute;
  503. left:3px;
  504. bottom:5px;
  505. border-radius:100%;
  506. width:15px;
  507. height:15px;
  508. padding:4px;
  509. overflow:hidden;
  510. background:#fff;
  511. overflow:hidden;
  512. font-size:15px;
  513. line-height:15px;
  514. font-weight:700;
  515. text-align:center;
  516. opacity: 0;
  517. -webkit-transition: all 0.4s linear;
  518. -webkit-transition: all 0.4s linear;
  519. -moz-transition: all 0.4s linear;
  520. transition: all 0.4s linear;
  521. }
  522.  
  523. .entry .re a{
  524. color:#000;
  525. }
  526.  
  527. .entry:hover .re{
  528. transform: rotate(360deg);
  529. -ms-transform: rotate(360deg);
  530. -webkit-transform: rotate(360deg);
  531. -o-transform: rotate(360deg);
  532. -moz-transform: rotate(360deg);
  533. opacity:.8;
  534. -webkit-transition: all 0.4s linear;
  535. -webkit-transition: all 0.4s linear;
  536. -moz-transition: all 0.4s linear;
  537. transition: all 0.4s linear;
  538. }
  539.  
  540. .entry:hover .re:hover{
  541. transform: rotate(0deg);
  542. -ms-transform: rotate(0deg);
  543. -webkit-transform: rotate(0deg);
  544. -o-transform: rotate(0deg);
  545. -moz-transform: rotate(0deg);
  546. }
  547.  
  548.  
  549.  
  550.  
  551.  
  552.  
  553.  
  554. ::-webkit-input-placeholder{
  555. color:#555555;font:15px "Source Sans Pro", san-serif}
  556. :-moz-placeholder{
  557. color:#555555;font-size:15px "Source Sans Pro", san-serif}
  558. ::-moz-placeholder{
  559. color:#555555;
  560. font-size:15px "Source Sans Pro", san-serif}
  561. :-ms-input-placeholder{
  562. color:#555555;
  563. font-size:15px "Source Sans Pro", san-serif}
  564.  
  565. #container {width:700px;}
  566. #content {{block:ifBiggerPosts}width:500px;{/block:ifBiggerPosts}{block:ifNotBiggerPosts}width:400px;{/block:ifNotBiggerPosts}padding-bottom:80px;margin-left:300px;}
  567.  
  568. #navigation a:hover{color:#19baaa}
  569. ::selection{background:#fff;color:#19baaa;}
  570. ::-moz-selection{background:#fff;color:#19baaa;}
  571.  
  572.  
  573.  
  574.  
  575.  
  576.  
  577. {CustomCSS}
  578.  
  579.  
  580.  
  581.  
  582.  
  583. </style>
  584.  
  585.  
  586. <script>
  587.  
  588. window.onload = function () {
  589. document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' );
  590. document.addEventListener( 'click', function ( event ) {
  591. var myLike = event.target;
  592. if( myLike.className.indexOf( 'my-like' ) > -1 ) {
  593. var frame = document.getElementById( 'my-like-frame' ),
  594. liked = ( myLike.className == 'my-liked' ),
  595. command = liked ? 'unlike' : 'like',
  596. reblog = myLike.getAttribute( 'data-reblog' ),
  597. id = myLike.getAttribute( 'data-id' ),
  598. oauth = reblog.slice( -8 );
  599. frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id;
  600. liked ? myLike.className = 'my-like' : myLike.className = 'my-liked';
  601. };
  602. }, false );
  603. };
  604.  
  605.  
  606. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
  607. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  608. <style>
  609.  
  610.  
  611.  
  612.  
  613.  
  614.  
  615.  
  616.  
  617. </style>
  618. </style><!-- SCM Music Player http://scmplayer.net -->
  619. <script type="text/javascript" src="http://scmplayer.net/script.js"
  620. data-config="{'skin':'http://static.tumblr.com/wx6pget/brEnc7ps1/.css','volume':60,'autoplay':true,'shuffle':true,'repeat':1,'placement':'bottom','showplaylist':false,'playlist':[{'title':'Cover Mashup (SYA / LMLYD / Sugar)','url':'https://www.youtube.com/watch?v=KzARx0EuDgc'},{'title':'How Long Will I Love You','url':'https://www.youtube.com/watch?v=an4ySOlsUMY'},{'title':'Infinity','url':'https://www.youtube.com/watch?v=4kcKSh9BFL4'},{'title':'Little Things','url':'https://www.youtube.com/watch?v=xGPeNN9S0Fg'},{'title':'Father','url':'https://www.youtube.com/watch?v=2JQy0Ti4JrA'},{'title':'Stone Cold','url':'https://www.youtube.com/watch?v=AtFWFlntLZY'},{'title':'Hello','url':'https://www.youtube.com/watch?v=YQHsXMglC9A'},{'title':'Give Me Love ','url':'https://www.youtube.com/watch?v=nTm4tLcmPsU'},{'title':'Photograph','url':'https://www.youtube.com/watch?v=nSDgHBxUbVQ&list=PLAPC4Jcjg_uOi3DOGWcluA8OGuWqV5UT7&index=38'},{'title':'Dont Forget ','url':'https://www.youtube.com/watch?v=oYDDiqhhzbQ&list=PLAPC4Jcjg_uOi3DOGWcluA8OGuWqV5UT7&index=29'},{'title':'Como %C9 Que A Gente Fica','url':'https://www.youtube.com/watch?v=BA0x0ScUAvQ'},{'title':'Flor E O Beija-Flor ','url':'https://www.youtube.com/watch?v=LmRrLl8aLfE'},{'title':'Nada, Nada','url':'https://www.youtube.com/watch?v=7j4GOkPJyWI'},{'title':'I%27m Not The Only One','url':'https://www.youtube.com/watch?v=nCkpzqqog4k'},{'title':'Stay With Me','url':'https://www.youtube.com/watch?v=pB-5XG-DbAA'},{'title':'All of Me','url':'https://www.youtube.com/watch?v=450p7goxZqg'},{'title':'Love Me Like You Do','url':'https://www.youtube.com/watch?v=AJtDXIazrMo'},{'title':'Hotline Bling','url':'https://www.youtube.com/watch?v=uxpDa-c-4Mc'},{'title':'Blank Space','url':'https://www.youtube.com/watch?v=e-ORhEE9VVg'},{'title':'Cheerleader ','url':'https://www.youtube.com/watch?v=jGflUbPQfW8'},{'title':'Love Yourself','url':'https://www.youtube.com/watch?v=oyEuk8j8imI'},{'title':'Tudo de Bom ','url':'https://www.youtube.com/watch?v=lALbb3vEZi0'},{'title':'Bem Querer','url':'https://www.youtube.com/watch?v=jkYYCFdRgCY'},{'title':'Vidro Fum%EA','url':'https://www.youtube.com/watch?v=KqullcLRk9k'},{'title':'Chefe %E9 chefe n%E9 pai','url':'https://www.youtube.com/watch?v=bHywT9ccyV8'},{'title':'Predileta ','url':'https://www.youtube.com/watch?v=Rpv1yRFSBco'},{'title':'Quando o DJ Mandar ','url':'https://www.youtube.com/watch?v=H1udr2_1ozg'},{'title':'Soltinha','url':'https://www.youtube.com/watch?v=dPpvGcEdOwA'},{'title':'Estoy Loca','url':'https://www.youtube.com/watch?v=fWcO-fxgxm8'},{'title':'Perdendo a Linha','url':'https://www.youtube.com/watch?v=GlHA9JjVcN0'},{'title':'Linda Louca e Mimada','url':'https://www.youtube.com/watch?v=7OTSQ7plENk'},{'title':'O Viajante','url':'https://www.youtube.com/watch?v=a5eWOPTBFYw'},{'title':'Hoje Eu Me Sinto T%E3o Bem','url':'https://www.youtube.com/watch?v=Q6iUDCX7uVE'},{'title':'Mundo de Ilus%F5es / Bom Dia','url':'https://www.youtube.com/watch?v=4UauTqppXRc'},{'title':'Tudo que ela quer','url':'https://www.youtube.com/watch?v=7gLM7DGMLjU'},{'title':'Sem Gra%E7a','url':'https://www.youtube.com/watch?v=DADUy4eowwk'},{'title':'Foda Que Ela %C9 Linda','url':'https://www.youtube.com/watch?v=zoF0dPs9zpw'},{'title':'O Outro Lado','url':'https://www.youtube.com/watch?v=C-XcQfmGfYU'},{'title':'Madruga Revela','url':'https://www.youtube.com/watch?v=TkvVwSV30TI'},{'title':'Bem Estar','url':'https://www.youtube.com/watch?v=EYaaaKfpalM'},{'title':' Sol ','url':'https://www.youtube.com/watch?v=IqFOoTAPI7Q'},{'title':'Isso Que %C9 Som de Rap','url':'https://www.youtube.com/watch?v=RcP-lkf6-z0'},{'title':' Beija Flor','url':'https://www.youtube.com/watch?v=MQ3SYB3clSo'},{'title':'N.A.D.A.B.O.M. parte II','url':'https://www.youtube.com/watch?v=fJsnmDbMNus'},{'title':'Ela S%F3 Quer Paz','url':'https://www.youtube.com/watch?v=SBs_pd1QQu8'},{'title':'O Port%E3o Do C%E9u ','url':'https://www.youtube.com/watch?v=aBgwWpPTUn8'},{'title':'Passarinhos ','url':'https://www.youtube.com/watch?v=IJcmLHjjAJ4'},{'title':'Envolvid%E3o','url':'https://www.youtube.com/watch?v=XTmz9ikVCHw'},{'title':'Neur%F3tico de Guerra','url':'https://www.youtube.com/watch?v=OBt21_24zqU'},{'title':'Invicto','url':'https://www.youtube.com/watch?v=cw4oJ27GzBg'},{'title':'Chefe do Crime','url':'https://www.youtube.com/watch?v=gxu_ClltAmo'},{'title':'S%F3 pra Voc%EA Lembrar','url':'https://www.youtube.com/watch?v=oCOOu6KZ968'},{'title':'Livre e Triste','url':'https://www.youtube.com/watch?v=VVMBrTxNjmQ'},{'title':'Jamais ser%E3o','url':'https://www.youtube.com/watch?v=rvlH609LzZA'},{'title':'Sonho De Inverno','url':'https://www.youtube.com/watch?v=a_phnRIEJKQ'},{'title':'Enquanto voc%EA dorme','url':'https://www.youtube.com/watch?v=YskED6QHukY'},{'title':'Dilema','url':'https://www.youtube.com/watch?v=deMOnnqBvPo'},{'title':'Saudades do Tempo','url':'https://www.youtube.com/watch?v=Tkoc85KVJoM'},{'title':'Luz que me traz paz','url':'https://www.youtube.com/watch?v=xVzRbKuo2lc'},{'title':'Ela %E9 tipo..','url':'https://www.youtube.com/watch?v=norEU-12JsU'},{'title':'Menina de asas','url':'https://www.youtube.com/watch?v=I9MaGaL2VHo'},{'title':'Work (cover)','url':'https://www.youtube.com/watch?v=nsSCl8UXlrY'},{'title':'Needed Me ','url':'https://www.youtube.com/watch?v=UxJLYs0uVn8'},{'title':'Consideration','url':'https://www.youtube.com/watch?v=y0YA_F6n5_4'},{'title':'FourFiveSeconds','url':'https://www.youtube.com/watch?v=kt0g4dWxEBo'},{'title':'Higher (cover)','url':'https://www.youtube.com/watch?v=mDJSSgPPHeI'},{'title':'Formation ','url':'https://www.youtube.com/watch?v=K4zwV9YDnxU'},{'title':'Here (cover)','url':'https://www.youtube.com/watch?v=FuACt-cTVmc'}]}" ></script>
  621. <!-- SCM Music Player script end -->
  622.  
  623. </head>
  624. <body>
  625.  
  626.  
  627.  
  628.  
  629.  
  630.  
  631.  
  632.  
  633. <div id="container">
  634. <div id="side">
  635.  
  636.  
  637.  
  638. <div class="blogtitle">
  639. <a href="/">{text:titulo}</a>
  640. </div>
  641. <div class="des">{description}</div>
  642. <div id="links"><div class="link">
  643. <a href='{text:Link1}' title='{text:title1}'>{text:Link1 Title}</a>
  644. <a href='{text:Link2}' title='{text:title2}'>{text:Link2 Title}</a>
  645. <a href='{text:Link3}' title='{text:title3}'>{text:Link3 Title}</a>
  646. <a href='{text:Link4}' title='{text:title4}'>{text:Link4 Title}</a>
  647. <a href='{text:Link5}' title='{text:title5}'>{text:Link5 Title}</a>
  648. <a href='{text:Link6}' title='{text:title6}'>{text:Link6 Title}</a>
  649. <a href='http://titanios.tumblr.com/' title='theme by titanios'>theme</a>
  650.  
  651. </div></div></div>
  652.  
  653.  
  654. {block:Posts}
  655. <div class="entry">
  656. <div id="relativity">
  657.  
  658. {block:Text}
  659. <div class="textbox">
  660. {block:Title}
  661. <h1>{Title}</h1>
  662. {/block:Title}
  663. {Body}
  664. </div>
  665. {/block:Text}
  666.  
  667. {block:Photo}
  668. {block:IndexPage}<a href="{Permalink}">
  669. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%" />
  670. </a>
  671. {/block:IndexPage}
  672. {block:PermalinkPage}
  673. {LinkOpenTag}
  674. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%" />
  675. {LinkCloseTag}
  676. {/block:PermalinkPage}
  677. {/block:Photo}
  678.  
  679.  
  680. {block:Photoset}
  681. <div style="margin-bottom:-4px;text-align:center;">
  682. {block:IndexPage}
  683. {Photoset-250}
  684. {block:IfPostWidth250px}
  685. {Photoset-250}
  686. {/block:IfPostWidth250px}
  687. {/block:IndexPage}
  688. {block:PermalinkPage}
  689. {Photoset-250}
  690. {/block:IfPostWidth320px}
  691. {block:IfPostWidth250px}
  692. {Photoset-250}
  693. {/block:IfPostWidth250px}
  694. {/block:If1Column}
  695. {/block:PermalinkPage}
  696. </div>
  697. {/block:Photoset}
  698.  
  699.  
  700.  
  701. {block:Quote}
  702. <div class="quote">{Quote}</div>
  703. {block:Source}
  704. <div class="pquote"> — {Source}</div>
  705. {/block:Source}
  706. {/block:Quote}
  707.  
  708. {block:Link}
  709. <div class="textbox">
  710. <h1> <a href="{URL}" class="link" {Target}>{Name}</a> </h1>
  711. {block:Description}
  712. <p>{Description}</p>
  713. {/block:Description}
  714. </div>
  715. {/block:Link}
  716.  
  717. {block:Chat}
  718. <div class="textbox">
  719. {block:Title}
  720. <a href="{Permalink}"><h1>{Title}</h1></a>
  721. {/block:Title}
  722. <ul class="chat">
  723. {block:Lines}
  724. <li class="{Alt} user_{UserNumber}">
  725. {block:Label}
  726. <span class="label" style="font-weight:bold">{Label}</span>
  727. {/block:Label}
  728. {Line}
  729. </li>
  730. {/block:Lines}
  731. </ul>
  732. </div>
  733. {/block:Chat}
  734.  
  735. {block:Audio}
  736. <div class="textbox" style="text-align:center;">
  737. <p>{AudioPlayerBlack}</p>
  738. <p>
  739. {block:TrackName}
  740. {TrackName}
  741. {/block:TrackName}
  742. {block:Artist}
  743. - {Artist}
  744. {/block:Artist}
  745. </p>
  746. </div>
  747. {/block:Audio}
  748.  
  749. {block:Video}
  750. <div style="text-align:center;margin-bottom:-4px;">
  751. {block:IndexPage}
  752. {block:IfPostWidth500px}
  753. {Video-500}
  754. {/block:IfPostWidth500px}
  755. {block:IfPostWidth400px}
  756. {Video-400}
  757. {/block:IfPostWidth400px}
  758. {block:IfPostWidth320px}
  759. {Video-250}
  760. {/block:IfPostWidth320px}
  761. {block:IfPostWidth250px}
  762. {Video-250}
  763. {/block:IfPostWidth250px}
  764. {/block:IndexPage}
  765. {block:PermalinkPage}
  766. {block:IfNot1Column}
  767. {Video-500}
  768. {/block:IfNot1Column}
  769. {block:If1Column}
  770. {block:IfPostWidth500px}
  771. {Video-500}
  772. {/block:IfPostWidth500px}
  773. {block:IfPostWidth400px}
  774. {Video-400}
  775. {/block:IfPostWidth400px}
  776. {block:IfPostWidth320px}
  777. {Video-250}
  778. {/block:IfPostWidth320px}
  779. {block:IfPostWidth250px}
  780. {Video-250}
  781. {/block:IfPostWidth250px}
  782. {/block:If1Column}
  783. {/block:PermalinkPage}
  784. </div>
  785. {/block:Video}
  786.  
  787. {block:Answer}
  788. <div class="question">
  789. {Question}
  790. </div>
  791. <div class="nipple"></div>
  792. <div class="questioner"><img src="{AskerPortraitURL-128}" width="20" height="20"/><div>{Asker}</div></div>
  793. <div class="textbox">{Answer}</div>
  794. {/block:Answer}
  795.  
  796. {block:IndexPage}
  797.  
  798. {block:Photo}
  799. <div class="re">
  800. <a href="{ReblogURL}" target="_blank" title="reblog">↻</a><br>
  801. </div>
  802. {/block:Photo}
  803.  
  804.  
  805.  
  806.  
  807. {block:Video}
  808. <div class="re">
  809. <a href="{ReblogURL}" target="_blank" title="reblog">↻</a><br>
  810. </div>
  811. {/block:Video}
  812.  
  813.  
  814. {block:Text}
  815. <div class="textperma"></a> {block:NoteCount} <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCount}</a>{block:RebloggedFrom} <a href="{ReblogParentURL}"><a href="{ReblogParentURL}"></a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}"></a>{/block:ContentSource} {block:IndexPage} / <a href="{ReblogUrl}" target="_blank">reblog </a>{/block:IndexPage} </div>
  816. {/block:Text}
  817.  
  818.  
  819.  
  820. {block:Photoset}
  821. <div class="re">
  822. <a href="{ReblogURL}" target="_blank" title="reblog">↻</a><br>
  823. </div>
  824. {/block:Photoset}
  825.  
  826.  
  827. {block:Quote}
  828. <div class="textperma"></a> {block:NoteCount} <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCount}</a>{block:RebloggedFrom} <a href="{ReblogParentURL}"><a href="{ReblogParentURL}"></a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}"></a>{/block:ContentSource} {block:IndexPage} / <a href="{ReblogUrl}" target="_blank">reblog </a>{/block:IndexPage} </div>
  829. {/block:Quote}
  830.  
  831.  
  832.  
  833. {block:Link}
  834. <div class="textperma"></a> {block:NoteCount} <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCount}</a>{block:RebloggedFrom} <a href="{ReblogParentURL}"><a href="{ReblogParentURL}"></a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}"></a>{/block:ContentSource} {block:IndexPage} / <a href="{ReblogUrl}" target="_blank">reblog </a>{/block:IndexPage} </div>
  835. {/block:Link}
  836.  
  837.  
  838.  
  839. {block:Chat}
  840. <div class="textperma"></a> {block:NoteCount} <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCount}</a>{block:RebloggedFrom} <a href="{ReblogParentURL}"><a href="{ReblogParentURL}"></a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}"></a>{/block:ContentSource} {block:IndexPage} / <a href="{ReblogUrl}" target="_blank">reblog </a>{/block:IndexPage} </div>
  841. {/block:Chat}
  842.  
  843.  
  844.  
  845. {block:Audio}
  846. <div class="re">
  847. <a href="{ReblogURL}" target="_blank" title="reblog">↻</a><br>
  848. </div>
  849. {/block:Audio}
  850.  
  851.  
  852. {block:Answer}
  853. <div class="textperma"></a> {block:NoteCount} <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCount}</a>{block:RebloggedFrom} <a href="{ReblogParentURL}"><a href="{ReblogParentURL}"></a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}"></a>{/block:ContentSource} {block:IndexPage} / <a href="{ReblogUrl}" target="_blank">reblog </a>{/block:IndexPage} </div>
  854. {/block:Answer}
  855. {/block:IndexPage}
  856.  
  857. </div>
  858. </div>
  859.  
  860. {block:PermalinkPage}
  861. {block:Date}
  862. {block:Photo}
  863. {block:Caption}<div class="entry"><div class="textbox">{Caption}</div></div>{/block:Caption}
  864. {/block:Photo}
  865. {block:Photoset}
  866. {block:Caption}<div class="entry"><div class="textbox">{Caption}</div></div>{/block:Caption}
  867. {/block:Photoset}
  868. {block:Audio}
  869. {block:Caption}<div class="entry"><div class="textbox">{Caption}</div></div>{/block:Caption}
  870. {/block:Audio}
  871. {block:Video}
  872. {block:Caption}<div class="entry"><div class="textbox">{Caption}</div></div>{/block:Caption}
  873. {/block:Video}
  874.  
  875. <div class="entry">
  876. <div class="textbox">
  877. {block:NoteCount}
  878. <p>{NoteCountWithLabel}</p>
  879. {/block:NoteCount}
  880. {block:RebloggedFrom}
  881. <p>via <a href="{ReblogParentURL}">{ReblogParentName}</a></p><p>originally <a href="{ReblogRootURL}">{ReblogRootName}</a></p>
  882. {/block:RebloggedFrom}
  883. {block:HasTags}
  884. <p>{block:Tags}
  885. <a href="{TagURL}">#{Tag}</a>
  886. {/block:Tags}</p>
  887. {/block:HasTags}
  888. </div></div>
  889. {/block:Date}
  890.  
  891. {block:PostNotes}
  892. <div class="entry">
  893. <div class="textbox">
  894. {PostNotes}
  895. </div></div>
  896. {/block:PostNotes}
  897. {/block:PermalinkPage}
  898.  
  899. {/block:Posts}
  900. </div></div>
  901.  
  902. {block:Pagination}
  903. <div id="pagination" style="display:none;">
  904. {block:NextPage}
  905. <a id="nextPage" href="{NextPage}"></a>
  906. {/block:NextPage}
  907. </div>
  908. {/block:Pagination}
  909.  
  910. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  911. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  912. <script type="text/javascript">
  913. $(window).load(function () {
  914. var $content = $('#container');
  915. $content.masonry({itemSelector: '.entry'}),
  916. $content.infinitescroll({
  917. navSelector : 'div#pagination',
  918. nextSelector : 'div#pagination a#nextPage',
  919. itemSelector : '.entry',
  920. loading: {
  921. finishedMsg: '',
  922. img: 'http://static.tumblr.com/beiywxc/VXem7gjgj/ajax-loader__7_.gif'
  923. },debug : false,
  924. },
  925. // call masonry as a callback.
  926. function( newElements ) {
  927. var $newElems = $( newElements );
  928. $newElems.hide();
  929. // ensure that images load before adding to masonry layout
  930. $newElems.imagesLoaded(function(){
  931. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  932. });
  933. });
  934. });
  935. </script>
  936.  
  937.  
  938.  
  939. </div></div>
  940.  
  941.  
  942.  
  943.  
  944. </div></div>
  945.  
  946.  
  947. </div>
  948. </div>
  949. </div>
  950. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement