Advertisement
alicescreed

smilewithapurpose

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