Advertisement
Carolaine_Vieira

#03

Aug 7th, 2015
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.19 KB | None | 0 0
  1. <html>
  2. <title>{Title}</title>
  3.  
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8.  
  9. <script type="text/javascript"
  10. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  11.  
  12. <!-- DEFAULT VARIABLES -->
  13.  
  14.  
  15. <meta name="image:Header" content="http://static.tumblr.com/77b375dd43a99baee119f05f9b3b2f59/s2qsk1o/C8Znsql9s/tumblr_static_4jo7oyuxu2ecswoc8o4ww4wso.jpg" />
  16. <meta name="image:Background" content="" />
  17.  
  18. <meta name="color:Background" content="#fffffF" />
  19. <meta name="color:Header" content="#ffffff" />
  20. <meta name="color:text" content="#000000" />
  21. <meta name="color:Link" content="#999999" />
  22. <meta name="color:Link hover" content="#000" />
  23. <meta name="color:Hover" content="#CCCCCC" />
  24. <meta name="color:header" content="#FFFFFF" />
  25. <meta name="color:Borders" content="#DDDDDD" />
  26. <meta name="color:Post BG" content="#ffffff" />
  27. <meta name="color:Description" content="#333333" />
  28. <meta name="color:chat 1" content="#f8f8f8" />
  29. <meta name="color:chat 2" content="#cfcfcf" />
  30. <meta name="color:Bold" content="#000"/>
  31. <meta name="color:Italic" content="#ddd"/>
  32. <meta name="color:scrollbar" content="#000" />
  33.  
  34.  
  35. <meta name="font:Text" content="Avalon" />
  36. <meta name="font:header link" content="Avalon" />
  37. <meta name="font:description" content="Avalon" />
  38. <meta name="font:h1" content="Streetscript" />
  39.  
  40. <meta name="text:Link 1" content="Link 1" />
  41. <meta name="text:Link 1 url" content="http://" />
  42. <meta name="text:Link 2" content="Link 2" />
  43. <meta name="text:Link 2 url" content="http://" />
  44. <meta name="text:Link 3" content="Link 3" />
  45. <meta name="text:Link 3 url" content="http://" />
  46. <meta name="text:Link 4" content="Link 4" />
  47. <meta name="text:Link 4 url" content="http://" />
  48. <meta name="text:Link 5" content="Link 5" />
  49. <meta name="text:Link 5 url" content="http://" />
  50.  
  51. <!-- END DEFAULT VARIABLES -->
  52.  
  53.  
  54. <head>
  55. <style type="text/css">
  56. ::-webkit-scrollbar {width: 5px; height: 0px; background:{color:background};}
  57. ::-webkit-scrollbar-thumb {background: {color:scrollbar}; border-radius:0px;}
  58.  
  59. #s-m-t-tooltip {border:1px solid #fff; max-width:300px; padding:3px 4px 5px 4px;margin:15px 20px;background-color:{color:text}; font-family:calibri; font-size:9px; letter-spacing:1px; text-transform:uppercase; color:{color:background}; z-index:9999999;}
  60.  
  61.  
  62. body {cursor:crosshair;
  63. background:{color:Background};
  64. background-image:url({image:Background});
  65. font-family:{font:Text};
  66. color:{color:Text};
  67. font-size:13px;
  68. line-height:15px;
  69. margin-left:0px;
  70. }
  71.  
  72. h1{
  73. font-size:20px;
  74. line-height: 25px;
  75. color:{color:Title};
  76. font-family:{font:h1};
  77. font-weight: normal;
  78. }
  79.  
  80. h2{
  81. font-size:15px;
  82. line-height: 20px;
  83. color:{color:Text};
  84. font-family:Verdana;
  85. font-weight: normal;
  86. }
  87.  
  88. a:link, a:active, a:visited{
  89. -webkit-transition: color 0.3s ease-out;
  90. -moz-transition: color 0.3s ease-out;
  91. transition: color 0.3s ease-out;
  92. color:{color:link};
  93. text-decoration:none;
  94. }
  95.  
  96. a:hover {
  97. text-decoration:line-through;
  98. color:{color:Link Hover};
  99. -webkit-transition: all 0.5s ease-in-out;
  100. -moz-transition: all 0.6s ease-in-out;
  101. -o-transition: all 0.5s ease-in-out;
  102. transition: all 0.6s ease-in-out;}
  103.  
  104.  
  105. blockquote{
  106. padding:0px 0px 2px 5px;
  107. margin:0px 0px 2px 10px;
  108. border-left: 1px dotted #555555;
  109. }
  110.  
  111.  
  112. a {
  113. color:{color:Link};
  114. }
  115.  
  116. b, strong {color:{color:Bold};}
  117.  
  118. i, em {color:{color:Italic};}
  119.  
  120. ol.notes {
  121. list-style-type: none;
  122. padding:0px;
  123. }
  124.  
  125. ol.notes li.note {
  126. padding:3px;
  127. }
  128.  
  129.  
  130. /*Posts and entries*/
  131.  
  132. #container{
  133. position:relative;
  134. width:900px;
  135. min-height:600px;
  136. margin:auto;
  137. }
  138.  
  139. .entry {
  140. float:left;
  141. display: block;
  142. margin:10px;
  143. overflow:hidden;
  144. width:250px;
  145. padding-right:5px;
  146. padding-left:5px;
  147. padding-bottom:10px;
  148. z-index:0;
  149. text-align:left;
  150. {block:PermalinkPage}
  151. width:500px;
  152. margin-left:180px;
  153. {/block:PermalinkPage}
  154. background:{color:Post BG};
  155. -webkit-transition: all .7s ease;
  156. -moz-transition: all .7s ease;
  157. -o-transition: all .7s ease;
  158. transition: all .7s ease;
  159. }
  160.  
  161. .entry:hover{
  162. -webkit-transition: all .7s ease;
  163. -moz-transition: all .7s ease;
  164. -o-transition: all .7s ease;
  165. transition: all .7s ease;
  166. }
  167.  
  168. .entry .perm{text-transform:uppercase;
  169. background:{color:background};
  170. padding:10px 5px; font:11px;
  171. text-align:center;
  172. margin-top:3px;
  173. margin-left:-20px; font-family:calibri;
  174. position:absolute;
  175. opacity:0.0;
  176.  
  177. }
  178.  
  179. .entry:hover .perm{opacity:.7;margin-left:0px; margin-top:10px; width:250px;}
  180.  
  181. #posts {
  182. width:900px;
  183. margin-top:15px;
  184. z-index:99;
  185. margin-left:5px;
  186. background:transparent;
  187. margin-right:auto;
  188. position:relative;
  189. overflow-y: hidden;
  190. -webkit-animation: fadeInDown 2s;
  191. -moz-animation: fadeInDown 2s;
  192. -ms-animation: fadeInDown 2s;
  193.  
  194. }
  195.  
  196. /* Header */
  197.  
  198. #header{
  199. position:relative;
  200. width:900px;
  201. height:auto;
  202. background:{color:Header};
  203. z-index:99999;
  204. margin-top:10px;
  205. padding:5px;
  206. margin-bottom:5px;
  207. margin-left:auto;
  208. margin-right:auto;
  209. text-align:center;
  210. z-index:10000;
  211. }
  212.  
  213. .headerimage {
  214. position:relative;
  215. background-image:{image:header};
  216. margin:auto auto;
  217. width:200px;
  218. height:200px;
  219. }
  220.  
  221. .headerimage img {
  222. width:200px;
  223. height:200px;
  224. }
  225.  
  226. .blogtitle{
  227. color:{color:Blog Title};
  228. position:relative;
  229. margin-left:auto;
  230. margin-right:auto;
  231. margin-top:10px;
  232. width:100%;
  233. font-family:Verdana;
  234. font-size:25px;
  235. letter-spacing:2px;
  236. line-height:30px;
  237. text-align:center;
  238. }
  239.  
  240. .headerlinks{
  241. position:relative;
  242. width:100%;
  243. height:auto;
  244. margin-top:10px;
  245. margin-bottom:5px;
  246. margin-left:0px;
  247. text-align:center;
  248. }
  249.  
  250. .headerlinks a{
  251. position:relative;
  252. background:{color:Link BG};
  253. width:100%;
  254. height:auto;
  255. margin-top:5px;
  256. margin-bottom:5px;
  257. margin-left:0px;
  258. padding:3px;
  259. font-family:{font:header link};
  260. font-size:15px;
  261. line-height:15px;
  262. text-align:center;
  263. }
  264.  
  265. .headerlinks a:hover{border-bottom:1px solid; text-decoration:none;
  266. background:{color:Header};
  267. -webkit-transition: all .7s ease-in-out;
  268. -moz-transition: all .7s ease-in-out;
  269. -o-transition: all .7s ease-in-out;
  270. transition: all .7s ease-in-out;
  271. }
  272.  
  273. .description{
  274. position:relative;
  275. color:{color:Description};
  276. font-family:{font:description};
  277. width:100%;
  278. height:auto;
  279. margin-top:10px;
  280. margin-left:0px;
  281. font-size:13px;
  282. line-height:18px;
  283. text-align:center;
  284. }
  285.  
  286. /* Ask */
  287.  
  288. .question{
  289. width:100%;
  290. height:24px;
  291. line-height:24px;
  292. margin-bottom:4px;
  293. border-bottom:1px solid {color:Borders};
  294. }
  295.  
  296. .question img{
  297. border:3px solid {color:Borders};
  298. margin-right:4px;
  299. }
  300.  
  301. .answer{
  302. margin-top:10px;
  303. width:240px;
  304. {block:PermalinkPage}
  305. width:490px;
  306. {/block:PermalinkPage}
  307. padding:5px;
  308. background:{color:Borders};
  309. line-height:20px;
  310. }
  311.  
  312. /* Quote */
  313.  
  314. .quote {
  315. font-size:25px;
  316. line-height:28px;
  317. font-family:Garamond;
  318. color:{color:Italic};
  319. height:auto;
  320. margin-top:15px;
  321. margin-bottom:5px;
  322. padding:5px;
  323. text-align:center;
  324. letter-spacing:1px;
  325. }
  326. .source{
  327. font-size:12px;
  328. line-height:15px;
  329. font-family:Garamond;
  330. color:{color:Italic};
  331. height:auto;
  332. margin-top:15px;
  333. margin-bottom:5px;
  334. padding:5px;
  335. text-align:right;
  336. letter-spacing:1px;}
  337. }
  338.  
  339. /* Chat */
  340.  
  341. .chat ul {
  342. display:block;
  343. list-style:none;
  344. margin-left:-50px;
  345. }
  346.  
  347. /* chat lines style */
  348. .chat li {
  349. padding:3px;
  350. display:block;
  351. }
  352.  
  353. /* odd lines style */
  354. .chat .odd {
  355. background:{color:chat 1};
  356. }
  357.  
  358. /* even lines style */
  359. .chat .even {
  360. background:{color:chat 2};
  361. }
  362.  
  363.  
  364. /* Post info */
  365.  
  366. .info {
  367. height:auto;
  368. line-height:15px;
  369. float:center;
  370. margin-top:0px;
  371. text-align:center;
  372. font-size:11px;
  373. letter-spacing:1px;
  374. background-color: transparent;
  375. color:{color:Link};
  376. border-bottom:2px solid {color:Borders};
  377. margin-bottom:10px;
  378. width:250px;
  379. {block:PermalinkPage}
  380. width:500px;
  381. {block:PermalinkPage}
  382. text-transform:lowercase;
  383. }
  384.  
  385. .info a {
  386. font-size:11px; }
  387.  
  388.  
  389. /* Pagination */
  390.  
  391. .jump_page {
  392. padding: 4px 8px;
  393. border: 2px solid {color:Borders};
  394. background-color:{color:Link BG};
  395. color:{color:Link};
  396. font-size:11px;
  397. text-decoration:none;
  398. }
  399.  
  400. .current_page, .jump_page:hover {
  401. padding: 4px 8px;
  402. border: 2px solid {color:Borders};
  403. background-color:{color:Link BG};
  404. color: {color:Hover};
  405. font-size:11px;
  406. text-decoration:none;
  407. }
  408.  
  409.  
  410.  
  411.  
  412. {CustomCSS}
  413. </style>
  414.  
  415. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  416. <script src="jquery.style-my-tooltips.js"></script>
  417.  
  418. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  419.  
  420. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  421. <script>
  422. (function($){
  423. $(document).ready(function(){
  424. $("[title]").style_my_tooltips({
  425. tip_follows_cursor:true,
  426. tip_delay_time:200,
  427. tip_fade_speed:300
  428. }
  429. );
  430. });
  431. })(jQuery);
  432. </script>
  433.  
  434. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/rSGl20lfv/masonry.js">
  435. </script>
  436. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  437. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  438. <script type="text/javascript">
  439.  
  440. $(window).load(function () {
  441. $('.posts').masonry(),
  442. $('.masonryWrap').infinitescroll({
  443. navSelector : "div#navigation",
  444. // selector for the paged navigation (it will be hidden)
  445. nextSelector : "div#navigation a#nextPage",
  446. // selector for the NEXT link (to page 2)
  447. itemSelector : ".entry",
  448. // selector for all items you'll retrieve
  449. bufferPx : 10000,
  450. extraScrollPx: 11000,
  451. loadingImg : "",
  452. loadingText : "<em></em>",
  453. },
  454. // call masonry as a callback.
  455. function() { $('.posts').masonry({ appendedContent: $(this) }); }
  456. );
  457. });
  458. </script>
  459. <script type="text/javascript">$(window).load(function(){$("p").remove(":contains('Source:')");});</script></head>
  460.  
  461.  
  462.  
  463. </head>
  464.  
  465.  
  466. <!-- HTML -->
  467.  
  468. <body>
  469.  
  470. <div id="header">
  471.  
  472. <div class="headerimage"><img src="{image:header}"></div>
  473.  
  474. <div class="headerlinks">
  475. <a href="{text:Link 1 url}">{text:Link 1}</a>
  476. <a href="{text:Link 2 url}">{text:Link 2}</a>
  477. <a href="{text:Link 3 url}">{text:Link 3}</a>
  478. <a href="{text:Link 4 url}">{text:Link 4}</a>
  479. <a href="{text:Link 5 url}">{text:Link 5}</a>
  480. <a href="amplamente.tumblr.com" target="_blank">Theme</a>
  481. </div>
  482.  
  483. <div class="description">{description}</div>
  484.  
  485. </div>
  486.  
  487.  
  488.  
  489. <!-- POSTS -->
  490.  
  491. <div id="container">
  492.  
  493. <div class="posts">
  494.  
  495. {block:Posts}
  496.  
  497. <div class="entry">
  498.  
  499. <div class="content">
  500.  
  501. <!-- Date -->
  502. <div class="perm">
  503. {block:Date}<p>
  504. <a href="{Permalink}" title="permalink">
  505. {TimeAgo}</a> </br>
  506. <a href="{permalink}" title="{NoteCount}">notes</a></br>
  507.  
  508. <!-- Reblogged from -->
  509. {block:RebloggedFrom}
  510. <a href="{ReblogURL}">reblog</a>{/block:RebloggedFrom}</br>
  511. {block:ContentSource}
  512. <a href="{SourceURL}"
  513. target=blank>source</a>
  514. {/block:ContentSource}</br>
  515. </div>
  516. {/block:Date}
  517.  
  518.  
  519. <!-- Text -->
  520. {block:Text}
  521. {block:Title}
  522. <a href="{Permalink}">
  523. <h1>{Title}</h1></a>
  524. {/block:Title}
  525. <h2>{Body}</h2>
  526. {/block:Text}
  527.  
  528.  
  529. <!-- Photo -->
  530. {block:Photo}
  531. {block:IndexPage}
  532. <img src="{PhotoURL-250}"
  533. </a>{/block:IndexPage}
  534. {block:PermalinkPage}
  535. <a href="{permalink}">
  536. <img src="{PhotoURL-500}"
  537. width="500"/></a>{/block:PermalinkPage}
  538. {/block:Photo}
  539.  
  540.  
  541. <!-- Photoset -->
  542. {block:Photoset}
  543. {block:IndexPage}
  544. {Photoset-250}
  545. {/block:IndexPage}
  546. {block:PermalinkPage}
  547. {Photoset-500}
  548. {/block:PermalinkPage}
  549. {/block:Photoset}
  550.  
  551.  
  552. <!-- Quote -->
  553. {block:Quote}
  554. <div class="quote">
  555. " {Quote} "
  556. {block:Source}
  557. <div class="source">-{Source}
  558. </div>{/block:Source}</div>
  559. {/block:Quote}
  560.  
  561. <!-- Link -->
  562. {block:Link}
  563. <center>
  564. <a href="{URL}"
  565. class="linkpost"
  566. target="_blank">
  567. <h1>{Name} &raquo; <h1></a>
  568. </center>
  569. {block:Description}
  570. <h2>{Description}</h2>
  571. {/block:Description}
  572. {/block:Link}
  573.  
  574. <!-- Chat -->
  575. {block:Chat}
  576. <div class="chat">
  577. <ul>
  578. {block:Lines}
  579. <li class="{Alt}">
  580. {block:Label}<b>{Label}</b>{/block:Label}
  581. {Line}
  582. </li>
  583. {/block:Lines}
  584. </ul>
  585. </div>
  586. {/block:Chat}
  587.  
  588. <!-- Audio -->
  589. {block:Audio}
  590. {AudioPlayerWhite}
  591. <br>{block:Artist}
  592. Artist: {Artist}
  593. {/block:Artist}
  594. <br>{block:Title}
  595. Artist: {Title}
  596. {/block:Title}
  597. <br>{block:Album}
  598. Artist: {Album}
  599. {/block:Album}<br>
  600. {/block:Audio}
  601.  
  602.  
  603. <!-- Video -->
  604. {block:Video}
  605. {block:IndexPage}
  606. {Video-250}
  607. {/block:IndexPage}
  608. {block:PermalinkPage}
  609. {Video-500}
  610. {/block:PermalinkPage}
  611. {/block:Video}
  612.  
  613.  
  614. <!-- Ask -->
  615. {block:Answer}
  616. <div class="question">
  617. <img src="{AskerPortraitURL-48}"
  618. align="left">
  619. {Asker}</div>
  620. {Question}&nbsp;
  621. <div class="answer">
  622. {Answer}</div>
  623. {/block:Answer}
  624.  
  625. <!-- Tags -->
  626. <br>{block:HasTags}
  627. {block:Tags}&nbsp;#
  628. <a href="{TagURL}">
  629. {Tag}</a>,&nbsp;
  630. {/block:Tags}
  631. {/block:HasTags}
  632.  
  633. <!-- Permalink page -->
  634. {block:PermalinkPage}
  635. {block:PostNotes}
  636. {PostNotes}
  637. {/block:PostNotes}
  638. {/block:PermalinkPage}
  639.  
  640. <!-- Other -->
  641. {block:ContentSource}
  642. <!-- {SourceURL}
  643. {block:SourceLogo}
  644. <img src="{BlackLogoURL}"
  645. width="{LogoWidth}"
  646. height="{LogoHeight}"
  647. alt="{SourceTitle}" />
  648. {/block:SourceLogo}
  649. {block:NoSourceLogo}
  650. {SourceLink}
  651. {/block:NoSourceLogo} -->
  652. {/block:ContentSource}
  653.  
  654. </div></div>
  655.  
  656. {/block:Posts}
  657.  
  658. <!-- END POSTS -->
  659.  
  660. </div></div>
  661.  
  662. <!-- END CONTAINER -->
  663.  
  664. <!-- pagination -->
  665. {block:Pagination}
  666. <center>
  667. {block:PreviousPage}<a href="{PreviousPage}">«</a>
  668. {/block:PreviousPage}
  669. {block:JumpPagination length="5"}
  670. {block:CurrentPage}<span class="current_page">
  671. Page {PageNumber}</span>{/block:CurrentPage}
  672. {block:JumpPage}<a href="{URL}">{PageNumber}</a>
  673. {/block:JumpPage}
  674. {/block:JumpPagination}
  675. {block:NextPage}<a href="{NextPage}">»</a>
  676. {/block:NextPage}
  677. </center>
  678. {/block:Pagination}
  679.  
  680. </body>
  681. </html>
  682.  
  683. <!-- END HTML -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement