wuunderstruckthemes

THEME #11 - QUEENS BOULEVARD

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