Advertisement
alicescreed

devianstability

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