Advertisement
seishonen

#1 DEAR LOVER

May 9th, 2017
861
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.34 KB | None | 0 0
  1.  
  2. <!--
  3.  
  4. theme by seishonen!
  5. do not remove credit please!
  6.  
  7.  
  8. -->
  9.  
  10. <!DOCTYPE html>
  11.  
  12. <head>
  13.  
  14. {block:iflights}<script type="text/javascript">//<![CDATA[
  15. var colour="{color:Lights}";var speed=110;var blobs=13;var charc=String.fromCharCode(9679);var div;var xpos=new Array();var ypos=new Array();var zpos=new Array();var dx=new Array();var dy=new Array();var dz=new Array();var blob=new Array(); var swide=800;var shigh=600;var ie_version=(navigator.appVersion.indexOf("MSIE")!=-1)?parseFloat(navigator.appVersion.split("MSIE")[1]):false;function addLoadEvent(funky){var oldonload=window.onload;if(typeof(oldonload)!='function') window.onload=funky;else window.onload=function() {if (oldonload) oldonload();funky();}}addLoadEvent(fill_the_jar);function fill_the_jar(){var i, dvs;div=document.createElement('div');dvs=div.style;dvs.position='fixed';dvs.left='0px';dvs.top='0px';dvs.width='1px';dvs.height='1px';document.body.appendChild(div);set_width();for (i=0; i<blobs; i++) {add_blob(i);jamjar(i);}}function add_blob(ref){var dv, sy;dv=document.createElement('div');sy=dv.style;sy.position='absolute';sy.textAlign='center';if (ie_version && ie_version<10){sy.fontSize="10px";sy.width="100px";sy.height="100px";sy.paddingTop="40px";sy.color=colour;dv.appendChild(document.createTextNode(charc));}else if (ie_version){sy.fontSize="1px";sy.width="0px";sy.height="0px";}else{dv.appendChild(document.createTextNode(charc));sy.color='rgba(0,0,0,0)';}ypos[ref]=Math.floor(shigh*Math.random());dy[ref]=(0.5+Math.random())*(Math.random()>.5?2:-2);xpos[ref]=Math.floor(swide*Math.random());dx[ref]=(0.5+Math.random())*(Math.random()>.5?2:-2);zpos[ref]=Math.random()*20;dz[ref]=(0.5+Math.random())*(Math.random()>.5?.5:-.5);blob[ref]=dv;div.appendChild(blob[ref]);set_blob(ref);}function rejig(ref, xy){if (xy=='y') {dx[ref]=(0.5+Math.random())*sign(dx[ref]);dy[ref]=(0.5+Math.random())*-sign(dy[ref]);}else {dx[ref]=(0.5+Math.random())*-sign(dx[ref]);dy[ref]=(0.5+Math.random())*sign(dy[ref]);}}function sign(a){if (a<0) return (-2);else if (a>0) return (2);else return (0);}function set_blob(ref){var sy;sy=blob[ref].style;sy.top=ypos[ref]+'px';sy.left=xpos[ref]+'px';if (ie_version && ie_version<10) {sy.filter="glow(color="+colour+",strength="+zpos[ref]+")";sy.fontSize=30-zpos[ref]+"px";}else if (ie_version) {sy.boxShadow="0px 0px 40px "+zpos[ref]+"px "+colour;}else{sy.textShadow=colour+' 0px 0px '+zpos[ref]+'px';sy.fontSize=40+zpos[ref]+'px';}}function jamjar(ref) {if (ypos[ref]+dy[ref]<-50 || ypos[ref]+dy[ref]>shigh) rejig(ref, 'y');ypos[ref]+=dy[ref];if (xpos[ref]+dx[ref]<-50 || xpos[ref]+dx[ref]>swide) rejig(ref, 'x');xpos[ref]+=dx[ref];if (zpos[ref]+dz[ref]<0 || zpos[ref]+dz[ref]>20) dz[ref]=-dz[ref];zpos[ref]+=dz[ref];set_blob(ref);setTimeout("jamjar("+ref+")", speed);}window.onresize=set_width;function set_width(){var sw_min=999999;var sh_min=999999;if(document.documentElement && document.documentElement.clientWidth) {if(document.documentElement.clientWidth>0) sw_min=document.documentElement.clientWidth;if(document.documentElement.clientHeight>0) sh_min=document.documentElement.clientHeight;}if(typeof(self.innerWidth)!="undefined" && self.innerWidth){if(self.innerWidth>0 && self.innerWidth<sw_min) sw_min=self.innerWidth;if(self.innerHeight>0 && self.innerHeight<sh_min) sh_min=self.innerHeight;}if(document.body.clientWidth){if (document.body.clientWidth>0 && document.body.clientWidth<sw_min) sw_min=document.body.clientWidth;if(document.body.clientHeight>0 && document.body.clientHeight<sh_min) sh_min=document.body.clientHeight;}if (sw_min==999999 || sh_min==999999){sw_min=800;sh_min=600;}swide=sw_min;shigh=sh_min;}// ]]></script>{/block:iflights}
  16.  
  17. <link href="https://fonts.googleapis.com/css?family=Short+Stack" rel="stylesheet">
  18. <link href="https://fonts.googleapis.com/css?family=Coming+Soon" rel="stylesheet">
  19. <link href="https://fonts.googleapis.com/css?family=Shadows+Into+Light" rel="stylesheet">
  20.  
  21. <title>{Title}</title>
  22.  
  23. <link rel="shortcut icon" href="{Favicon}">
  24. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  25. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  26.  
  27. <!--Default Variables-->
  28.  
  29. <meta name="color:background" content="#ffffff"/>
  30. <meta name="color:text" content="#2b2b2b"/>
  31. <meta name="color:link" content="#2b2b2b"/>
  32. <meta name="color:link hover" content="#949494"/>
  33. <meta name="color:blockquote" content="#dadada"/>
  34. <meta name="color:lights" content="##ffffff" />
  35.  
  36.  
  37. <meta name="image:side img" content=""/>
  38.  
  39. <meta name="text:link 1 URL" content="" />
  40. <meta name="text:link 1" content="" />
  41. <meta name="text:link 2 URL" content="" />
  42. <meta name="text:link 2" content="" />
  43. <meta name="text:link 3 URL" content="" />
  44. <meta name="text:link 3" content="" />
  45. <meta name="text:font" content="" />
  46. <meta name="text:font size" content="" />
  47. <meta name="if:lights" content="" />
  48.  
  49.  
  50.  
  51.  
  52. <link href='https://fonts.googleapis.com/css?family=Karla' rel='stylesheet' type='text/css'>
  53.  
  54. <style type="text/css">
  55.  
  56. #s-m-t-tooltip{
  57. position:absolute;
  58. margin-top: 15px;
  59. z-index:9999;
  60. background:{color:background};
  61. }
  62.  
  63. /*basics*/
  64.  
  65. blockquote {
  66. padding-left:12px;
  67. border-left:3px solid {color:blockquote};
  68. margin-left:8px;
  69. }
  70.  
  71. ul {
  72. list-style:none;
  73. text-align:left;
  74. padding-left:0;
  75. }
  76.  
  77. li {
  78. position:relative;
  79. padding-left:30px;
  80. }
  81.  
  82. ul li:before {
  83. position:absolute;
  84. left:15px;
  85. vertical-align:baseline!important;
  86. content:'›';
  87. }
  88.  
  89. body {
  90. background:{color:background};
  91. color:{color:text};
  92. font-family:{text:font};
  93. font-size:{text:font size};
  94. margin:0;
  95. text-align:justify;
  96. line-height:16px;
  97. }
  98.  
  99. a {
  100. color:{color:link};
  101. -moz-transition-duration:0.4s;
  102. -webkit-transition-duration:0.4s;
  103. -o-transition-duration:0.4s;
  104. text-decoration:none;
  105. }
  106.  
  107. a:hover {
  108. color:{color:link hover};
  109. -moz-transition-duration:0.4s;
  110. -webkit-transition-duration:0.4s;
  111. -o-transition-duration:0.4s;
  112. }
  113.  
  114. img {
  115. opacity:1;
  116. border:none;
  117. text-decoration:none;
  118. }
  119.  
  120. small {
  121. font-size:11px;
  122. }
  123.  
  124. big {
  125. font-size:11px;
  126. }
  127.  
  128. #title {font-size:12px;
  129. line-height:18px;
  130. margin-bottom:10px;
  131. font-weight:bold;
  132. text-transform:none;
  133. text-align:left;
  134. }
  135.  
  136. /*sidebar*/
  137.  
  138. #sidebar {
  139. text-align:left;
  140. position:fixed;
  141. margin-left:-350px;
  142. margin-top:180px;
  143. width:245px;
  144. }
  145.  
  146.  
  147. #links {
  148. font-size:10px;
  149. margin-top:10px;
  150. text-align:center;
  151. text-transform:uppercase;
  152. font-weight:bold;
  153. }
  154.  
  155. #links a {
  156. margin-bottom:0px;
  157. -moz-transition-duration:0.4s;
  158. -webkit-transition-duration:0.4s;
  159. -o-transition-duration:0.4s;
  160. }
  161.  
  162. #description {
  163. margin-top:10px;
  164. text-align:center;
  165. }
  166.  
  167. /*pagination*/
  168.  
  169. #pagination {
  170. text-transform:lowercase;
  171. text-align:center;
  172. font-size:13px;
  173. margin-bottom:120px;
  174. }
  175.  
  176. #pagination a {
  177. padding:0 3px;
  178. }
  179.  
  180. /*container*/
  181.  
  182. #con {
  183. left:50%;
  184. margin-left:-140px;
  185. position:absolute;
  186. }
  187.  
  188. /*posts*/
  189.  
  190. #entries {
  191. margin-top:95px;
  192. width:500px;
  193. }
  194.  
  195. #posts {
  196. width:500px;
  197. {block:IndexPage}
  198. margin-bottom:80px;
  199. {/block:IndexPage}
  200. {block:PermalinkPage}
  201. margin-bottom:50px;
  202. {/block:PermalinkPage}
  203. }
  204.  
  205. #posts img {
  206. max-width:500px;
  207. }
  208.  
  209. #posts img, #posts li, #posts blockquote {
  210. max-width: 100%;
  211. }
  212.  
  213. .caption {
  214. width:100%;
  215. margin-top:13px;
  216. margin-bottom:12px;
  217. }
  218.  
  219. a.tumblr_blog {
  220. font-weight:bold;
  221. -moz-transition-duration:0.4s;
  222. -webkit-transition-duration:0.4s;
  223. -o-transition-duration:0.4s;
  224. }
  225.  
  226. /*quote*/
  227.  
  228. #titlequote {
  229. text-align:left;
  230. font-size:12px;
  231. line-height:17px;
  232. font-weight:bold;
  233. }
  234.  
  235. #source {
  236. margin-top:0px;
  237. margin-bottom:11px;
  238. margin-left:0px;
  239. }
  240.  
  241. /*asks*/
  242.  
  243. .q {
  244. line-height:17px;
  245. font-size:11px;
  246. }
  247.  
  248. .as {
  249. font-weight:normal;
  250. }
  251.  
  252. .a {
  253. margin-top:13px;
  254. }
  255.  
  256. /*chat*/
  257.  
  258. .chat ol {
  259. padding:0;
  260. list-style:none;
  261. }
  262.  
  263. .line {
  264. padding:0px 0;
  265. }
  266.  
  267. .label {
  268. font-weight:bold;
  269. }
  270.  
  271. /*permalink and notes*/
  272.  
  273. #permalink {
  274. font-size:11px;
  275. text-align:left;
  276. margin-top:6px;
  277. text-transform:lowercase;
  278. }
  279.  
  280. #permalink a {
  281. margin-right:0px;
  282. }
  283.  
  284. .tags {
  285. font-size:11px;
  286. text-transform:none;
  287. }
  288.  
  289. .pagenotes {
  290. {block:IndexPage}
  291. display: none!important;
  292. {/block:IndexPage}
  293. width:500px;
  294. text-align:left;
  295. }
  296.  
  297. .pagenotes img {
  298. display:none!important;
  299. }
  300.  
  301. .pagenotes li {
  302. list-style-type:none;
  303. padding:2px 0px;
  304. text-align:left;
  305. margin:0 0 0 -40px;
  306. }
  307.  
  308. {CustomCSS}
  309.  
  310. </style>
  311.  
  312. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  313. <script src ="//static.tumblr.com/fwgzvyf/l6jnyutne/shythemes.vr.js"></script>
  314.  
  315. </head>
  316.  
  317. <body>
  318.  
  319.  
  320. <div id="con">
  321.  
  322. <div id="sidebar">
  323. <div id="sidebar img"><img src="{image:sidebar}"></div>
  324.  
  325.  
  326. <div id="description">{Description}</div>
  327.  
  328. <div id="links">
  329. <a href="/">home</a>&nbsp;&nbsp;
  330. <a href="/ask">mail</a>&nbsp;&nbsp;
  331. {block:iflink1}<a href="{text:link 1 URL}">{text:link 1}</a>{/block:iflink1}&nbsp;&nbsp;
  332. {block:iflink2}<a href="{text:link 2 URL}" >{text:link 2}</a>{/block:iflink2}&nbsp;&nbsp;
  333. {block:iflink3}<a href="{text:link 3 URL}" >{text:link 3}</a>{/block:iflink3}
  334.  
  335. </div>
  336.  
  337. </div>
  338.  
  339. <div id="entries">
  340.  
  341. {block:Posts}
  342.  
  343. <div id="posts">
  344.  
  345. {block:Quote}
  346. <div id="titlequote"><i class="fa fa-quote-left"></i>&nbsp; {Quote} &nbsp;<i class="fa fa-quote-right"></i></div>
  347. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  348. {/block:Quote}
  349.  
  350. {block:Text}
  351. {block:Title}
  352. <div id="title">{Title}</div>{/block:Title}
  353. {Body}
  354. {/block:Text}
  355.  
  356. {block:link}
  357. <div id="title"><a href="{URL}"><i class="fa fa-link"></i>&nbsp; {Name}</a></div>
  358. {block:Description}{Description}{/block:Description}
  359. {/block:link}
  360.  
  361. {block:Chat}
  362. {block:Title}
  363. <div id="title">{Title}</div>{/block:Title}
  364. {/block:Text}
  365. {block:lines}
  366. {block:label}
  367. <br><b>{label}</b>
  368. {/block:label}
  369. {line}
  370. {/block:lines}
  371. {/block:Chat}
  372.  
  373. {block:Photo}
  374. {linkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{linkCloseTag}
  375. {/block:Photo}
  376.  
  377. {block:Photoset}
  378. {Photoset-500}
  379. {/block:Photoset}
  380.  
  381. <div class="video">{Video-500}</div>
  382.  
  383. {block:Audio}
  384. {block:AudioEmbed}{AudioEmbed-500}{/block:AudioEmbed}
  385. {/block:Audio}
  386.  
  387. {block:Answer}
  388. <div class="q">
  389. <div class="as"> <b><big>{Asker} said:</big></b>
  390. {Question}</div></div>
  391. <div class="a">{Answer}</div>
  392. {/block:Answer}
  393.  
  394. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  395.  
  396. <!-- {block:ContentSource} {SourceURL} {/block:ContentSource} {block:RebloggedFrom} {ReblogRootURL} {ReblogParentURL} {/block:RebloggedFrom} -->
  397.  
  398. {block:Date}
  399. <div id="permalink">
  400. <a href="{Permalink}" ><b>{ShortMonth} {DayOfMonthWithSuffix}</b></a>
  401. {block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}<div style="float:right;">{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource} <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}</div>
  402.  
  403. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">♡</a>&nbsp;&nbsp;{/block:Tags}</div>{/block:HasTags}
  404.  
  405. </div>
  406.  
  407. {/block:Date}
  408.  
  409. </div>
  410.  
  411. {block:PostNotes}
  412. <div class="pagenotes">
  413. {PostNotes}
  414. </div>
  415. {/block:PostNotes}
  416.  
  417. {/block:Posts}
  418.  
  419. <div id="pagination">
  420. {block:Pagination}
  421. {block:PreviousPage}
  422. <a href="{PreviousPage}">previous page</a>
  423. {/block:PreviousPage}
  424.  
  425.  
  426. {block:NextPage}
  427. <a href="{NextPage}">next page</a>
  428. {/block:NextPage}
  429. {/block:Pagination}
  430. </div>
  431.  
  432. </div>
  433.  
  434. </div>
  435.  
  436. <img style=”position: fixed; left: 0; bottom: 0;” src={image:side img}>
  437.  
  438. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement