Advertisement
alicescreed

adoredbyprissy

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