Advertisement
Biih

058, cute

Mar 7th, 2014
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 17.41 KB | None | 0 0
  1. <!---------------------------------------------------------------------
  2.  
  3. THEME FEITO POR BIANCA DIAS (NEVALISCA). É PROIBIDA QUALQUER CÓPIA OU USO   DOS CÓDIGOS CONFORME A LEI PENAL, ARTIGO 184. ©
  4.  
  5. ---------------------------------------------------------------------->
  6.  
  7.  
  8.  
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10.  
  11.  
  12. <meta name="image:background" content=""/>
  13.  
  14. <meta name="text:Link1" content="/" />
  15. <meta name="text:Link1 Title" content="link" />
  16. <meta name="text:Link2" content="/" />
  17. <meta name="text:Link2 Title" content="link " />
  18. <meta name="text:Link3" content="/" />
  19. <meta name="text:Link3 Title" content="link" />
  20. <meta name="text:Link4" content="/" />
  21. <meta name="text:Link4 Title" content="link" />
  22. <meta name="text:frase" content="Escreve algo aqui"/>
  23.  
  24. <meta name="color:bordapost" content ="#BDE8FE"/>
  25. <meta name="color:background" content="#ffffff" />
  26. <meta name="color:text" content="#000000" />
  27. <meta name="color:link" content="#000000" />
  28. <meta name="color:hover" content="#696969" />
  29. <meta name="color:linksmenu" content="#000000" />
  30. <meta name="color:frase" content="#696969"/>
  31.  
  32. <meta name="font:posts" content="Square Serif"/>
  33. <meta name="if:Hidden Tags" content="1"/>
  34. <meta name="if:Rolagem infinita" content="1"/>
  35.  
  36. <link href='http://fonts.googleapis.com/css?family=Parisienne' rel='stylesheet' type='text/css'>
  37.  
  38.  
  39.  
  40.  
  41.         <title>{Title}</title>
  42.  
  43.         <link rel="shortcut icon" href="{Favicon}">
  44.  
  45.         <link rel="alternate" type="application/rss+xml" href="{RSS}">
  46.  
  47.         {block:Description}
  48.  
  49.             <meta name="description" content="{MetaDescription}" />
  50.  
  51.         {/block:Description}
  52.        
  53.         <link href='http://fonts.googleapis.com/css?family=Muli' rel='stylesheet' type='text/css'>
  54.         <link href='http://fonts.googleapis.com/css?family=Baumans' rel='stylesheet' type='text/css'>
  55.         <link href='http://fonts.googleapis.com/css?family=Varela+Round' rel='stylesheet' type='text/css'>
  56.  
  57.                      
  58.         <style type="text/css">
  59.        
  60.          @font-face { font-family: 'PF Arma Five';
  61. src: url('http://static.tumblr.com/xf6erfz/sUBm594pm/pf_arma_five.ttf'); src: format('truetype');}
  62.  
  63. @font-face {src:
  64. url('http://static.tumblr.com/fyc2dbo/XfTmvexa0/dawningofanewday.ttf');font-family:Dawning of a New Day; }
  65.  
  66.                
  67. body {background-color: {color:background}; background-image:url('{image:background}'); color: {color:text}; font:11px arial; text-align: center;background-attachment: fixed; background-repeat: no-repeat;background-size:100% 100%;}
  68.  
  69. a {color: {color:link}; text-decoration: none; text-transform: none;}
  70. a:hover {color: {color:hover};}
  71.  
  72. p {margin: 6px 0 0 0}
  73.  
  74. blockquote {margin: 3px; border-left: 3px solid #eee; padding-left: 5px; }
  75. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid #eee;}
  76. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid #eee; }
  77. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid #eee; }
  78.  
  79. blockquote img{max-width: 250px!important}
  80. blockquote blockquote img{max-width: 250px!important}
  81. blockquote blockquote blockquote img{max-width:250px!important}
  82. blockquote blockquote blockquote blockquote img{max-width: 250px!important}
  83.  
  84. #container {width: 450px; margin:50px auto: 50px auto;}
  85.  
  86. #entry {float:left; margin-left:500px; width:250px;margin-top:30px;}
  87.  
  88. .posts {width: 250px;background-color: {color:post}; padding: 8px; text-align: justify; margin-bottom:5px; position: relative; font-family:{font:posts}; font-size:11px;border: dashed 1px {color:bordapost};border-radius:5px;}
  89.  
  90. h1 {font-family: {font:posts}; font-size: 16px; line-height: 18px; text-align: left; font-weight: normal;}
  91. h1 a {color: {color:link};}
  92. h1 a:hover {color: {color:hover};}
  93.  
  94.  
  95.  /**FOTOS**/
  96. .image {
  97.     text-align: center;
  98.     border: 2px
  99.     }
  100. .image img {-webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out;
  101.     max-width: 250px;
  102.     margin-bottom: 2px;
  103.     opacity:0.8;
  104.     }
  105. .image img:hover {
  106. opacity:0.9;
  107.     -webkit-transition: all 0.3s ease-out;
  108.     -moz-transition: all 0.3s ease-out;
  109.     }
  110.  /**QUOTE**/
  111. .quote {font-family:{font:posts}; text-align: justify; font-size: 10px; line-height:15px;}
  112. .quotesource {text-align:left; text-transform: none; margin-top: 2px;font-family:{font:posts}; font-size: 10px;padding-left:10px;}
  113.  
  114.  
  115.  
  116.  
  117.  /**chat por dropred **/
  118. .chat {line-height: 13px; list-style: none }
  119. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  120. .person1 {color: {color:text}; padding: 2px; }
  121. .person1 .label {font-weight: bold;  color:{color:text}}
  122. .person2 {color: {color:text}; padding: 2px;  }
  123. .person2 .label {font-weight: bold;  color:{color:text}}
  124.  
  125. .chat {background: #fff; margin: 0; font-size: 12px; font-family: {font:posts};}
  126. .chat .lines {font-family: 'Play'; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; background: #f0f0f0; padding: 5px; margin-bottom: 2px; font-size: 12px; color: #888; text-shadow: 1px 1px 0px #eee; transition-duration: 1s; -webkit-transition-duration: 1s; -moz-transition-duration: 1s;}
  127. .chat .lines:hover {background: #e0e0e0; transition-duration: 1s; -webkit-transition-duration: 1s; -moz-transition-duration: 1s;}
  128. .chat .lines span {font-weight: bold;}
  129.  
  130.  
  131.  /**PHOTOSET**/
  132. #photoset {width: 250px; margin-top: -2px;}
  133. .source {display: none;}
  134.  
  135. .posts:hover .tags{opacity:0.8;}
  136. .tags {position:absolute; width:150px; text-align:left; font: 10px tahoma; font-style:none; text-transform: lowercase; margin-left:260px; -webkit-transition-duration: 0.2s; opacity:0;}
  137. .tags a {font-size: 10px; text-transform: lowercase;}
  138.  
  139. #info {text-align:right; margin-top:-6px;; font-style:none; font-size: 9px; font-family: tahoma; z-index: 11; letter-spacing:1px;  margin-left:-5px; width:250px; margin-bottom: -18px;color:{color:text};-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;opacity:0;}
  140. #info a {font-size:10px; text-transform: lowercase; color:{color:text}; -webkit-transition-duration: 0.4s;}
  141. #info a:hover {background-color:transparent; border-radius: 100px; }
  142. #info:hover {color:{color:text}}
  143. .posts:hover #info {opacity:9; padding-top:0px;  margin-bottom:2px;margin-top:-10px;margin-left:-5px;}
  144.  
  145.  
  146.  
  147.  
  148.  
  149. /* --- Permalink  ---- */
  150.  
  151. #perma{margin: 1px 1px 0 1px}
  152. #permalink{margin-bottom: 1px; margin: 2px 2px 2px 09px;padding: 4px 5px;  background: #fafafa; text-transform: none;  font-family: 'arial', sans-serif; font-size: 9px;text-align:left;width:235px;}
  153.  
  154. #bss ol, .notes-bottom ul {margin: 0;padding: 0;list-style: none;}
  155. #bss li {background:{color:background};margin: 2px 2px 2px 09px;padding: 5px 0 10px 0;font-size: 9px;font-family:arial; text-indent : 8px;-webkit-transition-duration: .50s; float: left; padding: 5px;width: 235px;margin-top:5px;margin-left:1px;text-align:left;color:{color:text};border-bottom:solid 1px #f0f0f0;}
  156. #bss li img.avatar {width: auto;padding: 2px; background: #fff; border: 3px solid #eee;display: block;float: left; margin: 0 5px 5px 0;}
  157.  
  158.  
  159. ::-webkit-scrollbar{height:auto;width:9px;background-color:#ddd; border: 4px solid #ffffff;}
  160. ::-webkit-scrollbar-thumb{background-color:#ddd; border: 2px solid #ffffff;height:auto}
  161.  
  162. #sidebar {width: 132px; height: 270px; top: 200px; margin-left: 300px; position: fixed;text-align: center;}
  163.  
  164. #imagesdbr img {display: inline;height:;width:185px;height:100px;opacity:1;-webkit-transition-duration: 0.4s;opacity:0.7;}
  165. #imagesdbr img:hover {opacity:1;-webkit-transition-duration: 5s;}
  166.  
  167.  
  168. #descri{position: fixed; width:185px;margin-left:-4px; margin-top:4px;text-align:justify;opacity:1;padding-top:5px;font-family:consolas;color:{color:frase};font-size:10px;line-height:10px;border-bottom: dashed 1px {color:bordapost};padding-bottom:3px;}
  169.  
  170. #frase {position: fixed; width:185px;margin-left:-5px; margin-top:-17px;text-align:right;opacity:1;font-family: 'Dawning of a New Day';color:{color:frase};font-size:25px;line-height:15px;}
  171.  
  172.  
  173. #links {position: fixed; width:185px;margin-left:0px; margin-top:2px;text-align:center;opacity:1;padding:5px;font-family:'Varela Round';color:{color:frase};font-size:10px;line-height:10px;}
  174. #links a{color:{color:linksmenu};padding:2px;}
  175. #links a:hover {font-style:italic;}
  176.  
  177.  
  178.  
  179.  
  180. /*---♥--- Menu por Revolucionou pegar credite! (Ajuda by juh - futurasuicida) [helpdesigns]---♥---*/
  181.  
  182.  #nowisah {z-index:999999999999999;position: fixed; width:0px; right:70px;bottom:30px; padding: 0px; text-align: center;-webkit-transition: all 0.5s ease-out;}
  183. #nowisah:hover{ right:190px;-webkit-transition: all 0.5s ease-out;}
  184. #nowisah a {float: left; display: block; font-size:8px; font-family:PF Arma Five; text-align: center; margin-bottom:2px; margin-left:1px; color:#ababab; text-decoration: none; line-height:22px;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; height:22px;width:60px;background:#f8f7f7;/*--helpdesigns--*/overflow:hidden;text-indent: 0px;}
  185. #nowisah a:hover { -webkit-transition: all 0.9s ease-out;opacity:1; color:#ababab; font-weight:calibri;-webkit-transition: all 0.5s ease-out;background:#f8f7f7;text-indent: 300px;overflow:hidden;width:180px;}
  186. #nowisah a muda{ color:#ababab;float: left; display: block; font-size:8px; font-family:PF Arma Five; text-align: center;text-align:left; opacity:0;position:fixed;width:180px;margin-top:-22px;text-indent: 0px;}
  187. #nowisah a:hover muda{ color:#ababab;float: left; display: block; font-size:8px; font-family:PF Arma Five;opacity:1;text-indent: 17px; -webkit-transition: all 0.9s ease-out;}
  188.  
  189. /*--- Não remover os Créditos ----*/
  190.  
  191.  
  192. #s-m-t-tooltip {max-width:300px; padding:3px 4px 5px 5px;margin:20px 20px;background-color:#fff; font: 8px PF Arma Five; letter-spacing:1px;text-transform:uppercase; color:{color:text}; z-index:9999999;box-shadow: inset 0 1px 3px rgba(0,0,0,0.25), 0 1px 1px rgba(255,255,255,0.35);border-radius: 3px; }
  193.  
  194. .banner {width:100%;height:37px;top:0px;left:0px; position:fixed; z-index:99999!important; background-image:url('http://2.bp.blogspot.com/-Qu_vxXqLSqg/TposoKXVJsI/AAAAAAAAIlY/hfZtv-H8--w/s1600/cortininha-blog-photoscape-png-blogs-templates-by-thataschultz20111015-cortininhas144.gif'); repeat:repeat-x;}
  195.  
  196. iframe#tumblr_controls {
  197.     white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.4;
  198. }
  199.  
  200.  iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  201.  
  202.  
  203.  
  204.  
  205.  
  206. #tumblr_controls{position: fixed!important}
  207. #tumblr_controls{position: fixed!important}
  208. #tumblr_controls{position: fixed!important}
  209.  
  210.  
  211. </style>
  212.    
  213. </head>
  214.  
  215. <!--THEME POR I-NGAGAR, não copie, plagio é crime-->
  216.  
  217.  
  218. <body onkeydown="return false">
  219.  
  220.  
  221. <!-- Não tira essa merda aqi valeu, se vc tirar eu vou jogar uma praga tão forte em vc que tu vai se arrepender de ter tirado, e tenho dito!--->
  222. <div id="nowisah">
  223. <a href="http://nevalisca.tumblr.com">nevalisca<muda>theme por nevalisca  + insp docismo</muda></a></div>
  224. </div></div></div>
  225.  
  226. <!--- daqi pra baixo tire e mude o que quiser, só pra uso próprio--->
  227.  <div id="cont">
  228. </div>
  229.  
  230. <script type="text/javascript"
  231. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  232. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  233. <script>
  234.  (function($){
  235.  $(document).ready(function(){
  236.  $("[title]").style_my_tooltips();
  237.  });
  238.  })(jQuery);
  239. </script>
  240.  
  241. <div class="banner"></div>
  242.  
  243. <div id="sidebar">
  244. <div id="frase">{text:frase}</div>
  245.  
  246. <div id="descri">{description}
  247.    <div id="links">
  248. <a href="{text:link1}">{text:link1 title}</a> /
  249. <a href="{text:link2}">{text:link2 title}</a> /
  250. <a href="{text:link3}">{text:link3 title}</a> /
  251. <a href="{text:link4}">{text:link4 title}</a>
  252.  
  253. </div></div></div>
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260. </div>
  261. </div>
  262. </div></div></div>
  263.  
  264.  
  265.  
  266. </div></div></div></div></div></div></div></div></div></div></div></div>
  267.  
  268.  
  269.  
  270.  
  271. <div id="entry">
  272.  
  273.   {block:indexpage}
  274.   <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  275.  
  276. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  277.  
  278. <script type="text/javascript">
  279. $(window).load(function(){
  280. var $wall = $('#entry');
  281. $wall.imagesLoaded(function(){
  282. $wall.masonry({
  283. itemSelector: '.posts',
  284. isAnimated : true
  285. });
  286. });
  287. $wall.infinitescroll({
  288. navSelector : "div#navigation",
  289. nextSelector : "div#navigation a#nextPage",
  290. itemSelector : '.posts',
  291. loadingImg : "http://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",
  292. loadingText : "",
  293. donetext : " ",
  294. extraScrollPx : 1000,
  295. bufferPx : 10100,
  296. debug : false,
  297. errorCallback: function() {
  298. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  299. }},
  300. function( newElements ) {
  301. var $newElems = $( newElements );
  302. $newElems.hide();
  303. $newElems.imagesLoaded(function(){
  304. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 25, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  305. });
  306. }); $('#entry').show(500);
  307. });
  308. </script>
  309. {block:indexpage}
  310.  
  311. <div class="column navigation" id="navigation">
  312. {block:Pagination}
  313. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  314. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  315. </div>
  316. {/block:IndexPage}
  317.  
  318. {block:Posts}
  319. <div class="posts">
  320. <div class="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a><br>{/block:Tags}{/block:HasTags}</div>
  321.  
  322. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  323.  
  324. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{block:Caption}{Caption}{/block:Caption}{LinkCloseTag}{/block:Photo}
  325.  
  326. {block:Photoset}{Photoset-250}{/block:Photoset}
  327.  
  328. {block:Quote}
  329. <div class="quote">{Quote}</div>
  330. {block:Source}<div class="quotesource"><b>{Source}</b></div>
  331. {/block:Source}
  332. {/block:Quote}
  333.  
  334. {block:Link}
  335. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  336. {block:Description}{Description}{/block:Description}
  337. {/block:Link}
  338.  
  339. {block:Chat}
  340. {block:Title}{block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}<div class="chat"><ul>{block:Lines}<div class="chat"><div class="lines">{block:Label}<span>{Label}</span>{/block:Label}{Line}</div></div>{/block:Lines}</ul></div>
  341. {/block:Chat}
  342.  
  343. {block:Audio}
  344. <div class="player">{AudioPlayerBlack}</div>
  345. {block:Caption}{Caption}{/block:Caption}
  346. {/block:Audio}
  347.  
  348. {block:Video}{Video-250}{/block:Video}
  349.  
  350.  
  351. {block:Answer}
  352. <img src="{AskerPortraitURL-40}" class="border2 ; opacidade" alt="Asker" align="left" style="border-radius:50px; margin-right:
  353. 5px;"/><div class="asker">{Question} &mdash; <b>{Asker} </b></div><br>
  354. <div class="answer">{Answer}</div>
  355. {/block:Answer}
  356.  
  357. <div id="photoset">
  358. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  359. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  360. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  361.  
  362. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  363.       <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  364.         {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  365. {/block:ContentSource}</div></div>
  366. <br>
  367.  
  368. <div class="creditoaokaique">
  369. {block:Date}<div id="info">
  370. <left> <a href="{Permalink}">{Month} {DayOfMonthWithZero}</a> {block:Date}/ {block:NoteCount}<a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a> {block:IndexPage}/ <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}</center> </div>{block:IfShowTags}<center><div id="tags">{block:HasTags}{block:Tags} #<a href="{TagUrl}">{Tag}</a>{/block:Tags}{/block:HasTags}
  371. </div></left>{/block:IfShowTags}{/block:Date}</div>
  372. </div>
  373.  
  374.  
  375.  {block:PostNotes}
  376. <div class="caixa">
  377. <div id="perma">
  378. {block:NoteCount}<div id="permalink">
  379. <img style="opacity: 0.6" src="http://static.tumblr.com/8yo5xxv/H7Fm5qdr1/heartttrrt.png">
  380. {NoteCountWithLabel}</div>{/block:NoteCount}
  381. {block:RebloggedFrom}
  382. <div id="permalink">
  383. <img style="opacity: 0.6" src="http://static.tumblr.com/tx5g7yp/MNemcrpul/ampersand_5x8.png">
  384.  Reblogged from <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a></div>{/block:RebloggedFrom}
  385. {block:HasTags}<div id="permalink">
  386. <img src="http://static.tumblr.com/8yo5xxv/Dgxm5qduh/tag.png">Tagged:
  387. {block:Tags} <a href="{TagURL}">{Tag},
  388. </a>{/block:Tags}</div>{/block:HasTags}
  389. {block:Date}
  390. <div id="permalink">
  391. <img style="opacity: 0.6" src="http://static.tumblr.com/wa79tuo/3OKm1iuvh/clock.png">
  392. {DayOfMonth} de <n>{Month}</n> de {Year}</div>{/block:Date}
  393. {block:ContentSource}
  394. <div id="permalink">
  395. <img src="http://static.tumblr.com/wa79tuo/LApm1iuqc/user.png">
  396. Source: <a href="{SourceURL}" target="_blank">{SourceTitle}</a></div>
  397. {/block:ContentSource}
  398.  
  399. <div id="bss">{PostNotes}</div>
  400. {/block:PostNotes}
  401. {/block:Posts}
  402. {/block:Posts}
  403.  
  404. </div></div></div></div></div></div></div>
  405. </body>
  406.  
  407.  
  408. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement