Advertisement
Carolaine_Vieira

#08

Sep 4th, 2015
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.35 KB | None | 0 0
  1. <!--
  2. AMPLAMENTE #O1
  3.  
  4. -->
  5.  
  6. <html lang="en">
  7. <head>
  8.  
  9. <meta name="image:Background" content=""/>
  10. <meta name="color:Background" content="#FFFFFF"/>
  11. <meta name="color:Blog Title" content="#999999"/>
  12. <meta name="color:Link" content="#555555"/>
  13. <meta name="color:Hover" content="#999999"/>
  14. <meta name="color:Text" content="#777777"/>
  15. <meta name="image:sidebar" content=""/>
  16. <meta name="text:Link One URL" content=""/>
  17. <meta name="text:Link One Title" content="link"/>
  18. <meta name="text:Link Two URL" content=""/>
  19. <meta name="text:Link Two Title" content="link"/>
  20. <meta name="text:Link Three URL" content=""/>
  21. <meta name="text:Link Three Title" content="link"/>
  22. <meta name="text:Link Four URL" content=""/>
  23. <meta name="text:Link Four Title" content="link"/>
  24. <meta name="text:Link Five URL" content=""/>
  25. <meta name="text:Link Five Title" content="link"/>
  26. <meta name="text:Link Six URL" content=""/>
  27. <meta name="text:Link Six Title" content="link"/>
  28. <meta name="color:Tooltip Text" content="#000000" />
  29. <meta name="color:Tooltip Background" content="#000000" />
  30. <meta name="color:Borders" content="#000000" />
  31.  
  32. <meta name="if:Grayscale" content="0"/>
  33. <meta name="font:Blog Title" content="Courier New"/>
  34. <meta name="font:Sidebar Text" content="Avalon"/>
  35. <meta name="font:Post Title" content="StreetScript"/>
  36.  
  37.  
  38.  
  39.  
  40. <title>{Title}</title>
  41. {block:Description}
  42. <meta name="description" content="{MetaDescription}" />
  43. {/block:Description}
  44. <link rel="shortcut icon" href="{Favicon}">
  45.  
  46.  
  47.  
  48. <!---------------DO NOT REMOVE THESE SCRIPTS--------------->
  49.  
  50. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  51.  
  52. <script src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  53. <script>
  54. (function($){$(document)
  55. .ready(function(){$("[title]")
  56. .style_my_tooltips();});})
  57. (jQuery);
  58. </script>
  59.  
  60. {block:IndexPage}
  61. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  62. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  63.  
  64. <script type="text/javascript">
  65. $(window).load(function(){
  66. var $wall = $('#entries');
  67. $wall.imagesLoaded(function(){
  68. $wall.masonry({
  69. itemSelector: '#post, #post_photo',
  70. isAnimated : false
  71. });
  72. });
  73.  
  74. $wall.infinitescroll({
  75. navSelector : '#pagination',
  76. nextSelector : '#pagination a',
  77. itemSelector : '#post, #post_photo',
  78. bufferPx : 2000,
  79. debug : false,
  80. errorCallback: function() {
  81. $('#scroll').fadeOut('normal');
  82. }},
  83. function( newElements ) {
  84. var $newElems = $( newElements );
  85. $newElems.hide();
  86. $newElems.imagesLoaded(function(){
  87. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  88. });
  89. }); $('#entries').show(500);
  90. });
  91. </script>
  92. {/block:IndexPage}
  93.  
  94.  
  95. <style type="text/css">
  96. #credz{
  97. z-index:999999999999999999999;
  98. width:auto;
  99. position:fixed;
  100. bottom:75px;
  101. left:0px;
  102. -webkit-transition: all .7s ease;
  103. -moz-transition: all .7s ease;
  104. -o-transition: all .7s ease;
  105. transition: all .7s ease;
  106. }
  107. #credzz{
  108. font-size:12px;
  109. font-family:arial;
  110. line-height:16px;
  111. text-align:center;
  112. height:15px;
  113. margin-top:33px;
  114. width:5px;
  115. padding:5px;
  116. padding-right:10px;
  117. background:#ffffff;
  118. margin-left:0px;
  119. position:fixed;
  120. z-index:999999999999999999999;
  121. -webkit-transition: all .7s ease;
  122. -moz-transition: all .7s ease;
  123. -o-transition: all .7s ease;
  124. transition: all .7s ease;
  125. border:1px solid {color:borders};
  126. }
  127.  
  128. #credzzz{
  129. z-index:999999999999999999999;
  130. text-align:center;
  131. width:100px;
  132. font-size:10px;
  133. background:#ffffff;
  134. height:10px;
  135. padding-top:5px;
  136. padding-bottom:10px;
  137. font-family:calibri;
  138. text-transform:uppercase;
  139. margin-left:-100px;
  140. margin-top:33px;
  141. position:fixed;
  142. -webkit-transition: all .7s ease;
  143. -moz-transition: all .7s ease;
  144. -o-transition: all .7s ease;
  145. transition: all .7s ease;
  146. border:1px solid {color:borders};
  147. line-height:6px;
  148. }
  149.  
  150. #credz:hover #credzz{
  151. margin-left:100px;
  152. }
  153.  
  154. #credz:hover #credzzz{
  155. margin-left:0px;
  156. }
  157.  
  158. ::-webkit-scrollbar-thumb:vertical {
  159.  
  160. background: #000000;
  161.  
  162. border: 1px solid #;
  163. height:50px;
  164. border-radius: 0px;
  165. -moz-border-radius: 0px;
  166. -webkit-border-radius: 0px;
  167. }
  168.  
  169. ::-webkit-scrollbar-thumb:horizontal {
  170. background-color: #ffffff;
  171. border: 1px solid #;
  172. height:10px;
  173. border-radius: 0px;
  174. -moz-border-radius: 0px;
  175. -webkit-border-radius: 0px;
  176. }
  177.  
  178. ::-webkit-scrollbar {
  179. height:5px;
  180. width:5px; /*largura da barra*/
  181. background: none;
  182. border: 1px solid #;
  183. }
  184.  
  185. body{cursor:crosshair;
  186. margin:0px;
  187. background-color: {color:Background};
  188. background-image:url({image:Background});
  189. background-attachment:fixed;
  190. background-repeat:100%;
  191. background-position:bottom-right;
  192. font-family: {font:Sidebar Text};
  193. font-size:11px;
  194. letter-spacing:1px;
  195. text-align:left;
  196. line-height:12px;
  197. color: {color:Text};}
  198.  
  199.  
  200. a:link, a:active, a:visited{
  201. text-decoration: none;
  202. color: {color:Link};}
  203.  
  204. a:hover {
  205. color:{color:Hover};
  206.  
  207. }}
  208.  
  209.  
  210.  
  211. #s-m-t-tooltip {border:1px solid #000000;max-width:300px; padding:10px;margin:15px 20px;background-color:{color:tooltip background}; font-family:calibri; font-size:9px; letter-spacing:1px; text-transform:uppercase; color:{color:tooltip text}; z-index:9999999;}
  212.  
  213.  
  214.  
  215. #entries{
  216. text-align:left;
  217. width:960px;
  218. margin-left:50px;
  219. margin-top:10px;
  220. position:relative;
  221. overflow: hidden;
  222. {block:PermalinkPage}
  223. width:550px;
  224. {/block:PermalinkPage}}
  225.  
  226.  
  227.  
  228. #post{border:1px solid {color:Borders}; padding:5px;
  229. text-align:left;
  230. margin:20px;
  231. background:#ffffff;
  232. max-width: 100%;
  233. display:block;
  234. overflow:hidden;
  235. width:200px;
  236. {block:PermalinkPage}
  237. width:500px;
  238. {/block:PermalinkPage}}
  239.  
  240.  
  241. #post img{
  242. max-width:100%;}
  243.  
  244.  
  245. .permalink{margin-top:5px;
  246. margin-left:-2px;
  247. text-align:left;}
  248. .permalink a{
  249. padding:7px;
  250. font-size:9px;
  251. text-align:center;
  252. width:80px;
  253. margin-left:4px;
  254. font-family:calibri;
  255. text-transform:uppercase;
  256. color:{color:link};
  257. border:1px solid {color:Borders};
  258. display:inline-block;
  259. -webkit-transition:all 0.3s ease-out;
  260. -moz-transition:all 0.3s ease-out;
  261. transition:all 0.3s ease-out;
  262. background:transparent;}
  263. .permalink a:hover{ text-shadow: 0px 6px 1px #999;
  264. border:1px solid {color:link};
  265. background-color:transparent;
  266. -webkit-transition:all 0.3s ease-out;
  267. -moz-transition:all 0.3s ease-out;
  268. transition:all 0.3s ease-out;}
  269.  
  270.  
  271. .posttitle{font-family:{font:Post Title};
  272. font-size:15px;
  273. text-align:center;
  274. color:{color:Link};}
  275.  
  276. .posttitle a{
  277. color:{color:Link};}
  278.  
  279.  
  280. .quote{
  281. margin-right: 5px;}
  282.  
  283. .source{
  284. padding-top:5px;
  285. display:block;
  286. text-align:right;}
  287.  
  288.  
  289.  
  290. .ask{
  291. padding:4px;
  292. background:#f9f9f9;}
  293. .asker{
  294. color:{color:Link};}
  295. .answer{
  296. margin-top:10px;}
  297.  
  298.  
  299. .audio{
  300. {block:IndexPage}width:180px;{/block:IndexPage}
  301. {block:PermalinkPage}width:239px;{/block:PermalinkPage};}
  302. .info{
  303. padding:2px 0px 1px 57px;}
  304. .i {
  305. text-transform:uppercase;
  306. letter-spacing:1px;
  307. font-size:8px;}
  308. .pl b,strong{
  309. text-transform:lowercase;
  310. font-size:9px;}
  311. .player{
  312. position:absolute;
  313. overflow:hidden;
  314. margin-top:0px;
  315. margin-left:15px;
  316. background:#ffffff;
  317. width:24px;
  318. height:23px;}
  319.  
  320. img {{block:Ifgrayscale} -webkit-filter: grayscale(100%); -webkit-transition: all .6s ease; -webkit-backface-visibility: hidden;{/block:Ifgrayscale}}
  321. img:hover { filter: none; -webkit-filter: grayscale(0%); -webkit-transition: all .6s ease;}
  322.  
  323.  
  324. #poxa {margin-bottom:5px; float:center;
  325. margin-left:10px;
  326. text-align:left;}
  327. #poxa a {
  328. padding:7px;
  329. font-size:9px;
  330. text-align:center;
  331. margin:5px;
  332. font-family:calibri;
  333. text-transform:uppercase;
  334. color:{color:link};
  335. border:1px solid #f5f5f5;
  336. display:inline-block;
  337. -webkit-transition:all 0.3s ease-out;
  338. -moz-transition:all 0.3s ease-out;
  339. transition:all 0.3s ease-out;
  340. background:transparent;
  341. }
  342. #poxa a:hover { text-shadow: 0px 6px 1px #999;
  343. border:1px solid {color:link}; border:1px solid {color:Borders};
  344. background-color:transparent;
  345. -webkit-transition:all 0.3s ease-out;
  346. -moz-transition:all 0.3s ease-out;
  347. transition:all 0.3s ease-out;}
  348.  
  349. .video-container {
  350. position:relative;
  351. padding-bottom:56.25%;
  352. padding-top: 30px;
  353. height:0;
  354. overflow:hidden;}
  355.  
  356. .video-container iframe,
  357. .video-container object,
  358. .video-container embed {
  359. position: absolute;
  360. top: 0;
  361. left: 0;
  362. width: 100%;
  363. height: 100%;}
  364.  
  365.  
  366. .chat{
  367. line-height:12px;
  368. list-style:none;}
  369. .chat ul{
  370. list-style:none;
  371. padding:0px 5px;
  372. line-height:15px;}
  373. .label{
  374. color:{color:Link};}
  375.  
  376.  
  377. #sidebar{text-transform:none;
  378. background:#fff; font-size:10px;
  379. border-bottom:1px {color:Borders} solid;
  380. margin-left:-250px;
  381. margin-top:110px;
  382. width:200px; font-family:{font:Sidebar Text};
  383. position:fixed;
  384. text-align:center;}
  385.  
  386. .blogtitle{font-family:{font:Blog Title};
  387. padding:15px;text-transform:none;
  388. border-top:1px solid {color:Borders};
  389. text-align:center;
  390. font-size:18px;}
  391.  
  392. .blogtitle a{
  393. color:{color:Blog Title};}
  394.  
  395. .description{
  396. padding:5px;}
  397.  
  398. .links{
  399. margin-left:-15px;
  400. padding:0px 10px 5px 10px;
  401. margin-top:5px;}
  402.  
  403. .links a{
  404. margin-left:15px;}
  405.  
  406. .links a:hover{
  407. color:{color:Hover};}
  408.  
  409. #viu {border-radius:100%; margin-bottom:5px;}
  410.  
  411. i, em{
  412. color:{color:Link};}
  413. b, strong{
  414. font-weight:normal;
  415. text-transform:uppercase;
  416. color:{color:Link};}
  417. ul,ol{
  418. margin:0px;
  419. margin-left:-5px;}
  420. p{
  421. padding:0px;
  422. margin:2px;}
  423. u{
  424. text-decoration:none;
  425. color:{color:Title};}
  426.  
  427. blockquote {border-left:2px solid {color:link};
  428. margin:0px;
  429. padding:4px;
  430. background:#fff;}
  431.  
  432.  
  433. #scroll{
  434. bottom:-20px;
  435. position: absolute;
  436. left: 50%;
  437. width:10px;
  438. height:5px;
  439. overflow:hidden;
  440. margin-bottom:80px;}
  441.  
  442.  
  443.  
  444. </style>
  445. </head>
  446. <body>
  447. <div id="credz"><div id="credzz">©</div>
  448. <div id="credzzz">
  449. <a href="http://amplamente.tumblr.com/" target="_blank">Theme by Amplamente</a>
  450. </div></div>
  451. <center>
  452.  
  453. <div id="entries">
  454.  
  455. <!---------------EDIT SIDEBAR CONTENT HERE--------------->
  456.  
  457. <div id="sidebar">
  458. <div class="blogtitle"><a href="/">{Title}</a></div>
  459. <img id="viu" src="{image:sidebar}" width="200px" align="center">
  460. <div class="description">{Description}</div>
  461. <div id="poxa">
  462.  
  463. <a href="{text:Link One URL}">{text:Link One Title}</a>
  464. <a href="{text:Link Two URL}">{text:Link Two Title}</a>
  465. <a href="{text:Link Three URL}">{text:Link Three Title}</a>
  466. <a href="{text:Link Four URL}">{text:Link Four Title}</a>
  467. <a href="{text:Link Five URL}">{text:Link Five Title}</a>
  468. <a href="{text:Link Six URL}">{text:Link Six Title}</a>
  469.  
  470. </div>
  471. </div>
  472.  
  473.  
  474. {block:Posts}
  475.  
  476. <!---------------DO NOT DELETE block:ContentSource--------------->
  477.  
  478. {block:ContentSource}
  479. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  480. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  481. {/block:SourceLogo}
  482. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  483. {/block:ContentSource}
  484.  
  485. <div id="post">
  486.  
  487. <!---------------EDIT TEXT POSTS HERE--------------->
  488.  
  489. {block:Text}
  490. <div class="text">
  491. <div class="posttitle">{block:Title}{Title}{/block:Title}</div>
  492. {Body}{block:IndexPage}<div class="permalink"><a href="{ReblogURL}">Reblog</a><a href="{Permalink}">{NoteCount}</a>
  493. </div>{/block:IndexPage}</div>
  494. {/block:Text}
  495.  
  496. <!---------------EDIT LINK POSTS HERE--------------->
  497.  
  498. {block:Link}
  499. <a href="{URL}"><div class="posttitle">{Name}</div></a>
  500. {block:Description}{Description}{/block:Description}
  501. {block:IndexPage}<div class="permalink"><a href="{ReblogURL}">Reblog</a><a href="{Permalink}">{NoteCount}</a>
  502. </div>{/block:IndexPage}
  503. {/block:Link}
  504.  
  505. <!---------------EDIT PHOTO POSTS HERE--------------->
  506.  
  507. {block:Photo}
  508. {block:IndexPage}
  509. <img src="{PhotoURL-250}" alt="{PhotoAlt}" width="200px"/>{/block:IndexPage}<div class="permalink"><a href="{ReblogURL}">Reblog</a><a href="{Permalink}">{NoteCount}</a>
  510. </div>{block:PermalinkPage}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{/block:PermalinkPage}</a>
  511. {/block:Photo}
  512.  
  513. <!---------------EDIT PHOTOSET POSTS HERE--------------->
  514.  
  515. {block:Photoset}
  516. {block:IndexPage}{block:Photos}<a href="{Permalink}"><img src="{PhotoURL-500}" /></a>{/block:Photos}<div class="permalink"><a href="{ReblogURL}">Reblog</a><a href="{Permalink}">{NoteCount}</a>
  517. </div>{/block:IndexPage}
  518. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  519. {/block:Photoset}
  520.  
  521. <!---------------EDIT QUOTE POSTS HERE--------------->
  522.  
  523. {block:Quote}
  524. {Quote}{block:Source}
  525. <div class="source">{Source}</div>{/block:Source}
  526. {block:IndexPage}
  527. <div class="permalink"><a href="{ReblogURL}">Reblog</a><a href="{Permalink}">{NoteCount}</a>{/block:IndexPage}</div>
  528. {/block:Quote}
  529.  
  530. <!---------------EDIT ANSWER POSTS HERE--------------->
  531.  
  532. {block:Answer}
  533. <div class="ask"><span class="asker">{Asker}:</span> {Question}</div>
  534. <div class="answer">{Answer}</div>
  535. {block:IndexPage}
  536. <div class="permalink"><a href="{ReblogURL}">Reblog</a><a href="{Permalink}">{NoteCount}</a></div>{/block:IndexPage}
  537. {/block:Answer}
  538.  
  539. <!---------------EDIT CHAT POSTS HERE--------------->
  540.  
  541. {block:Chat}
  542. {block:Title}<div class="posttitle">{Title}</div>{/block:Title}
  543. <div class="chat"><ul>{block:Lines}
  544. <li class="person{UserNumber}">{block:Label}
  545. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>{block:IndexPage}<div class="permalink"><a href="{ReblogURL}">Reblog</a><a href="{Permalink}">{NoteCount}</a></div>
  546. {/block:IndexPage}
  547. {/block:Chat}
  548.  
  549. <!---------------EDIT AUDIO POSTS HERE--------------->
  550.  
  551. {block:Audio}<div class="player">{AudioPlayerWhite}</div>
  552. <div class="info"><div class="i"><span{block:TrackName} style="display: none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}</div><div class="i">by<span{block:Artist} style="display: none;"{block:Artist}>Unknown</span> {block:Artist}{Artist}{/block:Artist}</div></div>{block:IndexPage}<div class="permalink"><a href="{ReblogURL}">Reblog</a><a href="{Permalink}">{NoteCount}</a></div>
  553. {/block:IndexPage}
  554. {/block:Audio}
  555.  
  556. <!---------------EDIT VIDEO POSTS HERE--------------->
  557.  
  558. {block:Video}
  559. {block:IndexPage}<div class="video-container">{Video-250}</div>
  560. <div class="permalink"><a href="{ReblogURL}">Reblog</a><a href="{Permalink}">{NoteCount}</a></div>{/block:IndexPage}
  561. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  562. {/block:Video}
  563.  
  564. <!---------------EDIT PERMALINK PAGE HERE--------------->
  565.  
  566. {block:PermalinkPage}
  567. {block:Caption}{Caption}{/block:Caption}
  568. <p>{block:Date} {Month} {DayofMonthWithSuffix}, {Year}{/block:Date} {block:NoteCount}, {NoteCountWithLabel}{/block:NoteCount} {block:RebloggedFrom} , (via <a href="{ReblogParentURL}">{ReblogParentName}</a>){/block:RebloggedFrom}
  569. <div class="permapage">
  570. <div style="margin-top:10px; margin-left:-10px;">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>{/block:PermalinkPage}
  571. </div>
  572. {/block:Posts}
  573. </div>
  574.  
  575. <!---------------DO NOT DELETE THIS--------------->
  576.  
  577. {block:IndexPage}
  578. {block:Pagination}
  579. <div id="pagination">
  580. {block:NextPage}
  581. <a id="nextPage" href="{NextPage}"></a>
  582. {/block:NextPage}
  583. {block:PreviousPage}
  584. <a href="{PreviousPage}"></a>
  585. {/block:PreviousPage}
  586. </div>
  587. {/block:Pagination}
  588. {/block:IndexPage}
  589. </center>
  590. </body>
  591.  
  592.  
  593. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement