Advertisement
alicescreed

fangbangs

Nov 25th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.60 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.  
  3. "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head>
  6. <title>{Title}</title>
  7. <!-- custom theme for FANGBANGS 11.25.2019 -->
  8. <!-- please do not steal, redistribute, or claim as your own. KEEP CREDIT IN TACT. thank you! -->
  9.  
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12.  
  13. {/block:Description}
  14.  
  15. <meta name="text:link1title" content="link1 title">
  16. <meta name="text:link1url" content="link1 url">
  17. <meta name="text:link2title" content="link2 title">
  18. <meta name="text:link2url" content="link2 url">
  19. <meta name="text:link3title" content="link3 title">
  20. <meta name="text:link3url" content="link3 url">
  21. <meta name="text:link4title" content="link4 title">
  22. <meta name="text:link4url" content="link4 url">
  23.  
  24. <meta name="image:wine" content="">
  25. <meta name="image:background" content="">
  26. <meta name="image:infobackground" content="">
  27.  
  28. <meta name="color:text" content="#f9e3d6">
  29. <meta name="color:scrollbar" content="#c59090">
  30. <meta name="color:bold" content="#7d7d7d">
  31. <meta name="color:italic" content="#9f3455">
  32. <meta name="color:links" content="#9f3455">
  33. <meta name="color:borders" content="#b89a89">
  34. <meta name="color:hover link" content="#9a9a9a">
  35.  
  36.  
  37. <link href="https://fonts.googleapis.com/css?family=Crimson+Text&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Oswald&display=swap" rel="stylesheet">
  38.  
  39. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  40. <script src="https://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  41. <script>
  42. (function($){
  43. $(document).ready(function(){
  44. $("[title]").style_my_tooltips({
  45. tip_follows_cursor:true,
  46. tip_delay_time:200,
  47. tip_fade_speed:300
  48. }
  49. );
  50. });
  51. })(jQuery);
  52. </script>
  53.  
  54.  
  55. <style type="text/css">
  56.  
  57.  
  58. body {
  59. font-family: 'Crimson Text', serif;
  60. color: {color:text};
  61. font-size: 9pt;
  62. letter-spacing: 0px;
  63. background-color:#261717;
  64. background-image: url('{image:background}');
  65. background-position: absolute;
  66. background-attachment: fixed;
  67. line-height: 120%;
  68. background-repeat: no-repeat;
  69. text-align: justify;
  70. }
  71.  
  72. #s-m-t-tooltip{
  73. position: absolute;
  74. z-index: 999999999999999999999999999999999999999999999999999999999999;
  75. margin-top: 10px;
  76. margin-left: 5px;
  77. display: block;
  78. background-image: url('{image:infobackground}');
  79. background-position: center;
  80. text-align: center;
  81. color: #fff;
  82. font-style: italic;
  83. font-family: 'Crimson Text', serif;
  84. letter-spacing: 1px;
  85. text-shadow: 1px 1px 2px #000;
  86. border: 4px {color:borders};
  87. border-style: double;
  88. padding: 10px;
  89. font-size: 20px;
  90. margin-bottom: 5px;
  91. }
  92.  
  93. ::-webkit-scrollbar-thumb:vertical {
  94. background-color: {color:scrollbar};
  95. height:auto;
  96. }
  97.  
  98. ::-webkit-scrollbar-thumb:horizontal {
  99. background-color: {color:scrollbar};
  100. height:2px;
  101. }
  102.  
  103. ::-webkit-scrollbar {
  104. height:3px;
  105. width:3px;
  106. background-color: transparent;
  107. }
  108.  
  109.  
  110. a {
  111. text-decoration: none;
  112. color: {color:links};
  113. font-size: 12pt;
  114. line-height: 19pt;
  115. font-weight: bold;
  116. transition-duration: 0.6s;
  117. -moz-transition-duration: 0.6s;
  118. -webkit-transition-duration: 0.6s;
  119. -o-transition-duration: 0.6s;
  120. font-family: 'Crimson Text', serif;
  121. letter-spacing: 1px;
  122. text-shadow: 1px 1px 5px #000;
  123. }
  124.  
  125.  
  126. a:hover {
  127. letter-spacing: 2px;
  128. text-decoration: none;
  129. filter:blur(1px);
  130. color: {color:hover link};
  131. transition-duration: 0.6s;
  132. -moz-transition-duration: 0.6s;
  133. -webkit-transition-duration: 0.6s;
  134. -o-transition-duration: 0.6s;
  135. font-family:'Crimson Text', serif;
  136. }
  137.  
  138. small, sup, sub {
  139. font-size: 100%;
  140. }
  141.  
  142. b, strong {
  143. text-shadow: 1px 1px 5px #000;
  144. padding-left: 2px;
  145. padding-right: 2px;
  146. color:{color:bold};
  147. font-weight: bold;
  148. letter-spacing: 0px;
  149. font-size: 15px;
  150. font-family: 'oswald', sans-serif;
  151. }
  152.  
  153. i, em {
  154. text-shadow: 1px 1px 5px #000;
  155. color:{color:italic};
  156. font-family: 'Crimson Text', serif;
  157. letter-spacing: 1px;
  158. font-style: italic;
  159. font-size: 20px;
  160. }
  161.  
  162.  
  163.  
  164.  
  165. h2 {
  166. text-shadow: 1px 1px 5px #000;
  167. font-family: 'Crimson Text', serif;
  168. font-size: 120%;
  169. font-weight: bold;
  170. line-height: 120%;
  171. letter-spacing: 1px;
  172. }
  173.  
  174.  
  175. #info {
  176. padding: 10px;
  177. background-image: url('{image:infobackground}');
  178. background-position: top;
  179. text-align: center;
  180. color: #fff;
  181. opacity: 1;
  182. letter-spacing: 1px;
  183.  
  184. transition-duration: 0.6s;
  185. -moz-transition-duration: 0.6s;
  186. -webkit-transition-duration: 0.6s;
  187. -o-transition-duration: 0.6s;
  188. font-size:12px;
  189. border: 4px {color:borders};
  190. border-style: double;
  191. font-family: 'Oswald', sans-serif;
  192. }
  193.  
  194. #info a {
  195. font-size: 20pt;
  196. font-family: 'Oswald', sans-serif;
  197. text-shadow: 2px 2px 2px #000;
  198. color: {color:links};
  199. }
  200.  
  201. #sideh1 {
  202. background-image: url('{image:infobackground}');
  203. text-align: center;
  204. background-position: top;
  205. color: #fff;
  206. font-family: 'Crimson Text', serif;
  207. border: 4px double {color:borders};
  208. padding: 10px;
  209. text-shadow: 2px 2px 2px #000;
  210. line-height: 110%;
  211. font-size: 9pt;
  212. margin-bottom: 5px;
  213. }
  214.  
  215. #h1 {
  216. background-image: url('{image:infobackground}');
  217. text-align: center;
  218. color: #fff;
  219. font-family: 'Crimson Text', serif;
  220. border: 4px double {color:borders};
  221. padding: 10px;
  222. text-shadow: 2px 2px 2px #000;
  223. line-height: 110%;
  224. font-size: 18pt;
  225. background-position: center;
  226. margin-bottom: 5px;
  227. }
  228.  
  229.  
  230. h1 {
  231.  
  232. text-align: left;
  233. font-family: 'Crimson Text', serif;
  234. padding: 5px;
  235. text-shadow: 2px 2px 2px #000;
  236. line-height: 110%;
  237. font-size: 18pt;
  238. margin-bottom: 5px;
  239. }
  240.  
  241. #sidebar {
  242. width: 235px;
  243. font-size: 10px;
  244. background-color: #261717;
  245. position: fixed;
  246. padding: 10px;
  247. opacity: 0;
  248. transition-duration: 0.6s;
  249. -moz-transition-duration: 0.6s;
  250. -webkit-transition-duration: 0.6s;
  251. -o-transition-duration: 0.6s;
  252. }
  253.  
  254. #description {
  255. font-size: 8pt;
  256. height:155px;
  257. padding-right: 5px;
  258. overflow: auto;
  259. }
  260.  
  261. #audio {
  262. text-align: center;
  263. font-size: 8pt;
  264. line-height: 9pt;
  265. }
  266.  
  267. img:hover {
  268. filter:blur(1px);
  269. }
  270.  
  271.  
  272.  
  273. #musicinfo {
  274.  
  275. text-transform: uppercase;
  276. margin-top:10px;
  277. }
  278.  
  279. blockquote {
  280. border: 1px dashed {Color:borders};
  281. padding: 5px;
  282. background-color: #362928;
  283. color: #898989;
  284. transform: rotate(-1deg);
  285. }
  286.  
  287. blockquote img {
  288. max-width: 100%;
  289. }
  290.  
  291.  
  292. ol.notes {
  293. text-align: left;
  294. list-style: upper-roman;
  295. padding: 10px;
  296.  
  297. }
  298.  
  299.  
  300. #info a:hover {
  301. color: {color:bold};
  302. }
  303.  
  304. #credit {
  305. right:10px;
  306. bottom:7px;
  307. padding:5px;
  308. font-size:10px;
  309. position:fixed;
  310. background-image: url('{image:infobackground}');
  311. text-align: center;
  312. font-style: italic;
  313. font-family: 'Crimson Text', serif;
  314. letter-spacing: 1px;
  315. border: 1px {color:borders};
  316. border-style: solid;
  317. padding: 5px;
  318. font-size: 120%;
  319. margin-bottom: 5px;
  320. transition-duration: 0.6s;
  321. -moz-transition-duration: 0.6s;
  322. -webkit-transition-duration: 0.6s;
  323. -o-transition-duration: 0.6s;
  324. }
  325.  
  326.  
  327. #credit a {
  328. font-family: 'Crimson Text', serif;
  329. color:#fff;
  330. padding:5px;
  331. letter-spacing:1px;
  332. text-decoration:none;
  333. font-weight:bold;
  334. }
  335.  
  336. #tags a {
  337. font-family: 'Oswald', sans-serif;
  338. text-shadow: 1px 1px #000;
  339. }
  340.  
  341. #post {
  342. width: 400px;
  343. margin-bottom: 50px;
  344. }
  345.  
  346. #posts {
  347. width: 400px;
  348. height: 520px;
  349. padding-right: 15px;
  350. position: absolute;
  351. margin-left: 620px;
  352. margin-top: 50px;
  353. overflow: auto;
  354. }
  355.  
  356.  
  357.  
  358. #pages {
  359. width: 100px;
  360. margin-top: 100px;
  361. margin-left: 1075px;
  362. text-align: left;
  363. position: fixed;
  364. font-family: 'Oswald', sans-serif;
  365. font-size: 20pt;
  366. text-transform: uppercase;
  367. }
  368.  
  369. #pages a {
  370. font-family: 'Oswald', sans-serif;
  371. font-size: 20pt;
  372. color:{color:text};
  373. }
  374.  
  375. #pages a:hover {
  376. color:{color:links};
  377. }
  378.  
  379. #ask {
  380. border-bottom: 4px double {color:borders};
  381. padding: 10px;
  382. font-size: 15pt;
  383. }
  384.  
  385. #side {
  386. z-index: 1000;
  387. width: 252px;
  388. height: 233px;
  389. position: fixed;
  390. background-image: url('{image:wine}');
  391. margin-left: 315px;
  392. margin-top: 52px;
  393. transition-duration: 0.6s;
  394. -moz-transition-duration: 0.6s;
  395. -webkit-transition-duration: 0.6s;
  396. -o-transition-duration: 0.6s;
  397. opacity: 1;
  398. -moz-transition-duration: 0.6s;
  399. -webkit-transition-duration: 0.6s;
  400. -o-transition-duration: 0.6s;
  401. }
  402.  
  403.  
  404. #side:hover #sidebar {
  405. opacity: 1;
  406. transition-duration: 0.6s;
  407. -moz-transition-duration: 0.6s;
  408. -webkit-transition-duration: 0.6s;
  409. -o-transition-duration: 0.6s;
  410. }
  411.  
  412.  
  413. </style>
  414.  
  415. </head>
  416.  
  417. <body>
  418.  
  419. <div id="side">
  420. <div id="sidebar">
  421. <div id="sideh1"><a href="/" title="{title}">{title}</a></div>
  422. <div id="description">
  423. {description}</div>
  424.  
  425. </div>
  426.  
  427. </div>
  428.  
  429.  
  430. <div id="pages">
  431. <a href="{text:link1url}" title="{text:link1title}">✚</a>
  432. <a href="{text:link2url}" title="{text:link2title}">✚</a><br>
  433. <a href="{text:link3url}" title="{text:link3title}">✚</a>
  434. <a href="{text:link4url}" title="{text:link4title}">✚</a><p>
  435. {block:Pagination}
  436. {block:PreviousPage}
  437. <a href="{PreviousPage}">fall</a> /
  438. {/block:PreviousPage} {block:NextPage}<a href="{NextPage}">rise</a>
  439. {/block:NextPage}
  440. {/block:Pagination}</div>
  441. </div>
  442.  
  443. <div id="posts">
  444.  
  445.  
  446. {block:Posts}<div id="post">
  447.  
  448.  
  449.  
  450. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  451.  
  452. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}" style="margin-bottom: 10px;">{LinkCloseTag}{block:Caption}
  453.  
  454. {Caption} {/block:Caption}{/block:Photo}
  455.  
  456. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}
  457.  
  458. {/block:Photoset}
  459.  
  460. {block:Quote}<b style="text-align: center; font-size: 18pt; line-height: 20pt;">{Quote}</b>{block:Source}<div style="text-align:center;">—{Source}</div>{/block:Source}{/block:Quote}
  461.  
  462. {block:Link}<div id="h1"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}
  463.  
  464. {Description}{/block:Description}{/block:Link}
  465.  
  466. {block:Chat}{block:Title}<div id="h1">{Title}</div>{/block:Title}{block:Lines}{block:Label}<b>
  467.  
  468. <div id="l">{Label}</b>{/block:Label} {Line}<br></div>{/block:Lines}{/block:Chat}
  469.  
  470. {block:Audio}
  471. <div id="audio">
  472. {block:TrackName}
  473. <div id="musicinfo" style="margin-top: 5px;">
  474. {AudioPlayerGrey} <br>
  475. {TrackName} by
  476. {/block:TrackName}
  477. {block:Artist}
  478. {Artist}
  479. {/block:Artist}
  480.  
  481. </div>
  482. </div>
  483. {block:caption}<div id="caption">{Caption} </div>{/block:caption}
  484. {/block:Audio}
  485.  
  486.  
  487. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  488.  
  489. {block:Answer}
  490. <div id="ask">
  491. {Asker} asked,<br>
  492. <span style="font-weight: normal;font-family: 'Crimson Text', serif; color: {color:text}; font-size: 10pt;">" {Question} "</span>
  493. </table>
  494. </div>
  495. {Answer}{/block:Answer}
  496.  
  497. <div id="info">
  498. <a title="{TimeAgo}" title="{TimeAgo}">✚</a><a href="{Permalink}" title="{NoteCount} notes">✚</a><a href="{ReblogURL}" title="reblog">✚</a>
  499. <div id="tags">
  500. {block:HasTags}{block:Tags} <a href="{TagURL}" style="font-family: 'Oswald', sans-serif; font-size: 10px; line-height: 13px; color:{color:text};">#{Tag} </a>
  501. {/block:Tags}{/block:HasTags}
  502. </div>
  503. </div>
  504.  
  505. </div>
  506. {block:PostNotes}<Div style="width: 400px;">
  507.  
  508.  
  509. {PostNotes}</div>{/block:PostNotes}
  510. {/block:Posts}</div>
  511.  
  512. <div id="credit">
  513. <a href="https://anacommissions.tumblr.com/" title="theme & graphics by anacommissions">AC</a>
  514. </div>
  515.  
  516.  
  517.  
  518.  
  519.  
  520. </body>
  521.  
  522.  
  523.  
  524. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement