wuunderstruckthemes

THEME #4 - CARRY ON

Mar 29th, 2018
3,237
0
Never
9
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.91 KB | None | 0 0
  1. <!DOCTYPE html><html><head>
  2.  
  3.  
  4. <!-- ✧ THEME #4 BY SKYOFRP - CARRY ON ✧
  5.  
  6. made using a base code by axialthemes. fonts hosted by dohertys. imessage code by animalities. audio player code by padyluppet.
  7.  
  8. ✧ TERMS OF USE ✧
  9. 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.
  10.  
  11. 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.-->
  12.  
  13. <meta name="color:background" content="#778989">
  14. <meta name="color:container" content="#f8f8f8">
  15. <meta name="color:title" content="#7ca2a2">
  16. <meta name="color:subtitle" content="#c09992">
  17. <meta name="color:links" content="#b2a283">
  18. <meta name="color:links hover" content="#f0bfb6">
  19. <meta name="color:nav links background" content="#bfbab8">
  20. <meta name="color:nav links color" content="#7e615b">
  21. <meta name="color:text shadow" content="#444444">
  22. <meta name="color:text" content="#444444">
  23. <meta name="color:chat bubble 1" content="#c3dfdf">
  24. <meta name="color:chat bubble 2" content="#ffffff">
  25.  
  26. <meta name="text:title" content="">
  27. <meta name="text:subtitle" content="">
  28. <meta name="text:link 1 name" content="link">
  29. <meta name="text:link 1" content="/">
  30. <meta name="text:link 2 name" content="link">
  31. <meta name="text:link 2" content="/">
  32. <meta name="text:link 3 name" content="link">
  33. <meta name="text:link 3" content="/">
  34. <meta name="text:link 4 name" content="link">
  35. <meta name="text:link 4" content="/">
  36.  
  37.  
  38. <meta name="if:webkit scroll bar" content="1">
  39. <meta name="if:show link 1" content="1">
  40. <meta name="if:show link 2" content="1">
  41. <meta name="if:show link 3" content="1">
  42. <meta name="if:show link 4" content="1">
  43.  
  44. <meta name="image:sidebar" content="">
  45. <meta name="image:background image" content="">
  46.  
  47.  
  48. <title>{Title}</title>
  49. <link rel="shortcut icon" href="{Favicon}" />
  50. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  51. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  52.  
  53. <link href="https://fonts.googleapis.com/css?family=Karla:400,400i" rel="stylesheet">
  54. <link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
  55. <script src="https://use.fontawesome.com/59231e1de3.js"></script>
  56. <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
  57.  
  58. <style type="text/css">
  59.  
  60. @font-face { font-family: "hijrnotes"; src: url('https://dl.dropboxusercontent.com/s/452lfychrbgdlb2/Hijrnotes_PERSONAL_USE_ONLY.ttf') ;}
  61.  
  62. body {
  63. background:{color:background} url({image:background image}) repeat fixed;
  64. font-family:karla;
  65. font-weight:normal;
  66. margin:0px;
  67. top:0;
  68. left:0;
  69. word-wrap:break-word;
  70. }
  71.  
  72. {block:IfWebkitScrollBar}
  73. ::-webkit-scrollbar-thumb {
  74. height:auto;
  75. background-color: {color:text};
  76. border:2px solid {color:container};
  77. border-radius:100px;
  78. }
  79. ::-webkit-scrollbar {
  80. height:7px;
  81. width:7px;
  82. background-color: {color:container};
  83. border-radius:20px;
  84. }
  85. {/block:IfWebkitScrollBar}
  86.  
  87. a {
  88. color:{color:links};
  89. text-decoration:none;
  90. -moz-transition-duration:0.5s;
  91. -webkit-transition-duration:0.5s;
  92. -o-transition-duration:0.5s;
  93. }
  94.  
  95. a:hover {
  96. color:{color:links hover};
  97. text-decoration:none;
  98. -moz-transition-duration:0.5s;
  99. -webkit-transition-duration:0.5s;
  100. -o-transition-duration:0.5s;
  101. }
  102.  
  103.  
  104. h1 {
  105. font-size:24pt;
  106. font-weight:normal;
  107. font-family:'hijrnotes';
  108. text-transform:none;
  109. letter-spacing:0px;
  110. line-height:0%;
  111. color:{color:title};
  112. text-shadow: 0 0 2px {color:text shadow};
  113. -ms-transform: rotate(-7deg); /* IE 9 */
  114. -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
  115. transform: rotate(-7deg);
  116. padding-bottom:20px;
  117. }
  118.  
  119. h1 a{
  120. color:{color:title};
  121. }
  122.  
  123. h1 a:hover {
  124. color:{color:links};
  125. }
  126.  
  127. h2 {
  128. text-decoration:none;
  129. text-transform:lowercase;
  130. font-size:28px;
  131. font-family:'hijrnotes';
  132. text-align:center;
  133. line-height:80%;
  134. color:{color:text};
  135. text-shadow:0px 0px 2px {color:text shadow};
  136. padding:5px;
  137. padding-bottom:2px;
  138. font-weight:normal;
  139. letter-spacing:0px;
  140. }
  141.  
  142. h3 {
  143. font-weight:bold;
  144. font-family:montserrat;
  145. font-size:14px;
  146. text-align:center;
  147. font-style:normal;
  148. color:{color:text};
  149. text-transform:uppercase;
  150. letter-spacing:1px;
  151. text-shadow:0 0 2px {color:text shadow};
  152. }
  153.  
  154. h4 {
  155. font-weight:bold;
  156. font-size:10px;
  157. text-transform:uppercase;
  158. color:{color:subtitle};
  159. font-family:'montserrat';
  160. -ms-transform: rotate(-7deg); /* IE 9 */
  161. -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
  162. transform: rotate(-7deg);
  163. line-height:50%;
  164. margin-top:-26px;
  165. text-align:right;
  166. margin-right:25px;
  167. }
  168.  
  169. h5 {
  170. font-weight:normal;
  171. font-size:25px;
  172. font-family:'hijrnotes';
  173. }
  174.  
  175. .photo{
  176.  
  177. -webkit-filter: grayscale(80%); /* Safari 6.0 - 9.0 */
  178. filter: grayscale(80%);
  179.  
  180. -webkit-transition: all 0.5s ease-in-out;
  181.  
  182. -moz-transition: all 0.5s ease-in-out;
  183.  
  184. -o-transition: all 0.5s ease-in-out;
  185.  
  186. -ms-transition: all 0.5s ease-in-out;
  187.  
  188. transition: all 0.5s ease-in-out;
  189. }
  190.  
  191. .photo:hover{
  192.  
  193. -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  194. filter: grayscale(0%);
  195.  
  196. -webkit-transition: all 0.7s ease-in-out;
  197.  
  198. -moz-transition: all 0.7s ease-in-out;
  199.  
  200. -o-transition: all 0.7s ease-in-out;
  201.  
  202. }
  203.  
  204. blockquote {
  205. border-left:2px solid {color:nav links background};
  206. background-color:transparent;
  207. border-radius: 10px;
  208. padding:5px;
  209. margin:5px;
  210. }
  211.  
  212. .credit
  213. {
  214. font-family:'karla';
  215. font-size:13px;
  216. font-weight:bold;
  217. float:right;
  218. margin:5px;
  219. }
  220.  
  221. .credit a
  222. {
  223. background-color:{color:container};
  224. border-radius:5px;
  225. font-family:'karla';
  226. font-weight:bold;
  227. font-size:15px;
  228. float:right;
  229. padding:4px 4px 2px 4px;
  230. }
  231.  
  232. .credit a:hover {
  233. background-color:transparent;
  234. color:{color:links hover};
  235. -moz-transition-duration:0.5s;
  236. -webkit-transition-duration:0.5s;
  237. -o-transition-duration:0.5s;
  238. }
  239.  
  240. #theme {
  241. margin:auto;
  242. width:875px;
  243. height:100%;
  244. text-align: center;
  245. background-color:{color:background};
  246. z-index:9990;
  247. position:relative;
  248. }
  249.  
  250.  
  251. #sidewrap {
  252. width:250px;
  253. height:400px;
  254. display:table;
  255. position:fixed;
  256. margin-top:150px;
  257. border-radius:10px;
  258. background-color:{color:container};
  259. }
  260.  
  261. #sidebar {
  262. display:table-cell;
  263. vertical-align:middle;
  264. color: {color:text};
  265. }
  266.  
  267. #sidebar img {
  268. width:100px;
  269. max-height:300px;
  270. border-radius:100px 100px 0px 100px;
  271. -ms-transform: rotate(-5deg); /* IE 9 */
  272. -webkit-transform: rotate(-5deg); /* Chrome, Safari, Opera */
  273. transform: rotate(-5deg);
  274. }
  275.  
  276.  
  277. #titleandstuff {
  278. padding-left:20px;
  279. padding-right:20px;
  280. background-color:{color:container};
  281. }
  282.  
  283. #description {
  284. text-align:center;
  285. font-size:10px;
  286. padding-bottom:20px;
  287. height:75px;
  288. max-height:75px;
  289. overflow-y:scroll;
  290. }
  291.  
  292. .links {
  293. width:210px;
  294. position:relative;
  295. line-height:15px;
  296. font-size:14px;
  297. margin-top:30px;
  298. text-align:center;
  299. font-style:none;
  300. font-family:'karla';
  301. text-transform:uppercase;
  302. margin-bottom:20px;
  303. font-weight:bold;
  304. }
  305.  
  306. .links a {
  307. display:inline-block;
  308. margin-left:2px;
  309. margin-bottom:2px;
  310. padding:5px 5px 3px 5px;
  311. height:15px;
  312. text-align:center;
  313. color:{color:nav links color};
  314. background-color:{color:nav links background};
  315. border-radius:80px;
  316. -moz-transition-duration:1s;
  317. -webkit-transition-duration:1s;
  318. -o-transition-duration:1s;
  319. }
  320.  
  321. .links a:hover {
  322. background-color:transparent;
  323. color:{color:links hover};
  324. -moz-transition-duration:0.5s;
  325. -webkit-transition-duration:0.5s;
  326. -o-transition-duration:0.5s;
  327. }
  328.  
  329. #pagi {
  330. font-size:12px;
  331. font-family:'karla';
  332. text-transform:uppercase;
  333. width:250px;
  334. font-weight:normal;
  335. font-style:normal;
  336. text-align:center;
  337. padding-top:10px;
  338. color:{color:links};
  339. letter-spacing:0px;
  340. }
  341.  
  342. #pagi a {
  343. display:inline-block;
  344. color:{color:nav links color};
  345. background-color:{color:nav links background};
  346. border-radius:80px;
  347. font-weight:bold;
  348. padding:2px 5px 2px 5px;
  349. height:15px;
  350. -moz-transition-duration:0.5s;
  351. -webkit-transition-duration:0.5s;
  352. -o-transition-duration:0.5s;
  353. }
  354.  
  355. #pagi a:hover {
  356. background-color:transparent;
  357. color:{color:links hover};
  358. -moz-transition-duration:1s;
  359. -webkit-transition-duration:1s;
  360. -o-transition-duration:1s;
  361. letter-spacing:3px;
  362. }
  363.  
  364.  
  365. #postscontainer {
  366. margin-left:300px;
  367. margin-top:150px;
  368. padding:10px;
  369. width:420px;
  370. position:fixed;
  371. text-align:justify;
  372. border-radius:10px 5px 10px 10px;
  373. background-color:{color:container};
  374. color:{color:text};
  375. z-index:999;
  376. height:380px;
  377. max-height:380px;
  378. overflow-y:scroll;
  379. }
  380.  
  381. .posts {
  382. background-color:{color:container};
  383. padding:5px 0px 25px 0px;
  384. width:400px;
  385. margin-top:5px;
  386. margin-bottom:20px;
  387. margin-left:10px;
  388. margin-right:10px;
  389. text-align:justify;
  390. font-size:11px;
  391. line-height:100%;
  392. letter-spacing:0px;
  393. color:{color:text};
  394. }
  395.  
  396. .posts img, .posts li, .posts blockquote {
  397. max-width: 100%;
  398. border-radius:10px;
  399. }
  400.  
  401. small, sub {
  402. font-size:10px;
  403. }
  404.  
  405. .photoset
  406. {
  407. border-radius:10px;
  408. }
  409.  
  410. .caption {
  411. width:400px;
  412. text-align:justify;
  413. line-height:120%;
  414. }
  415.  
  416.  
  417. .postinfo {
  418. width:400px;
  419. margin-top:20px;
  420. text-align:center;
  421. line-height:100%;
  422. display:inline-block;
  423. background-color:transparent;
  424. font-family:'karla';
  425. text-transform:uppercase;
  426. letter-spacing:2px;
  427. font-weight:bold;
  428. }
  429.  
  430. .postinfo a {
  431. font-style:normal;
  432. text-transform:uppercase;
  433. letter-spacing:2px;
  434. }
  435.  
  436. .postinfo a:hover {
  437. color:{color:links hover};
  438. }
  439.  
  440. .dates {
  441. display:inline-block;
  442. font-size:11px;
  443. text-transform:none;
  444. font-weight:bold;
  445. letter-spacing:0px;
  446. margin-top:7px;
  447. }
  448.  
  449. .sourcevia {
  450. margin-top:8px;
  451. display:inline;
  452. padding-left:5px;
  453. }
  454.  
  455. .sourcevia img {
  456. border-radius:100%;
  457. width:12px;
  458. height:12px;
  459. margin-right:5px;
  460. margin-top:5px;
  461. }
  462.  
  463. .notesetc {
  464. margin-top:8px;
  465. display:inline-block;
  466. letter-spacing:0px;
  467. }
  468.  
  469. .tags {
  470. text-transform:none;
  471. font-size:8px;
  472. font-weight:bold;
  473. text-align:center;
  474. margin-top:2px;
  475. letter-spacing:1px;
  476. font-family:'montserrat';
  477. opacity:0;
  478. max-height:0px;
  479. line-height:130%;
  480. -webkit-transition: all 0.7s ease;
  481. transition: all 0.7s ease;
  482. -moz-transition: all 0.7s ease;
  483. -o-transition: all 0.7s ease;
  484. }
  485.  
  486. .posts:hover .tags{
  487. opacity:1;
  488. max-height:300px;
  489. -webkit-transition: all 0.7s ease;
  490. transition: all 0.7s ease;
  491. -moz-transition: all 0.7s ease;
  492. -o-transition: all 0.7s ease;}
  493.  
  494. .buttonss {
  495. width:40px;
  496. display:inline;
  497. padding:5px 5px 0px 0px;
  498. }
  499.  
  500. .likee {
  501. opacity:0.7;
  502. display:inline-block;
  503. }
  504.  
  505. .likee:hover {
  506. opacity:1;
  507. }
  508.  
  509. .reblogg {
  510. padding-left:4px;
  511. padding-right:5px;
  512. opacity:0.7;
  513. display:inline-block;
  514. }
  515.  
  516. .reblogg:hover {
  517. opacity:1;
  518. }
  519.  
  520. .chat ol {
  521. line-height:170%;
  522. list-style:none;
  523. width:400px;
  524. margin-left:-40px;
  525. }
  526.  
  527. .line.odd {
  528. background:{color:chat bubble 1};
  529. margin-bottom:0px;
  530. margin-left:auto;
  531. padding:7px;
  532. float:right;
  533. clear:left;
  534. border-radius: 15px;
  535. display:block;
  536. }
  537.  
  538. .line.even {
  539. background:{color:chat bubble 2};
  540. margin-bottom:0px;
  541. padding:7px;
  542. margin-top:30px;
  543. float:left;
  544. margin-right:auto;
  545. border-radius: 15px;
  546. display:block;
  547. }
  548.  
  549. .label {
  550. padding-right:2px;
  551. text-transform:uppercase;
  552. font-weight:bold;
  553. color:{color:text};
  554. font-family:'karla';
  555. padding-left:0px;
  556. }
  557.  
  558. .note {
  559. text-transform:uppercase;
  560. font-style:normal;
  561. font-weight:bold;
  562. letter-spacing:0px;
  563. font-size: 9px;
  564. text-align:left;
  565. line-height:90%;
  566. margin-left:-40px;
  567. }
  568.  
  569. .note li {
  570. list-style-type:none;
  571. padding:10px 25px 10px 25px;
  572. text-align:left;
  573. margin:0px;
  574. -moz-transition-duration:0.5s;
  575. -webkit-transition-duration:0.5s;
  576. -o-transition-duration:0.5s;
  577. line-height:120%;
  578. }
  579.  
  580. .note img {
  581. border-radius:100%;
  582. margin-right:10px;
  583. width:15px;
  584. }
  585.  
  586. .question {
  587. padding:0px;
  588. line-height:120%;
  589. text-align:justify;
  590. font-size:12px;
  591. }
  592.  
  593. .question img {
  594. border:transparent;
  595. border-radius:100px 100px 0px 100px;
  596. width:64px;
  597. float:left;
  598. display:block;
  599. margin-right:10px;
  600. }
  601.  
  602. .playerbuttonbg {
  603. position: absolute;
  604. left: 75px;
  605. top: 75px;
  606. width: 19px;
  607. height: 19px;
  608. background-color: #ffffff;
  609. padding: 10px;
  610. -webkit-border-radius: 40px;
  611. -moz-border-radius: 40px;
  612. border-radius: 40px;
  613. opacity: .4;
  614. filter: alpha(opacity=40);
  615. -moz-opacity: 0.4;
  616. -khtml-opacity: 0.4;
  617. transition: opacity .7s ease-in-out;
  618. -moz-transition: opacity .7s ease-in-out;
  619. -webkit-transition: opacity .7s ease-in-out;
  620. }
  621.  
  622. .playerbuttonbg:hover {
  623. opacity: 1;
  624. filter: alpha(opacity=100);
  625. -moz-opacity: 1;
  626. -khtml-opacity: 1;
  627. }
  628.  
  629. .newplayerbutton {
  630. position: relative;
  631. width: 19px;
  632. height: 19px;
  633. overflow: hidden;
  634. }
  635.  
  636. .tumblr_audio_player {
  637. height: 90px;
  638. width: 270px;
  639. -moz-transform: scale(0.60, 0.60);
  640. -webkit-transform: scale(0.60, 0.60);
  641. -o-transform: scale(0.60, 0.60);
  642. -ms-transform: scale(0.60, 0.60);
  643. transform: scale(0.60, 0.60);
  644. -moz-transform-origin: top left;
  645. -webkit-transform-origin: top left;
  646. -o-transform-origin: top left;
  647. -ms-transform-origin: top left;
  648. transform-origin: top left;
  649. }
  650.  
  651. .audioimgwrapper {
  652. position: absolute;
  653. left: 0px;
  654. top: 0px;
  655. -webkit-border-radius: 5px;
  656. -moz-border-radius: 5px;
  657. border-radius: 5px;
  658. overflow: hidden;
  659. width: 180px;
  660. height: 180px;
  661. }
  662.  
  663. .audioimgwrapper img {
  664. width: 100%;
  665. height: auto;
  666. -webkit-border-radius: 5px;
  667. -moz-border-radius: 5px;
  668. border-radius: 5px;
  669. filter: url(“data:image/svg+xml;utf8,<svg xmlns=’http://www.w3.org/2000/svg’><filter id=’grayscale’><feColorMatrix type=’matrix’ values=’0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0’/></filter></svg>#grayscale”); /* Firefox 3.5+ */
  670.  
  671. filter: gray; /* IE6-9 */
  672.  
  673. -webkit-filter: grayscale(1);
  674.  
  675. -webkit-transition: all 0.5s ease-in-out;
  676.  
  677. -moz-transition: all 0.5s ease-in-out;
  678.  
  679. -o-transition: all 0.5s ease-in-out;
  680.  
  681. -ms-transition: all 0.5s ease-in-out;
  682.  
  683. transition: all 0.5s ease-in-out;
  684. }
  685.  
  686. .audioimgwrapper img:hover {
  687. filter: none;
  688.  
  689. -webkit-filter: grayscale(0);
  690.  
  691. -webkit-transition: all 0.7s ease-in-out;
  692.  
  693. -moz-transition: all 0.7s ease-in-out;
  694.  
  695. -o-transition: all 0.7s ease-in-out;
  696. }
  697.  
  698. .trackdetails {
  699. width: auto;
  700. display:inline-block;
  701. margin-left: 200px;
  702. min-height: 85px;
  703. padding-bottom:80px;
  704. font-family:'karla';
  705. font-weight:bold;
  706. text-transform:lowercase;
  707. letter-spacing:1px;
  708. text-align:center;
  709. }
  710.  
  711. .audiowrapper {
  712. position: relative;
  713. display:inline-block;
  714. }
  715.  
  716. /* IMESSAGE CHAT POST */
  717. .answer span,
  718.  
  719. .convo li{margin:0 0 5px;border-radius:1em;padding:.5em 10px;max-width:75%;clear:both;position:relative}
  720.  
  721. .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}
  722.  
  723. .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}
  724.  
  725. .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}
  726.  
  727. .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}
  728.  
  729. .me p,.answer,.asked span{padding:0;margin:0}.answer{overflow:hidden}
  730.  
  731. .asked p {
  732. text-align: left;
  733. margin: 0 0px 10px 0px;
  734. padding: 0;
  735. color: #666666;
  736. font-family:'karla';
  737. font-size: 12px;
  738. line-height: 0px;
  739. }
  740. .footerright .viasrc {
  741. float: left;
  742. }
  743. .asked a {
  744. margin:0;padding:0;
  745. }
  746. .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}}
  747. .convo {
  748. overflow: hidden;
  749. list-style-type: none;
  750. padding: 0;
  751. margin: 0;
  752. }
  753.  
  754. .tooltip{
  755. display: inline;
  756. position: relative;
  757. }
  758. #s-m-t-tooltip {
  759. max-width:300px;
  760. border-radius: 0px;
  761. padding:5px 4px 5px 4px;
  762. margin:20px 7px -2px 20px;
  763. background-color:{color:container};
  764. border:1px solid #E0E0E0;
  765. font-family:karla;
  766. font-size:9px;
  767. font-weight:bold;
  768. letter-spacing:2px;
  769. text-transform:uppercase;
  770. color:{color:title};
  771. z-index:999999999999999999999999999999999999;
  772. }
  773.  
  774. {CustomCSS}
  775.  
  776. </style>
  777.  
  778. </head>
  779.  
  780. <body>
  781.  
  782.  
  783. <div id="theme">
  784.  
  785.  
  786. <div id="sidewrap">
  787. <div id="sidebar">
  788. <img src="{image:sidebar}">
  789. <div id="titleandstuff">
  790. <h1>{text:title}</h1>
  791. <h4>{text:subtitle}</h4>
  792.  
  793. <div class="links">
  794. <a title="home" href="/"><span class="lnr lnr-home"></span></a>
  795.  
  796. <a title="message" href="/ask"><span class="lnr lnr-inbox"></span></a>
  797.  
  798. {block:ifshowlink1}<a title="{text:link 1 name}" href="{text:link 1}"><span class="lnr lnr-pushpin"></span></a>{/block:ifshowlink1}
  799.  
  800. {block:ifshowlink1}<a title="{text:link 2 name}" href="{text:link 2}"><span class="lnr lnr-diamond"></span></a>{/block:ifshowlink2}
  801. {block:ifshowlink2}<a title="{text:link 3 name}" href="{text:link 3}"><span class="lnr lnr-leaf"></span></a>{/block:ifshowlink3}
  802. {block:ifshowlink3}<a title="{text:link 4 name}" href="{text:link 4}"><span class="lnr lnr-heart-pulse"></span></a>{/block:ifshowlink4}
  803.  
  804. </div>
  805. {block:Description}<div id="description">{description}</div>{/block:Description}
  806.  
  807. </div>
  808.  
  809. {block:Pagination}
  810. <div id="pagi">
  811. {block:PreviousPage}<a href="{PreviousPage}">swim</a>
  812. {/block:PreviousPage}
  813. {block:NextPage}<a href="{NextPage}">sink</a>
  814. {/block:NextPage}
  815. </div>
  816. {/block:Pagination}
  817. </div>
  818.  
  819.  
  820.  
  821. </div>
  822.  
  823.  
  824.  
  825. <div id="postscontainer">
  826.  
  827.  
  828. {block:TagPage}<h2 style="width:400px; padding:10px 0px 30px 0px;">posts tagged with <a href="{TagURL}">{Tag}</a></h2>{/block:TagPage}
  829.  
  830.  
  831. {block:Posts}
  832. <div class="posts">
  833.  
  834. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}<div class="photo">{Body}</div>{/block:Text}
  835.  
  836. {block:Quote}<h2 padding:10px;><b>“</b>{Quote}<b>”</b></h2><h3>— {Source}</h3>{/block:Quote}
  837.  
  838. {block:Link}<a href="{URL}"><h2 style="padding:18px; border-radius: 5px; background-color:{color:nav links background}">{Name} →</h2></a>
  839. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  840.  
  841. {block:Photo}<center>{LinkOpenTag}<div class="photo"><img src="{PhotoURL-400}" alt="{PhotoAlt}"/></div>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  842.  
  843. {block:Panorama}
  844. {LinkOpenTag}
  845. <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}" style="width:400px;"/>
  846. {LinkCloseTag}
  847. {block:Caption}{Caption}{/block:Caption}
  848. {/block:Panorama}
  849.  
  850. {block:Photoset}<center><div class="photo">{Photoset-400}</div></center>
  851. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  852.  
  853. {block:Chat}
  854. {block:Title}
  855. <h3>{Title}</h3>{/block:Title}<br>
  856. <ul class="convo">{block:Lines}<li class="line_{Alt} user_{UserNumber}">{block:Label}<span class="label"><strong>{Label}</strong></span>{/block:Label}
  857. {Line}</li>{/block:Lines}</ul>
  858. {/block:Chat}
  859.  
  860. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  861.  
  862. {block:Answer}
  863. <div class="question"><img src="{AskerPortraitURL-64}">{Question}<div align="right"><h1>{Asker}</h1></div></div>
  864. {Answer}
  865. {/block:Answer}
  866.  
  867. {block:Audio}
  868. {block:AudioPlayer}
  869. <div class="audiowrapper">
  870. {block:AlbumArt}
  871. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  872. {/block:AlbumArt}
  873.  
  874. <div class="playerbuttonbg">
  875. <div class="newplayerbutton">
  876. <div class="playerbuttonhug">
  877.  
  878. {AudioPlayer}
  879.  
  880. </div>
  881. </div>
  882. </div>
  883.  
  884. <div class="trackdetails">
  885.  
  886. {block:TrackName}<h1>{TrackName}</h1>{/block:TrackName}<br/>
  887. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  888. {block:Album}Album: {Album}{/block:Album}<br/>
  889. {PlayCountWithLabel}
  890.  
  891. </div>
  892. </div>
  893. {/block:AudioPlayer}
  894.  
  895. {block:Caption}{Caption}{/block:Caption}
  896. {block:Audio}
  897.  
  898. {block:date}
  899. <div class="postinfo">
  900. <div class="dates"><a href="{Permalink}">{TimeAgo}</a> </div> <div class="notesetc">{block:NoteCount}<a href="{Permalink}">&nbsp;&nbsp;{NoteCountWithLabel} </a>{/block:NoteCount}</div><div class="sourcevia">{block:RebloggedFrom}<a href="{ReblogParentURL}"> <img src="{ReblogParentPortraitURL-16}" title="{ReblogParentName}"> </a> {/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}"> <i class="fa fa-bookmark-o" aria-hidden="true"></i> </a>{/block:ContentSource}</div><div class="buttonss"><a href="{ReblogUrl}"> <i class="fa fa-refresh" aria-hidden="true"></i></a></div>
  901. </div>
  902. {/block:date}
  903.  
  904.  
  905.  
  906.  
  907. {block:HasTags}<div class="tags"><i class="fa fa-tags" aria-hidden="true"></i>
  908. {block:Tags}<a href="{TagURL}"> {Tag} </a>&nbsp; {/block:Tags}</div>
  909. {/block:HasTags}
  910.  
  911.  
  912. {block:PostNotes}<div class="note">
  913. {PostNotes}</div>{/block:PostNotes}
  914.  
  915. </div>
  916. {/block:posts}
  917.  
  918.  
  919. </div>
  920. </div>
  921. <div class="credit" style="position:fixed; bottom:0px; right:0px;"><a title="skyofrp" href="http://www.skyofrp.tumblr.com"><span class="lnr lnr-code"></span></a></div>
  922. </div>
  923.  
  924. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  925.  
  926. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  927.  
  928. <script>
  929.  
  930. (function($){
  931.  
  932. $(document).ready(function(){
  933.  
  934. $("a[title]").style_my_tooltips({
  935.  
  936. tip_follows_cursor:true,
  937.  
  938. tip_delay_time:90,
  939.  
  940. tip_fade_speed:600,
  941.  
  942. attribute:"title"
  943.  
  944. });
  945.  
  946. });
  947.  
  948. })(jQuery);
  949.  
  950. </script>
  951.  
  952. </body>
  953. </html>
Advertisement
Comments
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
Add Comment
Please, Sign In to add comment