Advertisement
alicescreed

taureanbeaut

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