Advertisement
alicescreed

vibechecktm

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