Advertisement
florels

theme #14 - quesadilla

Oct 11th, 2013
3,868
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.39 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <!--
  4.  
  5. quesadilla theme made by florels
  6. dont remove the credit or ill remove your internal organs xo
  7.  
  8. -->
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10. <head>
  11.  
  12.  
  13. <link rel="icon" href="{Favicon}"/>
  14. <title>{Title}</title>
  15. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
  16.  
  17.  
  18. <link href='http://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700italic' rel='stylesheet' type='text/css'>
  19.  
  20.  
  21.  
  22. <meta name="color:background" content="#ffffff" />
  23. <meta name="color:border" content="#000000" />
  24. <meta name="color:link" content="#000000" />
  25. <meta name="color:scrollbar" content="#000000" />
  26. <meta name="color:text" content="#000000" />
  27. <meta name="color:title" content="#000000" />
  28. <meta name="color:nav links" content="#ffffff" />
  29. <meta name="color:description text" content="#000000" />
  30. <meta name="color:header top" content="#BCE6D2" />
  31. <meta name="color:nav links bg" content="#000000" />
  32.  
  33. <meta name="image:background" content="" />
  34. <meta name="image:banner" content="" />
  35. <meta name="image:header" content="" />
  36.  
  37. <meta name="if:3 columns" content="0" />
  38. <meta name="if:long description" content="0" />
  39. <meta name="if:no border" content="0" />
  40. <meta name="if:show banner" content="0" />
  41. <meta name="if:show custom link a" content="1" />
  42. <meta name="if:show custom link b" content="1" />
  43. <meta name="if:show custom link c" content="1" />
  44.  
  45. <meta name="text:asklink" content="/ask" />
  46. <meta name="text:linka url" content="/" />
  47. <meta name="text:linka title" content="link a" />
  48. <meta name="text:linkb url" content="/" />
  49. <meta name="text:linkb title" content="link b" />
  50. <meta name="text:linkc url" content="/" />
  51. <meta name="text:linkc title" content="link c" />
  52.  
  53.  
  54. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  55.  
  56. {block:IndexPage}
  57. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  58. <script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script>
  59.  
  60. <script type="text/javascript">
  61. $(window).load(function () {
  62. $('#posts').masonry(),
  63. $('.masonryWrap').infinitescroll({
  64. navSelector : "div.navigation",
  65. // selector for the paged navigation (it will be hidden)
  66. nextSelector : ".navigation a#next",
  67. // selector for the NEXT link (to page 2)
  68. itemSelector : ".post",
  69. // selector for all items you'll retrieve
  70. bufferPx : 10000,
  71. extraScrollPx: 10000,
  72. loadingImg : "http://static.tumblr.com/bcpenwm/sHPmq6jr6/ajax-loader.gif",
  73. loadingText : "<em></em>",
  74. },
  75. // call masonry as a callback.
  76. function() { $('#posts').masonry({ appendedContent: $(this) }); }
  77. );
  78. });
  79. </script>
  80.  
  81. {/block:IndexPage}
  82. {block:indexpage}<div class="navigation">{block:Pagination}{block:NextPage}<p id="page_nav"><span onclick='return false;'><a style="float:right;opacity:0;bottom:0px;" href="{NextPage}" id="next">Older</a>{/block:NextPage}{block:PreviousPage}<a style="float:right;opacity:0;bottom:0px;" href="{PreviousPage}">Newer</a></p></span>{/block:PreviousPage}{/block:Pagination}</div>{/block:indexpage}
  83.  
  84.  
  85.  
  86.  
  87.  
  88. <style type="text/css">
  89.  
  90. iframe#tumblr_controls {
  91. top: 0% !important;
  92. right:0% !important;
  93. position: fixed !important;}
  94.  
  95.  
  96. body{
  97. margin:0px;
  98. padding:0px;
  99. margin-top:0px;
  100. margin-bottom:0px;
  101. font-family:'cambria';
  102. font-size:10px;
  103. color:{color:text};
  104. background-color:{color:background};
  105. background-image:url('{image:background}');
  106. background-attachment: fixed; }
  107.  
  108.  
  109. a {
  110. color:{color:link};
  111. text-decoration:underline;}
  112.  
  113. a:hover {
  114. text-decoration:none;}
  115.  
  116. a:active,a:focus {outline:0;}
  117.  
  118. {block:indexpage}
  119. img{
  120. max-width:250px;}
  121. {/block:indexpage}
  122.  
  123. ::-webkit-scrollbar {width: 8px; height: 8px; background:{color:background};}
  124. ::-webkit-scrollbar-thumb {background:{color:scrollbar};}
  125.  
  126.  
  127. #posts {
  128. {block:IndexPage}
  129. width:604px;
  130. margin-left:-302px;
  131. {block:if3columns}
  132. width:906px;
  133. margin-left:-454px;
  134. {block:if3columns}
  135. {/block:IndexPage}
  136. {block:PermalinkPage}
  137. width:500px;
  138. margin-left:-250px;
  139. {/block:PermalinkPage}
  140. position:relative;
  141. float:left;
  142. top:115px;
  143. left:50%;
  144. {block:iflongdescription}
  145. top:130px;
  146. {/block:iflongdescription}
  147. {block:ifshowbanner}
  148. top:175px;
  149. {block:iflongdescription}
  150. top:190px;
  151. {/block:iflongdescription}
  152. {block:ifshowbanner}}
  153.  
  154. #headertop{
  155. width:100%;
  156. background-color:{color:header top};
  157. top:0px;
  158. height:70px;
  159. position:fixed;
  160. text-align:center;
  161. border-bottom:1px solid {color:nav links bg};
  162. background-image:url('{image:header}');
  163. z-index:2;
  164. {block:iflongdescription}
  165. height:85px;
  166. {/block:iflongdescription}
  167. {block:ifshowbanner}
  168. height:128px;
  169. {block:iflongdescription}
  170. height:143px;
  171. {/block:iflongdescription}
  172. {/block:ifshowbanner}}
  173.  
  174. .blogtitle {
  175. text-align:center;
  176. letter-spacing:4px;
  177. left:50%;
  178. margin-left:-250px;
  179. padding:3px;
  180. width:500px;
  181. top:5px;
  182. position:fixed;
  183. font-size:12px;
  184. font-family:'playfair display';
  185. text-transform:uppercase;}
  186.  
  187. .blogtitle a{
  188. text-decoration:none;
  189. color:{color:title};}
  190.  
  191. .banner{
  192. position:fixed;
  193. margin-top:10px;
  194. left:50%;
  195. margin-left:-250px;
  196. width:500px;
  197. text-align:center;}
  198.  
  199. .description {
  200. text-align:center;
  201. color:{color:description text};
  202. font-family:'cambria';
  203. line-height:100%;
  204. font-size:11px;
  205. position:fixed;
  206. left:50%;
  207. padding:3px;
  208. margin-left:-150px;
  209. width:300px;
  210. top:25px;
  211. {block:ifshowbanner}
  212. top:90px;
  213. {/block:ifshowbanner}}
  214.  
  215. .description a{
  216. z-index:2;
  217. color:{color:link};
  218. text-decoration:underline;}
  219.  
  220. .description a:hover{
  221. text-decoration:none;}
  222.  
  223. #headerbottom{
  224. width:700px;
  225. left:50%;
  226. margin-left:-350px;
  227. top:71px;
  228. background-color:{color:nav links bg};
  229. height:16px;
  230. text-align:center;
  231. position:fixed;
  232. z-index:2;
  233. {block:iflongdescription}
  234. top:86px;
  235. {/block:iflongdescription}
  236. {block:ifshowbanner}
  237. top:129px;
  238. {block:iflongdescription}
  239. top:144px;
  240. {/block:iflongdescription}
  241. {/block:ifshowbanner}}
  242.  
  243. .navlinks{
  244. text-align:center;
  245. width:700px;
  246. left:50%;
  247. margin-left:-350px;
  248. top:72px;
  249. position:fixed;
  250. z-index:9;
  251. {block:iflongdescription}
  252. top:87px;
  253. {/block:iflongdescription}
  254. {block:ifshowbanner}
  255. top:130px;
  256. {block:iflongdescription}
  257. top:145px;
  258. {/block:iflongdescription}
  259. {/block:ifshowbanner}}
  260.  
  261. .navlinks a{
  262. font-family:'cambria';
  263. color:{color:nav links};
  264. text-decoration:none;
  265. padding:2px 8px 3px 8px;}
  266.  
  267. .navlinks a:hover{
  268. border-top:2px solid {color:nav links bg};
  269. border-bottom:2px solid {color:nav links bg};}
  270.  
  271. .notes {
  272. padding-left:20px;
  273. font-size:10px;}
  274.  
  275. li.notes {
  276. float:left;
  277. width:500px;
  278. padding-left:5px;
  279. margin-top:10px;
  280. overflow-x:hidden;
  281. over-flow-y:scroll;
  282. list-style-type:none;
  283. font-weight:normal;
  284. font-size:10px;
  285. text-transform:none;}
  286.  
  287. li.note {
  288. padding-top:2px;
  289. opacity:1;
  290. -moz-transition:0.1s ease-in;
  291. -webkit-transition:0.1s ease-in;
  292. -o-transition:0.1s ease-in;
  293. transition:0.1s ease-in;}
  294.  
  295. li.note img.avatar {
  296. width:14px;
  297. height:14px;}
  298.  
  299.  
  300. .permalink {
  301. padding:2px;
  302. word-spacing:3px;
  303. text-align:right;
  304. {block:permalinkpage}
  305. opacity:0;
  306. {/block:permalinkpage}}
  307.  
  308. .headings{
  309. font-size:16px;
  310. text-align:left;
  311. font-style:italic;}
  312.  
  313. #audioplayer{
  314. background-color:#000;
  315. height:27px;
  316. margin-bottom:-4px;
  317. width:250px;}
  318.  
  319.  
  320. .post {
  321. {block:indexpage}
  322. width:250px;
  323. margin:20px;
  324. padding:5px;
  325. border:1px dashed {color:border};
  326. {block:ifnoborder}
  327. border:none;
  328. {/block:ifnoborder}
  329. {/block:indexpage}
  330. {block:permalinkpage}
  331. width:500px;
  332. padding:20px;
  333. margin-top:15px;
  334. {/block:permalinkpage}
  335. float:left;
  336. position:relative;
  337. text-align:justify;
  338. font-family:'cambria';
  339. font-size:10px;
  340. color:{color:text};}
  341.  
  342. .quote {
  343. text-align:center;
  344. font-size:12px;}
  345.  
  346. .quotesource {
  347. text-align:right;}
  348.  
  349. .image:hover{
  350. opacity:1;}
  351.  
  352. .chat { text-align:right; line-height:11px; }
  353.  
  354. .captions { margin-top:-8px;}
  355.  
  356. </style>
  357. </head>
  358.  
  359. <body>
  360.  
  361. <div id="headertop">
  362. <div class="description"> {description} </div>
  363.  
  364. {block:ifnotshowbanner}<div class="blogtitle"><a href="/">{title}</a></div>{/block:ifnotshowbanner}
  365.  
  366. {block:ifshowbanner}<div class="banner"><img style="max-width:500px; max-height:75px" src="{image:banner}"/></div>{/block:ifshowbanner}
  367.  
  368. </div>
  369.  
  370.  
  371. <div id="headerbottom">
  372. <div class="navlinks">
  373. <a href="/">home</a>
  374. <a href="{text:asklink}">message</a>
  375. <a href="/archive">archive</a>
  376. {block:ifshowcustomlinka}<a href="{text:linka url}">{text:linka title}</a>{/block:ifshowcustomlinka}
  377. {block:ifshowcustomlinkb}<a href="{text:linkb url}">{text:linkb title}</a>{/block:ifshowcustomlinkb}
  378. {block:ifshowcustomlinkc}<a href="{text:linkc url}">{text:linkc title}</a>{/block:ifshowcustomlinkc}
  379. <a href="http://emmalucys.com">theme</a>
  380. </div>
  381. </div>
  382.  
  383.  
  384.  
  385. <div id="posts">
  386.  
  387. {block:posts}
  388.  
  389.  
  390. {block:Text}
  391. <div class="post">
  392. <div class="headings">{block:Title}{Title}{/block:Title}</div> {Body}
  393. <div class="permalink"><a href="{Permalink}">{NoteCount}</a> ━ <a href="{ReblogURL}" target="_blank">reblog</a></div></div>{/block:Text}
  394.  
  395.  
  396. {block:Photo}
  397. <div class="post">
  398. <div class="image">
  399. {block:IndexPage}
  400. <a href="{permalink}"><img src="{PhotoURL-500}" width="250" alt="{PhotoAlt}"></a>
  401. <div class="permalink"><a href="{Permalink}">{NoteCount}</a> ━ <a href="{ReblogURL}" target="_blank">reblog</a></div>{/block:IndexPage}
  402. {block:PermalinkPage}<img src="{PhotoURL-500}"/>{/block:PermalinkPage}
  403. </div></div>
  404. {/block:Photo}
  405.  
  406.  
  407. {block:Photoset}
  408. <div class="post">
  409. {block:Photos}
  410. {block:indexpage}<img src="{PhotoURL-500}" width="250" />{/block:indexpage}
  411. {block:permalinkpage}<img src="{PhotoURL-500}" />{/block:permalinkpage}
  412. {/block:Photos}
  413. <div class="permalink"><a href="{Permalink}">{NoteCount}</a> ━ <a href="{ReblogURL}" target="_blank">reblog</a></div></div>
  414. {/block:Photoset}
  415.  
  416.  
  417. {block:Quote}
  418. <div class="post">
  419. <div class="quote">'<i>{Quote}</i>'</div>
  420. <div class="quotesource">— {Source}</div>
  421. <div class="permalink"><a href="{Permalink}">{NoteCount}</a> ━ <a href="{ReblogURL}" target="_blank">reblog</a></div></div>
  422. {/block:Quote}
  423.  
  424.  
  425. {block:Link}
  426. <div class="post">
  427. <div class="headings"><a href="{URL}">{Name}</a></div>
  428. {block:Description}{Description}{/block:Description}
  429. <div class="permalink"><a href="{Permalink}">{NoteCount}</a> ━ <a href="{ReblogURL}" target="_blank">reblog</a></div></div>
  430. {/block:Link}
  431.  
  432.  
  433. {block:Chat}
  434. <div class="post">
  435. <div class="chat">{block:Title}{Title}{/block:Title}<br>
  436. {block:Lines}{block:Label}<i>{Label}</i><br> {Line} <br><br>
  437. {/block:Label}{/block:Lines}</div>
  438. <div class="permalink"><a href="{Permalink}">{NoteCount}</a> ━ <a href="{ReblogURL}" target="_blank">reblog</a></div></div>
  439. {/block:Chat}
  440.  
  441. {block:Video}
  442. {block:IndexPage}
  443. <div class="post">{Video-250}
  444. <div class="permalink"><a href="{Permalink}">{NoteCount}</a> ━ <a href="{ReblogURL}" target="_blank">reblog</a></div></div>
  445. {/block:IndexPage}
  446. {block:PermalinkPage}
  447. {Video-500}
  448. {/block:PermalinkPage}
  449. {block:Video}
  450.  
  451. {block:Audio}
  452. <div class="post">
  453. <div id="audioplayer">{AudioPlayerBlack}</div>
  454. {block:Caption}{Caption}{/block:Caption}
  455. <div class="permalink"><a href="{Permalink}">{NoteCount}</a> ━ <a href="{ReblogURL}" target="_blank">reblog</a></div></div> {/block:Audio}
  456.  
  457.  
  458. {block:Answer}
  459. <div class="post">
  460. {Question}<br>- {Asker} <br><i> {Answer} </i>
  461. <div class="permalink"><a href="{Permalink}">{NoteCount}</a> ━ <a href="{ReblogURL}" target="_blank">reblog</a></div></div>
  462. {/block:Answer}
  463.  
  464.  
  465. {block:PermalinkPage}
  466. <div class="notes">
  467. {Caption}
  468. posted {TimeAgo}
  469. {block:NoteCount} with {NoteCount} notes {/block:NoteCount}
  470. {block:RebloggedFrom}
  471. via <a href="{ReblogParentURL}">{ReblogParentName}</a>,
  472. {/block:RebloggedFrom}
  473. {block:ContentSource}
  474. originallyfrom <a href="{SourceURL}">{SourceTitle} </a>
  475. {/block:ContentSource}
  476. <br><br>{PostNotes}<div>
  477. {/block:PermalinkPage}
  478.  
  479.  
  480.  
  481. {/block:posts}
  482.  
  483.  
  484. </div></div></div></div>
  485.  
  486. </body>
  487. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement