jamidanielle_

CARTILAGE

Mar 24th, 2016
1,546
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.37 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html>
  4. <head>
  5.  
  6.  
  7.  
  8.  
  9. <!--------------------------------->
  10. <!------------[CARTILAGE]---------->
  11. <!-----THEME BY FOLKLORE THEMES---->
  12. <!------------MARCH 2016----------->
  13. <!--DO NOT STEAL OR REMOVE CREDIT-->
  14. <!--------------------------------->
  15. <!--------------------------------->
  16.  
  17. <meta name="image:Sidebar Image" content=""/>
  18. <meta name="color:Background" content=""/>
  19. <meta name="color:Sidebar" content=""/>
  20. <meta name="color:Container" content=""/>
  21. <meta name="color:Border" content=""/>
  22. <meta name="color:Text" content=""/>
  23. <meta name="color:Links" content=""/>
  24. <meta name="color:Link Hover" content=""/>
  25. <meta name="color:Border" content=""/>
  26. <meta name="color:Scrollbar" content=""/>
  27. <meta name="text:Link 1 URL" content=""/>
  28. <meta name="text:Link 1 Title" content=""/>
  29. <meta name="text:Link 2 URL" content=""/>
  30. <meta name="text:Link 2 Title" content=""/>
  31. <meta name="text:Link 3 URL" content=""/>
  32. <meta name="text:Link 3 Title" content=""/>
  33. <meta name="if:Circle Sidebar Image" content="0">
  34.  
  35.  
  36. <link href='https://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
  37.  
  38.  
  39.  
  40. <style type="text/css">
  41.  
  42. ::-webkit-scrollbar-thumb:vertical {
  43.  
  44. background-color:{color:Scrollbar};
  45. /*scrollbar's slider color*/
  46. height:100px;
  47. padding:2px;
  48. -moz-border-radius: 0px; /*these make bar rounded*/
  49. border-radius: 0px;
  50. }
  51.  
  52. ::-webkit-scrollbar-thumb:horizontal {
  53. background-color:#fff; /*scrollbar's slider color*/
  54. height:100px !important;
  55. }
  56.  
  57. ::-webkit-scrollbar {
  58. height:10px;
  59. padding:2px;
  60. width:4px; /*width of slider*/
  61. background-color:#fff;
  62. /*scrollbar's main color*/
  63. }
  64.  
  65.  
  66. body{
  67. background-color:{color:Background};
  68. font-family:'Inconsolata',Courier;
  69. width:100%;
  70. }
  71.  
  72.  
  73. a {
  74. text-decoration:none;
  75. color:{color:Links};
  76. -moz-transition-duration: 0.5s;
  77. -o-transition-duration: 0.5s;
  78. -webkit-transition-duration: 0.5s;
  79. transition-duration: 0.5s;
  80. }
  81.  
  82. a:hover{
  83.  
  84. -moz-transition-duration: 0.5s;
  85. -o-transition-duration: 0.5s;
  86. -webkit-transition-duration: 0.5s;
  87. transition-duration: 0.5s;
  88. color:{color:Link Hover};
  89. }
  90.  
  91.  
  92.  
  93.  
  94. #sb{
  95. height:500px;
  96. width:200px;
  97. border:1px solid {color:Border};
  98. float:left;
  99. margin-top:70px;
  100. position:fixed;
  101. margin-left:300px;
  102. background-color:{color:Sidebar};
  103. border:1px solid {color:Sidebar};
  104. }
  105.  
  106.  
  107. #sb img{
  108. width:100px;
  109. height:100px;
  110. margin:30px 50px 0px 50px;
  111.  
  112. {block:IfCircleSidebarImage}
  113. border-radius:50%;
  114. {/block:IfCircleSidebarImage}
  115.  
  116.  
  117.  
  118. }
  119.  
  120.  
  121. #title{
  122. text-transform:uppercase;
  123. text-align:center;
  124. margin-top:50px;
  125. }
  126.  
  127.  
  128.  
  129.  
  130. #desc{
  131. font-size:12px;
  132. text-align:justify;
  133. margin-top:30px;
  134. padding:5px 15px;
  135. }
  136.  
  137.  
  138.  
  139.  
  140. #sb ul{
  141. margin-top:30px;
  142. list-style:none;
  143. font-size:13px;
  144. text-transform:uppercase;
  145. text-align:center;
  146. width:120px;
  147. line-height:20px;
  148. }
  149.  
  150.  
  151.  
  152. .pagination{
  153. text-align:center;
  154. }
  155.  
  156. #wrapper{
  157. border:1px solid {color:Border};
  158. width:500px;
  159. height:500px;
  160. position:fixed;
  161. margin-left:500px;
  162. overflow-y:auto;
  163. overflow-x:hidden;
  164. margin-top:70px;
  165. background-color:{color:Container};
  166.  
  167.  
  168.  
  169. }
  170.  
  171. .posts {
  172.  
  173.  
  174. width:300px;
  175. margin:0 auto;
  176. position:relative;
  177. padding:7px;
  178.  
  179. background-color:{color:Posts bg};
  180.  
  181.  
  182.  
  183.  
  184.  
  185. }
  186.  
  187.  
  188.  
  189. .posts img {
  190.  
  191. margin:0 auto;
  192. width:300px;
  193. }
  194.  
  195.  
  196. .posts .title {
  197. color:{color:Links};
  198. font-size:18px;
  199. font-family:'PT Sans Narrow', sans-serif;
  200. padding:3px 2px 2px 2px;
  201. text-transform:uppercase;
  202.  
  203. }
  204.  
  205. .posts .text {
  206. font-size:11px;
  207. font-family:arial;
  208.  
  209. }
  210.  
  211. .posts h2 {
  212. font-size:14px;
  213. font-weight:normal;
  214. margin:0px;
  215.  
  216. }
  217.  
  218. .posts h2 a {
  219. font-size:12px;
  220. }
  221.  
  222. blockquote {
  223. border-left: solid 1px {color:Text};
  224. margin: 0;
  225. padding-left: 10px;
  226. }
  227.  
  228.  
  229. .posts .photocap {
  230.  
  231. font-size:11px;
  232. padding-bottom:2px;
  233.  
  234.  
  235. }
  236.  
  237.  
  238.  
  239.  
  240.  
  241. .posts .qut {
  242. font-size:14px;
  243. font-style:italic;
  244. text-align:center;
  245.  
  246. }
  247.  
  248. .posts .src {
  249. text-align:right;
  250. margin-top:-7px;
  251. font-size:11px;
  252.  
  253.  
  254. }
  255.  
  256. .posts .qtmrk1 {
  257. font-size:30px;
  258. text-align:center;
  259. font-family:serif;
  260. margin-bottom:4px;
  261. }
  262.  
  263. .posts .qtmrk2 {
  264. font-size:30px;
  265. text-align:center;
  266. font-family:serif;
  267. margin-top:8px;
  268. }
  269.  
  270.  
  271. .posts .photoset {
  272. width:300px;
  273. padding-right:2px;
  274.  
  275. margin:0 auto;
  276.  
  277.  
  278. }
  279.  
  280. .posts .label{
  281. font-family:arial;
  282. display:inline;
  283. font-size:11px;
  284. padding-right:2px;
  285.  
  286. }
  287.  
  288. .posts .lines{
  289. font-family:arial;
  290. display:inline;
  291. font-size:11px;
  292.  
  293. }
  294.  
  295. .question {
  296. font-size:12px;
  297. color:{color:Text};
  298. font-family:arial;
  299. text-align:left;
  300.  
  301. }
  302.  
  303. .asker {
  304. font-size:11px;
  305. color:{color:Links};
  306. font-family:arial;
  307. text-align:left;
  308. padding-top:4px;
  309. padding-bottom:10px;
  310. display:inline;
  311. }
  312.  
  313. .answer {
  314. font-size:12px;
  315. color:{color:Text};
  316. font-family:arial;
  317. text-align:center;
  318.  
  319.  
  320. }
  321.  
  322.  
  323. td img{
  324. max-height:40px;
  325. max-width:40px;
  326. }
  327.  
  328. img {
  329. max-width:100%;
  330. }
  331.  
  332.  
  333.  
  334.  
  335.  
  336. .playerbuttonbg {
  337. position: absolute;
  338. left: 20px;
  339. top: 20px;
  340. width: 19px;
  341. height: 19px;
  342. background-color: #ffffff;
  343. padding: 10px;
  344. -webkit-border-radius: 40px;
  345. -moz-border-radius: 40px;
  346. border-radius: 40px;
  347. opacity: .4;
  348. filter: alpha(opacity=40);
  349. -moz-opacity: 0.4;
  350. -khtml-opacity: 0.4;
  351. transition: opacity .7s ease-in-out;
  352. -moz-transition: opacity .7s ease-in-out;
  353. -webkit-transition: opacity .7s ease-in-out;
  354. }
  355.  
  356. .playerbuttonbg:hover {
  357. opacity: 1;
  358. filter: alpha(opacity=100);
  359. -moz-opacity: 1;
  360. -khtml-opacity: 1;
  361. }
  362.  
  363. .newplayerbutton {
  364. position: relative;
  365. width: 19px;
  366. height: 19px;
  367. overflow: hidden;
  368. }
  369.  
  370. .playerbuttonhug {
  371. position: absolute;
  372. top: -18px;
  373. left: -7px;
  374. }
  375.  
  376. .tumblr_audio_player {
  377. height: 90px;
  378. width: 270px;
  379. -moz-transform: scale(0.60, 0.60);
  380. -webkit-transform: scale(0.60, 0.60);
  381. -o-transform: scale(0.60, 0.60);
  382. -ms-transform: scale(0.60, 0.60);
  383. transform: scale(0.60, 0.60);
  384. -moz-transform-origin: top left;
  385. -webkit-transform-origin: top left;
  386. -o-transform-origin: top left;
  387. -ms-transform-origin: top left;
  388. transform-origin: top left;
  389. }
  390.  
  391. .audioimgwrapper {
  392. position: absolute;
  393. left: 0px;
  394. top: 0px;
  395. -webkit-border-radius: 40px;
  396. -moz-border-radius: 40px;
  397. border-radius: 40px;
  398. overflow: hidden;
  399. width: 79px;
  400. height: 79px;
  401. }
  402.  
  403. .audioimgwrapper img {
  404. width: 100%;
  405. height: auto;
  406. -webkit-border-radius: 40px;
  407. -moz-border-radius: 40px;
  408. border-radius: 40px;
  409. }
  410.  
  411. .trackdetails {
  412. width: auto;
  413.  
  414. display:inline-block;
  415. margin-left: 90px;
  416. min-height: 85px;
  417. font-size:12px;
  418. font-family:sans-serif;
  419. color:{color:Text};
  420. }
  421.  
  422. .audiowrapper {
  423. position: relative;
  424. display:inline-block;
  425. }
  426.  
  427.  
  428. .info{
  429. font-size:12px;
  430. width:300px;
  431. background-color:#fff;
  432. margin:50px auto -8px auto;
  433. padding:15px 0;
  434. text-align:center;
  435. text-transform:uppercase;
  436.  
  437.  
  438.  
  439. }
  440.  
  441.  
  442.  
  443.  
  444. .posts .tags{
  445. opacity:1;
  446.  
  447. font-size:10px;
  448. text-align:center;
  449. padding-top:4px;
  450.  
  451.  
  452. }
  453.  
  454.  
  455.  
  456.  
  457. #notecontainer {
  458. margin: 20px auto;
  459. width: 300px;
  460. font-size: 11px;
  461. }
  462.  
  463. #notecontainer ol.notes {
  464. list-style-type: none;
  465. margin: 0;
  466. padding: 0;
  467. }
  468.  
  469. #notecontainer img.avatar {
  470. margin-right: 10px;
  471. width: 16px;
  472. height: 16px;
  473. }
  474.  
  475. #cred{
  476. position:fixed;
  477. right:5px;
  478. bottom:5px;
  479.  
  480. font-size:12px;
  481.  
  482. }
  483.  
  484.  
  485.  
  486. </style>
  487.  
  488.  
  489.  
  490. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  491. <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
  492.  
  493.  
  494. </head>
  495.  
  496.  
  497. <body>
  498.  
  499. <div id="sb">
  500.  
  501. <div id="title"><a href="/">{Title}</a></div>
  502.  
  503. <img src="{image:Sidebar Image}"/>
  504.  
  505. <div id="desc">{Description}</div>
  506.  
  507.  
  508.  
  509.  
  510. <ul id="navlinks">
  511. <li><a href="/">home</a></li>
  512. <li><a href="/ask">inbox</a></li>
  513. <li><a href="{text:Link 1 URL}">{text:Link 1 Title}</a></li>
  514. <li><a href="{text:Link 2 URL}">{text:Link 2 Title}</a></li>
  515. <li><a href="{text:Link 3 URL}">{text:Link 3 Title}</a></li>
  516.  
  517.  
  518.  
  519.  
  520. </ul>
  521.  
  522.  
  523. <div class="pagination">
  524. {block:PreviousPage}<a href="{PreviousPage}"> ←</a>{/block:PreviousPage}
  525. {block:NextPage}<a href="{NextPage}"> →</a>{/block:NextPage}
  526. </div>
  527.  
  528. </div>
  529.  
  530.  
  531.  
  532.  
  533. <div id="wrapper">
  534.  
  535.  
  536.  
  537.  
  538.  
  539.  
  540.  
  541. {block:Posts}
  542.  
  543.  
  544.  
  545. <div class="info">
  546. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {Year}{/block:Date}</a>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="{Permalink}" >{block:NoteCount}<span style="color:{color:Links};font-size:11px;">♡ </span>{NoteCount}&nbsp;{/block:NoteCount}</a>
  547.  
  548.  
  549.  
  550.  
  551. </div>
  552.  
  553.  
  554.  
  555. <div class="posts">
  556.  
  557. {block:Photo}
  558. {LinkOpenTag}<img src="{PhotoURL-500}" />{LinkCloseTag}
  559. {block:PermalinkPage}
  560. {block:Caption}<div class="photocap">{Caption}</div>{/block:Caption}
  561. {/block:PermalinkPage}
  562. {/block:Photo}
  563.  
  564. {block:Photoset}<div class="photoset">
  565. {Photoset}<!-- edited~ -->
  566. {block:PermalinkPage}
  567. {block:Caption}<div class="photocap">{Caption}</div>{/block:Caption}
  568. {/block:PermalinkPage}
  569. </div>
  570. {/block:Photoset}
  571.  
  572. {block:Video}
  573. <div class="video">{Video-500}</div>
  574. {block:PermalinkPage}
  575. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  576. {/block:PermalinkPage}
  577. {/block:Video}
  578.  
  579. {block:Audio}
  580. {block:AudioPlayer}
  581. <div class="audiowrapper">
  582. {block:AlbumArt}
  583. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  584. {/block:AlbumArt}
  585.  
  586. <div class="playerbuttonbg">
  587. <div class="newplayerbutton">
  588. <div class="playerbuttonhug">
  589.  
  590. {AudioPlayerWhite}
  591.  
  592. </div>
  593. </div>
  594. </div>
  595.  
  596. <div class="trackdetails">
  597.  
  598. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  599. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  600. {block:Album}Album: {Album}{/block:Album}<br/>
  601. {PlayCountWithLabel}
  602.  
  603. </div>
  604. </div>
  605. {/block:AudioPlayer}
  606.  
  607. {block:PermalinkPage} {block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  608. {/block:Audio}
  609.  
  610. {block:Quote}
  611. <div class="qut"><div class="qtmrk1">“</div>{Quote}<div class="qtmrk2">”</div></div>
  612. {block:Source}<div class="src"><br>&mdash; {Source}</div>{/block:Source}
  613. {/block:Quote}
  614.  
  615. {block:Text}
  616. {block:Title}<div class="title">{Title}</div>{/block:Title}
  617. <div class="text">{Body}</div>
  618. {/block:Text}
  619.  
  620. {block:Answer}
  621. <table style="border-bottom:1px solid {color:Border};padding-bottom:5px;margin-bottom:5px;">
  622. <tr>
  623. <td style="vertical-align:top;padding-right:10px;"><img src="{AskerPortraitURL-40}"></td>
  624. <td style="vertical-align:top;"><div class="asker">{Asker} </div><span style="font-size:11px;">asked: </span> <div class="question"><em>{Question}</em></div></td>
  625. </tr>
  626. </table>
  627. <div class="answer">{Answer}</div>
  628. {/block:Answer}
  629.  
  630.  
  631.  
  632. {block:Chat}
  633. {block:Title}<h1>{Title}</h1>{/block:Title}
  634. {block:Lines}{block:Label}<div class="label"><b>{Label}</b></div>{/block:Label}<div class="lines">{Line}</div><br>{/block:Lines}
  635. {/block:Chat}
  636.  
  637. {block:Link}
  638. <div class="title"><a href="{URL}">{Name}</a></div>
  639. {block:Description}
  640. <div class="text">{Description}</div>
  641. {/block:Description}
  642. {/block:Link}
  643.  
  644.  
  645.  
  646. {block:PermalinkPage}
  647. {block:HasTags}<div class="tags">
  648. {block:Tags}
  649. <a href="{TagURL}"> #{Tag}&nbsp;</a>
  650. {/block:Tags}
  651. </div>
  652. {/block:HasTags}
  653. {/block:PermalinkPage}
  654.  
  655. {block:PostNotes}
  656. <div id="notecontainer">{PostNotes}</div>
  657. {/block:PostNotes}
  658. </div>
  659.  
  660.  
  661.  
  662.  
  663. {/block:Posts}
  664.  
  665.  
  666.  
  667. {block:PermalinkPage}
  668. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  669. &nbsp; {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}
  670. {block:RebloggedFrom} <a href="{ReblogParentURL}" ></a>{/block:RebloggedFrom}{/block:PermalinkPage}
  671.  
  672. </div>
  673.  
  674. <div id="cred"><a href="http://folklorethemes.tumblr.com">FLT.</a>
  675. </div>
  676.  
  677.  
  678. </body>
  679.  
  680. </html>
Advertisement
Add Comment
Please, Sign In to add comment