Advertisement
lucitor

sexy

Jun 16th, 2018
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.64 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script><script src="https://static.tumblr.com/rtrqcib/VGGnlh8rf/jquery.style-my-tooltips.min.js"></script><script>(function($){$(document).ready(function(){$("a[title]").style_my_tooltips({tip_follows_cursor:true,tip_delay_time:0,tip_fade_speed:0,attribute:"title"});});})(jQuery);</script>
  4. {block:ifcustomcursor}<style>body, a, a:hover { cursor:url({image:cursor}), auto; }</style>{/block:ifcustomcursor}
  5.  
  6. <!-----
  7.  
  8. © leo @hsifs
  9. don't remove the credit, i will confront you!
  10. base code by @animecharacter
  11.  
  12. ----->
  13.  
  14. <link href='https://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>
  15. <link href="https://fonts.googleapis.com/css?family=Indie+Flower" rel="stylesheet">
  16.  
  17. <meta charset="utf-8">
  18. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  19. {block:Description}
  20. <meta name="description" content="{MetaDescription}" />
  21. {/block:Description}
  22.  
  23. <title>{Title}</title>
  24.  
  25. <link rel="shortcut icon" href="{image:favicon}">
  26. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  27. <link rel="stylesheet" href="http://static.tumblr.com/qxrkgx6/RWPmgn2qa/normalize.min.css">
  28.  
  29. <script src="http://static.tumblr.com/qxrkgx6/LuRmgn2rm/modernizr-2.6.2.min.js"></script>
  30.  
  31. <meta name="image:favicon" content=""/>
  32. <meta name="image:cursor" content=""/>
  33. <meta name="image:background" content=""/>
  34. <meta name="image:side img" content=""/>
  35. <meta name="image:pixel 1" content=""/>
  36. <meta name="image:pixel 2" content=""/>
  37. <meta name="image:pixel 3" content=""/>
  38.  
  39. <meta name="color:bg" content=""/>
  40. <meta name="color:post bg" content=""/>
  41. <meta name="color:text" content=""/>
  42. <meta name="color:link shadow" content=""/>
  43. <meta name="color:title color" content=""/>
  44. <meta name="color:links" content=""/>
  45. <meta name="color:link hover" content=""/>
  46. <meta name="color:tooltip" content=""/>
  47. <meta name="color:tooltip bg" content=""/>
  48. <meta name="color:post glow" content=""/>
  49. <meta name="color:border" content=""/>
  50.  
  51. <meta name="select:font size" content="16" />
  52. <meta name="select:font size" content="17" />
  53. <meta name="select:font size" content="18" />
  54. <meta name="select:font size" content="19" />
  55. <meta name="select:font size" content="20" />
  56. <meta name="select:font" content="arial" />
  57. <meta name="select:font" content="verdana" />
  58. <meta name="select:font" content="comic sans ms" />
  59. <meta name="select:font" content="short stack" />
  60. <meta name="select:font" content="arial black" />
  61. <meta name="select:font" content="times new roman" />
  62. <meta name="select:font" content="indie flower" />
  63. <meta name="select:footer align" content="right" />
  64. <meta name="select:footer align" content="left" />
  65. <meta name="select:footer align" content="center" />
  66.  
  67. <meta name="if:title" content="" />
  68. <meta name="if:caps" content=""/>
  69. <meta name="if:customcursor" content=""/>
  70. <meta name="if:rounded" content=""/>
  71. <meta name="if:glow" content=""/>
  72. <meta name="if:shadow" content=""/>
  73. <meta name="if:border" content=""/>
  74. <meta name="if:pixels" content=""/>
  75. <meta name="if:desc" content=""/>
  76. <meta name="if:caption" content=""/>
  77. <meta name="if:permalink" content=""/>
  78.  
  79. <meta name="text:title size" content=""/>
  80. <meta name="text:border width" content=""/>
  81. <meta name="text:border type" content=""/>
  82.  
  83. <style type="text/css">
  84.  
  85.  
  86. /*
  87. general text styles, fonts and colours
  88. */
  89. .tooltip{
  90. display: inline;
  91. position: relative;
  92. }
  93.  
  94.  
  95.  
  96. #s-m-t-tooltip {
  97. max-width:230px;
  98. text-align:center;
  99. margin:20px 0 0 25px;
  100. background-color:{color:tooltip bg};
  101. color:{color:tooltip};
  102. letter-spacing:1px;
  103. word-wrap:break-word;
  104. z-index:999999999999999999999999999999999999;
  105. -webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; -o -transition-duration:0.2s; transition:all 0.2s linear;
  106. -webkit-box-shadow: 0px 0px 8px 9px transparent;
  107. box-shadow: 0px 0px 5px 9px transparent;
  108. }
  109.  
  110. body {
  111. margin:0px;
  112. background:{color:bg};
  113. background: {color:background} url('{image:background}') repeat;
  114. font-family:{select:font};
  115. font-size:23px;
  116. line-height:140%;
  117. color: {color:text};
  118. }
  119.  
  120. p{
  121. margin:0 0 10px 0;
  122. padding:0;
  123. }
  124.  
  125. pre {
  126. white-space: pre-wrap;
  127. white-space: -moz-pre-wrap;
  128. white-space: -pre-wrap;
  129. white-space: -o-pre-wrap;
  130. word-wrap: break-word;
  131. }
  132.  
  133. a{
  134. color:{color:links};
  135. {block:ifshadow}text-shadow:0px 0px 3px {color:link shadow};{block:ifshadow}
  136. text-decoration:none;
  137. }
  138.  
  139. a:hover{
  140. color:{color:link hover};
  141. {block:ifcaps}text-transform: uppercase;{/block:ifcaps}
  142. }
  143.  
  144. li{
  145. margin-left:-15px;
  146. }
  147.  
  148. /*
  149. containers etc
  150. */
  151. #wrapper{
  152. width:600px;
  153. margin:50px auto;
  154. }
  155.  
  156. #sidebar{
  157. width:365px;
  158. position:fixed;
  159. margin-left:-190px;
  160. text-align:center;
  161. {block:ifglow}box-shadow: 0 0 10px 5px {color:post glow};{/block:ifglow}
  162. padding:10px;
  163. {block:ifrounded}border-radius:15px;{/block:ifrounded}
  164. {block:ifborder}border:{text:border type} {text:border width} {color:border};{/block:ifborder}
  165. background:{color:post bg};
  166. }
  167.  
  168. #sidebar .title {
  169. font-size: {text:title size};
  170. color:{color:title color};
  171. margin-bottom: 6px;
  172. width:365px;
  173. }
  174.  
  175. #content{
  176. width:470px;
  177. margin-left:210px;
  178. }
  179.  
  180. .post{
  181. width:470px;
  182. margin:0 0 50px 0;
  183. word-wrap: break-word;
  184. {block:ifglow}box-shadow: 0 0 10px 5px {color:post glow};{/block:ifglow}
  185. padding:10px;
  186. {block:ifrounded}border-radius:15px;{/block:ifrounded}
  187. {block:ifborder}border:{text:border type} {text:border width} {color:border};{/block:ifborder}
  188. background:{color:post bg}
  189. }
  190.  
  191. #sidebar img, .post img{
  192. max-width: 100%;
  193. height: auto;
  194. overflow:hidden;
  195. {block:ifrounded}border-radius:15px;{/block:ifrounded}
  196. }
  197.  
  198. #nav{
  199. margin:50px 0 0 0;
  200. }
  201.  
  202.  
  203. /*
  204. content in the body of the posts - quotes, asks, etc
  205. "media" contains photos, photosets, videos, audio posts
  206. */
  207. .media{
  208. margin:0 0 10px 0;
  209. }
  210.  
  211. .title{
  212. font-weight:normal;
  213. font-size:18px;
  214. margin:0 0 10px 0;
  215. }
  216.  
  217. .quote{
  218. font-weight:normal;
  219. font-size:16px;
  220. font-style:italic;
  221. margin:0 0 10px 0;
  222. }
  223.  
  224. .question{
  225. margin-bottom:10px;
  226. }
  227.  
  228. blockquote{
  229. margin:0 0 10px 10px;
  230. padding:0 0 0 10px;
  231. border-left:solid 1px #000;
  232. }
  233.  
  234. /*
  235. post footers - date, tags, via and source
  236. */
  237. .post .footer{
  238. margin:0;
  239. text-align:{select:footer align};
  240. }
  241.  
  242. /*
  243. post notes
  244. */
  245. ol.notes{
  246. list-style-type:none;
  247. padding:0;
  248. margin:0;
  249. }
  250.  
  251. ol.notes li.note img{
  252. width:16px;
  253. height:16px;
  254. }
  255.  
  256. ol.notes li.note{
  257. margin:0px;
  258. }
  259.  
  260. {CustomCSS}
  261. </style>
  262. </head>
  263.  
  264. <body>
  265. <div id="wrapper">
  266.  
  267.  
  268. <div id="sidebar">
  269. {block:iftitle}
  270. <div class="title">
  271. <b>{Title}</b>
  272. </div>
  273. {/block:iftitle}
  274. <div id="sidebar img"><img src="{image:side img}"></div>
  275. {block:ifdesc}{block:Description}
  276. {Description}
  277. {/block:Description}{/block:ifdesc}
  278. {block:ifpixels}<br><img src="{image:pixel 1}"> <img src="{image:pixel 2}"> <img src="{image:pixel 3}">{/block:ifpixels}
  279. </div>
  280.  
  281.  
  282.  
  283. <div id="content">
  284. {block:Posts}
  285.  
  286. <div class="post">
  287.  
  288. {block:Text}
  289. {block:Title}
  290. <div class="title">{Title}</div>
  291. {/block:Title}
  292. {Body}
  293. {/block:Text}
  294.  
  295. {block:Photo}
  296. <div class="media">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</div>
  297. {block:Caption}{block:ifcaption}<div class="caption">{Caption}</div>{/block:ifcaption}{/block:Caption}
  298. {/block:Photo}
  299.  
  300. {block:Photoset}
  301. <div class="media">{Photoset-400}</div>
  302. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  303. {/block:Photoset}
  304.  
  305. {block:Quote}
  306. <div class="quote">"{Quote}"</div>
  307. {block:Source}
  308. <div class="quotesource">{Source}</div>
  309. {/block:Source}
  310. {/block:Quote}
  311.  
  312. {block:Link}
  313. <div class="title"><a href="{URL}">{Name}</a></div>
  314. {block:Description}
  315. <div class="description">{Description}</div>
  316. {/block:Description}
  317. {/block:Link}
  318.  
  319. {block:Chat}
  320. {block:Title}
  321. <div class="title">{Title}</div>
  322. {/block:Title}
  323.  
  324. {block:Lines}
  325. <div class="{Alt} user_{UserNumber}">
  326. {block:Label}
  327. <b>{Label}</b>{/block:Label}
  328. &nbsp;{Line}
  329. </div>
  330. {/block:Lines}
  331. {/block:Chat}
  332.  
  333. {block:Video}
  334. <div class="media">{Video-400}</div>
  335. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  336. {/block:Video}
  337.  
  338. {block:Audio}
  339. <div class="media">
  340. {AudioPlayerWhite}
  341. {block:TrackName}{TrackName}{/block:TrackName} /
  342. {block:Artist}{Artist}{/block:Artist}
  343. </div>
  344. {block:Caption}{Caption}{/block:Caption}
  345. {/block:Audio}
  346.  
  347. {block:Answer}
  348. <div class="question">{Asker}: {Question}</div>
  349. <div class="caption">{Answer}</div>
  350. {/block:Answer}
  351.  
  352.  
  353. {block:Date}
  354. <div class="footer">
  355. {block:ifpermalink}<a href="{Permalink}">{TimeAgo}{block:NoteCount} ({NoteCountWithLabel}){/block:NoteCount}</a>
  356. {block:HasTags}<br>{block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  357. {block:RebloggedFrom}<br><a href="{ReblogParentURL}"> reblogged from {ReblogParentName}</a>{/block:RebloggedFrom}
  358. {block:ContentSource}<br><a href="{SourceURL}">source: {SourceTitle}</a>{/block:ContentSource}{block:ifpermalink}
  359. </div>
  360.  
  361. {block:PermalinkPage}
  362. {block:NoteCount}
  363. {block:PostNotes}{PostNotes}{/block:PostNotes}
  364. {/block:NoteCount}
  365. {/block:PermalinkPage}
  366. {/block:Date}
  367.  
  368. </div>
  369. {/block:Posts}
  370.  
  371. {block:Pagination}
  372. <div id="nav">
  373. {block:PreviousPage}<a href="{PreviousPage}"> ⇇ </a>{/block:PreviousPage}
  374.  
  375. {block:NextPage}<a href="{NextPage}"> ⇉ </a>{/block:NextPage}
  376. </div>
  377. {/block:Pagination}
  378. </div>
  379. </div>
  380.  
  381. </div>
  382.  
  383. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
  384. <script>window.jQuery || document.write('<script src="http://static.tumblr.com/qxrkgx6/q6kmgn2w2/jquery-1.8.3.min.js"><\/script>')</script>
  385.  
  386. </body>
  387. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement