Advertisement
alicescreed

cv 001

Nov 18th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.94 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 CELESTIALVEXATION 11.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.  
  14. {/block:Description}
  15.  
  16. <meta name="text:link1title" content="link1 title">
  17. <meta name="text:link1url" content="link1 url">
  18. <meta name="text:link2title" content="link2 title">
  19. <meta name="text:link2url" content="link2 url">
  20. <meta name="text:link3title" content="link3 title">
  21. <meta name="text:link3url" content="link3 url">
  22. <meta name="text:link4title" content="link4 title">
  23. <meta name="text:link4url" content="link4 url">
  24.  
  25. <meta name="image:background" content="">
  26. <meta name="image:infobackground" content="">
  27.  
  28. <meta name="color:text" content="#bbaea1">
  29. <meta name="color:scrollbar" content="#842c2c">
  30. <meta name="color:bold" content="#9f2525">
  31. <meta name="color:italic" content="#ccaa71">
  32. <meta name="color:links" content="#9f2525">
  33. <meta name="color:borders" content="#756a56">
  34. <meta name="color:hover link" content="#9a9a9a">
  35.  
  36. <link href="https://fonts.googleapis.com/css?family=PT+Serif|Supermercado+One&display=swap" rel="stylesheet">
  37.  
  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: 'PT Serif', serif;
  59. color: {color:text};
  60. font-size: 9pt;
  61. letter-spacing: 0px;
  62. background-color:black;
  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. color: #fff;
  81. font-style: italic;
  82. font-family: 'Supermercado One', cursive;
  83. letter-spacing: 1px;
  84. text-shadow: 1px 1px 2px #000;
  85. border: 4px {color:borders};
  86. border-style: double;
  87. padding: 10px;
  88. font-size: 20px;
  89. margin-bottom: 5px;
  90. }
  91.  
  92. ::-webkit-scrollbar-thumb:vertical {
  93. background-color: {color:scrollbar};
  94. height:auto;
  95. }
  96.  
  97. ::-webkit-scrollbar-thumb:horizontal {
  98. background-color: {color:scrollbar};
  99. height:2px;
  100. }
  101.  
  102. ::-webkit-scrollbar {
  103. height:3px;
  104. width:3px;
  105. background-color: transparent;
  106. }
  107.  
  108.  
  109. a {
  110. text-decoration: none;
  111. color: {color:links};
  112. font-size: 12pt;
  113. line-height: 19pt;
  114. font-weight: bold;
  115. transition-duration: 0.6s;
  116. -moz-transition-duration: 0.6s;
  117. -webkit-transition-duration: 0.6s;
  118. -o-transition-duration: 0.6s;
  119. font-family: 'Supermercado One', cursive;
  120. letter-spacing: 1px;
  121. text-shadow: 1px 1px 5px #000;
  122. }
  123.  
  124.  
  125. a:hover {
  126. letter-spacing: 2px;
  127. text-decoration: none;
  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. font-family:'Supermercado One', cursive;
  135. }
  136.  
  137. small, sup, sub {
  138. font-size: 100%;
  139. }
  140.  
  141. b, strong {
  142. text-shadow: 1px 1px 5px #000;
  143. padding-left: 2px;
  144. padding-right: 2px;
  145. color:{color:bold};
  146. letter-spacing: 0px;
  147. font-size: 15px;
  148. font-family: 'Supermercado One', cursive;
  149. }
  150.  
  151. i, em {
  152. text-shadow: 1px 1px 5px #000;
  153. color:{color:italic};
  154. font-family: 'Supermercado One', cursive;
  155. letter-spacing: 1px;
  156. padding-left:5px;
  157. padding-right: 5px;
  158. padding-top: 10px;
  159. padding-bottom: 10px;
  160. font-size: 20px;
  161. }
  162.  
  163.  
  164.  
  165.  
  166. h2 {
  167. text-shadow: 1px 1px 5px #000;
  168. font-family: 'Supermercado One', cursive;
  169. font-size: 120%;
  170. font-weight: bold;
  171. line-height: 120%;
  172. letter-spacing: 1px;
  173. }
  174.  
  175.  
  176. #info {
  177. padding: 10px;
  178. background-image: url('{image:infobackground}');
  179. background-position: center;
  180. text-align: center;
  181. color: #fff;
  182. color: {color:bold};
  183. opacity: 1;
  184. letter-spacing: 1px;
  185. transition-duration: 0.6s;
  186. -moz-transition-duration: 0.6s;
  187. -webkit-transition-duration: 0.6s;
  188. -o-transition-duration: 0.6s;
  189. font-size:12px;
  190. border: 4px {color:borders};
  191. border-style: double;
  192. }
  193.  
  194. #info a {
  195. font-size: 20pt;
  196. text-shadow: 2px 2px 2px #000;
  197. color: {color:links};
  198. }
  199.  
  200. #sideh1 {
  201. background-image: url('{image:infobackground}');
  202. text-align: center;
  203. color: #fff;
  204. font-family: 'Supermercado One', cursive;
  205. border: 4px double {color:borders};
  206. padding: 10px;
  207. text-shadow: 2px 2px 2px #000;
  208. line-height: 110%;
  209. font-size: 9pt;
  210. background-position: center;
  211. margin-bottom: 5px;
  212. }
  213.  
  214. #h1 {
  215. background-image: url('{image:infobackground}');
  216. text-align: center;
  217. color: #fff;
  218. font-family: 'Supermercado One', cursive;
  219. border: 4px double {color:borders};
  220. padding: 10px;
  221. text-shadow: 2px 2px 2px #000;
  222. line-height: 110%;
  223. font-size: 18pt;
  224. background-position: center;
  225. margin-bottom: 5px;
  226. }
  227.  
  228.  
  229. h1 {
  230.  
  231. text-align: left;
  232. font-family: 'Supermercado One', cursive;
  233. padding: 5px;
  234. text-shadow: 2px 2px 2px #000;
  235. line-height: 110%;
  236. font-size: 18pt;
  237. margin-bottom: 5px;
  238. }
  239.  
  240. #sidebar {
  241. margin-left: 155px;
  242. width: 145px;
  243. font-size: 10px;
  244. margin-top: 305px;
  245. position: fixed;
  246. background-color: transparent;
  247. padding: 10px;
  248. }
  249.  
  250. #description {
  251. font-size: 8pt;
  252. height:155px;
  253. padding-right: 5px;
  254. overflow: auto;
  255. }
  256.  
  257. #audio {
  258. text-align: center;
  259. font-size: 8pt;
  260. line-height: 9pt;
  261. }
  262.  
  263.  
  264. #musicinfo {
  265.  
  266. text-transform: uppercase;
  267. margin-top:10px;
  268. }
  269.  
  270. blockquote {
  271. border: 1px dashed {Color:borders};
  272. padding: 5px;
  273. background-color: #261f17;
  274. transform: rotate(-1deg);
  275. }
  276.  
  277. blockquote img {
  278. max-width: auto;
  279. }
  280.  
  281.  
  282. ol.notes {
  283. text-align: left;
  284. list-style: upper-roman;
  285. padding: 10px;
  286.  
  287. }
  288.  
  289.  
  290. #info a:hover {
  291. color: {color:bold};
  292. }
  293.  
  294. #credit {
  295. right:10px;
  296. bottom:7px;
  297. padding:5px;
  298. font-size:10px;
  299. position:fixed;
  300. background-image: url('{image:infobackground}');
  301. text-align: center;
  302. font-style: italic;
  303. font-family: 'Supermercado One', cursive;
  304. letter-spacing: 1px;
  305. border: 1px {color:borders};
  306. border-style: solid;
  307. padding: 5px;
  308. font-size: 120%;
  309. margin-bottom: 5px;
  310. transition-duration: 0.6s;
  311. -moz-transition-duration: 0.6s;
  312. -webkit-transition-duration: 0.6s;
  313. -o-transition-duration: 0.6s;
  314. }
  315.  
  316.  
  317. #credit a {
  318. font-family: 'Supermercado One', cursive;
  319. color:#fff;
  320. padding:5px;
  321. letter-spacing:1px;
  322. text-decoration:none;
  323. font-weight:bold;
  324. }
  325.  
  326. #tags a {
  327. text-shadow: 1px 1px #000;
  328. }
  329.  
  330. #post {
  331. width: 400px;
  332. margin-bottom: 50px;
  333. }
  334.  
  335. #posts {
  336. width: 400px;
  337. height: 430px;
  338. padding-right: 7px;
  339. position: absolute;
  340. margin-left: 352px;
  341. margin-top: 165px;
  342. overflow: auto;
  343. }
  344.  
  345.  
  346. #links {
  347. position: fixed;
  348. margin-top: 450px;
  349. text-align: left;
  350. width: 200px;
  351. font-size: 13pt;
  352. line-height: 6pt;
  353. margin-left: 525px;
  354. font-family: 'Supermercado One', cursive;
  355. }
  356.  
  357. #links a {
  358. color: {color:navlinks};
  359. font-weight: bold;
  360. font-family: 'Supermercado One', cursive;
  361. text-transform: uppercase;
  362. }
  363.  
  364. #links a:hover {
  365. color: {color:bold};
  366. font-style: normal;
  367. }
  368.  
  369.  
  370. #pages {
  371. text-align: center;
  372. margin-top: 0px;
  373. }
  374.  
  375. #ask {
  376. border-bottom: 4px double {color:borders};
  377. padding: 10px;
  378. font-size: 15pt;
  379. }
  380.  
  381.  
  382. #crs {
  383. transform: rotate(105deg);
  384. position: fixed;
  385. margin-top: 80px;
  386. margin-left: 1100px;
  387. }
  388.  
  389. #c1 {
  390. margin-top: 100px;
  391. margin-left: 70px;
  392. position: fixed;
  393. transform: rotate(5deg);
  394. transition-duration: 0.6s;
  395. -moz-transition-duration: 0.6s;
  396. -webkit-transition-duration: 0.6s;
  397. -o-transition-duration: 0.6s;
  398. }
  399.  
  400. #sideh1 a {
  401. font-size: 9pt;
  402. }
  403.  
  404.  
  405. #c1:hover {
  406. transform: rotate(0deg);
  407. position: fixed;
  408. transition-duration: 0.6s;
  409. -moz-transition-duration: 0.6s;
  410. -webkit-transition-duration: 0.6s;
  411. -o-transition-duration: 0.6s;
  412. }
  413.  
  414.  
  415. #c2 {
  416. margin-top: 160px;
  417. margin-left:130px;
  418. position: fixed;
  419. transform: rotate(-5deg);
  420. transition-duration: 0.6s;
  421. -moz-transition-duration: 0.6s;
  422. -webkit-transition-duration: 0.6s;
  423. -o-transition-duration: 0.6s;
  424. }
  425.  
  426.  
  427. #c2:hover {
  428. transform: rotate(0deg);
  429. position: fixed;
  430. transition-duration: 0.6s;
  431. -moz-transition-duration: 0.6s;
  432. -webkit-transition-duration: 0.6s;
  433. -o-transition-duration: 0.6s;
  434. }
  435.  
  436.  
  437. #c3 {
  438. margin-top: 220px;
  439. margin-left:50px;
  440. position: fixed;
  441. transform: rotate(10deg);
  442. transition-duration: 0.6s;
  443. -moz-transition-duration: 0.6s;
  444. -webkit-transition-duration: 0.6s;
  445. -o-transition-duration: 0.6s;
  446. }
  447.  
  448.  
  449. #c3:hover {
  450. transform: rotate(0deg);
  451. position: fixed;
  452. transition-duration: 0.6s;
  453. -moz-transition-duration: 0.6s;
  454. -webkit-transition-duration: 0.6s;
  455. -o-transition-duration: 0.6s;
  456. }
  457.  
  458.  
  459. #c4 {
  460. margin-top: 310px;
  461. margin-left:30px;
  462. position: fixed;
  463. transform: rotate(-10deg);
  464. transition-duration: 0.6s;
  465. -moz-transition-duration: 0.6s;
  466. -webkit-transition-duration: 0.6s;
  467. -o-transition-duration: 0.6s;
  468. }
  469.  
  470.  
  471. #c4:hover {
  472. transform: rotate(0deg);
  473. position: fixed;
  474. transition-duration: 0.6s;
  475. -moz-transition-duration: 0.6s;
  476. -webkit-transition-duration: 0.6s;
  477. -o-transition-duration: 0.6s;
  478. }
  479.  
  480. </style>
  481.  
  482. </head>
  483.  
  484. <body>
  485.  
  486. <div id="crs">
  487.  
  488. <div id="c1">
  489. <a href="{text:link4url}" style=" font-size: 30pt;" title="{text:link4title}">◯</a>
  490. </div>
  491.  
  492. <div id="c2">
  493. <a href="{text:link3url}" style=" font-size: 40pt;" title="{text:link3title}">◯</a>
  494. </div>
  495.  
  496. <div id="c3">
  497. <a href="{text:link2url}" style=" font-size: 30pt;" title="{text:link2title}">◯</a>
  498. </div>
  499.  
  500. <div id="c4">
  501. <a href="{text:link1url}" style=" font-size: 40pt;" title="{text:link1title}">◯</a>
  502. </div>
  503.  
  504.  
  505. </div>
  506.  
  507. <div id="sidebar">
  508. <div id="sideh1"><a href="/" title="{title}">{title}</a></div>
  509. <div id="description">
  510. {description}</div>
  511.  
  512.  
  513. <div id="pages"> {block:Pagination}
  514. {block:PreviousPage}
  515. <a href="{PreviousPage}">fall</a> /
  516. {/block:PreviousPage} {block:NextPage}<a href="{NextPage}">rise</a>
  517. {/block:NextPage}
  518. {/block:Pagination}</div>
  519. </div>
  520.  
  521. </div>
  522.  
  523. <div id="posts">
  524.  
  525.  
  526. {block:Posts}<div id="post">
  527.  
  528.  
  529.  
  530. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  531.  
  532. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}" style="margin-bottom: 10px;">{LinkCloseTag}{block:Caption}
  533.  
  534. {Caption} {/block:Caption}{/block:Photo}
  535.  
  536. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}
  537.  
  538. {/block:Photoset}
  539.  
  540. {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}
  541.  
  542. {block:Link}<div id="h1"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}
  543.  
  544. {Description}{/block:Description}{/block:Link}
  545.  
  546. {block:Chat}{block:Title}<div id="h1">{Title}</div>{/block:Title}{block:Lines}{block:Label}<b>
  547.  
  548. <div id="l">{Label}</b>{/block:Label} {Line}<br></div>{/block:Lines}{/block:Chat}
  549.  
  550. {block:Audio}
  551. <div id="audio">
  552. {block:TrackName}
  553. <div id="musicinfo" style="margin-top: 5px;">
  554. {AudioPlayerGrey} <br>
  555. {TrackName} by
  556. {/block:TrackName}
  557. {block:Artist}
  558. {Artist}
  559. {/block:Artist}
  560.  
  561. </div>
  562. </div>
  563. {block:caption}<div id="caption">{Caption} </div>{/block:caption}
  564. {/block:Audio}
  565.  
  566.  
  567. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  568.  
  569. {block:Answer}
  570. <div id="ask">
  571. {Asker} asked,<br>
  572. <span style="font-weight: normal;font-family: 'PT Serif', serif; color: {color:text}; font-size: 10pt;">" {Question} "</span>
  573. </table>
  574. </div>
  575. {Answer}{/block:Answer}
  576.  
  577. <div id="info">
  578. <a title="{TimeAgo}" title="{TimeAgo}">◯</a><a href="{Permalink}" title="{NoteCount} notes">◯</a><a href="{ReblogURL}" title="reblog">◯</a>
  579. <div id="tags">
  580. {block:HasTags}{block:Tags} <a href="{TagURL}" style="font-family:'PT Serif', serif; font-size: 10px; line-height: 13px; color:{color:text};">#{Tag} </a>
  581. {/block:Tags}{/block:HasTags}
  582. </div>
  583. </div>
  584.  
  585. </div>
  586. {block:PostNotes}<Div style="width: 400px;">
  587.  
  588.  
  589. {PostNotes}</div>{/block:PostNotes}
  590. {/block:Posts}</div>
  591.  
  592. <div id="credit">
  593. <a href="https://anacommissions.tumblr.com/" title="theme & graphics by anacommissions">AC</a>
  594. </div>
  595.  
  596.  
  597.  
  598.  
  599.  
  600. </body>
  601.  
  602.  
  603.  
  604. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement