wuunderstruckthemes

THEME #20 - SUBLIMINAL THINGS

Dec 16th, 2019 (edited)
3,419
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.09 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head><title>{Title}</title>
  3. <link rel="shortcut icon" href="{Favicon}">
  4. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  5. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  6.  
  7.  
  8. <!-- ✧ THEME #20 BY SKYOFRP - SUBLIMINAL THINGS. ✧
  9.  
  10. theme made using a base code by mrsthemes. fonts hosted by google fonts & ganseycnfire. icons hosted by suiomi. imessage code by animalities. audio player code by padyluppet (& modified by me).
  11.  
  12. edit as much as you'd like for personal use, and use it to learn html if you wish, but do not use as a base code and do not directly lift code from this theme and redistribute it as your own. do not touch the credit.
  13.  
  14. enjoy and let me know if you have any questions or problems! if you run into a bug or an issue, drop me an ask and i'll try to help! and finally, thank you for using my theme, it means the world.-->
  15.  
  16.  
  17. <!--------default variables-------->
  18. <meta name="color:background" content="#11261c"/>
  19. <meta name="color:container" content="#d8dad7" />
  20. <meta name="color:posts" content="#eeeeee" />
  21. <meta name="color:accent" content="#113e41" />
  22. <meta name="color:accent2" content="#570300" />
  23. <meta name="color:text" content="#222222"/>
  24. <meta name="color:chat bubble 1" content="#c8cec1">
  25. <meta name="color:chat bubble 2" content="#ffffff">
  26.  
  27. <meta name="image:background image" content=""/>
  28. <meta name="image:sidebar" content=""/>
  29.  
  30. <meta name="text:title" content="your title.">
  31. <meta name="text:subtitle" content="">
  32. <meta name="text:icon hover text" content="">
  33. <meta name="text:link 1 title" content="link">
  34. <meta name="text:link 1 url" content=" ">
  35. <meta name="text:link 2 title" content="link">
  36. <meta name="text:link 2 url" content=" ">
  37.  
  38. <meta name="if:backgroundimagecover" content="0">
  39.  
  40. <meta name="if:sidebarleft" content="1">
  41. <meta name="if:sidebarright" content="0">
  42.  
  43. <meta name="if:foliage" content="1">
  44. <meta name="if:celestial" content="0">
  45. <meta name="if:standard" content="0">
  46.  
  47.  
  48. <meta name="select:body font" title="Rubik" content="rubik" />
  49. <meta name="select:body font" title="Karla" content="karla" />
  50. <meta name="select:body font" title="Questrial" content="questrial" />
  51. <meta name="select:body font" title="ABeeZee" content="abeezee" />
  52. <meta name="select:body font" title="IBM Plex Sans" content="ibm plex sans" />
  53.  
  54. <meta name="select:icon" title="circle" content="100px">
  55. <meta name="select:icon" title="rounded edges" content="20px">
  56.  
  57. <meta name="select:grayscale" title="0%" content="0%" />
  58. <meta name="select:grayscale" title="60%" content="60%" />
  59. <meta name="select:grayscale" title="70%" content="70%" />
  60. <meta name="select:grayscale" title="80%" content="80%" />
  61. <meta name="select:grayscale" title="90%" content="90%" />
  62. <meta name="select:grayscale" title="100%" content="100%" />
  63.  
  64. <link href="//solrainha.github.io/honeybee/honeybee.css" rel="stylesheet">
  65. <link href="//dl.dropbox.com/s/50g6fbds3rh4m0j/saturnicons.css" rel="stylesheet">
  66.  
  67. <!------------------------TOOLTIPS SCRIPT--------------------->
  68.  
  69. <link href="https://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  70. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  71. <script src="https://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  72. <script>
  73. (function($){
  74. $(document).ready(function(){
  75. $("[title]").style_my_tooltips({
  76. tip_follows_cursor:true,
  77. tip_delay_time:200,
  78. tip_fade_speed:300
  79. });
  80. });
  81. })(jQuery);
  82. </script>
  83.  
  84. <!-------------------------------------------------------------------->
  85.  
  86. <link href="https://fonts.googleapis.com/css?family=ABeeZee|IBM+Plex+Sans|Karla|Questrial|Rubik&display=swap" rel="stylesheet">
  87.  
  88. <style type="text/css">
  89.  
  90. @font-face { font-family: "tamoro script"; src: url('https://dl.dropboxusercontent.com/s/6cjwbj582ho61kv/TamoroScript_PersonalUseOnly.ttf?dl=0'); format("opentype");}
  91.  
  92. /*----------tooltips---------*/
  93.  
  94. #s-m-t-tooltip {
  95. max-width:300px;
  96. margin:15px;
  97. padding:5px;
  98. background:{color:accent};
  99. color:{color:posts};
  100. z-index:999999999999999999999999;
  101. font-size:9px;
  102. font-style:none;
  103. font-weight:bold;
  104. letter-spacing:4px;
  105. font-family:'{select:body font}';
  106. text-transform:lowercase;
  107. box-shadow:1px 1px 3px rgb(0,0,0,.0);
  108. border-bottom:solid 2px {color:accent2};
  109. border-radius:5px;
  110. }
  111.  
  112.  
  113. /*----------scrollbar---------*/
  114.  
  115. ::-webkit-scrollbar-thumb {
  116. height:auto;
  117. background-color:transparent;
  118. border-radius:20px;
  119. }
  120. ::-webkit-scrollbar {
  121. height:7px;
  122. width:3px;
  123. background-color: transparent;
  124. border-radius:50px;
  125. }
  126.  
  127. /*----------basics---------*/
  128.  
  129. body {
  130. background:{color:background} url({image:background image}) repeat right top fixed;
  131. {block:ifbackgroundimagecover}
  132. background-size:cover;
  133. {/block:ifbackgroundimagecover}
  134. color:{color:text};
  135. font-family:'{select:body font}';
  136. line-height:15px;
  137. font-size:11px;
  138. margin:0;
  139. text-align:left;
  140. }
  141.  
  142. blockquote {
  143. padding-left:10px;
  144. border-left:2px solid;
  145. border-color:{color:accent2};
  146. border-radius:0px!important;
  147. margin:10px;
  148. }
  149.  
  150. img {
  151. max-width:100%;}
  152.  
  153. a {
  154. color:{color:accent};
  155. text-decoration:none;
  156. }
  157.  
  158. a:hover {
  159. text-decoration:none;
  160. color: {color:accent2};
  161. -webkit-transition:all 0.5s;
  162. -moz-transition:all 0.5s;
  163. -ms-transition:all 0.5s;
  164. -o-transition:all 0.5s;
  165. transition:all 0.5s;
  166. }
  167.  
  168. b, strong {
  169. color:{color:accent};
  170. }
  171.  
  172. i, em {
  173. color:{color:accent2};
  174. }
  175.  
  176. img {
  177. opacity:1;
  178. text-decoration:none;
  179. }
  180.  
  181. h2 {
  182. font-family:'tamoro script';
  183. text-align:center;
  184. text-transform:lowercase;
  185. font-size:20px;
  186. color:{color:accent};
  187. line-height:100%;
  188. }
  189.  
  190. h1 {
  191. font-family:'{select:body font}';
  192. text-align:center;
  193. text-transform:uppercase;
  194. font-size:20px;
  195. letter-spacing:3px;
  196. border-radius:10px;
  197. color:{color:accent2};
  198. line-height:100%;
  199. }
  200.  
  201. small, sub {
  202. font-size:10px;
  203. }
  204.  
  205.  
  206. /*----------posts---------*/
  207.  
  208. .container {
  209. left:50%;
  210. width:800px;
  211. position:fixed;
  212. }
  213.  
  214. .posts {
  215. {block:IndexPage}
  216. margin-top:35px;
  217. margin-bottom:50px;
  218. padding:15px;
  219. {/block:IndexPage}
  220. {block:PermalinkPage}
  221. margin-top:35px;
  222. margin-bottom:40px;
  223. padding:15px;
  224. border-radius:20px;
  225. {/block:PermalinkPage}
  226. {block:ifsidebarright}
  227. margin-left:30px;
  228. {/block:ifsidebarright}
  229. {block:ifsidebarleft}
  230. margin-left:290px;
  231. {/block:ifsidebarleft}
  232. width:350px;
  233. background-color:{color:posts};
  234. border-radius:20px;
  235. line-height:200%;
  236. }
  237.  
  238. .entries {
  239. margin-left:-375px;
  240. width:720px;
  241. top:50%;
  242. margin-top:-265px;
  243. height:520px;
  244. max-height:520px;
  245. overflow-y:scroll;
  246. background-color:{color:accent};
  247. position:fixed;
  248. padding-left:15px;
  249. border-radius:20px;
  250. }
  251.  
  252. .posts img, .posts blockquote {
  253. max-width: 100%;
  254. height:auto;
  255. border-radius:10px;
  256. -webkit-filter: grayscale({select:grayscale}); /* Safari 6.0 - 9.0 */
  257. filter: grayscale({select:grayscale});
  258. -webkit-transition: all 0.5s ease-in-out;
  259. -moz-transition: all 0.5s ease-in-out;
  260. -o-transition: all 0.5s ease-in-out;
  261. -ms-transition: all 0.5s ease-in-out;
  262. transition: all 0.5s ease-in-out;
  263. opacity:0.8;
  264. }
  265.  
  266. .posts img:hover, .posts blockquote:hover {
  267. -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  268. filter: grayscale(0%);
  269. -webkit-transition: all 0.7s ease-in-out;
  270. -moz-transition: all 0.7s ease-in-out;
  271. -o-transition: all 0.7s ease-in-out;
  272. opacity:1;
  273. }
  274.  
  275.  
  276. .blockquote img {
  277. max-width:100%;
  278. height: auto;
  279. }
  280.  
  281. .photoset
  282. {
  283. border-radius:10px;
  284. -webkit-filter: grayscale({select:grayscale}); /* Safari 6.0 - 9.0 */
  285. filter: grayscale({select:grayscale});
  286. -webkit-transition: all 0.5s ease-in-out;
  287. -moz-transition: all 0.5s ease-in-out;
  288. -o-transition: all 0.5s ease-in-out;
  289. -ms-transition: all 0.5s ease-in-out;
  290. transition: all 0.5s ease-in-out;
  291. opacity:0.8;
  292. }
  293.  
  294. .photoset:hover {
  295. -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  296. filter: grayscale(0%);
  297.  
  298. -webkit-transition: all 0.5s ease-in-out;
  299.  
  300. -moz-transition: all 0.5s ease-in-out;
  301.  
  302. -o-transition: all 0.5s ease-in-out;
  303.  
  304. -ms-transition: all 0.5s ease-in-out;
  305.  
  306. transition: all 0.5s ease-in-out;
  307. opacity:1;
  308. }
  309.  
  310. .video {
  311. width:350px!important;}
  312.  
  313. .video iframe {
  314. width:350px!important;}
  315.  
  316. /*----------post info---------*/
  317.  
  318. .info {
  319. padding-top:20px;
  320. text-transform:lowercase;
  321. padding-bottom:15px;
  322. font-size:8px;
  323. letter-spacing:1px;
  324. margin-top:15px;
  325. text-align:center;
  326. color:{color:posts};
  327. border-radius:7px;
  328. line-height:180%;
  329. }
  330.  
  331. .info a {
  332. color:{color:posts};
  333. background-color:{color:accent};
  334. padding:8px 8px 6px 8px;
  335. border-radius:7px;
  336. }
  337.  
  338. .info a:hover {
  339. color:{color:accent};
  340. background-color:{color:posts};
  341. text-shadow:{color:accent} 2px 2px 8px;
  342. }
  343.  
  344. .tags {
  345. margin-top:15px;
  346. font-size:8px;
  347. letter-spacing:2px;
  348. padding-right:5px;
  349. padding-left:5px;
  350. color:{color:accent};
  351. }
  352.  
  353. .tags a {
  354. margin-right:8px;
  355. color:{color:accent};
  356. background-color:{color:posts};
  357. padding:3px 5px 3px 5px;
  358. border-bottom:solid 2px {color:accent2};
  359. border-radius:0px;
  360. display:inline-block;
  361. margin-bottom:2px;
  362. }
  363.  
  364. .tags a:hover {
  365. color:{color:posts};
  366. background-color:{color:accent2};
  367. border-bottom:solid 2px {color:accent};
  368. border-radius:7px;
  369. -moz-transition-duration:1s;
  370. -webkit-transition-duration:1s;
  371. -o-transition-duration:1s;
  372. }
  373.  
  374.  
  375. /*----------post notes---------*/
  376.  
  377. ol.notes {
  378. padding:10px;
  379. margin:0px 0px 0px 10px;
  380. list-style-type:none;
  381. background-color:{color:posts};
  382. width:400px;
  383. {block:ifsidebarright}
  384. margin-left:30px;
  385. {/block:ifsidebarright}
  386. {block:ifsidebarleft}
  387. margin-left:290px;
  388. {/block:ifsidebarleft}
  389. border-radius:10px;
  390. }
  391.  
  392. ol.notes li.note {
  393. padding:10px;
  394. }
  395.  
  396. ol.notes li.note img.avatar {
  397. vertical-align:-4px;
  398. margin-right:10px;
  399. width:16px;
  400. height:16px;
  401. border-radius:100px;
  402. }
  403.  
  404. ol.notes li.note span.action {
  405. font-weight:none;
  406. }
  407.  
  408. ol.notes li.note .answer_content {
  409. font-weight:normal;
  410. }
  411.  
  412. ol.notes li.note blockquote {
  413. padding:4px 10px;
  414. margin:10px 0px 0px 25px;
  415. }
  416.  
  417. ol.notes li.note blockquote a {
  418. text-decoration:none;
  419. }
  420.  
  421. /*----------sidebar---------*/
  422.  
  423. .sidebar {
  424. position:fixed;
  425. width:220px;
  426. top:50%;
  427. {block:ifsidebarleft}
  428. margin-left:-340px;
  429. {/block:ifsidebarleft}
  430. {block:ifsidebarright}
  431. margin-left:100px;
  432. {/block:ifsidebarright}
  433. background-color:{color:posts};
  434. margin-top:-230px;
  435. height:450px;
  436. z-index:99;
  437. border-radius:20px;
  438. text-align:center;
  439. background-size:cover;
  440. }
  441.  
  442. .inner {
  443. background-color:transparent;
  444. width:220px;
  445. margin:10px;
  446. }
  447.  
  448. .sidebar img {
  449. width:120px;
  450. height:120px;
  451. margin-top:15px;
  452. margin-left:-20px;
  453. border-radius:{select:icon};
  454. box-shadow: 10px 5px 1px {color:accent};
  455. }
  456.  
  457. .sidebar img:hover {
  458. transform: rotate(10deg);
  459. -moz-transition-duration:1s;
  460. -webkit-transition-duration:1s;
  461. -o-transition-duration:1s;
  462. }
  463.  
  464. #sidetitlebg {
  465. width:220px;
  466. height:65px;
  467. background-color:{color:accent2};
  468. margin-left:-10px;
  469. border-radius:0px 0px 20px 20px;
  470. padding-top:5px;
  471. margin-top:15px;
  472. }
  473.  
  474. .sidetitle {
  475. font-family:'{select:body font}';
  476. font-size:22px;
  477. text-transform:uppercase;
  478. font-weight:bold;
  479. margin-top:20px;
  480. text-align:center;
  481. color:{color:accent};
  482. width:220px;
  483. letter-spacing:3px;
  484. }
  485.  
  486. .subtitle {
  487. font-family:'tamoro script';
  488. text-align:center;
  489. color:{color:posts};
  490. font-size:18px;
  491. text-transform:lowercase;
  492. font-weight:bold;
  493. width:220px;
  494. }
  495.  
  496. .pagination {
  497. text-align:center;
  498. font-weight:normal;
  499. padding-top:5px;
  500. letter-spacing:0px;
  501. margin-bottom:50px;
  502. width:400px;
  503. {block:ifsidebarleft}
  504. margin-left:280px;
  505. {/block:ifsidebarleft}
  506. {block:ifsidebarright}
  507. margin-left:10px;
  508. {/block:ifsidebarright}
  509. margin-top:20px;
  510. }
  511.  
  512. .pagination a {
  513. width:60px;
  514. background-color:{color:posts};
  515. color:{color:accent};
  516. font-size:9px;
  517. padding:10px;
  518. border-radius:5px;
  519. font-weight:normal;
  520. text-transform:uppercase;
  521. letter-spacing:4px;
  522. }
  523.  
  524. .pagination a:hover{
  525. -moz-transition-duration:1s;
  526. -webkit-transition-duration:1s;
  527. -o-transition-duration:1s;
  528. background-color:{color:accent2};
  529. color:{color:posts};
  530. }
  531.  
  532. .links {
  533. margin-left:0px;
  534. margin-top:20px;
  535. width:200px;
  536. font-family:'{select:body font}';
  537. position:fixed;
  538. }
  539.  
  540. .links a {
  541. display:inline-block;
  542. background-color:;
  543. color:{color:posts};
  544. background-color:{color:accent2};
  545. margin:3px;
  546. padding:7px 5px 7px 5px;
  547. width:80px;
  548. height:15px;
  549. font-size:11px;
  550. text-transform:uppercase;
  551. font-weight:normal;
  552. letter-spacing:2px;
  553. border-radius:10px;
  554. }
  555.  
  556. .links a:hover {
  557. color:{color:accent};
  558. background-color:{color:posts};
  559. -moz-transition-duration:1s;
  560. -webkit-transition-duration:1s;
  561. -o-transition-duration:1s;
  562. text-shadow: 2px 2px 8px {color:accent};
  563. }
  564.  
  565. .description {
  566. color:{color:text};
  567. width:200px;
  568. text-align:center;
  569. line-height:230%;
  570. letter-spacing:1px;
  571. font-size:9px;
  572. margin-left:-2px;
  573. margin-top:20px;
  574. height:100px;
  575. max-height:100px;
  576. overflow-y:scroll;
  577. padding:3px;
  578. background-color:transparent;
  579. border-radius:10px;
  580. }
  581.  
  582. /*----------quotes---------*/
  583.  
  584. .quote {
  585. text-transform:uppercase;
  586. font-size:15px;
  587. font-weight:bold;
  588. text-align:center;
  589. letter-spacing:3px;
  590. margin-top:10px;
  591. }
  592.  
  593. .quotesource {
  594. text-align:center;
  595. margin-top:10px;
  596. }
  597.  
  598.  
  599. /*----------chat---------*/
  600.  
  601. /* IMESSAGE CHAT POST */
  602. .answer span,
  603.  
  604. .convo li{margin:0 0 5px;border-radius:1em;padding:.5em 10px;max-width:75%;clear:both;position:relative;line-height:normal;}
  605.  
  606. .answer .them,.user_1,.user_3,.user_5,.user_7,.user_9,.user_11{float:left;background:{color:chat bubble 2};color:#000;left:3px}
  607.  
  608. .me::after,.user_1::after,.user_3::after,.user_5::after,.user_7::after,.user_9::after,.user_11::after{content:"";position:absolute;left:-.5em;bottom:0;width:.5em;height:1em;border-right:.5em solid {color:chat bubble 2};border-bottom-right-radius:1em .5em}
  609.  
  610. .answer .me,.user_2,.user_4,.user_6,.user_8,.user_10,.user_12{right:3px;float:right;background-color:{color:chat bubble 1};color:#000}
  611.  
  612. .them::after,.user_2::after,.user_4::after,.user_6::after,.user_8::after,.user_10::after,.user_12::after{content:"";position:absolute;right:-.5em;bottom:0;width:.5em;height:1em;border-left:.5em solid {color:chat bubble 1}; border-bottom-left-radius:1em .5em}
  613.  
  614. .me p,.answer,.asked span{padding:0;margin:0}.answer{overflow:hidden}
  615.  
  616. .asked p {
  617. text-align: left;
  618. margin: 0 0px 10px 0px;
  619. padding: 0;
  620. color: #666666;
  621. font-family:'{select:body font}';
  622. font-size: 12px;
  623. line-height:0%;
  624. }
  625. .footerright .viasrc {
  626. float: left;
  627. }
  628. .asked a {
  629. margin:0;padding:0;
  630. }
  631. .user_4{background-color:{color:chat bubble 1};color:#000}.user_4::after{border-color:{color:chat bubble one}}.user_6{background-color:{color:chat bubble 1};color:#000000}.user_6::after{color: chat bubble 1}}.user_5{background-color:{color:chat bubble 2};color:#000}.user_5::after{{color:chat bubble 2}}.user_3{background-color:{color:chat bubble 2};color:#000}.user_3::after{border-color:{color:chat bubble 2}}.user_7{background-color:{color:chat bubble 2};color:#000}.user_7::after{{color:chat bubble 2}}.user_8{background-color:{color:chat bubble 1};color:#000}.user_8::after{{color:chat bubble 2}}.user_9{color:chat bubble 1}.user_9::after{{color:chat bubble 2}}
  632. .convo {
  633. overflow: hidden;
  634. list-style-type: none;
  635. padding: 0;
  636. margin: 0;
  637. }
  638.  
  639.  
  640. /*----------questions---------*/
  641.  
  642. .question {
  643. background:{color:posts};
  644. padding:10px;
  645. text-align:center;
  646. padding:20px;
  647. border-radius:10px;
  648. color:{color:text};
  649. text-transform:uppercase;
  650. letter-spacing:1px;
  651. }
  652.  
  653. .question img {
  654. float:right;
  655. }
  656.  
  657. .asker {
  658. font-family:'tamoro script';
  659. font-weight:bold;
  660. color:{color:accent};
  661. text-transform:lowercase;
  662. font-size:18px;
  663. }
  664.  
  665. .answer {
  666. padding:10px;
  667. margin-top:-15px;
  668. }
  669.  
  670. /*----------audio---------*/
  671.  
  672. .playerbuttonbg {
  673. position: absolute;
  674. left: 25px;
  675. top: 30px;
  676. background-color:transparent;
  677. padding: 10px;
  678. opacity: .4;
  679. filter: alpha(opacity=40);
  680. -moz-opacity: 0.4;
  681. -khtml-opacity: 0.4;
  682. transition: opacity .7s ease-in-out;
  683. -moz-transition: opacity .7s ease-in-out;
  684. -webkit-transition: opacity .7s ease-in-out;
  685. padding-bottom:20px;
  686. }
  687.  
  688. .playerbuttonbg:hover {
  689. opacity: 1;
  690. filter: alpha(opacity=100);
  691. -moz-opacity: 1;
  692. -khtml-opacity: 1;
  693. }
  694.  
  695. .tumblr_audio_player {
  696. height: 90px;
  697. width: 32px;
  698. }
  699.  
  700. .audioimgwrapper {
  701. position: absolute;
  702. left: 0px;
  703. top: 0px;
  704. -webkit-border-radius: 5px;
  705. -moz-border-radius: 5px;
  706. border-radius: 5px;
  707. overflow: hidden;
  708. width: 100px;
  709. height: 100px;
  710. }
  711.  
  712. .audioimgwrapper img {
  713. width: 100%;
  714. height: auto;
  715. -webkit-border-radius: 5px;
  716. -moz-border-radius: 5px;
  717. border-radius: 5px;
  718. }
  719.  
  720. .trackdetails {
  721. width: auto;
  722. display:inline-block;
  723. margin-left: 200px;
  724. min-height: 85px;
  725. font-family:'{select:body font}';
  726. font-weight:bold;
  727. text-transform:lowercase;
  728. letter-spacing:1px;
  729. text-align:center;
  730. }
  731.  
  732. .audiowrapper {
  733. position: relative;
  734. display:inline-block;
  735. }
  736.  
  737. /*----------credit---------*/
  738.  
  739. .credit {
  740. font-family:'Rubik';
  741. font-size:15px;
  742. position:fixed;
  743. font-weight:normal;
  744. bottom:10px;
  745. right:15px;
  746. z-index:10;
  747. text-align:right;
  748. }
  749.  
  750. .credit a {
  751. background-color:{color:accent};
  752. color:{color:posts};
  753. padding-top:6px;
  754. padding-right:10px;
  755. padding-left:9px;
  756. padding-bottom:3px;
  757. border-radius:5px;
  758. }
  759.  
  760. .credit a:hover {
  761. background-color:{color:posts};
  762. color:{color:accent};
  763. -moz-transition-duration:0.5s;
  764. -webkit-transition-duration:0.5s;
  765. -o-transition-duration:0.5s;
  766. }
  767.  
  768.  
  769. </style>
  770. </head>
  771.  
  772. <body>
  773. <div class="container">
  774.  
  775. <div class="credit">
  776. <a title="skyofrp" href="http://skyofrp.tumblr.com/"><span class="th th-avocado-o
  777. "></span></a></div>
  778.  
  779.  
  780. <div class="sidebar">
  781. <div class="inner">
  782.  
  783. <a href="/" title="{text:icon hover text}"><img src="{image:sidebar}"></a>
  784.  
  785. <div class="links">
  786. {block:IfFoliage}
  787. <a title="home" href="/"><span class="th th-holly"></span> one</a>
  788. <a title="message" href="/ask"><span class="th th-leaf-1"></span> two </a><br>
  789. <a href="{text:link 1 url}" title="{text:link 1 title}"><span class="th th-forest"></span> three</a>
  790. <a href="{text:link 2 url}" title="{text:link 2 title}"><span class="th th-flower-1"></span> four</a>
  791. {/block:IfFoliage}
  792.  
  793. {block:IfCelestial}
  794. <a title="home" href="/"><span class="th th-earth"></span> &nbsp;one</a>
  795. <a title="message" href="/ask"><span class="th th-stars"></span> &nbsp;two</a>
  796. <a title="{text:link 1 title}" href="{text:link 1 url}"><span class="th th-moon"></span> &nbsp;three</a>
  797. <a title="{text:link 2 title}" href="{text:link 2 url}"><span class="th th-planet-1"></span> &nbsp; four</a>
  798. {/block:IfCelestial}
  799. {block:IfStandard}
  800. <a title="home" href="/"><span class="th th-map-1"></span> &nbsp; home</a>
  801. <a title="message" href="/ask"><span class="th th-agenda-1"></span> &nbsp;ask</a>
  802. <br>
  803. <a href="{text:link 1 url}" title="{text:link 1 title}"><span class="th th-megaphone"></span> &nbsp;four</a>
  804. <a href="{text:link 2 url}" title="{text:link 2 title}"><span class="th th-app"></span>&nbsp; four</a>
  805. {/block:IfStandard}
  806.  
  807. <div class="description">{description}</div>
  808.  
  809. <div id="sidetitlebg">
  810. <div class="sidetitle">{text:title}</div>
  811. <div class="subtitle">{text:subtitle}</div>
  812. </div>
  813. </div>
  814.  
  815.  
  816.  
  817. </div>
  818.  
  819. </div>
  820.  
  821. <div class="entries">
  822. {block:Posts}
  823. <div class="posts">
  824.  
  825. {block:Text}
  826. <h1>{block:Title}{Title}{/block:Title}</h1>
  827. {Body}{/block:Text}
  828.  
  829.  
  830. {block:Photo}
  831. {LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}
  832. {block:Caption}{Caption}{/block:Caption}
  833. {/block:Photo}
  834.  
  835.  
  836. {block:Photoset}{Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  837.  
  838.  
  839. {block:Quote}
  840. <div class="quote">&#8220;{Quote}&#8221;</div>
  841. {block:Source}<div class="quotesource"> — <i>{Source}</i></div>
  842. {/block:Source}{/block:Quote}
  843.  
  844.  
  845. {block:Link}
  846. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  847. {block:Description}{Description}{/block:Description}
  848. {/block:Link}
  849.  
  850.  
  851. {block:Chat}
  852. {block:Title}
  853. <h1>{Title}</h1>{/block:Title}<br>
  854. <ul class="convo">{block:Lines}<li class="line_{Alt} user_{UserNumber}">{block:Label}<span class="label"><strong>{Label}</strong></span>{/block:Label}
  855. {Line}</li>{/block:Lines}</ul>
  856. {/block:Chat}
  857.  
  858.  
  859. {block:Audio}
  860. {block:AudioPlayer}
  861. <div class="audiowrapper">
  862. {block:AlbumArt}
  863. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  864. {/block:AlbumArt}
  865.  
  866. <div class="playerbuttonbg">
  867. <div class="newplayerbutton">
  868. <div class="playerbuttonhug">
  869.  
  870. {AudioPlayer}
  871.  
  872. </div>
  873. </div>
  874. </div>
  875.  
  876. <div class="trackdetails">
  877.  
  878. {block:TrackName}<h1>{TrackName}</h1>{/block:TrackName}<br/>
  879. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  880. {block:Album}Album: {Album}{/block:Album}<br/>
  881. {PlayCountWithLabel}
  882.  
  883. </div>
  884. </div>
  885. {/block:AudioPlayer}
  886.  
  887. {block:Caption}{Caption}{/block:Caption}
  888. {/block:Audio}
  889.  
  890.  
  891. {block:Video}
  892. {Video-400}
  893. {block:Caption}{Caption}{/block:Caption}
  894. {/block:Video}
  895.  
  896.  
  897. {block:Answer}
  898. <div class="question"><img src="{AskerPortraitURL-40}">
  899. {Question}<br><div class="asker">&mdash; {Asker}</div></div><br>
  900. <div class="answer">
  901. {Answer}</div>
  902. {/block:Answer}
  903.  
  904. {block:Date}
  905. <div class="info">
  906. <a href="{Permalink}" title="{TimeAgo}"><span class="th th-clock-o"></span></span></a>
  907.  
  908. &nbsp;&nbsp;
  909. <a href="{Permalink}" title="{NoteCountwithLabel}"><span class="th th-heart-1-o"></span></span></a>
  910. &nbsp;&nbsp;
  911.  
  912. {block:RebloggedFrom}
  913. <a href="{ReblogParentURL}" title="via"><span class="th th-upload-o"></span></span></a>
  914. &nbsp;&nbsp;
  915. {/block:RebloggedFrom}
  916. {block:ContentSource}
  917. <a href="{SourceURL}" title="source"><span class="th th-home-o"></span></a>
  918. &nbsp;&nbsp;
  919. {/block:ContentSource}
  920.  
  921. <a href="{ReblogURL}" title="reblog?" target="_blank" class="details"><span class="th th-reload"></span></a>
  922. {/block:Date}
  923.  
  924. {block:HasTags}
  925. <div class="tags">
  926. {block:Tags}
  927.  
  928. <a href="{TagURL}"># {Tag}</a>
  929. {/block:Tags}
  930. </div>
  931. {/block:HasTags}
  932.  
  933.  
  934. </div>
  935. </div>
  936.  
  937.  
  938. {block:PostNotes}
  939. {PostNotes}
  940. {/block:PostNotes}
  941.  
  942.  
  943. {/block:Posts}
  944.  
  945. <div class="pagination">
  946. {block:Pagination}
  947. {block:PreviousPage}
  948. <a href="{PreviousPage}">« sink</a>&nbsp;&nbsp;{/block:PreviousPage}
  949.  
  950. {block:NextPage}
  951. <a href="{NextPage}"> swim » </a>
  952. {/block:NextPage}
  953. {/block:Pagination}
  954. </div>
  955.  
  956. {block:ContentSource}
  957. <!---{SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  958. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  959. {/block:SourceLogo}
  960. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --->
  961. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  962.  
  963.  
  964.  
  965. </body>
  966.  
  967. </div></div></div></div></div></div></div></div></div></div></div>
  968. </html>
Add Comment
Please, Sign In to add comment