Advertisement
alicescreed

adoredbyprissy v.2

Dec 30th, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.63 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.30 -->
  9. <!-- please do not steal, redistribute, or claim as your own. KEEP CREDIT IN TACT. thank you! -->
  10. <link rel="shortcut icon" href="https://i.imgur.com/QsGUDUr.png">
  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&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Sedgwick+Ave&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: 'Sedgwick Ave', cursive;
  164. letter-spacing: 1px;
  165. padding: 5px;
  166. font-size: 20px;
  167. }
  168.  
  169.  
  170.  
  171.  
  172. h2 {
  173. text-shadow: 1px 1px 5px #000;
  174. font-family: 'Bebas Neue', cursive;
  175. font-size: 120%;
  176. font-weight: bold;
  177. line-height: 120%;
  178. letter-spacing: 1px;
  179. }
  180.  
  181.  
  182. #info {
  183. padding: 10px;
  184. background-image: url('{image:infobackground}');
  185. background-position: center;
  186. text-align: center;
  187. color: #fff;
  188. letter-spacing: 1px;
  189. transition-duration: 0.6s;
  190. -moz-transition-duration: 0.6s;
  191. -webkit-transition-duration: 0.6s;
  192. -o-transition-duration: 0.6s;
  193. font-size:14px;
  194. border: 4px {color:borders};
  195. border-style: double;
  196. }
  197.  
  198. #info a {
  199. font-size: 14pt;
  200. text-shadow: 1px 1px #000;
  201. color: {color:borders};
  202. }
  203.  
  204. #h1 {
  205. background-image: url('{image:infobackground}');
  206. text-align: center;
  207. color: #fff;
  208. font-family: 'Bebas Neue', cursive;
  209. border: 4px double {color:borders};
  210. padding: 10px;
  211. text-shadow: 2px 2px 2px #000;
  212. line-height: 110%;
  213. font-size: 18pt;
  214. background-position: center;
  215. margin-bottom: 5px;
  216. }
  217.  
  218. #sidebar {
  219. margin-left: 112px;
  220. width: 130px;
  221. font-size: 11px;
  222. margin-top: 315px;
  223. position: fixed;
  224. background-color: transparent;
  225. padding: 10px;
  226. }
  227.  
  228. #description {
  229. height:150px;
  230. padding-right: 5px;
  231. overflow: auto;
  232. }
  233.  
  234. #audio {
  235. text-align: center;
  236. font-size: 8pt;
  237. line-height: 9pt;
  238. }
  239.  
  240.  
  241. #musicinfo {
  242.  
  243. text-transform: uppercase;
  244. margin-top:10px;
  245. }
  246.  
  247. blockquote {
  248. border-right: 2px solid {color:bold};
  249. border-left: 2px solid {color:italic};
  250. border-radius: 5px;
  251. transform:rotate(0deg);
  252. background-color: #101010;
  253. padding: 5px;
  254. font-size: 95%
  255. }
  256.  
  257. blockquote img {
  258. max-width: 100%;
  259. }
  260.  
  261.  
  262. ol.notes {
  263. text-align: left;
  264. list-style: upper-roman;
  265. padding: 10px;
  266.  
  267. }
  268.  
  269.  
  270. #info a:hover {
  271. color: {color:bold};
  272. }
  273.  
  274. #credit {
  275. right:10px;
  276. bottom:7px;
  277. padding:5px;
  278. font-size:10px;
  279. position:fixed;
  280. background-image: url('{image:infobackground}');
  281. text-align: center;
  282. font-style: italic;
  283. font-family: 'Bebas Neue', cursive;
  284. letter-spacing: 1px;
  285. border: 1px {color:borders};
  286. border-style: solid;
  287. padding: 5px;
  288. font-size: 120%;
  289. margin-bottom: 5px;
  290. transition-duration: 0.6s;
  291. -moz-transition-duration: 0.6s;
  292. -webkit-transition-duration: 0.6s;
  293. -o-transition-duration: 0.6s;
  294. }
  295.  
  296.  
  297. #credit a {
  298. font-family: 'Bebas Neue', cursive;
  299. color:#fff;
  300. padding:5px;
  301. letter-spacing:1px;
  302. text-decoration:none;
  303. font-weight:bold;
  304. }
  305.  
  306. #tags a {
  307. text-shadow: 1px 1px #000;
  308. color:{color:text};
  309. }
  310.  
  311. #post {
  312. width: 400px;
  313. margin-bottom: 25px;
  314. }
  315.  
  316. #posts {
  317. border-left: 2px solid #b88c9e;
  318. border-right: 2px solid #b88c9e;
  319. width: 400px;
  320. padding: 23px;
  321. position: absolute;
  322. background-color: #000;
  323. margin-left: 283px;
  324. margin-top: 0px;
  325. }
  326.  
  327.  
  328. #links {
  329. position: fixed;
  330. margin-top: 520px;
  331. text-align: left;
  332. width: 300px;
  333. font-size: 13pt;
  334. line-height: 6pt;
  335. margin-left: 550px;
  336. }
  337.  
  338. #links a {
  339. color: {color:navlinks};
  340. font-weight: bold;
  341. margin-right: 20px;
  342. font-family: 'Bebas Neue', cursive;
  343. text-transform: uppercase;
  344. }
  345.  
  346. #links a:hover {
  347. color: {color:bold};
  348. font-style: normal;
  349. }
  350.  
  351.  
  352. #pages {
  353. text-align: left;
  354. position: fixed;
  355. margin-left: 750px;
  356. margin-top: 70px;
  357. }
  358.  
  359. #pages a {
  360. line-height: 25px;
  361. font-size: 30px;
  362. }
  363.  
  364. #pages img {
  365. width: 60px; transition-duration: 0.6s;
  366. -moz-transition-duration: 0.6s;
  367. -webkit-transition-duration: 0.6s;
  368. -o-transition-duration: 0.6s;
  369. }
  370.  
  371. #pages img:hover {
  372. margin-left: 5px; transition-duration: 0.6s;
  373. -moz-transition-duration: 0.6s;
  374. -webkit-transition-duration: 0.6s;
  375. -o-transition-duration: 0.6s;
  376. }
  377.  
  378. #ask {
  379. border-bottom: 4px double {color:borders};
  380. width: auto;
  381. padding: 10px;
  382. height: auto;
  383. font-size: 15pt;
  384. }
  385.  
  386. #pa { margin-top: 3px;
  387. text-align: center;
  388. }
  389.  
  390.  
  391. </style>
  392.  
  393. </head>
  394.  
  395. <body>
  396.  
  397. <div id="pages">
  398. <a href="{text:link1url}" title="{text:link1title}"><img src="{image:dreamball}"><br>
  399. <a href="{text:link2url}" title="{text:link2title}"><img src="{image:dreamball}"><br>
  400. <a href="{text:link3url}" title="{text:link3title}"><img src="{image:dreamball}"><br>
  401. <a href="{text:link4url}" title="{text:link4title}"><img src="{image:dreamball}"><br>
  402. <a href="{text:link5url}" title="{text:link5title}"><img src="{image:dreamball}"><br>
  403. <a href="{text:link6url}" title="{text:link6title}"><img src="{image:dreamball}"><br>
  404. <a href="{text:link7url}" title="{text:link7title}"><img src="{image:dreamball}">
  405. </a>
  406. </div>
  407.  
  408. <div id="sidebar">
  409. <div id="description">
  410. {description}</div>
  411. <div id="pa">
  412. {block:Pagination}
  413. {block:PreviousPage}
  414. <a href="{PreviousPage}">fall</a> /
  415. {/block:PreviousPage} {block:NextPage}<a href="{NextPage}">rise</a>
  416. {/block:NextPage}
  417. {/block:Pagination}</div>
  418.  
  419. </div>
  420.  
  421. </div>
  422.  
  423. <div id="posts">
  424.  
  425.  
  426. {block:Posts}<div id="post">
  427.  
  428.  
  429.  
  430. {block:Text}<div id="h1">{block:Title}{Title}{/block:Title}</div>{Body}{/block:Text}
  431.  
  432. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}" style="margin-bottom: 10px;">{LinkCloseTag}{block:Caption}
  433.  
  434. {Caption} {/block:Caption}{/block:Photo}
  435.  
  436. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}
  437.  
  438. {/block:Photoset}
  439.  
  440. {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}
  441.  
  442. {block:Link}<div id="h1"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}
  443.  
  444. {Description}{/block:Description}{/block:Link}
  445.  
  446. {block:Chat}{block:Title}<div id="h1">{Title}</div>{/block:Title}{block:Lines}{block:Label}<b>
  447.  
  448. <div id="l">{Label}</b>{/block:Label} {Line}<br></div>{/block:Lines}{/block:Chat}
  449.  
  450. {block:Audio}
  451. <div id="audio">
  452. {block:TrackName}
  453. <div id="musicinfo" style="margin-top: 5px;">
  454. {AudioPlayerGrey} <br>
  455. {TrackName} by
  456. {/block:TrackName}
  457. {block:Artist}
  458. {Artist}
  459. {/block:Artist}
  460.  
  461. </div>
  462. </div>
  463. {block:caption}<div id="caption">{Caption} </div>{/block:caption}
  464. {/block:Audio}
  465.  
  466.  
  467. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  468.  
  469. {block:Answer}
  470. <div id="ask">
  471. <div id="qq" style="margin-top: 0px;">
  472. {Asker} asked,<br>
  473. <span style="font-weight: normal;font-family: 'Montserrat', sans-serif; color: {color:text}; font-size: 10pt;">" {Question} "</span></div>
  474. </div>
  475. {Answer}{/block:Answer}
  476.  
  477. <div id="info">
  478. <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>
  479. <div id="tags">
  480. {block:HasTags}{block:Tags} <a href="{TagURL}" style="font-family:'Montserrat', sans-serif; font-size: 10px; line-height: 13px; color: #fff;">#{Tag} </a>
  481. {/block:Tags}{/block:HasTags}
  482. </div>
  483. </div>
  484.  
  485.  
  486. </div>
  487. {block:PostNotes}<Div style="width: 400px;">
  488.  
  489.  
  490. {PostNotes}</div>{/block:PostNotes}
  491. {/block:Posts}</div>
  492.  
  493.  
  494. <div id="credit">
  495. <a href="https://anacommissions.tumblr.com/" title="theme & graphics by anacommissions">AC</a>
  496. </div>
  497.  
  498.  
  499.  
  500.  
  501.  
  502. </body>
  503.  
  504.  
  505.  
  506. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement