Advertisement
alicescreed

gynvaelith

Feb 28th, 2020
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.82 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="">
  16. <meta name="text:link1title" content="title">
  17. <meta name="text:link2url" content="">
  18. <meta name="text:link2title" content="title">
  19. <meta name="text:link3url" content="">
  20. <meta name="text:link3title" content="title">
  21. <meta name="text:link4url" content="">
  22. <meta name="text:link4title" content="title">
  23. <meta name="text:link5url" content="">
  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="#282828">
  30. <meta name="color:scrollbar" content="#4c63b3">
  31. <meta name="color:bold" content="#4c63b3">
  32. <meta name="color:italic" content="#d45f80">
  33. <meta name="color:links" content="#934dc6">
  34. <meta name="color:borders" content="#b0b0b0">
  35. <meta name="color:hover link" content="#474747">
  36.  
  37. <link href="https://fonts.googleapis.com/css?family=Charm|Great+Vibes|Source+Sans+Pro&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.  
  56. <style type="text/css">
  57.  
  58.  
  59. body {
  60. font-family: 'Source Sans Pro', sans-serif;
  61. color: {color:text};
  62. font-size: 10pt;
  63. letter-spacing: 0px;
  64. background-color: #a0b2db;
  65. background-image: url('{image:background}');
  66. background-position: absolute;
  67. background-attachment: fixed;
  68. line-height: 11pt;
  69. background-repeat: no-repeat;
  70. text-align: justify;
  71. }
  72.  
  73. #s-m-t-tooltip{
  74. position: absolute;
  75. z-index: 999999999999999999999999999999999999999999999999999999999999;
  76. margin-top: 10px;
  77. margin-left: 5px;
  78. display: block;
  79. background-image: url('{image:infobackground}');
  80. background-position: center;
  81. text-align: center;
  82. border-radius: 20px;
  83. font-style: italic;
  84. text-shadow: 1px 1px 2px grey;
  85. font-family: 'Great Vibes', cursive;
  86. letter-spacing: 1px;
  87. border: 1px dashed {color:borders};
  88. padding: 15px;
  89. font-size: 22pt;
  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:2px;
  105. width:2px;
  106. background-color: transparent;
  107. }
  108.  
  109.  
  110. a {
  111. text-decoration: none;
  112. color: {color:links};
  113. font-size: 16pt;
  114. line-height: 18pt;
  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: 'Great Vibes', cursive;
  121. letter-spacing: 1px;
  122. text-shadow: 1px 1px 5px #7e7e7e;
  123. }
  124.  
  125.  
  126. a:hover {
  127. letter-spacing: 2px;
  128. text-decoration: none;
  129. font-size: 14pt;
  130. filter:blur(1px);
  131. color: {color:hover link};
  132. transition-duration: 0.6s;
  133. -moz-transition-duration: 0.6s;
  134. -webkit-transition-duration: 0.6s;
  135. -o-transition-duration: 0.6s;
  136. text-shadow: 1px 1px 4px #000;
  137. }
  138.  
  139. small, sup, sub {
  140. font-size: 100%;
  141. }
  142.  
  143. b, strong {
  144. text-shadow: 1px 1px 5px #fff;
  145. padding-left: 2px;
  146. padding-right: 2px;
  147. color:{color:bold};
  148. letter-spacing: 1px;
  149. font-weight: bold;
  150. font-size: 18pt;
  151. font-family: 'Great Vibes', cursive;
  152. }
  153.  
  154. i, em {
  155. text-shadow: 1px 1px 5px #fff;
  156. color:{color:italic};
  157. font-style: italic;
  158. letter-spacing: 1px;
  159. padding-left:5px;
  160. padding-right: 5px;
  161. padding-top: 10px;
  162. padding-bottom: 10px;
  163. font-size: 18pt;
  164. font-family: 'Great Vibes', cursive;
  165. }
  166.  
  167. h2 {
  168. text-shadow: 1px 1px 5px #000;
  169. font-family: 'Source Sans Pro', sans-serif;
  170. font-size: 14pt;
  171. line-height: 16pt;
  172. font-weight: bold;
  173. letter-spacing: 1px;
  174. }
  175.  
  176. #info {
  177. background-color: grey;
  178. padding: 20px;
  179. border-radius: 20px;
  180. background-image: url('{image:infobackground}');
  181. background-position: center;
  182. text-align: center;
  183. color: #fff;
  184. letter-spacing: 1px;
  185. font-family:'Source Sans Pro', sans-serif;
  186. text-shadow: 1px 1px 4px #000;
  187. border: 1px dashed {color:borders};
  188. }
  189.  
  190. #ask {
  191. background-image: url('{image:infobackground}');
  192. text-align: center;
  193. border-radius: 20px;
  194. font-family: 'Source Sans Pro', sans-serif;
  195. border: 1px dashed {color:borders};
  196. padding: 10px;
  197. line-height: 110%;
  198. font-size: 16px;
  199. background-position: center;
  200. margin-bottom: 5px;
  201. }
  202.  
  203. #ask a {
  204. font-size: 22pt;
  205. }
  206.  
  207. #h1 {
  208. color: white;
  209. background-position: center;
  210. text-shadow: 1px 1px 5px #000;
  211. background-image: url('{image:infobackground}');
  212. text-align: center;
  213. font-family: 'Great Vibes', cursive;
  214. border: 1px dashed {color:borders};
  215. padding: 5px;
  216. line-height: 120%;
  217. font-size: 22pt;
  218. margin-bottom: 5px;
  219. }
  220.  
  221. h1 {
  222. font-family: 'Great Vibes', cursive;
  223. font-size: 22pt;
  224. text-shadow: 2px 2px 4px grey;
  225. line-height: 24pt;
  226. color: white;
  227. font-weight: normal;
  228. text-align: center;
  229. }
  230.  
  231. #sidebar {
  232. margin-left: 18px;
  233. width: 116px;
  234. font-size: 11px;
  235. height: auto;
  236. margin-top: 85px;
  237. position: fixed;
  238. background-color: transparent;
  239. padding: 10px;
  240. }
  241.  
  242. #description {
  243. height: 290px;
  244. padding-right: 3px;
  245. overflow: auto;
  246. }
  247.  
  248. #audio {
  249. text-align: center;
  250. font-size: 8pt;
  251. line-height: 9pt;
  252. }
  253.  
  254.  
  255. #musicinfo {
  256.  
  257. text-transform: uppercase;
  258. margin-top:10px;
  259. }
  260.  
  261. blockquote {
  262. border-left: 2px solid {Color:bold};
  263. border-right: 2px solid {Color:italic};
  264. padding: 5px;
  265. border-radius: 5px;
  266. background-color: #a0b2db;
  267. }
  268.  
  269. blockquote img {
  270. max-width: 100%;
  271. }
  272.  
  273.  
  274. ol.notes {
  275. text-align: left;
  276. list-style: upper-roman;
  277. padding: 10px;
  278.  
  279. }
  280.  
  281. #info a {
  282. font-family: 'Great Vibes', cursive;
  283. font-size: 30pt;
  284. text-shadow: 1px 1px 4px grey;
  285. color: {color:italic};
  286. }
  287.  
  288. #info a:hover {
  289. color: {color:bold};
  290. }
  291.  
  292. #credit {
  293. right:10px;
  294. bottom:7px;
  295. padding:5px;
  296. font-size:10px;
  297. position:fixed;
  298. background-image: url('{image:infobackground}');
  299. text-align: center;
  300. font-style: italic;
  301. font-family: 'Source Sans Pro', sans-serif;
  302. letter-spacing: 1px;
  303. border: 1px dashed {color:borders};
  304. padding: 5px;
  305. font-size: 120%;
  306. margin-bottom: 5px;
  307. transition-duration: 0.6s;
  308. -moz-transition-duration: 0.6s;
  309. -webkit-transition-duration: 0.6s;
  310. -o-transition-duration: 0.6s;
  311. }
  312.  
  313.  
  314. #credit a {
  315. font-family: 'Source Sans Pro', sans-serif;
  316. color:#fff;
  317. padding:5px;
  318. letter-spacing:1px;
  319. text-decoration:none;
  320. font-weight:bold;
  321. }
  322.  
  323. #tags {
  324.  
  325. }
  326.  
  327. #tags a {
  328. line-height: 1px;
  329. font-size: 8px;
  330. font-family: verdana;
  331. text-transform: uppercase;
  332. color:#000;
  333. text-shadow: 1px 1px 1px #fff;
  334. }
  335.  
  336. #post {
  337. width: 400px;
  338. margin-bottom: 20px;
  339. }
  340.  
  341. #posts {
  342. width: 400px;
  343. height: 545px;
  344. padding-right: 5px;
  345. position: absolute;
  346. margin-left: 175px;
  347. margin-top: 20px;
  348. overflow: auto;
  349. }
  350.  
  351.  
  352. #navlinks {
  353. margin-left: 590px;
  354. margin-top: 250px;
  355. position: fixed;
  356. }
  357.  
  358. #navlinks a{
  359. line-height: 100%;
  360. font-size: 30pt;
  361. color:{color:text};
  362. transition-duration: 0.6s;
  363. -moz-transition-duration: 0.6s;
  364. -webkit-transition-duration: 0.6s;
  365. -o-transition-duration: 0.6s;
  366. }
  367.  
  368. #navlinks a:hover{
  369. color:{color:hover link};
  370. letter-spacing: 2px;
  371. transition-duration: 0.6s;
  372. -moz-transition-duration: 0.6s;
  373. -webkit-transition-duration: 0.6s;
  374. -o-transition-duration: 0.6s;
  375. }
  376.  
  377. #pages {
  378. position: fixed;
  379. margin-top: 10px;
  380. width: 140px;
  381. text-align:center;
  382. }
  383.  
  384. </style>
  385.  
  386. </head>
  387.  
  388. <body>
  389.  
  390.  
  391. <div id="navlinks">
  392. <a href="/" title="home">♦</a> <br>
  393. <a href="/ask" title="ask" style="color:{color:bold};">♦</a> <br>
  394. <a href="{text:link1url}" title="{text:link1title}" style="color:{color:italic};">♦</a><br>
  395. <a href="{text:link2url}" title="{text:link2title}">♦</a><br>
  396. <a href="{text:link3url}" title="{text:link3title}" style="color:{color:bold};">♦</a><br>
  397. <a href="{text:link4url}" title="{text:link4title}" style="color:{color:italic};">♦</a><br>
  398. <a href="{text:link5url}" title="{text:link5title}">♦</a><br>
  399. {block:Pagination}
  400. {block:PreviousPage}
  401. <a href="{PreviousPage}">fall</a> /
  402. {/block:PreviousPage} {block:NextPage}<a href="{NextPage}">rise</a>
  403. {/block:NextPage}
  404. {/block:Pagination}
  405.  
  406. </div>
  407.  
  408.  
  409. <div id="sidebar">
  410. <div id="description">
  411. {description}
  412. </div>
  413. </div>
  414.  
  415.  
  416.  
  417. <div id="posts">{block:Posts}<div id="post">
  418.  
  419.  
  420.  
  421. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  422.  
  423. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}" style="margin-bottom: 10px;">{LinkCloseTag}{block:Caption}
  424.  
  425. {Caption} {/block:Caption}{/block:Photo}
  426.  
  427. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}
  428.  
  429. {/block:Photoset}
  430.  
  431. {block:Quote}<div id="h1">{Quote}</div>{block:Source}<div style="text-align:center;">—{Source}</div>{/block:Source}{/block:Quote}
  432.  
  433. {block:Link}<div id="h1"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}
  434.  
  435. {Description}{/block:Description}{/block:Link}
  436.  
  437. {block:Chat}{block:Title}<div id="h1">{Title}</div>{/block:Title}{block:Lines}{block:Label}<b>
  438.  
  439. {Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  440.  
  441. {block:Audio}
  442. <div id="audio">
  443. {block:TrackName}
  444. <div id="musicinfo" style="margin-top: 5px;">
  445. {AudioPlayerGrey} <br>
  446. {TrackName} by
  447. {/block:TrackName}
  448. {block:Artist}
  449. {Artist}
  450. {/block:Artist}
  451.  
  452. </div>
  453. </div>
  454. {block:caption}<div id="caption">{Caption} </div>{/block:caption}
  455. {/block:Audio}
  456.  
  457.  
  458. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  459.  
  460. {block:Answer}
  461. <div id="ask">
  462. {Asker} asked, <br>
  463. <span style="font-weight: normal; color: {color:text}; font-size: 14px; text-shadow: 1px 1px 1px #7e7e7e;">" {Question} "</span>
  464. </div>
  465. {Answer}{/block:Answer}
  466.  
  467. <div id="info">
  468. <a title="{TimeAgo}" title="{timeago}">♦</a> <a href="{Permalink}" title="{NoteCount} notes">♦</a> <a href="{ReblogURL}" title="reblog">♦</a>
  469. <div id="tags">
  470. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>
  471. {/block:Tags}{/block:HasTags}
  472. </div>
  473. </div>
  474.  
  475. </div>
  476. {block:PostNotes}<Div style="width: 400px;">
  477.  
  478.  
  479. {PostNotes}</div>{/block:PostNotes}
  480. {/block:Posts}</div>
  481.  
  482. <div id="credit">
  483. <a href="https://anacommissions.tumblr.com/" title="theme & graphics by anacommissions">AC</a>
  484. </div>
  485.  
  486.  
  487.  
  488.  
  489.  
  490. </body>
  491.  
  492. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement