Advertisement
alicescreed

diversestimulation;;

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