Advertisement
Carolaine_Vieira

#04

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