Advertisement
Guest User

Goodnight

a guest
May 14th, 2014
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.10 KB | None | 0 0
  1.  
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <!----------------------------------------
  6. Alacrity Theme by Incedo
  7. http://incedothemes.tumblr.com
  8. Please do not remove the credit
  9. Updated 5/29/13
  10. ------------------------------------------>
  11.  
  12. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  13.  
  14. <head>
  15.  
  16. <title>{Title}</title>
  17.  
  18. <meta name="color:background" content="#ffffff" />
  19. <meta name="color:scrollbar" content="#01a5a5" />
  20. <meta name="color:scrollbar background" content="#ffffff" />
  21. <meta name="color:title" content="#01a5a5" />
  22. <meta name="color:description" content="#000000" />
  23. <meta name="color:navigation" content="#000000" />
  24. <meta name="color:navigation hover" content="#01a5a5" />
  25. <meta name="color:text" content="#000000" />
  26. <meta name="color:link" content="#636363" />
  27. <meta name="color:link hover" content="#01a5a5" />
  28.  
  29. <meta name="if:small posts" content=""/>
  30. <meta name="if:medium posts" content="1"/>
  31. <meta name="if:big posts" content=""/>
  32. <meta name="if:sidebar top" content=""/>
  33. <meta name="if:sidebar middle" content=""/>
  34. <meta name="if:sidebar bottom" content="1"/>
  35. <meta name="if:show sidebar image" content=""/>
  36. <meta name="if:show home link" content="1"/>
  37. <meta name="if:text perma on hover" content="1"/>
  38.  
  39. <meta name="font:description" content="georgia" />
  40. <meta name="font:title" content="georgia" />
  41. <meta name="font:text" content="georgia" />
  42. <meta name="font:perma" content="georgia" />
  43. <meta name="font:navigation" content="georgia" />
  44.  
  45. <meta name="image:Left Background" content""/>
  46. <meta name="image:Right Background" content""/>
  47. <meta name="image:Tiled Background" content""/>
  48. <meta name="image:Cover Background" content""/>
  49. <meta name="image:Sidebar" content""/>
  50.  
  51. <meta name="text:home link title" content="home" />
  52. <meta name="text:ask link title" content="message" />
  53. <meta name="text:link 1 title" content="" />
  54. <meta name="text:link 1" content="" />
  55. <meta name="text:link 2 title" content="" />
  56. <meta name="text:link 2" content="" />
  57. <meta name="text:link 3 title" content="" />
  58. <meta name="text:link 3" content="" />
  59. <meta name="text:link 4 title" content="" />
  60. <meta name="text:link 4" content="" />
  61. <meta name="text:Post Title Size" content="12" />
  62. <meta name="text:Post Font Size" content="10" />
  63. <meta name="text:Blog Title Size" content="12" />
  64. <meta name="text:Description Size" content="9" />
  65. <meta name="text:Navigation Size" content="9" />
  66. <meta name="text:Space between posts" content="9" />
  67.  
  68. <link rel="stylesheet" media="screen" href="http://openfontlibrary.org/face/web-symbols" rel="stylesheet" type="text/css"/>
  69. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  70. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  71. <link rel="shortcut icon" href="{Favicon}" />
  72. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  73.  
  74. <style type="text/css">
  75.  
  76. body {
  77. background-color:{color:background};
  78. background-image: url({image:Left Background}), url({image:Right Background}), url({image:Tiled Background}), url({image:Cover Background});
  79. background-attachment: fixed;
  80. background-position: bottom 0px left 0px, bottom 0px right 0px, top left, top left;
  81. background-repeat: no-repeat, no-repeat, repeat, no-repeat;
  82. -webkit-background-size: auto, auto, auto, cover;
  83. -moz-background-size: auto, auto, auto, cover;
  84. -o-background-size: auto, auto, auto, cover;
  85. background-size: auto, auto, auto, cover;
  86. color:{color:text};
  87. font-family: {font:text};
  88. font-size:{text:post font size}px;
  89. line-height:123%;
  90. text-align:center
  91. padding: 0px;}
  92.  
  93. ::-webkit-scrollbar {
  94. height: 5px;
  95. width: 8px;}
  96.  
  97. ::-webkit-scrollbar-thumb {
  98. background-color:{color:scrollbar};}
  99.  
  100. ::-webkit-scrollbar-track{
  101. background-color:{color:scrollbar background};}
  102.  
  103. ::-webkit-scrollbar-buttom{
  104. background-color:{color:scrollbar background};}
  105.  
  106.  
  107. a:link, a:active, a:visited {
  108. color: {color:link};
  109. text-decoration:none;
  110. -webkit-transition: all 0.5s ease-in-out;
  111. -moz-transition: all 0.5s ease-in-out;
  112. -o-transition: all 0.5s ease-in-out;
  113. -ms-transition: all 0.5s ease-in-out;
  114. transition: all 0.5s ease-in-out;}
  115.  
  116. a:hover{
  117. color:{color:link hover};
  118. -webkit-transition: all 0.5s ease-in-out;
  119. -moz-transition: all 0.5s ease-in-out;
  120. -o-transition: all 0.5s ease-in-out;
  121. -ms-transition: all 0.5s ease-in-out;
  122. transition: all 0.5s ease-in-out;}
  123.  
  124. #wrapper {
  125. left:18%;
  126. position:absolute;}
  127.  
  128. #lbar {
  129. width:200px;
  130. margin-left:0px;
  131. position:fixed;}
  132.  
  133. {block:ifsidebartop} #lbar {top:15%} {/block:ifsidebartop}
  134. {block:ifsidebarmiddle} #lbar {top:49%} {/block:ifsidebarmiddle}
  135. {block:ifsidebarbottom} #lbar {bottom:11%;} {/block:ifsidebarbottom}
  136.  
  137. #limg {width:inherit}
  138.  
  139. #limg img {
  140. max-width:200px;
  141. border: 0px solid transparent;
  142. margin-bottom:10px;}
  143.  
  144. #title, #title a {
  145. font-family: {font:title};
  146. font-size: {text:blog title size}px;
  147. letter-spacing: 1px;
  148. text-align:center;
  149. color: {color:title};
  150. text-transform: lowercase;}
  151.  
  152. #desc {
  153. width:inherit;
  154. margin-top:11px;
  155. color:{color:description};
  156. text-align:center;
  157. font-size:{text:description size}px;
  158. font-family:{font:description};}
  159.  
  160. #nav {
  161. margin-top:10px;
  162. width:inherit;
  163. border-bottom: 0px solid transparent;
  164. text-align:center;}
  165.  
  166. #nav a {
  167. color: {color:navigation};
  168. font-family:{font:navigation};
  169. font-style:none;
  170. text-align:center;
  171. font-size:{text:navigation size}px;
  172. padding-left:4px;}
  173.  
  174. #nav a:hover {color: {color:navigation hover};}
  175.  
  176. #entries {margin-left: 259px;}
  177.  
  178. #posts {
  179. overflow:hidden;
  180. padding: {text:space between posts}px 0px;}
  181.  
  182. #photo, #photo a, #photo a img {border: none; line-height:0;}
  183.  
  184. {block:ifsmallposts}
  185. {block:indexpage}
  186. #entries, #posts, #photo a img {width:250px}
  187. {/block:indexpage}
  188. {block:permalinkpage}
  189. #entries, #posts, #photo a img {width:400px}
  190. {/block:permalinkpage}
  191. {/block:ifsmallposts}
  192.  
  193. {block:ifmediumposts}
  194. #entries, #posts, #photo a img {width:400px}
  195. {/block:ifmediumposts}
  196.  
  197. {block:ifbigposts}
  198. #entries, #posts, #photo a img {width:500px}
  199. {/block:ifbigposts}
  200.  
  201. h2 {
  202. font-size: {text:Post Title Size}px;
  203. margin:0px;
  204. line-height:100%;}
  205.  
  206. .asker a {font-weight:bold;}
  207.  
  208. p, ul, ol {
  209. margin-top: 4px;
  210. margin-bottom: 4px;}
  211.  
  212. blockquote {
  213. margin-left:8px;
  214. padding-left:5px;
  215. padding-right:0px;
  216. margin-right:0px;}
  217.  
  218. img a {border:none;}
  219.  
  220. .chat ul, .chat li {list-style:none; margin:0px; padding:0px;}
  221.  
  222. img {max-width:100%;}
  223.  
  224. #c {
  225. position:fixed;
  226. bottom:4px;
  227. right:4px;
  228. font-size:13px;
  229. font-family:helvetica;}
  230.  
  231. /*for photo permalink*/
  232. .likep {width: 21px; height: 20px; overflow: hidden; z-index: 9999999; display: inline-block;}
  233. .likep a:hover {background-position: 0px 0px;}
  234. .likep a {background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png"); background-position: 0px 0px; display: block; z-index: 9999999; webkit-transition: all 0s linear; -webkit-transition: all 0s linear; -moz-transition: all 0s linear; transition: all 0s linear;}
  235. .likep img {width: 21px; height: 20px; webkit-transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;}
  236. .rep {width: 24px; height: 20px; overflow: hidden; z-index: 9999999; display: inline-block;}
  237. .rep img{width: 24px; height: 20px; line-height: 30px; display: inline;}
  238. .not { display: inline-block; background: url("http://static.tumblr.com/uiqhh9x/X6Ym17xp2/middle.png"); height: 20px; font-size: 11px; line-height: 20px; color: #fff; padding-left: 4px; padding-right: 4px; -moz-border-radius: 2px; border-radius: 2px; bottom: 6px; position: relative; letter-spacing:0px;}
  239. .not a{color: #fff; font-family: helvetica;}
  240. .entry:hover .not, .entry:hover .rep, .entry:hover .likep {opacity: 0.8; filter: alpha(opacity = 80);}
  241. .not:hover , .rep:hover, .likep:hover {opacity: 1!important; filter: alpha(opacity = 100)!important;}
  242. #posts .permalink{z-index:9999991; position:absolute; margin-top:0px; margin-left:5px; height:10px; padding:3px; overflow:hidden; font-size:11px; line-height:90%; text-align:center; opacity:0.0; filter: alpha(opacity = 0); -moz-transition: all 0.4s; -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4;}
  243. #posts:hover .permalink{overflow:visible;-webkit-transition: opacity 0.4s linear; opacity: 1; -webkit-transition: all 0.4s linear; opacity: 0.8;-moz-transition: all 0.4s linear; opacity: 0.8; transition: all 0.4s linear; opacity: 0.8; margin-top:5px; }
  244.  
  245. /*for text permalink*/
  246. #posts .textperma, #posts .textperma a {font-family:{font:perma}; text-transform:none; text-align:center; position: relative;}
  247. {block:iftextpermaonhover}
  248. #posts .textperma{margin-top: -15px; opacity: 0; filter: alpha(opacity = 0); -moz-opacity:0; opacity:0; -moz-transition: all 0.4s; -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4;}
  249. #posts:hover .textperma{margin-top: 0px; opacity: 1; filter: alpha(opacity = 100); -moz-transition: all 0.4s; -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4; -moz-opacity: 1; opacity:1; filter: alpha(opacity=100);}
  250. {/block:iftextpermaonhover}
  251. {block:ifnottextpermaonhover}
  252. #posts .textperma{margin-top: 0px;}
  253. {/block:ifnottextpermaonhover}
  254.  
  255.  
  256. .albumArt {
  257. width:201px;
  258. height:201px;
  259. border:3px solid;
  260. border-bottom:0px;
  261. }
  262.  
  263. .albumInfo {
  264. position:relative;
  265. width:269px;
  266. height:222px;
  267. margin-top:-234px;
  268. margin-left:215px;
  269. padding:4px;
  270. }
  271.  
  272. </style>
  273.  
  274. <style type="text/css">{CustomCSS}</style>
  275.  
  276. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  277.  
  278. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/aK8m1cpdr/like2.js"></script>
  279.  
  280. <div style="display:none">
  281. <iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe></div>
  282.  
  283. </head>
  284.  
  285. <body>
  286.  
  287. {block:ContentSource}
  288. <!— {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  289. width="{LogoWidth}" height="{LogoHeight}" alt=”{SourceTitle}" />
  290. {/block:SourceLogo}
  291. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>
  292. {/block:ContentSource}
  293. {block:RebloggedFrom}<div style="display:none">{ReblogParentName}</div>{/block:RebloggedFrom}
  294.  
  295. <div id="wrapper">
  296.  
  297. <div id="lbar"><div id="limg" align="center">
  298.  
  299. {block:ifshowsidebarimage}<img src="{image:sidebar}">{/block:ifshowsidebarimage}
  300.  
  301. <div id="title" style="text-align:center"><a href="/">{Title}</a></div>
  302.  
  303. <div id="nav">
  304. {block:ifshowhomelink}<a href="/">{text:home link title}</a>{/block:ifshowhomelink}
  305. <a href="/ask">{text:ask link title}</a>
  306. {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  307. {block:iflink1}<a href="{text:link 1}">{text:link 1 title}</a>{/block:iflink1}
  308. {block:iflink2}<a href="{text:link 2}">{text:link 2 title}</a>{/block:iflink2}
  309. {block:iflink3}<a href="{text:link 3}">{text:link 3 title}</a>{/block:iflink3}
  310. {block:iflink4}<a href="{text:link 4}">{text:link 4 title}</a>{/block:iflink4}
  311. <a href="http://incedo.tumblr.com/">theme</a>
  312. </div>
  313.  
  314. <div id="desc">{Description}</div>
  315.  
  316. </div></div>
  317.  
  318. <div class = "autopagerize_page_element" >
  319. <div id="entries">
  320. {block:Posts}
  321. <div id="posts">
  322.  
  323. {block:Text}
  324. {block:Title}<h2>{Title}</h2>{/block:Title}
  325. {Body}
  326. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  327. {/block:Text}
  328.  
  329. {block:Quote}
  330. "{Quote}” <div style="margin-left:20px;">— {Source}</div>
  331. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  332. {/block:Quote}
  333.  
  334. {block:Link}
  335. <a href="{URL}"><h2>{Name}</h2></a>
  336. {block:Description}<p>{Description}</p>{/block:Description}
  337. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  338. {/block:Link}
  339.  
  340. {block:Chat}
  341. <div class="chat"><ul>{block:Lines}<li class="{Alt}">{block:Label} {Label} {/block:Label}{Line}</li>{/block:Lines}</ul></div>
  342. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  343. {/block:Chat}
  344.  
  345. {block:Answer}
  346. <div class="asker">{Asker} asked: {Question}<br>{Answer}</div>
  347. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  348. {/block:Answer}
  349.  
  350. {block:Audio}
  351. <div style="height:240px">
  352. <div class="albumArt">
  353. {block:AlbumArt}
  354. <img src="{AlbumArtURL}" width="201px" />
  355. {/block:AlbumArt}
  356. </div>
  357. {AudioPlayerBlack}
  358. </div>
  359. <div class="albumInfo">
  360. {block:TrackName}<p id="title" style="text-align:center">{TrackName}</p>{/block:TrackName}
  361. {block:Artist}by <b>{Artist}</b>{/block:Artist}<br /><br />
  362. {block:Album}from <b>{Album}</b>{/block:Album}<br /><br />
  363. <p align="right">{PlayCountWithLabel}</p>
  364. </div>
  365. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  366. {/block:Audio}
  367.  
  368.  
  369. {block:Video}
  370. {block:ifsmallposts}
  371. {block:indexpage}{Video-250}{/block:indexpage}
  372. {block:permalinkpage}{Video-400}{/block:permalinkpage}
  373. {/block:ifsmallposts}
  374. {block:ifmediumposts}{Video-400}{/block:ifmediumposts}
  375. {block:ifbigposts}{Video-500}{/block:ifbigposts}
  376. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  377. {/block:Video}
  378.  
  379. {block:Photo}
  380. <!perma>{block:IndexPage}<div class="permalink">
  381. <div class="likep">
  382. <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a></div>
  383. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
  384. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div></div>{/block:IndexPage}
  385. <div id="photo"><a href="{Permalink}"><img src="{PhotoURL-500}"/></a></div>
  386. {/block:Photo}
  387.  
  388. {block:Photoset}
  389. <!perma>{block:IndexPage}<div class="permalink">
  390. <div class="likep">
  391. <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a></div>
  392. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
  393. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div></div>{/block:IndexPage}
  394. {block:ifsmallposts}
  395. {block:indexpage}{Photoset-250}{/block:indexpage}
  396. {block:permalinkpage}{Photoset-400}{/block:permalinkpage}
  397. {/block:ifsmallposts}
  398. {block:ifmediumposts}{Photoset-400}{/block:ifmediumposts}
  399. {block:ifbigposts}{Photoset-500}{/block:ifbigposts}
  400. {/block:Photoset}
  401.  
  402. {block:PermalinkPage}
  403. {block:caption}{Caption}{/block:caption}
  404. <div style="text-align:center; margin-top:9px;">Posted {TimeAgo} with {NoteCount} Notes</div>
  405. {block:PostNotes}{PostNotes}{/block:PostNotes}
  406. {/block:PermalinkPage}
  407.  
  408. </div>
  409. {/block:Posts}
  410. </div>
  411. </div>
  412.  
  413. </div>
  414.  
  415. <div id="c"><a href="http://incedo.tumblr.com">©</a></div>
  416.  
  417. </body>
  418. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement