Advertisement
worstaudrina

blah

Apr 8th, 2020
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.09 KB | None | 0 0
  1. <!--
  2.  
  3. THEME 15 BY CEDRICDIGGERY.TUMBLR.COM ;; TWIN SKELETONS
  4.  
  5. PLEASE FOLLOW THE RULES - DO NOT REMOVE THIS TEXT - ALL RIGHTS RESERVED
  6.  
  7. -->
  8.  
  9. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  10.  
  11. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  12.  
  13. <script>
  14.  
  15. (function($){
  16.  
  17. $(document).ready(function(){
  18.  
  19. $("a[title]").style_my_tooltips({
  20.  
  21. tip_follows_cursor:true,
  22.  
  23. tip_delay_time:30,
  24.  
  25. tip_fade_speed:30,
  26.  
  27. attribute:"title"
  28.  
  29. });
  30.  
  31. });
  32.  
  33. })(jQuery);
  34.  
  35. </script>
  36.  
  37. <title>{Title}</title>
  38. <link rel="shortcut icon" href="{Favicon}">
  39. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  40. <link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
  41.  
  42. <meta name="image:sidebar" content="">
  43. <meta name="color:text" content="#000">
  44. <meta name="color:background" content="#fff">
  45. <meta name="color:link" content="#888">
  46. <meta name="color:link hover" content="#000">
  47. <meta name="color:borders" content="#ccc">
  48. <meta name="color:scrollbar" content="#888">
  49. <meta name="color:scrollbar background" content="#ccc">
  50. <meta name="text:link one" content="">
  51. <meta name="text:link one url" content="/">
  52. <meta name="text:link two" content="">
  53. <meta name="text:link two url" content="/">
  54. <meta name="text:link three" content="">
  55. <meta name="text:link three url" content="/">
  56. <meta name="text:link four" content="">
  57. <meta name="text:link four url" content="/">
  58. <meta name="text:link five" content="">
  59. <meta name="text:link five url" content="/">
  60.  
  61.  
  62. <style type="text/css">
  63.  
  64. ::-webkit-scrollbar {
  65. width: 3px;
  66. height: 3px;
  67. background: {color:scrollbar background};
  68. }
  69.  
  70. ::-webkit-scrollbar-thumb {
  71. background-color:{color:scrollbar};
  72. border: 1px solid {color:scrollbar};
  73. }
  74.  
  75. #s-m-t-tooltip {
  76. max-width:300px;
  77. background-color:{color:background};
  78. font-size:10.5px;
  79. color:{color:text};
  80. letter-spacing:1px;
  81. text-transform:lowercase;
  82. font-family:times;
  83. font-style:italic;
  84. border:1px solid {color:text};
  85. padding:7px;
  86. margin:0px 20px 0px 20px;
  87. z-index:9999999999999999999999;
  88. }
  89.  
  90. body {
  91. background-color:{color:background};
  92. color:{color:text};
  93. font-family:times;
  94. font-size:10.5px;
  95. text-align:justify;
  96. line-height:18px;
  97. }
  98.  
  99. a {
  100. color:{color:link};
  101. text-decoration:none;
  102. font-style:normal;
  103. -webkit-transition:all 0.5s;
  104. -moz-transition:all 0.5s;
  105. -ms-transition:all 0.5s;
  106. -o-transition:all 0.5s;
  107. }
  108.  
  109. a:hover {
  110. color:{color:link hover};
  111. -webkit-transition:all 0.5s;
  112. -moz-transition:all 0.5s;
  113. -ms-transition:all 0.5s;
  114. -o-transition:all 0.5s;
  115. }
  116.  
  117. blockquote {
  118. border-left:1px solid {color:text};
  119. padding-left:10px;
  120. margin-left:50px;
  121. }
  122.  
  123. big {
  124. font-size:15px;
  125. }
  126.  
  127. small {
  128. font-size:8.5px;
  129. }
  130.  
  131. h2 {
  132. font-size:15px;
  133. text-transform:lowercase;
  134. color:{color:text};
  135. font-family:times;
  136. text-align:center;
  137. }
  138.  
  139. .asidebar {
  140. top:246px;
  141. width:250px;
  142. left:67px;
  143. position:fixed;
  144. background-color:{color:background};
  145. color:{color:text};
  146. margin:0 auto;
  147. }
  148.  
  149. #desc {
  150. text-align:center;
  151. font-size:10px;
  152. margin-left:15px;
  153. margin-right:15px;
  154. padding-bottom:5px;
  155. border-bottom:1px solid {color:borders};
  156. }
  157.  
  158. #links {
  159. text-transform:lowercase;
  160. margin:10px;
  161. word-spacing:10px;
  162. text-align:center;
  163. }
  164.  
  165. #links a:hover {
  166. text-decoration:underline;
  167. color:{color:link hover};
  168. }
  169.  
  170. #sidebarimage img {
  171. width:50px;
  172. height:50px;
  173. border-radius:100%;
  174. padding:5px;
  175. margin-left:94px;
  176. margin-bottom:5px;
  177. -moz-transition-duration:0.5s;
  178. -webkit-transition-duration:0.5s;
  179. -o-transition-duration:0.5s;
  180. }
  181.  
  182. #sidebarimage img:hover {
  183. cursor:help;
  184. opacity:0.7;
  185. -moz-transition-duration:0.5s;
  186. -webkit-transition-duration:0.5s;
  187. -o-transition-duration:0.5s;
  188. }
  189.  
  190. /*NOTES ON PERMALINK PAGE*/
  191. #notes {
  192. text-align:left;
  193. font-size:10px;
  194. margin-right:auto;
  195. margin-left:500px;
  196. width:500px;
  197. }
  198.  
  199. #notes li {
  200. list-style:none;
  201. padding-bottom:3px;
  202. padding-top:3px;
  203. border-bottom:1px solid {color:text};
  204. }
  205.  
  206. /* ALL POSTS*/
  207. .allposts {
  208. width:500px;
  209. margin-left:500px;
  210. margin-top:100px;
  211. margin-bottom:100px;
  212. text-align:justify;
  213. color:{color:text};
  214. -webkit-transition:all 0.5s;
  215. -moz-transition:all 0.5s;
  216. -ms-transition:all 0.5s;
  217. -o-transition:all 0.5s;
  218. }
  219.  
  220. .navigation {
  221. width: 500px;
  222. text-align:center;
  223. z-index: 10;
  224. padding: 10px 0px;
  225. bottom: 0px;
  226. margin-left:500px;
  227. margin-right:auto;
  228. margin-bottom:57px;
  229. color:{color:text};
  230. }
  231.  
  232. .navigation a {
  233. padding: 5px;
  234. margin:0 12px;
  235. color:{color:link};
  236. border-top:1px solid {color:background};
  237. transition:all 0.5;
  238. -webkit-transition:all 0.5s;
  239. -moz-transition:all 0.5s;
  240. -ms-transition:all 0.5s;
  241. -o-transition:all 0.5s;
  242. }
  243.  
  244. .current_page {
  245. padding:5px;
  246. background-color:{color:background};
  247. border-top:1px solid {color:description};
  248. transition:all 0.5;
  249. -webkit-transition:all 0.5s;
  250. -moz-transition:all 0.5s;
  251. -ms-transition:all 0.5s;
  252. -o-transition:all 0.5s;
  253. }
  254.  
  255. .navigation a:hover {
  256. text-decoration:none;
  257. letter-spacing:0px;
  258. color:{color:link hover};
  259. text-decoration:none;
  260. border-top:1px solid {color:description};
  261. }
  262.  
  263.  
  264. /*POST INFO*/
  265. .allposts .info {
  266. opacity:1;
  267. border-top:1px solid {color:borders};
  268. -webkit-transition:all 0.5s;
  269. -moz-transition:all 0.5s;
  270. -ms-transition:all 0.5s;
  271. -o-transition:all 0.5s;
  272. }
  273.  
  274. /*HOVER TAGS*/
  275. .allposts .tags {
  276. opacity:0;
  277. -webkit-transition:all 0.5s;
  278. -moz-transition:all 0.5s;
  279. -ms-transition:all 0.5s;
  280. -o-transition:all 0.5s;
  281. }
  282.  
  283. .allposts:hover .tags {
  284. opacity:1;
  285. -webkit-transition:all 0.5s;
  286. -moz-transition:all 0.5s;
  287. -ms-transition:all 0.5s;
  288. -o-transition:all 0.5s;
  289. }
  290.  
  291. .allposts:hover .tags a:hover {
  292. text-decoration:underline;
  293. color:{color:link hover};
  294. }
  295.  
  296. /*TEXT POSTS*/
  297. tp {
  298. font-family: times;
  299. font-size:10px;
  300. line-height:18px;
  301. text-align:left;
  302. }
  303.  
  304. #tptitle {
  305. text-align:center;
  306. text-transform:none;
  307. font-style:normal;
  308. text-decoration:none;
  309. font-size:20px;
  310. }
  311.  
  312. /*PHOTO POSTS*/
  313. #photo {
  314. width:500px;
  315. text-align:left;
  316. color:{color:text};
  317. }
  318.  
  319. /*PHOTOSET POSTS*/
  320. #photoset {
  321. text-align:left;
  322. color:{color:text};
  323. }
  324.  
  325. /*QUOTE POSTS*/
  326. #quotet {
  327. font-size:15px;
  328. font-family:times;
  329. color:{color:text};
  330. }
  331.  
  332. #source {
  333. text-align:right;
  334. font-size:10px;
  335. font-family:times;
  336. padding:5px;
  337. margin:top:5px;
  338. color:{color:text};
  339. font-style:italic;
  340. }
  341.  
  342. #source a {
  343. color:{color:link};
  344. font-style:italic;
  345. }
  346.  
  347. #source a:hover {
  348. color:{color:link hover};
  349. }
  350.  
  351. /*LINK POSTS*/
  352. #linkcap {
  353. text-align:center;
  354. font-size:10px;
  355. text-transform:none;
  356. }
  357.  
  358. .actuallink {
  359. font-size:20px;
  360. text-transform:none;
  361. text-decoration:none;
  362. font-style:normal;
  363. }
  364.  
  365. /*CHAT POSTS*/
  366. #chat ul {
  367. font-family:times;
  368. font-size:10px;
  369. list-style:none;
  370. }
  371.  
  372. .label {
  373. text-transform:uppercase;
  374. font-weight:bold;
  375. }
  376.  
  377. /*VIDEO POSTS*/
  378. #vid {
  379. text-align:left;
  380. font-family:times;
  381. }
  382.  
  383. /*AUDIO POSTS*/
  384. #audioplayer {
  385. width:30px;
  386. height:30px;
  387. overflow:hidden;
  388. position:absolute;
  389. margin-top:5px;
  390. margin-left:35px;
  391. opacity:0.7;
  392. -moz-border-radius: 30px;
  393. -webkit-border-radius: 30px;
  394. border-radius: 30px;
  395. box-shadow:1px 3px {color:borders};
  396. }
  397.  
  398. /*ASK BOX MESSAGE POSTS*/
  399. #ask span {
  400. font-style:normal;
  401. }
  402.  
  403. #msg {
  404. font-family:times;
  405. font-size:10px;
  406. margin-bottom:5px;
  407. border-bottom:1px solid {color:borders};
  408. }
  409.  
  410. #reply {
  411. font-family:times;
  412. font-size:10px;
  413. margin-top:5px;
  414. }
  415.  
  416. #pagination {
  417. width:500px;
  418. margin-left:500px;
  419. margin-bottom:100px;
  420. text-align:center;
  421. font-family:times;
  422. }
  423.  
  424. #pagination a {
  425. font-family:times;
  426. text-transform:lowercase;
  427. word-spacing:5px;
  428. }
  429.  
  430. #pagination a:hover {
  431. text-shadow:0px 0px 5px {color:link hover};
  432. color:transparent;
  433. font-style:italic;
  434. word-spacing:5px;
  435. }
  436.  
  437. #cr {
  438. position:fixed;
  439. font-family:times;
  440. text-transform:none;
  441. font-size:16px;
  442. right:22px;
  443. bottom:25px;
  444. padding:5px;
  445. color:{color:link};
  446. -webkit-transition:0.5s;
  447. -moz-transition:0.5s;
  448. -ms-transition:0.5s;
  449. -o-transition:0.5s;
  450. }
  451.  
  452. #cr a {
  453. padding:5px;
  454. display:inline-block;
  455. border:1px solid {color:borders};
  456. border-radius:100%;
  457. width:50%;
  458. height:50%;
  459. background-color:none;
  460. -webkit-transition:0.5s;
  461. -moz-transition:0.5s;
  462. -ms-transition:0.5s;
  463. -o-transition:0.5s;
  464. }
  465.  
  466. #cr a:hover {
  467. background-color:{color:borders};
  468. display:inline-block;
  469. border:1px solid {color:borders};
  470. border-radius:100%;
  471. width:50%;
  472. height:50%;
  473. color:{color:link hover};
  474. -webkit-transition:0.5s;
  475. -moz-transition:0.5s;
  476. -ms-transition:0.5s;
  477. -o-transition:0.5s;
  478. }
  479.  
  480.  
  481.  
  482. </style></head><body>
  483.  
  484. {block:Posts}
  485. <div class="allposts">
  486.  
  487. {block:Text}
  488. <div id="tptitle"><h2>{Title}</h2></div>
  489. <div id="tp">
  490. {Body}
  491. </div>
  492. {/block:Text}
  493.  
  494. {block:Photo}
  495. <div id="photo">
  496. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  497. {block:Caption}
  498. <div class="caption">{Caption}</div>
  499. {/block:Caption}
  500. </div>
  501. {/block:Photo}
  502.  
  503. {block:Photoset}
  504. <div id="photoset">
  505. {Photoset-500}
  506. {block:Caption}
  507. <div class="caption">{Caption}</div>
  508. {/block:Caption}
  509. </div>
  510. {/block:Photoset}
  511.  
  512. {block:Quote}
  513. <div id="quote">
  514. <div id="quotet">“{Quote}”</div>
  515. {block:Source}
  516. <div id="source">&mdash; {Source}</div>
  517. {/block:Source}
  518. </div>
  519. {/block:Quote}
  520.  
  521. {block:Link}
  522. <div id="linkcap">
  523. {block:PostTitle}<h2><a href="{Permalink}">{Title}</a></h2>{/block:PostTitle}
  524. <a href="{URL}" class="actuallink" {Target}>{Name}</a>
  525. {block:Description}
  526. <div class="linkdesc">{Description}</div>
  527. {/block:Description}
  528. </div>
  529. {/block:Link}
  530.  
  531. {block:Chat}
  532. <div id="chat">
  533. <h2>{Title}</h2>
  534. <ul>
  535. {block:Lines}
  536. <strong><li><div class="{Alt} user_{UserNumber}"></strong>
  537. {block:Label}
  538. <span class="label">{Label}</span>
  539. {/block:Label}{Line}
  540. </li>
  541. {/block:Lines}
  542. </ul>
  543. </div>
  544. {/block:Chat}
  545.  
  546. {block:Video}
  547. <div id="video">
  548. {block:PostTitle}<h2>{Title}</h2>{/block:PostTitle}
  549. {Video-500}
  550. {block:Caption}
  551. <div class="caption">{Caption}
  552. </div>
  553. {/block:Caption}
  554. </div>
  555. {/block:Video}
  556.  
  557. {block:Audio}
  558. <div id="audio">
  559. <table style="padding:5px; background-color:{color:background};margin-bottom:5px;">
  560. <tr>
  561. <td style="vertical-align:top; padding-right:10px;"><div id="audioplayer">{AudioPlayerWhite}</div>
  562. <td style="vertical-align:top; font-size:10px; line-height:12px; padding-left:67px"> {block:TrackName}<b>TITLE:</b> {TrackName} <br />{/block:TrackName}
  563. {block:Artist}<b>ARTIST:</b> {Artist} <br />{/block:Artist}
  564. {block:Album}<b>ALBUM:</b> {Album} <br />{/block:Album}
  565. {block:PlayCount}<b>PLAYED:</b> {FormattedPlayCount} times{/block:PlayCount}
  566. </td>
  567. </tr>
  568. </table>
  569. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  570. </div>
  571. {/block:Audio}
  572.  
  573. {block:Answer}
  574. <div id="msg">
  575. <span><i>{Asker}</i></span> said: {Question}<br></div>
  576.  
  577. <div id="reply">{Replies}</div>
  578. {/block:Answer}
  579.  
  580. <div class="info">
  581. <a href="{Permalink}" title="{DayOfMonthWithZero} {Month}">{MonthNumber}.{DayOfMonth}.{Year} </a> //
  582. <a href="{Permalink}">{NoteCountWithLabel}</a> //
  583. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{/block:RebloggedFrom} //
  584. {block:ContentSource} <a href="{SourceURL}" title="{SourceTitle}">source</a>{/block:ContentSource}
  585. {block:HasTags}
  586. <div class="tags">
  587. Filed under: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  588. </div>
  589. {/block:HasTags}
  590. </div>
  591. </div>
  592. {/block:Posts}
  593.  
  594. {block:PermalinkPage}
  595. {block:PostNotes}
  596.  
  597. <div id="notes"><font style="text-transform:lowercase; text-align:left;">{PostNotes}</div></font>
  598.  
  599. {/block:PostNotes}
  600. {/block:PermalinkPage}
  601.  
  602. <div class="asidebar">
  603. <div id="sidebar">
  604. <div id="sidebarimage">
  605. <a title="{title}" href="/"><img src="{image:sidebar}"></a>
  606. </div>
  607.  
  608. <div id="desc">{Description}</div>
  609. <div id="links">
  610. <a href="{text:link one url}">{text:link one}</a>
  611. <a href="{text:link two url}">{text:link two}</a>
  612. <a href="{text:link three url}">{text:link three}</a>
  613. <a href="{text:link four url}">{text:link four}</a>
  614. <a href="{text:link five url}">{text:link five}</a>
  615. </div>
  616. </div></div>
  617.  
  618. <div id="pagination">
  619. {block:Pagination}
  620. {block:PreviousPage}
  621. <a href="{PreviousPage}">prior</a>
  622. {/block:PreviousPage}
  623. &mdash;
  624. {block:NextPage}
  625. <a href="{NextPage}">forth</a>
  626. {/block:NextPage}
  627. {/block:Pagination}
  628. </div>
  629.  
  630. <div id="cr"><a href="https://chochang.co.vu/" title="themes by cedricdiggery">S</a></div>
  631.  
  632. </html></body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement