Advertisement
lennonthemes

Emily

Apr 14th, 2013
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.59 KB | None | 0 0
  1. <!--- _ ___ _
  2. ( )_ /'___) ( )_ _
  3. _| (_) ___ ___ _ ___ ___ | (__(_)| ,_|_) ___ __
  4. /'_` | /',__) /'___) /'_`\ /' _ ` _ `\ ,__) || | | /' _ `\ /'_ `\
  5. ( (_| | \__, \( (___ ( (_) )| ( ) ( ) | | | || |_| | ( ) |( (_) |
  6. `\__,_|_|____/`\____)`\___/'(_) (_) (_|_) (_)`\__|_|_) (_)`\__ |
  7. ( )_( ) ( )_) |
  8. | ,_) |__ __ ___ ___ __ ___ \___/'
  9. | | | _ `\ /'__`\/' _ ` _ `\ /'__`\/',__)
  10. | |_| | | |( ___/| ( ) ( ) |( ___/\__, \
  11. `\__|_) (_)`\____)(_) (_) (_)`\____)(____/
  12.  
  13.  
  14.  
  15. --->
  16. <html>
  17. <head>
  18. <title>{Title}</title>
  19. <link rel="shortcut icon" href="http://media.tumblr.com/tumblr_m230t37Mb11qfamg6.png">
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  21. {block:Description}
  22. <meta name="description" content="{MetaDescription}" />
  23. <meta name="text:post width" content="250" />
  24. <meta name="font:text" content="baskerville" />
  25. <meta name="color:background" content="#ffffff" />
  26. <meta name="text:font size" content=="11" />
  27. <meta name="if:CustomLink1" content="0">
  28. <meta name="if:CustomLink2" content="0">
  29. <meta name="if:CustomLink3" content="0">
  30. <meta name="text:Link 1 Title" content="custom link">
  31. <meta name="text:Link 1" content="http://">
  32. <meta name="text:Link 2 Title" content="custom link">
  33. <meta name="text:Link 2" content="http://">
  34. <meta name="text:Link 3 Title" content="custom link">
  35. <meta name="text:Link 3" content="http://">
  36. {/block:Description}
  37.  
  38. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  39. <script type="text/javascript" src="http://static.tumblr.com/iddq6cw/RFImev6ye/mdrns2.js"></script>
  40. <script type="text/javascript">
  41. ddaccordion.init({
  42. headerclass: "name", contentclass: "content", revealtype: "click", mouseoverdelay: 200, collapseprev: false, defaultexpanded: [0], onemustopen: false, animatedefault: false, persiststate: true, toggleclass: ["", "openpet"], togglehtml: ["none", "", ""], animatespeed: "fast",
  43. oninit:function(expandedindices){}, onopenclose:function(header, index, state, isuseractivated){}
  44. })
  45. </script>
  46.  
  47. <script src="http://static.tumblr.com/dvxfmuc/7dtkzalfj/jquery.min.js" type="text/javascript"></script>
  48. <script type="text/javascript">
  49. $(document).ready(function(){
  50. $(".btn-slide").click(function(){
  51. $(".navigation").slideToggle("slow");
  52. $(this).toggleClass("active"); return false;
  53. });
  54. });
  55. </script>
  56.  
  57. <script type="text/javascript"
  58. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  59. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  60.  
  61. <style type="text/css">
  62.  
  63. iframe#tumblr_controls {
  64. white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.4;position:fixed;}
  65.  
  66. body {
  67. font-family:{font:Text};
  68. font-size:{text:font size}px;
  69. background-color:{color:Background};
  70. }
  71.  
  72. a {
  73. text-decoration:none;
  74. color:black;
  75. }
  76.  
  77. #content {
  78. width:100%;
  79. }
  80.  
  81. .posts {
  82. width:{text:post width}px;
  83. position:relative;
  84. margin-left:auto;
  85. margin-right:auto;
  86. }
  87.  
  88. .entry {
  89. margin-bottom:25px;
  90. position:relative;
  91. }
  92.  
  93. .title{font-size:15px; margin-top:5px;font-style:normal;}
  94.  
  95. .main .head .navigation { display:none; background:white;}
  96.  
  97. .navigation .nav a {
  98. display:block;
  99. padding:3px 7px;
  100. margin-top:-1px;
  101. position:relative;
  102. z-index:2;
  103. letter-spacing:3px;font-size:15px;font-style:italic;
  104. }
  105.  
  106. .navigation .nav a:hover {
  107. background: {color:Background};
  108. z-index:2;font-size:15px;font-style:italic;
  109. }
  110.  
  111. .main .head .slide {
  112. text-align:center; font-size:15px;font-style:italic;
  113. }
  114.  
  115. .main .head .slide a.btn-slide {
  116. display:block; margin-bottom:25px;font-size:15px;font-style:italic;
  117. }
  118.  
  119. .main .head .slide a.btn-slide:after {
  120. content: "{Title}";
  121. font-size:15px;font-style:italic;
  122. }
  123.  
  124. .active:after {
  125. content: "✘" !important;
  126. }
  127.  
  128. blockquote {
  129. margin-left:5px;
  130. padding-left:5px;
  131. line-height:180%;
  132. border-left:1px solid black;
  133. }
  134.  
  135.  
  136. .perm {
  137. color:black;
  138. font-size:7px;
  139. opacity: 0;
  140. -webkit-transition-duration: 1s;
  141. top:0px;padding:10px;
  142. background-color: #fff;
  143. position: absolute;
  144. margin-top:0px;
  145. text-align:center;
  146. text-transform:Uppercase;
  147. font-family:trebuchet ms;
  148. letter-spacing:1px;
  149. display:block;
  150. right:0px;font-size:15px;font-style:italic;
  151. }
  152.  
  153.  
  154. .entry:hover .perm {
  155. opacity:0.7;
  156. z-index:999999;font-size:15px;font-style:italic;
  157. }
  158.  
  159. .audiobox {width: 27px!important;background-color:white;top:45%;left:45%;display:block;position:absolute;padding-right:10px;padding-left:10px;padding-top:10px;padding-bottom:10px;border-radius:50px;opacity:0.7;}
  160. {block:IndexPage}
  161. .entry:hover {
  162. border-bottom:1px #ccc solid;
  163. -webkit-transition-duration:0.5s;
  164. padding-bottom:3px;
  165. }
  166. {/block:IndexPage}
  167. .cl a {
  168. font-style:italic;padding-left:7px;padding-right:7px;
  169. }
  170.  
  171. .cl a:hover {
  172. font-size:15px;font-style:italic;
  173. }
  174.  
  175. .text img {
  176. max-width:300px;
  177. }
  178. </style>
  179.  
  180.  
  181. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  182.  
  183. <script type="text/javascript">
  184. $(window).load(function(){
  185. $("p").remove(":contains('(Source:')");
  186. $("p").remove(":contains('(source:')");
  187. $("p").remove(":contains('(via ')");
  188. });
  189. </script>
  190. </head>
  191. <body>
  192. <div id="content">
  193. <div class="posts">
  194.  
  195. <div class="main">
  196. <div class="head">
  197. <br>
  198. <div class="navigation">
  199.  
  200.  
  201. <div style="text-align:center; float:center; width:{text:post width};">
  202. <span class="cl">
  203. <a href="/">refresh</a>
  204. <a href="/ask">mailbox</a>
  205. {block:IfCustomLink1}
  206. <a href="{text:Link 1}">{text:Link 1 Title}</a>
  207. {/block:IfCustomLink1}
  208. {block:IfCustomLink2}
  209. <a href="{text:Link 2}">{text:Link 2 Title}</a>
  210. {/block:IfCustomLink2}
  211. {block:IfCustomLink3}
  212. <a href="{text:Link 3}">{text:Link 3 Title}</a>
  213. {/block:IfCustomLink3}
  214. {block:HasPages}
  215. {block:Pages}
  216. <a href="{URL}">{Label}</a>
  217. {/block:Pages}
  218. {/block:HasPages}
  219. </a><Br><Br></span>
  220.  
  221.  
  222. {block:Description}
  223. {Description}
  224. {/block:Description}
  225.  
  226.  
  227.  
  228. </div>
  229.  
  230. <br style="clear:both;" />
  231. </div>
  232. <div class="slide"><a href="#" class="btn-slide"> </a></div>
  233. </div></div>
  234.  
  235. {block:Posts}<div class="entry">
  236.  
  237. {block:Text}
  238. {block:Title}
  239. <span style="font-size:12px;"><a href="{Permalink}"> {Title}</a></span>
  240. {/block:Title}
  241. <div class="text">{Body}</div>
  242. {/block:Text}
  243.  
  244. {block:Photo}
  245. <a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="{text:post width}"/></a>
  246. {/block:Photo}
  247.  
  248. {block:Photoset}
  249. <center>{Photoset-250}</center>
  250. {/block:Photoset}
  251.  
  252. {block:Quote}
  253. <i>"{Quote}"</i>
  254. {block:Source}
  255. <div align="right">— {Source}</div>
  256. {/block:Source}
  257. {/block:Quote}
  258.  
  259. {block:Link}
  260. <span style="font-size:12px;"><a href="{URL}" class="link" {Target}>{Name}</a></span>
  261.  
  262. {block:Description}
  263. <div class="description">{Description}</div>
  264. {/block:Description}
  265. {/block:Link}
  266.  
  267. {block:Chat}
  268. {block:Title}
  269. <h3><a href="{Permalink}">{Title}</a></h3>
  270. {/block:Title}
  271.  
  272. <ul>
  273. {block:Lines}
  274. <li style="list-style-type: none;margin-left:-40px;">
  275. {block:Label}
  276. <span style="font-weight:bold;">{Label}</span>
  277. {/block:Label}
  278. {Line}
  279. </li>
  280. {/block:Lines}
  281. </ul>
  282. {/block:Chat}
  283.  
  284. {block:Video}
  285. {Video-500}
  286. {/block:Video}
  287.  
  288. {block:Audio}
  289. {block:AlbumArt}
  290. <img src="{AlbumArtURL}" width="{text:post width};">
  291. <div class="audiobox"><Div style="width:25px;overflow:hidden;">{AudioPlayerWhite}</div></div>
  292. {/block:AlbumArt}
  293. {/block:Audio}
  294.  
  295.  
  296. {block:IndexPage}<a href="{Permalink}"><div class="perm">{NoteCount}</div></a>{/block:IndexPage}
  297. </div>
  298.  
  299. {block:PermalinkPage}
  300. {block:Caption}{Caption}<Br>{/block:Caption}<center>{block:Date}{TimeAgo}, {NoteCountWithLabel}{/block:Date}<i>{block:HasTags}<br>{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</center></i><br><div style="height:200px;overflow:scroll;">{PostNotes}</div>
  301. {/block:PermalinkPage}
  302.  
  303. {block:ContentSource}
  304. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  305. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  306. {/block:SourceLogo}
  307. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  308. {/block:ContentSource}
  309. <!-- {block:NoRebloggedFrom}
  310. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  311. {/block:NoRebloggedFrom} -->
  312. {/block:Posts}
  313. </div>
  314. </div>
  315.  
  316. <div style="padding-bottom:35px;"><Br><br>
  317. <Center>
  318. {block:Pagination}
  319. {block:PreviousPage}
  320. <a href="{PreviousPage}">-</a>
  321. {/block:PreviousPage}/
  322.  
  323. {block:JumpPagination length="5"}
  324. {block:CurrentPage}
  325. <big>{PageNumber}</big>
  326. {/block:CurrentPage}
  327.  
  328. {block:JumpPage}
  329. <a class="jump_page" href="{URL}">{PageNumber}</a>
  330. {/block:JumpPage}
  331. {/block:JumpPagination}
  332.  
  333. /{block:NextPage}
  334. <a href="{NextPage}">+</a>
  335. {/block:NextPage}
  336. {/block:Pagination}</center>
  337. </div>
  338. </body><div style="position:fixed; top:35px; right:5px;font-size:20px;">
  339. <a href="http://discomfiting.tumblr.com">感到不安</a></div>
  340. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement