Advertisement
Carolaine_Vieira

#01

Aug 6th, 2015
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.10 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. {/block:IndexPage}
  40.  
  41. <meta name="color:background" content="#ffffff" />
  42. <meta name="color:text" content="#000" />
  43. <meta name="color:link" content="#a3a3a3" />
  44. <meta name="color:nav link hover" content="#333" />
  45. <meta name="color:link hover" content="#eee" />
  46. <meta name="color:scrollbar" content="#000" />
  47. <meta name="color:post border" content="#ebebeb" />
  48. <meta name="color:permalinks" content="#ffffff">
  49. <meta name="color:nav links" content="#000" />
  50. <meta name="color:description" content="#ebebeb" />
  51.  
  52. <meta name="font:title font" content="" />
  53. <meta name="font:body font" content="" />
  54. <meta name="font:nav link font" content="" />
  55. <meta name="font:post font" content="" />
  56. <meta name="font:perma font" content="" />
  57.  
  58. <meta name="if:1 column" content="0">
  59. <meta name="if:2 columns" content="1">
  60. <meta name="if:3 columns" content="0">
  61. <meta name="image:background" content="" />
  62.  
  63. <meta name="text:link1" content="link1" />
  64. <meta name="text:link1url" content="http://" />
  65. <meta name="text:link2" content="link2" />
  66. <meta name="text:link2url" content="http://" />
  67. <meta name="text:link3" content="link3" />
  68. <meta name="text:link3url" content="http://" />
  69.  
  70.  
  71. <style type="text/css">
  72.  
  73.  
  74. ::-webkit-scrollbar {width: 5px; height: 0px; background:{color:background};}
  75. ::-webkit-scrollbar-thumb {background: {color:scrollbar}; border-radius:0px;}
  76.  
  77. iframe#tumblr_controls {position:fixed; z-index:9999999999; top: 3px; margin: 0 0 0 0; right:4px; -webkit-filter: invert(100%);}
  78.  
  79. body {cursor:crosshair;
  80. background-color: {color:background};
  81. background-image:url({image:Background});
  82. background-attachment: fixed;
  83. background-repeat: repeat;
  84. font-size:13px;
  85. font-family:{font:body font};
  86. line-height:14px;
  87. text-transform:none;
  88. color: {color:text};
  89. }
  90.  
  91. #nav{border:1px solid {color:post border}; padding:15px 0px;
  92. position:fixed;
  93. top:200px;
  94. left:20px;
  95. width:380px;
  96. text-align:center;
  97. }
  98.  
  99. #navlink{font-family:{font:nav link font};
  100. font-size:19px;
  101. line-height:20px;
  102. word-spacing:7px;
  103. text-align:center;
  104. text-transform:uppercase;
  105. -moz-transition: all 0.4s ease-in-out;
  106. -webkit-transition: all 0.4s ease-in-out;
  107. -o-transition: all 0.4s ease-in-out;
  108. -ms-transition: all 0.4s ease-in-out;
  109. transition: all 0.4s ease-in-out;
  110. }
  111.  
  112. #navlink a{
  113. color:{color:nav links};
  114. background-color:transparent;
  115. padding-left:3px;
  116. padding-right:3px;
  117. }
  118.  
  119. #navlink a:hover{color:{color:nav link hover};
  120. border-bottom:1px solid {color:nav links};
  121. }
  122.  
  123. .description{ font-family:arial; color:{color:description}; padding:10px;
  124. font-size:13px;
  125. line-height:14px; text-align:justify;
  126. text-transform:none;
  127. word-spacing:1px;
  128. }
  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{
  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:420px;
  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: #transparent;
  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. text-transform:uppercase;
  201. color: {color:text};
  202. }
  203.  
  204. blockquote{
  205. padding:0px 0px 0px 3px;
  206. margin:0px 0px 0px 2px;
  207. border-left: 2px solid #ddd;
  208. }
  209.  
  210. .entry .perma{font-family:{font:perma font};
  211. position:absolute;
  212. background:{color:permalinks};
  213. border-radius:5px;
  214. padding-top:5px;
  215. padding-bottom:5px;
  216. left: 50%;
  217. margin-left:-70px;
  218. width:140px;
  219. height:70px;
  220. margin-top:-40px;
  221. top:50%;
  222. overflow:hidden;
  223. text-align:center;
  224. text-transform:uppercase;
  225. font-size:14px;
  226. line-height:23px;
  227. box-shadow:1px 3px 7px gray;
  228. opacity: 0;
  229. -webkit-transition: all 0.2s linear;
  230. -webkit-transition: all 0.2s linear;
  231. -moz-transition: all 0.2s linear;
  232. transition: all 0.2s linear;
  233. }
  234.  
  235. .entry:hover .perma{
  236. overflow:hidden;
  237. opacity: .9;
  238. -webkit-transition: all 0.2s linear;
  239. -webkit-transition: all 0.2s linear;
  240. -moz-transition: all 0.2s linear;
  241. transition: all 0.2s linear;
  242. }
  243.  
  244. .k{
  245. word-spacing:1px;
  246. }
  247.  
  248. #titlelink a{
  249. background-color:{color:title link};
  250. }
  251.  
  252. h3 {
  253. font-size:35px;
  254. font-family:{font:title font};
  255. letter-spacing:1px;
  256. margin-top:5px;
  257. margin-bottom:15px;
  258. text-align:center;
  259. color:#000;}
  260. h3:first-letter {
  261. font-weight:bold;
  262. color:#000;}
  263. h3:hover {letter-spacing: 4px; }
  264.  
  265. .permalink{
  266. text-align:center;
  267. opacity:0;
  268. -webkit-transition: all 0.4s linear;
  269. -webkit-transition: all 0.4s linear;
  270. -moz-transition: all 0.4s linear;
  271. transition: all 0.4s linear;
  272. }
  273.  
  274. .entry:hover .permalink{
  275. opacity:1;
  276. -webkit-transition: all 0.4s linear;
  277. -webkit-transition: all 0.4s linear;
  278. -moz-transition: all 0.4s linear;
  279. transition: all 0.4s linear;
  280. }
  281.  
  282. .notess{
  283. position:absolute;
  284. border:12px solid {color:post border};
  285. padding:5px;
  286. left:450px;
  287. top:10px;
  288. height:500px;
  289. width:500px;
  290. overflow:scroll;
  291. }
  292.  
  293. {CustomCSS}
  294. </style>
  295.  
  296. <title>{title}</title>
  297.  
  298. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  299.  
  300. </head>
  301. <body>
  302.  
  303. <div id="nav">
  304.  
  305. <h3><a href="/">{title}</a></h3>
  306. <span id="navlink">
  307. <a href="/">home</a>
  308. <a href="/ask">ask</a>
  309. <a href="{text:link1url}">{text:link1}</a>
  310. <a href="{text:link2url}">{text:link2}</a>
  311. <a href="{text:link3url}">{text:link3}</a>
  312. <a href="amplamente.tumblr.com">theme</a>
  313.  
  314.  
  315. {block:HasPages}{block:Pages}<a href="{URL}"><span class="k">{Label}</span></a> {/block:Pages}{/block:HasPages}
  316. </span>
  317. <br><br>
  318. <span class="description">{Description}</span>
  319. </div>
  320.  
  321.  
  322. <div id="center">
  323. <div id="content">
  324.  
  325. {block:Posts}
  326.  
  327. <div class="entry">
  328.  
  329. {block:Text}
  330. {block:Title}<center><span class="title">{Title}</span></center>{/block:Title}<div class="answer">
  331. <div style="margin-left:1px;">{Body}</div></div>
  332. <div class="permalink"><a href="{ReblogUrl}">REBLOG</a>&nbsp;with&nbsp;<a href="{permalink}">{NoteCountwithLabel}</a></div>
  333. {/block:Text}
  334.  
  335. {block:Link}
  336. <center><a href="{URL}"><span class="title">{Name}</span></a></center>
  337. <div style="margin-left:3px;">{block:Description}{Description}{/block:Description}</div>
  338. <div class="permalink"><a href="{ReblogUrl}">REBLOG</a>&nbsp;with&nbsp;<a href="{permalink}">{NoteCountwithLabel}</a></div>
  339. {block:Link}
  340.  
  341. {block:Photo}
  342. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=250px/></a></div>{LinkCloseTag}
  343. <div class="perma">
  344. <a href="{Permalink}">{TimeAgo}</a><br>
  345. <a href="{Permalink}">{NotecountWithLabel}</a><br>
  346. <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  347. {/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=400px/>{LinkCloseTag}{/block:PermalinkPage}
  348. {/block:Photo}
  349.  
  350. {block:Photoset}
  351. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  352. {block:PermalinkPage}{PhotoSet-700}{/block:PermalinkPage}
  353. <div class="permalink"><a href="{ReblogUrl}">REBLOG</a>&nbsp;with&nbsp;<a href="{permalink}">{NoteCountwithLabel}</a></div>
  354. {/block:Photoset}
  355.  
  356. {block:Quote}
  357. <div style="margin-left:3px;">
  358. {Quote}</span><br><i>{Source}</i>
  359. </div>
  360. <div class="permalink"><a href="{ReblogUrl}">REBLOG</a>&nbsp;with&nbsp;<a href="{permalink}">{NoteCountwithLabel}</a></div>
  361. {/block:Quote}
  362.  
  363. {block:Chat}
  364. <div style="margin-left:3px;">
  365. {block:Title}<span class="title">{Title}</span>{/block:Title}
  366. <ul class="chat">
  367. {block:Lines}
  368. <li class="user_{UserNumber}">
  369. {block:Label}
  370. <span class="label">{Label}</span>
  371. {/block:Label}
  372. {Line}
  373. </li>
  374. {/block:Lines}
  375. </ul>
  376. </div>
  377. <div class="permalink"><a href="{ReblogUrl}">?</a>&nbsp;with&nbsp;<a href="{permalink}">{NoteCountwithLabel}</a></div>
  378. {/block:Chat}
  379.  
  380. {block:Audio}<div style="height:0px;background-color:black;opacity:0.1;width:100%;margin-top:10px;margin-bottom:5px;"></div>
  381. <center>{AudioPlayerBlack}
  382. {block:Caption}{Caption}{/block:Caption}</center>
  383. <div class="permalink"><a href="{ReblogUrl}">{text:reblog}</a>&nbsp;with&nbsp;<a href="{permalink}">{NoteCountwithLabel}</a></div>
  384. {/block:Audio}
  385.  
  386. {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>
  387. <div class="permalink"><a href="{ReblogUrl}">{text:reblog}</a>&nbsp;with&nbsp;<a href="{permalink}">{NoteCountwithLabel}</a></div>
  388. {/block:Answer}
  389.  
  390. {block:Video}
  391. {block:IndexPage}
  392. <center>
  393. {Video-400}</center>
  394. {/block:IndexPage}
  395. {block:PermalinkPage}
  396. <center>
  397. {Video-500}</center>
  398. {/block:PermalinkPage}
  399. {block:Video}
  400.  
  401. {block:PermalinkPage}
  402. {block:Caption}{Caption}<div style="height:1px;background-color:black;opacity:0.1;width:100%;margin-top:5px;margin-bottom:5px;"></div>{/block:Caption}
  403. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}
  404. {/block:PermalinkPage}
  405.  
  406. {block:PostNotes}
  407. <div class="notess">{PostNotes}</div>
  408. {/block:PostNotes}
  409. </div>
  410.  
  411. {/block:Posts}
  412.  
  413. {block:IndexPage}
  414. {block:Pagination}
  415. <div id="pagination">
  416. {block:NextPage}
  417. <a id="nextPage" href="{NextPage}"></a>
  418. {/block:NextPage}
  419. {block:PreviousPage}
  420. <a href="{PreviousPage}"></a>
  421. {/block:PreviousPage}
  422. </div>
  423. {/block:Pagination}
  424. {/block:IndexPage}
  425. </div>
  426.  
  427.  
  428. </body>
  429. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement