Advertisement
extasisthemes

Crumble

Oct 23rd, 2016
417
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.70 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <!----- Crumble by extasisthemes ----->
  6.  
  7. <head>
  8.  
  9. <title>{Title}</title>
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12.  
  13. <meta name="color:Accent" content="#f8d4d1"/>
  14. <meta name="color:Asker" content="#000000"/>
  15. <meta name="color:Audio Background" content="#ffffff"/>
  16. <meta name="color:Background" content="#f8f8f8"/>
  17. <meta name="color:Blockquote" content="#eeeeee"/>
  18. <meta name="color:Blog Title" content="#000000"/>
  19. <meta name="color:Border" content="#eeeeee"/>
  20. <meta name="color:Caption Background" content="#fafafa"/>
  21. <meta name="color:Caption Border" content="#eeeeee"/>
  22. <meta name="color:Credit" content="#000000"/>
  23. <meta name="color:Credit Background" content="#ffffff"/>
  24. <meta name="color:Header Background" content="#ffffff"/>
  25. <meta name="color:Hover" content="#cfcfcf"/>
  26. <meta name="color:Info Background" content="#ffffff"/>
  27. <meta name="color:Link" content="#000000"/>
  28. <meta name="color:Link Border" content="#eeeeee"/>
  29. <meta name="color:List" content="#eeeeee"/>
  30. <meta name="color:Navigation Background" content="#ffffff"/>
  31. <meta name="color:Post Title" content="#000000"/>
  32. <meta name="color:Post Background" content="#ffffff"/>
  33. <meta name="color:Scrollbar" content="#000000"/>
  34. <meta name="color:Text" content="#000000"/>
  35. <meta name="color:Tooltip Background" content="#ffffff"/>
  36.  
  37. <meta name="text:Link 1" content="/"/>
  38. <meta name="text:Link 1 Title" content="Link One"/>
  39.  
  40. <meta name="text:Title" content="Crumble"/>
  41.  
  42. <meta name="image:Image" content="http://i.imgur.com/NbxQQak.png"/>
  43.  
  44. <meta name="text:Box Title 1" content="About"/>
  45. <meta name="text:Box Title 2" content="Links"/>
  46.  
  47. <meta name="text:Navigation Link 1" content="/"/>
  48. <meta name="text:Navigation Link 1 Title" content="Link One"/>
  49. <meta name="text:Navigation Link 2" content="/"/>
  50. <meta name="text:Navigation Link 2 Title" content="Link Two"/>
  51. <meta name="text:Navigation Link 3" content="/"/>
  52. <meta name="text:Navigation Link 3 Title" content="Link Three"/>
  53. <meta name="text:Navigation Link 4" content="/"/>
  54. <meta name="text:Navigation Link 4 Title" content="Link Four"/>
  55. <meta name="text:Navigation Link 5" content="/"/>
  56. <meta name="text:Navigation Link 5 Title" content="Link Five"/>
  57.  
  58. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  59. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  60. <script>
  61. (function($){
  62. $(document).ready(function(){
  63. $("a[title]").style_my_tooltips({
  64. tip_follows_cursor:true,
  65. tip_delay_time:90,
  66. tip_fade_speed:600,
  67. attribute:"title"
  68. });
  69. });
  70. })(jQuery);
  71. </script>
  72.  
  73. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js" type="text/javascript"></script>
  74. <script type="text/javascript">
  75. $(document).ready(function(){
  76. $(".menu").click(function(){
  77. $(".down").toggleClass("up");
  78. });
  79. });
  80. </script>
  81.  
  82. <style type="text/css">
  83.  
  84. @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,600italic,400italic);
  85.  
  86. ::-webkit-scrollbar-thumb:vertical {
  87. background:{color:Scrollbar};
  88. height:50px;
  89. }
  90.  
  91. ::-webkit-scrollbar {
  92. height:10px;
  93. width:3px;
  94. }
  95.  
  96. #s-m-t-tooltip {
  97. background:{color:Tooltip Background};
  98. border:1px solid {color:Border};
  99. color:{color:Text};
  100. font-family:'Open Sans', sans-serif;
  101. font-size:10px;
  102. font-style:normal;
  103. font-weight:normal;
  104. letter-spacing:0px;
  105. margin-top:20px;
  106. padding:10px;
  107. text-align:center;
  108. text-decoration:none;
  109. text-transform:uppercase;
  110. z-index:999999999999999999999999999999999999;
  111. }
  112.  
  113. body {
  114. background:{color:Background};
  115. color:{color:Text};
  116. cursor:url(http://i.imgur.com/lhPqll6.png), progress;
  117. font-family:'Open Sans', sans-serif;
  118. font-size:11px;
  119. font-style:normal;
  120. font-weight:normal;
  121. letter-spacing:0px;
  122. margin:0px;
  123. text-align:justify;
  124. text-decoration:none;
  125. text-transform:none;
  126. word-break:break-word;
  127. }
  128.  
  129. a {
  130. border-bottom:1px solid {color:Link Border};
  131. color:{color:Link};
  132. text-decoration:none;
  133. -webkit-transition: all 0.5s ease;
  134. -moz-transition: all 0.5s ease;
  135. -o-transition: all 0.5s ease;
  136. }
  137.  
  138. a:hover {
  139. color:{color:Hover};
  140. }
  141.  
  142. h1 {
  143. color:{color:Post Title};
  144. font-family:'Open Sans', sans-serif;
  145. font-size:12px;
  146. font-style:normal;
  147. font-weight:bold;
  148. letter-spacing:0px;
  149. line-height:150%;
  150. text-align:left;
  151. text-decoration:none;
  152. text-transform:none;
  153. }
  154.  
  155. blockquote {
  156. border-left:1px solid {color:Blockquote};
  157. margin:5px;
  158. padding-left:5px;
  159. }
  160.  
  161. blockquote img {
  162. height:auto;
  163. max-width:200px;
  164. }
  165.  
  166. blockquote blockquote {
  167. border-left:1px solid {color:Blockquote};
  168. padding-left:5px;
  169. }
  170.  
  171. ul {
  172. padding:10px;
  173. }
  174.  
  175. li {
  176. list-style:none;
  177. padding:2px 0px 1px 0px;
  178. }
  179.  
  180. li:before {
  181. color:{color:List};
  182. content:'–––––';
  183. letter-spacing:-3px;
  184. padding-right:10px;
  185. }
  186.  
  187. img {
  188. height:auto;
  189. max-width:100%;
  190. }
  191.  
  192. #container {
  193. margin-bottom:200px;
  194. margin-left:auto;
  195. margin-right:auto;
  196. margin-top:200px;
  197. width:440px;
  198. }
  199.  
  200. #header {
  201. background:{color:Header Background};
  202. border-top:1.5px solid {color:Accent};
  203. margin-top:-200px;
  204. padding-bottom:20px;
  205. padding-top:20px;
  206. position:fixed;
  207. width:100%;
  208. z-index:1;
  209. }
  210.  
  211. .tlcontainer {
  212. margin-left:auto;
  213. margin-right:auto;
  214. width:700px;
  215. }
  216.  
  217. .title {
  218. color:{color:Link};
  219. display:inline-block;
  220. font-family:'Open Sans', sans-serif;
  221. font-size:10px;
  222. font-style:normal;
  223. font-weight:900;
  224. letter-spacing:0px;
  225. text-decoration:none;
  226. text-align:left;
  227. text-transform:uppercase;
  228. }
  229.  
  230. .links {
  231. color:{color:Link};
  232. display:inline-block;
  233. font-family:'Open Sans', sans-serif;
  234. font-size:10px;
  235. font-style:normal;
  236. font-weight:normal;
  237. letter-spacing:0px;
  238. text-decoration:none;
  239. text-align:left;
  240. text-transform:uppercase;
  241. }
  242.  
  243. .links a {
  244. border-bottom:none;
  245. display:inline-block;
  246. color:{color:Link};
  247. margin-left:10px;
  248. }
  249.  
  250. .links a:hover {
  251. color:{color:Hover};
  252. }
  253.  
  254. #navigation {
  255. background:{color:Navigation Background};
  256. bottom:0;
  257. left:0;
  258. position:fixed;
  259. width:100%;
  260. z-index:10;
  261. }
  262.  
  263. .dtscontainer {
  264. height:200px;
  265. }
  266.  
  267. .center {
  268. height:250px;
  269. margin-left:auto;
  270. margin-right:auto;
  271. margin-top:20px;
  272. width:530px;
  273. }
  274.  
  275. .image {
  276. height:50px;
  277. position:absolute;
  278. width:50px;
  279. }
  280.  
  281. .image img {
  282. height:50px;
  283. width:50px;
  284. }
  285.  
  286. .down {
  287. height:0px;
  288. -webkit-transition:all 0.6s;
  289. -moz-transition:all 0.3s;
  290. -ms-transition:all 0.6s;
  291. -o-transition:all 0.6s;
  292. transition:all 0.6s;
  293. }
  294.  
  295. .up {
  296. height:200px;
  297. z-index:10000000000;
  298. -webkit-transition:all 0.6s;
  299. -moz-transition:all 0.3s;
  300. -ms-transition:all 0.6s;
  301. -o-transition:all 0.6s;
  302. transition:all 0.6s;
  303. }
  304.  
  305. .box {
  306. margin-bottom:20px;
  307. position:absolute;
  308. width:200px;
  309. }
  310.  
  311. .box-title {
  312. color:{color:Text};
  313. font-family:'Open Sans', sans-serif;
  314. font-size:10px;
  315. font-style:normal;
  316. font-weight:900;
  317. letter-spacing:0px;
  318. text-decoration:none;
  319. text-align:justify;
  320. text-transform:uppercase;
  321. }
  322.  
  323. .box-border {
  324. background:{color:Accent};
  325. height:1.5px;
  326. margin-top:10px;
  327. width:50px;
  328. }
  329.  
  330. .box-content {
  331. color:{color:Text};
  332. font-family:'Open Sans', sans-serif;
  333. font-size:11px;
  334. font-style:normal;
  335. font-weight:normal;
  336. letter-spacing:0px;
  337. margin-top:10px;
  338. text-decoration:none;
  339. text-align:left;
  340. text-transform:none;
  341. }
  342.  
  343. .box-links {
  344. color:{color:Text};
  345. font-family:'Open Sans', sans-serif;
  346. font-size:11px;
  347. font-style:normal;
  348. font-weight:normal;
  349. letter-spacing:0px;
  350. margin-top:5px;
  351. margin-left:-5px;
  352. text-decoration:none;
  353. text-align:left;
  354. text-transform:none;
  355. }
  356.  
  357. .box-links a {
  358. border-bottom:none;
  359. color:{color:Link};
  360. display:inline-block;
  361. margin:5px;
  362. width:88px;
  363. }
  364.  
  365. .box-links a:hover {
  366. color:{color:Hover};
  367. }
  368.  
  369. #posts {
  370. width:400px;
  371. }
  372.  
  373. .entries {
  374. background:{color:Post Background};
  375. padding:20px;
  376. width:400px;
  377. }
  378.  
  379. .caption {
  380. margin-top:5px;
  381. background:{color:Caption Background};
  382. border:1px solid {color:Border};
  383. padding:10px;
  384. }
  385.  
  386. #quote {
  387. color:{color:Text};
  388. font-family:'Open Sans', sans-serif;
  389. font-size:15px;
  390. font-style:normal;
  391. font-weight:normal;
  392. letter-spacing:0px;
  393. padding:10px;
  394. text-align:justify;
  395. text-decoration:none;
  396. text-transform:none;
  397. }
  398.  
  399. #chat {
  400. color:{color:Text};
  401. font-family:'Open Sans', sans-serif;
  402. font-size:10px;
  403. font-style:normal;
  404. font-weight:normal;
  405. letter-spacing:0px;
  406. text-align:justify;
  407. text-decoration:none;
  408. text-transform:uppercase;
  409. }
  410.  
  411. #website {
  412. color:{color:Text};
  413. font-family:'Open Sans', sans-serif;
  414. font-size:12px;
  415. font-style:normal;
  416. font-weight:normal;
  417. letter-spacing:0px;
  418. text-align:justify;
  419. text-decoration:none;
  420. text-transform:none;
  421. }
  422.  
  423. .question {
  424. border:1px solid {color:Border};
  425. color:{color:Text};
  426. font-family:'Open Sans', sans-serif;
  427. font-size:11px;
  428. font-style:normal;
  429. font-weight:normal;
  430. letter-spacing:0px;
  431. margin-bottom:10px;
  432. padding:20px;
  433. text-align:justify;
  434. text-decoration:none;
  435. text-transform:none;
  436. }
  437.  
  438. .asker {
  439. color:{color:Asker};
  440. font-family:'Open Sans', sans-serif;
  441. font-size:11px;
  442. font-style:normal;
  443. font-weight:bold;
  444. letter-spacing:0px;
  445. text-align:justify;
  446. text-decoration:none;
  447. text-transform:uppercase;
  448. }
  449.  
  450. .asker a {
  451. border-bottom:1px solid {color:Border};
  452. color:{color:Asker};
  453. }
  454.  
  455. .asker a:hover {
  456. color:{color:Hover};
  457. }
  458.  
  459. .playbutton {
  460. height:28px;
  461. overflow:hidden;
  462. padding:5px;
  463. position:relative;
  464. width:25px;
  465. }
  466.  
  467. .playbox {
  468. background:{color:Audio Background};
  469. margin-left:17px;
  470. margin-top:17px;
  471. opacity:0.7;
  472. position:absolute;
  473. }
  474.  
  475. .audiodesc {
  476. color:{color:Text};
  477. font-family:'Open Sans', sans-serif;
  478. font-size:10px;
  479. font-style:normal;
  480. font-weight:normal;
  481. letter-spacing:0px;
  482. margin-left:5px;
  483. margin-top:0px;
  484. padding:17px;
  485. position:relative;
  486. text-align:left;
  487. text-decoration:none;
  488. text-transform:uppercase;
  489. }
  490.  
  491. #info {
  492. background:{color:Info Background};
  493. border-top:1.5px solid {color:Accent};
  494. color:{color:Text};
  495. font-family:'Open Sans', sans-serif;
  496. font-size:10px;
  497. font-style:normal;
  498. font-weight:normal;
  499. letter-spacing:0px;
  500. margin-bottom:50px;
  501. padding:20px;
  502. text-align:left;
  503. text-decoration:none;
  504. text-transform:uppercase;
  505. width:400px;
  506. }
  507.  
  508. #info a {
  509. color:{color:Link};
  510. }
  511.  
  512. #info a:hover {
  513. color:{color:Hover};
  514. }
  515.  
  516. #tags {
  517. color:{color:Text};
  518. font-family:'Open Sans', sans-serif;
  519. font-size:10px;
  520. font-style:normal;
  521. font-weight:normal;
  522. letter-spacing:0px;
  523. text-align:left;
  524. text-decoration:none;
  525. text-transform:uppercase;
  526. }
  527.  
  528. #tags a {
  529. color:{color:Link};
  530. }
  531.  
  532. #tags a:hover {
  533. color:{color:Hover};
  534. }
  535.  
  536. #notes {
  537. color:{color:Text};
  538. font-family:'Open Sans', sans-serif;
  539. font-size:10px;
  540. font-style:normal;
  541. font-weight:normal;
  542. letter-spacing:0px;
  543. text-align:left;
  544. text-decoration:none;
  545. text-transform:uppercase;
  546. width:400px;
  547. }
  548.  
  549. #notes a {
  550. color:{color:Link};
  551. }
  552.  
  553. #notes a:hover {
  554. color:{color:Hover};
  555. }
  556.  
  557. #notes img {
  558. display:none;
  559. }
  560.  
  561. .pagination {
  562. color:{color:Text};
  563. font-family:'Open Sans', sans-serif;
  564. font-size:10px;
  565. font-style:normal;
  566. font-weight:normal;
  567. letter-spacing:0px;
  568. margin-bottom:200px;
  569. text-align:center;
  570. text-decoration:none;
  571. text-transform:uppercase;
  572. width:440px;
  573. }
  574.  
  575. .pagination a {
  576. color:{color:Link};
  577. }
  578.  
  579. .pagination a:hover {
  580. color:{color:Hover};
  581. }
  582.  
  583. #credit {
  584. background:{color:Credit Background};
  585. border:1px solid {color:Border};
  586. bottom:15px;
  587. color:{color:Credit};
  588. float:right;
  589. font-family:'Open Sans', sans-serif;
  590. font-size:10px;
  591. font-style:normal;
  592. font-weight:normal;
  593. letter-spacing:0px;
  594. padding:5px;
  595. position:fixed;
  596. right:15px;
  597. text-align:justify;
  598. text-decoration:none;
  599. text-transform:uppercase;
  600. }
  601.  
  602. #credit a {
  603. border-bottom:none;
  604. color:{color:Credit};
  605. }
  606.  
  607. #credit a:hover {
  608. color:{color:Hover};
  609. }
  610.  
  611. {CustomCSS}</style></head><body>
  612.  
  613. <div id="header">
  614.  
  615. <div class="tlcontainer">
  616.  
  617. <div class="title">{text:Title}</div>
  618.  
  619. <div class="links" style="float:right;">
  620. <a href="/">Home</a>
  621. <a href="/ask">Ask</a>
  622. <a class="menu">About</a>
  623. {block:ifLink1}<a href="{text:Link 1}">{text:Link 1 Title}</a>{/block:ifLink1}
  624. <a href="/archive">Archive</a>
  625. </div>
  626.  
  627. </div>
  628.  
  629. </div>
  630.  
  631. <div class="down" id="navigation">
  632.  
  633. <div class="dtscontainer">
  634.  
  635. <div class="center">
  636.  
  637. <div class="image"><img src="{image:Image}"/></div>
  638.  
  639. <div class="box" style="margin-left:90px;">
  640.  
  641. <div class="box-title">{text:Box Title 1}</div>
  642.  
  643. <div class="box-border"></div>
  644.  
  645. <div class="box-content">{Description}</div>
  646.  
  647. </div>
  648.  
  649. <div class="box" style="margin-left:330px;">
  650.  
  651. <div class="box-title">{text:Box Title 2}</div>
  652.  
  653. <div class="box-border"></div>
  654.  
  655. <div class="box-links">
  656. {block:ifNavigationLink1}<a href="{text:Navigation Link 1}">{text:Navigation Link 1 Title}</a>{/block:ifNavigationLink1}
  657. {block:ifNavigationLink2}<a href="{text:Navigation Link 2}">{text:Navigation Link 2 Title}</a>{/block:ifNavigationLink2}
  658. {block:ifNavigationLink3}<a href="{text:Navigation Link 3}">{text:Navigation Link 3 Title}</a>{/block:ifNavigationLink3}
  659. {block:ifNavigationLink4}<a href="{text:Navigation Link 4}">{text:Navigation Link 4 Title}</a>{/block:ifNavigationLink4}
  660. {block:ifNavigationLink5}<a href="{text:Navigation Link 5}">{text:Navigation Link 5 Title}</a>{/block:ifNavigationLink5}
  661. </div>
  662.  
  663. </div>
  664.  
  665. </div>
  666.  
  667. </div>
  668.  
  669. </div>
  670.  
  671. <div id="container">
  672.  
  673. <div id="posts">
  674. {block:Posts}
  675. <div class="entries">
  676.  
  677. {block:Photo}<img src="{PhotoURL-400}">
  678. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  679. {/block:Photo}
  680.  
  681. {block:Photoset}{Photoset}
  682. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  683. {/block:Photoset}
  684.  
  685. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  686.  
  687. {block:Quote}<div id="quote">❝{Quote}</i>❞{block:Source} — {Source}</div>{/block:Source}{/block:Quote}
  688.  
  689. {block:Link}<div id="website"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
  690.  
  691. <div id="chat">
  692. {block:Chat}
  693. {block:Title}
  694. <h1>{Title}</h1>
  695. {/block:Title}
  696. {block:Lines}
  697. {block:Label}<b>{Label}</b>{/block:Label}
  698. {Line}<br>
  699. {/block:Lines}{/block:Chat}
  700. </div>
  701.  
  702. {block:Audio}
  703. <table><tr><td><div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
  704. {block:AlbumArt}<img src="{AlbumArtURL}" height="70" width="70">{/block:AlbumArt}</td>
  705. <td><div class="audiodesc">{block:TrackName}<b>Title:</b> {TrackName}<br>{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist} {block:Album}<b>Album:</b> {Album}<br>{/block:Album}</div></td></tr></table>{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  706. {/block:Audio}
  707.  
  708. {block:Video}
  709. {Video-400}
  710. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  711. {/block:Video}
  712.  
  713. {block:Answer}
  714. <div class="question">
  715. <span class="asker"><a href="{AskerURL}">{Asker}</a></span> {Question}</div>
  716. {Answer}
  717. {/block:Answer}
  718. </div>
  719.  
  720. {block:Date}<div id="info">posted with <a href="{Permalink}">{NoteCount}</a> notes on {Month} {DayOfMonth}, {Year} {/block:Date} {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(orig <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  721.  
  722. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  723. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}</div>
  724.  
  725. {/block:Posts}
  726.  
  727. {block:IndexPage}
  728. <div class="pagination">
  729. {block:PreviousPage}
  730. <a href="{PreviousPage}">previous</a>
  731. {/block:PreviousPage}
  732. {CurrentPage} out of {TotalPages}
  733. {block:NextPage}
  734. <a href="{NextPage}">next</a>
  735. {/block:NextPage}
  736. </div>
  737. {/block:IndexPage}
  738.  
  739. </div>
  740.  
  741. <div id="credit">
  742. <a href="http://extasisthemes.tumblr.com/">ET</a>
  743. </div>
  744.  
  745. </body>
  746. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement