Advertisement
Carolaine_Vieira

#09

Sep 6th, 2015
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.86 KB | None | 0 0
  1. <head>
  2.  
  3. <link rel="shortcut icon" href="{PortraitURL-24}">
  4. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  5. <meta name="viewport" content="width=820" />
  6.  
  7. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
  8.  
  9. {block:IndexPage}
  10.  
  11. <script type="text/javascript"
  12. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  13.  
  14. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  15.  
  16. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  17. <script type="text/javascript">
  18. $(window).load(function () {
  19. var $content = $('#content');
  20. $content.masonry({itemSelector: '.entry'}),
  21. $content.infinitescroll({
  22. navSelector : 'div#pagination',
  23. nextSelector : 'div#pagination a#nextPage',
  24. itemSelector : '.entry',
  25. loading: {
  26. finishedMsg: '',
  27. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  28. },
  29. bufferPx : 600,
  30. debug : false,
  31. },
  32. // call masonry as a callback.
  33. function( newElements ) {
  34. var $newElems = $( newElements );
  35. $newElems.hide();
  36. // ensure that images load before adding to masonry layout
  37. $newElems.imagesLoaded(function(){
  38. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );});});});</script>
  39.  
  40. {/block:IndexPage}
  41.  
  42. <meta name="color:Background" content="#ffffff" />
  43. <meta name="color:Text" content="#cccccc" />
  44. <meta name="color:Link" content="#5ac9e1" />
  45. <meta name="color:Link hover" content="#fff" />
  46. <meta name="color:Post Bg" content="#fff" />
  47. <meta name="color:Nav Borders" content="#fff" />
  48. <meta name="color:Scrollbar" content="#000" />
  49. <meta name="color:Masthead bg" content="#000" />
  50. <meta name="color:Post Border" content="#fff" />
  51. <meta name="color:Permalinks" content="#999">
  52.  
  53. <meta name="font:Title" content="Mistral" />
  54. <meta name="font:Body font" content="Brutal Type" />
  55. <meta name="font:Post font" content="Brutal Type" />
  56. <meta name="font:Perma font" content="Courier New" />
  57.  
  58. <meta name="if:1 column" content="0">
  59. <meta name="if:2 columns" content="0">
  60. <meta name="if:3 columns" content="1">
  61. <meta name="image:Background" content="" />
  62. <meta name="image:Masthead" content="" />
  63.  
  64. <meta name="text:Tab Title" content="Oriente" />
  65. <meta name="text:Updates Text" content="Dentro da menina ainda dança" />
  66. <meta name="text:link1" content="link1" />
  67. <meta name="text:link1url" content="http://" />
  68. <meta name="text:link2" content="link2" />
  69. <meta name="text:link2url" content="http://" />
  70. <meta name="text:link3" content="link3" />
  71. <meta name="text:link3url" content="http://" />
  72. <meta name="text:link4" content="link4" />
  73. <meta name="text:link4url" content="http://" />
  74. <meta name="text:link5" content="link5" />
  75. <meta name="text:link5url" content="http://" />
  76.  
  77. <meta name="if:Grayscale" content="0"/>
  78. <meta name="if:Fadding" content="0"/>
  79. <meta name="if:ToTop" content="1"/>
  80.  
  81. <style type="text/css">
  82.  
  83. #scrlTop{{block:IfToTop}
  84. z-index:1;
  85. position: fixed;
  86. bottom: 10%;
  87. right: 0px;
  88. font:7px trebuchet ms;
  89. letter-spacing:1px;
  90. text-transform:uppercase;
  91. padding:7px;
  92. background:{color:Masthead Bg};
  93. color:{color:post bg};
  94. {/block:IfToTop}}
  95.  
  96. img{{block:IfFadding}
  97. -webkit-transition: opacity 0.8s linear;
  98. opacity: 0.70;{/block:IfFadding}
  99. }
  100. img:hover{
  101. -webkit-transition: opacity 0.8s linear;
  102. opacity: 1;
  103. }
  104.  
  105. img {{block:Ifgrayscale} -webkit-filter: grayscale(100%); -webkit-transition: all .6s ease; -webkit-backface-visibility: hidden;{/block:Ifgrayscale}}
  106. img:hover { filter: none; -webkit-filter: grayscale(0%); -webkit-transition: all .6s ease;}
  107.  
  108. ::-webkit-scrollbar {width: 5px; height: 0px; background:{color:background};}
  109. ::-webkit-scrollbar-thumb {background: {color:scrollbar}; border-radius:0px;}
  110.  
  111. iframe#tumblr_controls {position:fixed; z-index:9999999999; top: 3px; margin: 0 0 0 0; right:4px; -webkit-filter: invert(100%);}
  112.  
  113. body {cursor:crosshair;
  114. background-color: {color:background};
  115. background-image:url({image:Background});
  116. background-attachment: fixed;
  117. background-repeat: repeat;
  118. font-size:13px;
  119. font-family:{font:body font};
  120. line-height:14px;
  121. text-transform:none;
  122. color: {color:text};
  123. }
  124.  
  125. #masthead {
  126. background: {color:masthead bg}; url('{image:Masthead}');
  127. padding: 2%;
  128. color: {color:Masthead text};}
  129.  
  130. .answer{
  131. }
  132. .answer img {
  133. width:250px;
  134. height:auto;
  135. {block:permalinkpage}
  136. width:auto;
  137. height:auto;
  138. {/block:permalinkpage}
  139. }
  140.  
  141. a {
  142. text-decoration:none;
  143. color:{color:link};
  144. -webkit-transition: all 0.4s linear;
  145. -moz-transition: all 0.4s linear;
  146. transition: all 0.4s linear;
  147. }
  148.  
  149. a:link, a:active, a:visited{
  150. color: {color:link};
  151. }
  152.  
  153. a:hover{text-decoration:line-through;
  154. color: {color:link hover};
  155. }
  156.  
  157. div#center{
  158. margin-left: 0px;
  159. width: 100%;
  160. height: auto;
  161. overflow-x:hidden;
  162. }
  163.  
  164. div#content {
  165. {block:if1column}
  166. width: 300px;
  167. {block:if1column}
  168. {block:if2columns}
  169. width: 800px;
  170. {block:if2columns}
  171. {block:if3columns}
  172. width: 930px;
  173. {block:if3columns}
  174. left:380px;
  175. margin-top:10px;
  176. position: absolute;
  177. }
  178.  
  179. .entry{
  180. margin:8px;
  181. padding:5px;
  182. float:left;
  183. height:auto;
  184. background-color: {color:post bg};
  185. {block:IndexPage}
  186. border:1px solid {color:post border};
  187. width:250px;
  188. overflow:hidden;
  189. {/block:IndexPage}
  190. {block:PermalinkPage}
  191. width:400px;
  192. height:auto;
  193. {/block:PermalinkPage}
  194.  
  195. }
  196.  
  197. .title{font-family:{font:post font};
  198. font-size:21px;
  199. line-height:22px;
  200. color: {color:text};
  201. }
  202.  
  203. blockquote{
  204. padding:0px 0px 0px 3px;
  205. margin:0px 0px 0px 2px;
  206. border-left: 2px solid #ddd;
  207. }
  208.  
  209. #updatestab {
  210. /* UPDATES TAB BY: MARIESTHEMES.TUMBLR.COM
  211. DO NOT REMOVE THIS CREDIT, EDIT AS MUCH AS YOU LIKE */
  212. height:15px;
  213. width:114px;
  214. left:10px;
  215. top:10px;
  216. z-index:999999;
  217. position:fixed;}
  218. #updatestab:hover {
  219. height:auto;}
  220.  
  221. .updatescontent {
  222. width:100px;
  223. height:auto;
  224. margin-left:-120px;
  225. padding:10px 5px 14px 5px;
  226. font-size:7px; /* CHANGE THE FONT SIZE */
  227. letter-spacing:1px; /* CHENGE THE LETTER SPACING*/
  228. font-family:tahoma; /* CHANGE THE FONT */
  229. line-height:1.15; /* CHAGE THE LINE HEIGHT */
  230. text-transform:uppercase; /* UPPERCASE OR LOWERCASE */
  231. color:#333333; /* TEXT COLOR */
  232.  
  233. text-align:center;
  234. background-color:#ffffff;
  235. -webkit-transition:all 0.6s ease-out;
  236. -moz-transition:all 0.6s ease-out;
  237. transition:all 0.6s ease-out;}
  238. #updatestab:hover .updatescontent {
  239. margin-left:4px;
  240. -webkit-transition:all 0.6s ease-out;
  241. -moz-transition:all 0.6s ease-out;
  242. transition:all 0.6s ease-out;}
  243.  
  244. .updatesheadline {
  245. padding:3px 5px;
  246. font-size:7px; /* CHANGE THE TITLE FONT SIZE */
  247. letter-spacing:1px; /* CHENGE THE TITLE LETTER SPACING*/
  248. font-family:tahoma; /* CHANGE THE TITLE FONT */
  249. text-transform:uppercase; /* TITLE UPPERCASE OR LOWERCASE */
  250. color:#333333; /* UN-HOVER TITLE TEXT COLOR */
  251. background-color:#ffffff; /* UN-HOVER TITLE BACKGROUND COLOR */
  252. border-left:4px solid {color:link}; /* UN-HOVER TITLE BORDER COLOR */
  253. -webkit-transition:all 0.7s ease-out;
  254. -moz-transition:all 0.7s ease-out;
  255. transition:all 0.7 ease-out;}
  256. #updatestab:hover .updatesheadline {
  257.  
  258. color:#ffffff; /* HOVER TITLE TEXT COLOR */
  259. background-color:{color:link}; /* HOVER TITLE BACKGROUND COLOR */
  260. border-left:4px solid #ffffff; /* HOVER TITLE BORDER COLOR */
  261. -webkit-transition:all 0.4s ease-out;
  262. -moz-transition:all 0.4s ease-out;
  263. transition:all 0.4s ease-out;}
  264.  
  265. .big { /* YOU DON'T HAVE TO USE THESE IF YOU DON'T WANT TO */
  266. font-size:7px;
  267. letter-spacing:1px;
  268. font-family:tahoma;
  269. line-height:1.15;
  270. text-transform:uppercase;}
  271.  
  272. .bodytext { /* YOU DON'T HAVE TO USE THESE IF YOU DON'T WANT TO */
  273. font-family:arial;
  274. font-size:8px;
  275. letter-spacing:1px;
  276. text-transform:none;
  277. text-align:center;
  278. line-height:1.15;}
  279.  
  280. .entry .perma{font-family:{font:perma font};
  281. position:absolute;
  282. background:{color:permalinks};
  283. border-radius:0px;
  284. padding-top:15px;
  285. padding-bottom:5px;
  286. left: 0%;
  287. margin-left:5px;
  288. width:250px;
  289. height:60px;
  290. margin-top:0px;
  291. top:5px;
  292. overflow:hidden;
  293. text-align:center;
  294. text-transform:uppercase;
  295. font-size:14px;
  296. line-height:23px;
  297. opacity: 0;
  298. -webkit-transition: all 0.2s linear;
  299. -webkit-transition: all 0.2s linear;
  300. -moz-transition: all 0.2s linear;
  301. transition: all 0.2s linear;
  302. }
  303.  
  304. .entry .perma a:hover {text-decoration:none; text-shadow:none; background:{color:masthead bg}; padding:4px; padding-left:6px;}
  305. .entry:hover .perma{
  306. overflow:hidden;
  307. opacity: .9;
  308. -webkit-transition: all 0.2s linear;
  309. -webkit-transition: all 0.2s linear;
  310. -moz-transition: all 0.2s linear;
  311. transition: all 0.2s linear;
  312. }
  313.  
  314. .k{
  315. word-spacing:1px;
  316. }
  317.  
  318. #titlelink a{
  319. background-color:{color:title link};
  320. }
  321.  
  322. .permalink{
  323. text-align:center;
  324. opacity:0;
  325. -webkit-transition: all 0.4s linear;
  326. -webkit-transition: all 0.4s linear;
  327. -moz-transition: all 0.4s linear;
  328. transition: all 0.4s linear;
  329. }
  330.  
  331. .entry:hover .permalink{
  332. opacity:1;
  333. -webkit-transition: all 0.4s linear;
  334. -webkit-transition: all 0.4s linear;
  335. -moz-transition: all 0.4s linear;
  336. transition: all 0.4s linear;
  337. }
  338.  
  339. .notess{
  340. position:absolute;
  341. border:12px solid {color:post border};
  342. padding:5px;
  343. left:450px;
  344. top:10px;
  345. height:500px;
  346. width:500px;
  347. overflow:scroll;
  348. }
  349.  
  350. #poxa {float:center;
  351. margin-left:340px;
  352. text-align:left;}
  353. #poxa a {
  354. padding:7px;
  355. font-size:9px;
  356. text-align:center;
  357. margin:5px;
  358. width:115px;
  359. font-family:calibri;
  360. text-transform:uppercase;
  361. color:{color:Nav Borders};
  362. border-top:1px solid {color:Nav Borders};
  363. border-bottom:1px solid {color:Nav Borders};
  364. border-left:1px solid transparent;
  365. border-right:1px solid transparent;
  366. display:inline-block;
  367. -webkit-transition:all 0.3s ease-out;
  368. -moz-transition:all 0.3s ease-out;
  369. transition:all 0.3s ease-out;
  370. background:transparent;
  371. }
  372. #poxa a:hover { text-shadow: 0px 6px 1px #999;
  373. border-top:1px solid transparent;
  374. border-bottom:1px solid transparent; text-decoration:none;
  375. border-right:1px solid {color:Nav Borders};
  376. border-left:1px solid {color:Nav Borders};
  377. background-color:transparent;
  378. -webkit-transition:all 0.3s ease-out;
  379. -moz-transition:all 0.3s ease-out;
  380. transition:all 0.3s ease-out;}
  381.  
  382. h3 {color:#fff !important; font-family:Mistral; text-transform:uppercase; font-size:50px; text-align:center; margin-bottom:30px; margin-top:10px; margin-left:0px;}
  383. h3 a:hover {text-decoration:none; text-shadow:none;}
  384.  
  385. {CustomCSS}
  386. </style>
  387. {block:IfToTop}<a id="scrlTop" href="#">to top</a>{/block:IfToTop}
  388.  
  389. <title>{title}</title>
  390.  
  391. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  392.  
  393. </head>
  394. <body>
  395. <!-- PUT THIS BETWEEN < body> and < /body> -->
  396.  
  397. <div id="updatestab">
  398. <div class="updatesheadline">Click here \o/</div>
  399. <div class="updatescontent">
  400.  
  401. <!-- WRITE YOUR UPDATES BETWEEN THIS -->
  402.  
  403. <div class="big">{text:Tab Title}</div></p>
  404.  
  405. <div class="bodytext">
  406.  
  407. {text:Updates Text}
  408.  
  409. </div>
  410.  
  411. <!-- AND THIS -->
  412. </div>
  413. </div>
  414.  
  415. <div id="masthead">
  416. <h3><a href="/">{Title}</a></h3>
  417. <div id="poxa">
  418.  
  419. <a href="/">home</a>
  420. <a href="/ask">ask</a>
  421. <a href="{text:link1url}">{text:link1}</a>
  422. <a href="{text:link2url}">{text:link2}</a>
  423. <a href="{text:link3url}">{text:link3}</a>
  424. <a href="{text:link4url}">{text:link4}</a>
  425.  
  426. {block:HasPages}{block:Pages}<a href="{URL}"><span class="k">{Label}</span></a> {/block:Pages}{/block:HasPages}
  427. </div>
  428.  
  429. </div>
  430.  
  431.  
  432. <div id="center">
  433. <div id="content">
  434.  
  435. {block:Posts}
  436.  
  437. <div class="entry">
  438.  
  439. {block:Text}
  440. {block:Title}<center><span class="title">{Title}</span></center>{/block:Title}<div class="answer">
  441. <div style="margin-left:1px;">{Body}</div></div>
  442. <div class="permalink"><a href="{ReblogUrl}">REBLOG</a>&nbsp;with&nbsp;<a href="{permalink}">{NoteCountwithLabel}</a></div>
  443. {/block:Text}
  444.  
  445. {block:Link}
  446. <center><a href="{URL}"><span class="title">{Name}</span></a></center>
  447. <div style="margin-left:3px;">{block:Description}{Description}{/block:Description}</div>
  448. <div class="permalink"><a href="{ReblogUrl}">REBLOG</a>&nbsp;with&nbsp;<a href="{permalink}">{NoteCountwithLabel}</a></div>
  449. {block:Link}
  450.  
  451. {block:Photo}
  452. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=250px/></a></div>{LinkCloseTag}
  453. <div class="perma">
  454. <a href="{Permalink}">{NotecountWithLabel}</a><br>
  455. <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  456. {/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=400px/>{LinkCloseTag}{/block:PermalinkPage}
  457. {/block:Photo}
  458.  
  459. {block:Photoset}
  460. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  461. {block:PermalinkPage}{PhotoSet-700}{/block:PermalinkPage}
  462. <div class="permalink"><a href="{ReblogUrl}">REBLOG</a>&nbsp;with&nbsp;<a href="{permalink}">{NoteCountwithLabel}</a></div>
  463. {/block:Photoset}
  464.  
  465. {block:Quote}
  466. <div style="margin-left:3px;">
  467. {Quote}</span><br><i>{Source}</i>
  468. </div>
  469. <div class="permalink"><a href="{ReblogUrl}">REBLOG</a>&nbsp;with&nbsp;<a href="{permalink}">{NoteCountwithLabel}</a></div>
  470. {/block:Quote}
  471.  
  472. {block:Chat}
  473. <div style="margin-left:3px;">
  474. {block:Title}<span class="title">{Title}</span>{/block:Title}
  475. <ul class="chat">
  476. {block:Lines}
  477. <li class="user_{UserNumber}">
  478. {block:Label}
  479. <span class="label">{Label}</span>
  480. {/block:Label}
  481. {Line}
  482. </li>
  483. {/block:Lines}
  484. </ul>
  485. </div>
  486. <div class="permalink"><a href="{ReblogUrl}">?</a>&nbsp;with&nbsp;<a href="{permalink}">{NoteCountwithLabel}</a></div>
  487. {/block:Chat}
  488.  
  489. {block:Audio}<div style="height:0px;background-color:black;opacity:0.1;width:100%;margin-top:10px;margin-bottom:5px;"></div>
  490. <center>{AudioPlayerBlack}
  491. {block:Caption}{Caption}{/block:Caption}</center>
  492. <div class="permalink"><a href="{ReblogUrl}">{text:reblog}</a>&nbsp;with&nbsp;<a href="{permalink}">{NoteCountwithLabel}</a></div>
  493. {/block:Audio}
  494.  
  495. {block:Answer}<img src="{AskerPortraitURL-24}" align="left" z-index: 1; style="padding:2px; border:1px solid #eeeeee"/> {Asker} asked: <br><i>{Question}</i><br><br><div class="answer">{Answer}</div>
  496. <div class="permalink"><a href="{ReblogUrl}">{text:reblog}</a>&nbsp;with&nbsp;<a href="{permalink}">{NoteCountwithLabel}</a></div>
  497. {/block:Answer}
  498.  
  499. {block:Video}
  500. {block:IndexPage}
  501. <center>
  502. {Video-400}</center>
  503. {/block:IndexPage}
  504. {block:PermalinkPage}
  505. <center>
  506. {Video-500}</center>
  507. {/block:PermalinkPage}
  508. {block:Video}
  509.  
  510. {block:PermalinkPage}
  511. {block:Caption}{Caption}<div style="height:1px;background-color:black;opacity:0.1;width:100%;margin-top:5px;margin-bottom:5px;"></div>{/block:Caption}
  512. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}
  513. {/block:PermalinkPage}
  514.  
  515. {block:PostNotes}
  516. <div class="notess">{PostNotes}</div>
  517. {/block:PostNotes}
  518. </div>
  519.  
  520. {/block:Posts}
  521.  
  522. {block:IndexPage}
  523. {block:Pagination}
  524. <div id="pagination">
  525. {block:NextPage}
  526. <a id="nextPage" href="{NextPage}"></a>
  527. {/block:NextPage}
  528. {block:PreviousPage}
  529. <a href="{PreviousPage}"></a>
  530. {/block:PreviousPage}
  531. </div>
  532. {/block:Pagination}
  533. {/block:IndexPage}
  534. </div>
  535.  
  536. </body>
  537. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement