Advertisement
Guest User

Untitled

a guest
May 2nd, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.28 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.  
  6. THEME: SWING
  7.  
  8. PUBLISHED: OCT. 10, 2015
  9.  
  10. CREATOR: PLANERS (SHELLEY)
  11.  
  12. +-+-+ +-+-+-+ +-+-+-+-+-+
  13. d o n o t s t e a l
  14. +-+-+ +-+-+-+ +-+-+-+-+-+
  15.  
  16. -->
  17.  
  18. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  19. <head>
  20. <title>{title}</title>
  21. <link rel="alternate" type="application/rss+xml" href="{RSS}"/>
  22. <meta name="image:background" content=""/>
  23. <meta name="image:backbone" content=""/>
  24. <meta name="color:background" content="#fff"/>
  25. <meta name="color:highlight" content="#fff"/>
  26. <meta name="color:highlight2" content="#fff"/>
  27.  
  28. <meta name="color:text" content="#000"/>
  29. <meta name="color:link" content="#000"/>
  30. <meta name="color:link hover" content="#ffcbd7"/>
  31. <meta name="color:spark" content="#000"/>
  32. <meta name="color:perm" content="#fff"/>
  33. <meta name="color:perm text" content="#000"/>
  34. <meta name="color:borders" content="#fff"/>
  35. <meta name="if:container" content="0"/>
  36.  
  37. <meta name="text:your username" content="your username" />
  38. <meta name="text:link1 url" content="/" />
  39. <meta name="text:link1 title" content="link1" />
  40. <meta name="text:link2 url" content="/" />
  41. <meta name="text:link2 title" content="link2" />
  42. <meta name="text:link3 url" content="/" />
  43. <meta name="text:link3 title" content="link3" />
  44. <meta name="text:link4 url" content="/" />
  45. <meta name="text:link4 title" content="link4" />
  46.  
  47. <link rel="shortcut icon" href="{favicon}"/>
  48. <link href='http://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'><script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script><link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
  49.  
  50. <link rel="stylesheet" type="text/css" href="http://assets.tumblr.com/fonts/squareserif/stylesheet.css?v=4">
  51. <link rel="stylesheet" type="text/css" href="http://assets.tumblr.com/fonts/avalon/stylesheet.css?v=1">
  52. <link href='http://fonts.googleapis.com/css?family=Bitter' rel='stylesheet' type='text/css'>
  53. <link href='http://fonts.googleapis.com/css?family=Sigmar+One' rel='stylesheet' type='text/css'>
  54. <link href='http://fonts.googleapis.com/css?family=Lato|PT+Mono' rel='stylesheet' type='text/css'>
  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. <script type="text/javascript">
  60. $(window).load(function () {
  61. $('#posts').masonry(),
  62. $('.masonryWrap').infinitescroll({
  63. navSelector : "div.navigation",
  64. nextSelector : ".navigation a#next",
  65. itemSelector : ".post",
  66. bufferPx : 10000,
  67. extraScrollPx: 10000,
  68. loadingImg : "http://static.tumblr.com/bcpenwm/o5Nmy3k0o/florels.gif",
  69. loadingText : "<em></em>",
  70. },
  71. function() { $('#posts').masonry({ appendedContent: $(this) }); }
  72. );
  73. });
  74. </script>
  75. {/block:indexpage}
  76.  
  77. <div class="navigation">{block:Pagination}{block:NextPage}<span id="page_nav"><span onclick='return false;'><a style="float:right;opacity:0;" href="{NextPage}" id="next"></a>{/block:NextPage}{block:PreviousPage}<a style="float:right;opacity:0;" href="{PreviousPage}"></a></span></span>{/block:PreviousPage}{/block:Pagination}</div>
  78.  
  79. <script type="text/javascript" src="http://static.tumblr.com/1obvhh0/WHGnlwhdq/infinitescrollpagination1.txt"></script>
  80. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  81. <script>
  82. (function($){
  83. $(document).ready(function(){
  84. $("[title]").style_my_tooltips({
  85. tip_follows_cursor:true,
  86. tip_delay_time:0,
  87. tip_fade_speed:0
  88. }
  89. );
  90. });
  91. })(jQuery);
  92. </script>
  93.  
  94. <style type="text/css">
  95.  
  96. ::-webkit-scrollbar-thumb {
  97. background:{color:link hover};
  98. border:3px solid {color:background};
  99. height:auto;}
  100.  
  101. ::-webkit-scrollbar {
  102. height:auto;
  103. width:9px;
  104. background:{color:background};}
  105.  
  106. ::-webkit-scrollbar:horizontal {
  107. display:none;}
  108.  
  109. iframe#tumblr_controls {
  110. margin-top:10px;
  111. margin-right:10px;
  112. position:fixed
  113. z-index:9999999999;
  114. opacity:0.6;}
  115.  
  116. iframe#tumblr_controls:hover {
  117. -webkit-transition: opacity 0.7s linear;
  118. opacity: 1;
  119. -webkit-transition: all 0.4s ease-out;
  120. -moz-transition: all 0.4s ease-out;
  121. transition: all 0.4s ease-out;}
  122.  
  123. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {
  124. display:none;}
  125. #infscr-loading {
  126. display:none;}
  127. .navigation {
  128. display:none;}
  129.  
  130. body {
  131. margin:0;color:{color:text};font-family:'Lato',serif;font-size:9.4px;letter-spacing:1px;line-height:13px;text-align:left;background-color:{color:background};
  132. {block:ifBackgroundImage}background-image:url("{image:background}"); background-size:cover;{/block:ifBackgroundImage}{block:ifNotBackgroundImage}background-color:{color:background};{/block:ifNotBackgroundImage}}
  133. * {-ms-transition:color .15s linear;-moz-transition:color .15s linear;-webkit-transition:color .15s linear;transition:color .15s linear;}
  134.  
  135. a {
  136. color:{color:link};
  137. text-decoration:none;}
  138.  
  139. a:hover {
  140. color:{color:link hover};}
  141.  
  142. blockquote, q {
  143. margin-left:5px;
  144. padding-left:5px;
  145. border-left:1px solid {color:text};}
  146.  
  147. #posts {
  148. {block:indexpage}
  149. position:absolute;
  150. margin-top:120px;
  151. margin-left:-290px;
  152. left:50%;
  153. width:600px;
  154. {/block:indexpage}
  155. {block:permalinkpage}
  156. position:absolute;
  157. margin-top:120px;
  158. margin-left:-290px;
  159. left:50%;
  160. width:800px;{/block:permalinkpage}}
  161.  
  162. .post {
  163. margin-right:35px;
  164. margin-left:35px;
  165. margin-top:0px;
  166. margin-bottom:70px;
  167. float:left;
  168. {block:IndexPage}
  169. width:220px;
  170. font-size:9px;
  171. {/block:IndexPage}
  172. {block:PermalinkPage}
  173. width:550px;
  174. font-size:9px;
  175. padding:5px;
  176. {/block:PermalinkPage}
  177. line-height:16px;
  178. color:{color:text};}
  179. .post img {max-width:100%;padding:5px;}
  180. .post img:hover {
  181. {block:indexpage}
  182. border-bottom:2px solid {color:borders};
  183. {/block:indexpage}}
  184.  
  185. /* made by planers */
  186.  
  187. #fab{
  188. position:fixed;
  189. width:100%;
  190. height:100%;
  191. color:transparent;}
  192.  
  193. #quota {
  194. position:fixed;
  195. left:50%;
  196. margin-left:-420px;
  197. top:125px;
  198. width:120px;
  199. height:auto;
  200. z-index:99;
  201. color:{color:text};
  202. text-align:right;
  203. font-size:9px;
  204. padding:5px;
  205. line-height:18px;
  206. border-top:1px solid {color:borders};
  207. border-right:1px solid {color:borders};
  208. padding-top:10px;
  209. padding-right:15px;}
  210.  
  211. #dot{
  212. position:fixed;
  213. top:117px;
  214. left:50%;
  215. margin-left:-455px;
  216. background-color:{color:borders};
  217. border-radius:30px;
  218. padding:10px;
  219. font-style:italic;
  220. font-size:9.5px;}
  221.  
  222. #nav{
  223. text-align:left;
  224. position:absolute;
  225. top:45px;
  226. margin-left:-266px;
  227. left:50%;
  228. z-index:999999999999999;
  229. text-align:right;
  230. width:400px;}
  231.  
  232. #nav a{
  233. z-index:9999;
  234. display:inline;
  235. line-height:30px;
  236. margin:-5px;
  237. padding:3px;
  238. font-size:10px;
  239. word-spacing:10px;}
  240.  
  241. #nav a:hover {
  242. color:{color:link hover};
  243. border-bottom:4px solid {color:highlight};
  244. font-style:italic;}
  245.  
  246. #s-m-t-tooltip{
  247. max-width:100%;
  248. padding:5px;
  249. padding-top:1px;
  250. padding-bottom:1px;
  251. margin:20px 20px 10px 18px;
  252. position:absolute;
  253. z-index:10;
  254. background:rgba(255,255,255,.1);
  255. border:1px solid {color:borders};
  256. font-size:9.4px;color:{color:text};
  257. line-height:16px;
  258. z-index:9999999999999999999999999999999;
  259. border-radius:1px;}
  260.  
  261.  
  262.  
  263. #pagee {
  264. max-height:200px;
  265. min-height:0px;
  266. overflow-y:auto;
  267. overflow-x:hidden;
  268. border-top:1px solid {color:text};
  269. border-radius:2px;
  270. background:transparent;
  271. width:304px;
  272. font-size:8px;}
  273. .notes img {
  274. display:none;}
  275. .permage {
  276. padding-bottom:10px;
  277. padding-top:10px;
  278. padding-right:8px;
  279. padding-left:10px;
  280. border-top:1px solid {color:text};
  281. width:286px;
  282. font-size:8px;}
  283. .permtop {
  284. margin-bottom:4px;
  285. font-size:8px;}
  286. .text {
  287. {block:indexpage}{/block:indexpage}
  288. {block:permalinkpage}padding:10px;{/block:permalinkpage}}
  289.  
  290. .waht {
  291. position:absolute;
  292. bottom:-25px;
  293. padding:2px;
  294. padding-left:6px;
  295. padding-right:6px;
  296. width:auto;
  297. color:#fff;
  298. text-align:right;
  299. background-color:{color:perm};
  300. float:right;
  301. right:0;}
  302.  
  303. .waht a{
  304. color:#fff;}
  305.  
  306. .waht a:hover{
  307. border-bottom:3px solid {color:highlight};}
  308.  
  309. .permalink {
  310. position:absolute;
  311. top:0;
  312. margin-top:10px;
  313. opacity:0;
  314. padding-left:9px;
  315. padding-top:4.5px;
  316. padding-bottom:4.5px;
  317. padding-right:8px;
  318. left:0;
  319. margin-left:10px;
  320. float:left;
  321. background-color:{color:perm};
  322. border:1px solid {color:perm text};
  323. font-size:9.4px;
  324. -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
  325.  
  326. .permalink a{
  327. color:{color:perm text};
  328. text-decoration:none;
  329. border-bottom:3px solid transparent;
  330. -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;}
  331.  
  332. .permalink a:hover{
  333. font-style:italic;
  334. text-decoration:none;}
  335.  
  336. .post:hover .permalink{
  337. opacity:1;
  338. display:block;
  339. -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
  340.  
  341. .permalink2 {
  342. position:absolute;
  343. top:0;
  344. margin-top:10px;
  345. opacity:0;
  346. padding:9px;
  347. padding-top:4px;
  348. padding-bottom:5px;
  349. left:0;
  350. margin-left:43px;
  351. float:left;
  352. background-color:{color:perm};
  353. border:1px solid {color:perm text};
  354. font-size:9.4px;
  355. -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
  356.  
  357. .permalink2 a{
  358. color:{color:perm text};
  359. text-decoration:none;
  360. border-bottom:3px solid transparent;
  361. -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;}
  362.  
  363. .permalink2 a:hover{
  364. font-style:italic;
  365. text-decoration:none;}
  366.  
  367. .post:hover .permalink2{
  368. opacity:1;
  369. display:block;
  370. -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
  371.  
  372. </style>
  373. </head>
  374.  
  375. <body>
  376. <div id="fab"></div>
  377. <div id="line1"></div><div id="line2"></div><div id="line3"></div>
  378.  
  379. <div id="quota">{description}</div>
  380.  
  381. <div id="dot"></div>
  382.  
  383. <div id="nav">
  384. <i><a href="/">{title}</a></i>
  385. &nbsp;&nbsp;&nbsp;&nbsp;···&nbsp;&nbsp;&nbsp;
  386. <a href="/{text:link1 url}">{text:link1 title}</a>&nbsp;&nbsp;&nbsp;·&nbsp;&nbsp;&nbsp;
  387. <a href="/{text:link2 url}">instagram</a>&nbsp;&nbsp;&nbsp;·&nbsp;&nbsp;&nbsp;
  388. <a href="http://www.instagram.com/c.atherine_/">{text:link3 title}</a>&nbsp;&nbsp;&nbsp;·&nbsp;&nbsp;&nbsp;
  389. <a href="/{text:link4 url}">{text:link4 title}</a>
  390. </div></div></div></div></div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement