Advertisement
alinarps

THEME 010: "TAYLOR" // ALINARPS

Jun 2nd, 2015
1,474
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.01 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. <!--
  4.  
  5. THEME 010: "TAYLOR" by ALINARPS
  6. - Please don't steal or redistribute, I worked very hard on this.
  7. - You can edit to your own liking, but don't repost any edited versions unless you have talked to me first.
  8. - If you have any questions regarding this page, feel free to ask!
  9. - Have fun with it!
  10.  
  11. -->
  12.  
  13. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  14.  
  15.  
  16. <head>
  17.  
  18. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script> <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script> <script> (function($){ $(document).ready(function(){ $("[title],a[title],img[title]").style_my_tooltips({ tip_follows_cursor:true, tip_delay_time:100, tip_fade_speed:300, attribute:"title" }); }); })(jQuery); </script>
  19.  
  20. <title>{Title}</title>
  21.  
  22. <link rel="shortcut icon" href="{Favicon}" />
  23. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  24. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  25.  
  26. <meta name="color:Background" content="#ffffff"/>
  27. <meta name="color:Text" content="#000000"/>
  28. <meta name="color:Links" content="#aaaaaa"/>
  29. <meta name="color:Hover" content="#ffffff"/>
  30. <meta name="color:Info Links" content="#000000"/>
  31. <meta name="color:accent" content="#aaaaaa"/>
  32. <meta name="color:PostBG" content="#cccccc"/>
  33. <meta name="color:scrollbar" content="#aaaaaa"/>
  34. <meta name="color:scrollbarBG" content="#cccccc"/>
  35. <meta name="color:info" content="#eeeeee"/>
  36. <meta name="color:pagination" content="#dddddd"/>
  37.  
  38. <meta name="image:Background" content=""/>
  39. <meta name="image:Sidebar" content=""/>
  40. <meta name="image:Navigation Image" content=""/>
  41. <meta name="image:Link 1" content=""/>
  42. <meta name="image:Link 2" content=""/>
  43. <meta name="image:Link 3" content=""/>
  44. <meta name="image:Admin 1" content=""/>
  45. <meta name="image:Admin 2" content=""/>
  46. <meta name="image:Admin 3" content=""/>
  47.  
  48. <meta name="if:Background" content=""/>
  49.  
  50. <meta name="text:Link 1 Title" content="link"/>
  51. <meta name="text:Link 1 URL" content="/"/>
  52. <meta name="text:Link 2 Title" content="link"/>
  53. <meta name="text:Link 2 URL" content="/"/>
  54. <meta name="text:Link 3 Title" content="navigation"/>
  55. <meta name="text:Admin 1" content="admin name"/>
  56. <meta name="text:Admin 2" content="admin name"/>
  57. <meta name="text:Admin 3" content="admin name"/>
  58. <meta name="text:Navigation Link 1 URL" content="/"/>
  59. <meta name="text:Navigation Link 1" content="link"/>
  60. <meta name="text:Navigation Link 2 URL" content="/"/>
  61. <meta name="text:Navigation Link 2" content="link"/>
  62. <meta name="text:Navigation Link 3 URL" content="/"/>
  63. <meta name="text:Navigation Link 3" content="link"/>
  64. <meta name="text:Navigation Link 4 URL" content="/"/>
  65. <meta name="text:Navigation Link 4" content="link"/>
  66. <meta name="text:Navigation Link 5 URL" content="/"/>
  67. <meta name="text:Navigation Link 5" content="link"/>
  68. <meta name="text:Navigation Link 6 URL" content="/"/>
  69. <meta name="text:Navigation Link 6" content="link"/>
  70. <meta name="text:Navigation Link 7 URL" content="/"/>
  71. <meta name="text:Navigation Link 7" content="link"/>
  72. <meta name="text:Navigation Link 8 URL" content="/"/>
  73. <meta name="text:Navigation Link 8" content="link"/>
  74. <meta name="text:Navigation Link 9 URL" content="/"/>
  75. <meta name="text:Navigation Link 9" content="link"/>
  76. <meta name="text:Navigation Link 10 URL" content="/"/>
  77. <meta name="text:Navigation Link 10" content="link"/>
  78. <meta name="text:Navigation Link 11 URL" content="/"/>
  79. <meta name="text:Navigation Link 11" content="link"/>
  80. <meta name="text:Navigation Link 12 URL" content="/"/>
  81. <meta name="text:Navigation Link 12" content="link"/>
  82.  
  83. <style type="text/css">
  84.  
  85. /*BASICS*/
  86.  
  87. body {
  88. background-color:{color:Background};
  89. {block:IfBackground}
  90. background-image:url('{image:Background}');
  91. background-attachment:fixed;
  92. background-size:cover;
  93. {/block:IfBackground}
  94. font-family:'arial';
  95. font-size:10px;
  96. text-align:justify;
  97. color:{color:text};
  98. }
  99.  
  100. small, sup, sub{
  101. font-size:10px;
  102. }
  103.  
  104. a {
  105. text-decoration:none;
  106. color:{color:Links};
  107. -webkit-transition: all 0.5s ease-out;
  108. -moz-transition: all 0.5s ease-out;
  109. transition: all 0.5s ease-out;
  110. }
  111.  
  112. a:hover {
  113. text-decoration:none;
  114. color:{color:Hover};
  115. -webkit-transition: all 0.5s ease-out;
  116. -moz-transition: all 0.5s ease-out;
  117. transition: all 0.5s ease-out;
  118. }
  119.  
  120. blockquote {
  121. background-color:{color:accent};
  122. margin-left:40px;
  123. color:{color:text};
  124. border-left:3px solid {color:text};
  125. padding:10px;
  126. }
  127.  
  128. blockquote blockquote{
  129. margin-left:3px;
  130. }
  131.  
  132. pre {
  133. padding:5px;
  134. width:98%;
  135. white-space:normal;
  136. background-color:{color:text};
  137. color:{color:PostBG};
  138. border-bottom:2px solid {color:accent};
  139. font-family:arial;
  140. text-align:center;
  141. }
  142.  
  143. h1{
  144. background-color:{color:background};
  145. color:{color:text};
  146. padding:3px;
  147. border-bottom:3px solid {color:accent};
  148. font-size:12px;
  149. margin-top:0px;
  150. margin-bottom:5px;
  151. text-align:center;
  152. text-transform:uppercase;
  153. white-space:normal;
  154. }
  155.  
  156. /*TOOLTIP*/
  157.  
  158. #s-m-t-tooltip {
  159. max-width:200px;
  160. padding:5px;
  161. margin:10px 10px 10px 10px;
  162. background-color: {color:text};
  163. font-size:11px;
  164. letter-spacing:0px;
  165. color:{color:background};
  166. z-index:999999999999999999999999999999999999;
  167. }
  168.  
  169. /*POSTS*/
  170.  
  171. .entries {
  172. float:right;
  173. overflow:auto;
  174. height:465px;
  175. width:525px;
  176. padding-left:10px;
  177. padding-right:10px;
  178. background-color:{color:accent};
  179. }
  180.  
  181. .post{
  182. padding:10px;
  183. background-color:{color:postbg};
  184. margin-top:10px;
  185. margin-bottom:10px;
  186. width:500px;
  187. white-space:normal;
  188. }
  189.  
  190. .post img{
  191. max-width:100%;
  192. }
  193.  
  194. ::-webkit-scrollbar-thumb {
  195. height:5px;
  196. background-color:{color:scrollbar};
  197. border:1px solid {color:scrollbar};
  198. }
  199.  
  200. ::-webkit-scrollbar {
  201. margin-right:5px;
  202. width:3px;
  203. height:3px;
  204. background-color:{color:scrollbarbg};
  205. }
  206.  
  207. /*PAGINATION*/
  208.  
  209. .pagination{
  210. background-color:{color:pagination};
  211. padding:6px;
  212. position:fixed;
  213. width:888px;
  214. margin-top:-23px;
  215. color:{color:text};
  216. text-align:center;
  217. }
  218.  
  219. .pagination a{
  220. padding:3px;
  221. background-color:{color:background};
  222. font-weight:600;
  223. text-transform:uppercase;
  224. -moz-transition-duration:0.7s;
  225. -webkit-transition-duration:0.7s;
  226. -o-transition-duration:0.7s;
  227. transition: all 0.5s ease-out;
  228. }
  229.  
  230. .pagination a:hover{
  231. background-color:{color:text};
  232. color:{color:background};
  233. -moz-transition-duration:0.7s;
  234. -webkit-transition-duration:0.7s;
  235. -o-transition-duration:0.7s;
  236. transition: all 0.5s ease-out;
  237. }
  238.  
  239. /*SIDEBAR & DESCRIPTION*/
  240.  
  241. .sidebar{
  242. background-color:{color:postbg};
  243. width:495px;
  244. height:250px;
  245. position:fixed;
  246. margin-top:145px;
  247. margin-left:165px;
  248. box-shadow:5px 5px 0px {color:shadow};
  249. }
  250.  
  251. .desc{
  252. width:275px;
  253. height:50px;
  254. overflow:auto;
  255. padding:5px;
  256. background-color:{color:text};
  257. text-align:justify;
  258. color:{color:background};
  259. margin-left:35px;
  260. opacity:0.6;
  261. margin-bottom:5px;
  262. }
  263.  
  264. /*IMAGE NAVIGATION*/
  265.  
  266. .links {
  267. margin-top:5px;
  268. width:90px;
  269. height:90px;
  270. border:1px solid {color:text};
  271. border-radius:100px;
  272. }
  273.  
  274. /*ADMINS*/
  275.  
  276. .adm {
  277. margin-top:15%;
  278. margin-left:1.5%;
  279. width:97%;
  280. text-align:center;
  281. }
  282.  
  283. .ad {
  284. display:inline-block;
  285. width:70px;
  286. height:80px;
  287. border:1px solid {color:text};
  288. background-color:{color:postbg};
  289. padding:5px;
  290. margin-right:10px;
  291. text-align:center;
  292. }
  293.  
  294. /*UPDATES*/
  295.  
  296. .up {
  297. margin-left:10px;
  298. margin-top:5%;
  299. background-color:{color:background};
  300. width:200px;
  301. height:60px;
  302. padding:10px;
  303. float:left;
  304. overflow:auto;
  305. }
  306.  
  307. .up span {
  308. padding:3px;
  309. background-color:{color:accent};
  310. color:{color:text};
  311. font-weight:600;
  312. }
  313.  
  314. /*NAVIGATION*/
  315.  
  316. .navi {
  317. width: 95%;
  318. margin-top:5%;
  319. margin-left:1.5%;
  320. vertical-align: middle;
  321. text-align: left;
  322. background-color:{color:postbg};
  323. padding:5px;
  324. }
  325.  
  326. .navi a {
  327. font-size: 12px;
  328. display:block;
  329. padding:3px;
  330. font-weight:600;
  331. background-color:{color:background};
  332. color:{color:links};
  333. text-transform:uppercase;
  334. margin-bottom:5px;
  335. }
  336.  
  337. .navi a:hover {
  338. color:{color:hover};
  339. background-color:{color:text};
  340. }
  341.  
  342. .navi a:last-child {
  343. margin-bottom:0px;
  344. }
  345.  
  346. /*POST INFO & TAGS */
  347.  
  348. .pinfo{
  349. padding:3px;
  350. background-color:{color:background};
  351. color:{color:text};
  352. opacity:1;
  353. margin-top:10px;
  354. z-index:9999999999;
  355. font-weight:600;
  356. margin-left:-10px;
  357. width:514px;
  358. margin-bottom:-10px;
  359. text-align:left;
  360. -moz-transition-duration:0.7s;
  361. -webkit-transition-duration:0.7s;
  362. -o-transition-duration:0.7s;
  363. transition: all 0.5s ease-out;
  364. }
  365.  
  366. .perma{
  367. background-color:{color:info};
  368. padding:3px;
  369. color:{color:links};
  370. margin-left:-3px;
  371. text-transform:uppercase;
  372. }
  373.  
  374. .notes{
  375. background-color:{color:accent};
  376. padding:3px;
  377. margin-left:-3px;
  378. color:{color:text};
  379. }
  380.  
  381. .viasrc{
  382. margin-left:-3px;
  383. padding:3px;
  384. color:{color:text};
  385. }
  386.  
  387. .viasrc a {
  388. color:{color:text};
  389. -moz-transition-duration:0.7s;
  390. -webkit-transition-duration:0.7s;
  391. -o-transition-duration:0.7s;
  392. transition: all 0.5s ease-out;
  393. }
  394.  
  395. .viassrc a:hover {
  396. color:{color:hover};
  397. }
  398.  
  399. /*AUDIO POSTS*/
  400.  
  401. .playbutton {
  402. width: 30px;
  403. height: 30px;
  404. overflow: hidden;
  405. position: relative;
  406. z-index: 1000;
  407. margin: 10px 10px 10px 10px;
  408. -webkit-transition: all 0.5s ease-out;
  409. -moz-transition: all 0.5s ease-out;
  410. transition: all 0.5s ease-out;
  411. }
  412.  
  413. .playbox {
  414. background-color: #000;
  415. position: relative;
  416. z-index: 1000;
  417. margin-top: 22px;
  418. margin-left: 20px;
  419. opacity:0.3;
  420. -webkit-transition: all 0.5s ease-out;
  421. -moz-transition: all 0.5s ease-out;
  422. transition: all 0.5s ease-out;
  423. }
  424.  
  425. .playbox:hover{
  426. opacity:1;
  427. -webkit-transition: all 0.5s ease-out;
  428. -moz-transition: all 0.5s ease-out;
  429. transition: all 0.5s ease-out;
  430. }
  431.  
  432. /*QUESTION POSTS*/
  433.  
  434. .question{
  435. background-color:{color:text};
  436. color:{color:background};
  437. padding:7px;
  438. }
  439. .asker{
  440. background-color:{color:background};
  441. color:{color:text};
  442. padding:5px;
  443. text-align:right;
  444. text-transform:uppercase;
  445. font-weight:600;
  446. }
  447.  
  448. /*CREDIT (REMOVE THIS AND I'LL KILL YOU...)*/
  449.  
  450. .credit{
  451. right:10px;
  452. bottom:10px;
  453. z-index:9999999999999999999999999999999999999999;
  454. padding:5px;
  455. background-color:{color:text};
  456. color:{color:background};
  457. font-weight:600;
  458. position:fixed;
  459. }
  460.  
  461. /* Closing Door Menu (don't mess with this unless you truly know what you're doing) */
  462.  
  463. .menu {
  464. position: fixed;
  465. left: 0;
  466. right: 0;
  467. top: 0;
  468. bottom: 0;
  469. z-index: -1;
  470. }
  471.  
  472. /* Horizontal */
  473. .menu .left-menu {
  474. width: 30%;
  475. height: 100%;
  476. position: absolute;
  477. display: table;
  478. border-right: 1px solid {color:accent};
  479. z-index: 1;
  480. left: -50%;
  481. background-color: {color:accent};
  482. -webkit-transition: .4s;
  483. transition: .4s;
  484. }
  485. .menu .left-menu a.menu-button {
  486. position: absolute;
  487. left: 0;
  488. right: 0;
  489. top: 20px;
  490. text-align: center;
  491. font-size: 11px;
  492. text-transform: uppercase;
  493. }
  494.  
  495. .menu.in .left-menu { left: 0; }
  496. .menu.bounce.in .left-menu {
  497. -moz-animation-name:bounce-right;
  498. -moz-animation-duration:.8s;
  499. -moz-animation-fill-mode:backwards;
  500.  
  501. -webkit-animation-name:bounce-right;
  502. -webkit-animation-duration:.8s;
  503. -webkit-animation-fill-mode:backwards;
  504.  
  505. animation-name:bounce-right;
  506. animation-duration:.8s;
  507. animation-fill-mode:backwards;
  508. }
  509.  
  510.  
  511. .menu .right-preview {
  512. width: 70%;
  513. height: 100%;
  514. position: absolute;
  515. right: -70%;
  516. background-color: {color:postbg};
  517. z-index: 0;
  518. -webkit-transition: .4s;
  519. transition: .4s;
  520. }
  521. .menu .right-preview a {
  522. position: relative;
  523. top: 50%;
  524. margin-top: -64px;
  525. height: 128px;
  526. display: inline-block;
  527. padding: 0 50px;
  528. -webkit-transition: .2s;
  529. transition: .2s;
  530. }
  531. .menu .right-preview a:hover {
  532. top: 48%;
  533. }
  534. .menu.in .right-preview { right: 0; }
  535. .menu.bounce.in .right-preview {
  536. -moz-animation-name:bounce-left;
  537. -moz-animation-duration:.8s;
  538. -moz-animation-fill-mode:backwards;
  539.  
  540. -webkit-animation-name:bounce-left;
  541. -webkit-animation-duration:.8s;
  542. -webkit-animation-fill-mode:backwards;
  543.  
  544. animation-name:bounce-left;
  545. animation-duration:.8s;
  546. animation-fill-mode:backwards;
  547. }
  548.  
  549. #close {
  550. padding:3px;
  551. font-weight:600;
  552. background-color:{color:text};
  553. color:{color:background};
  554. width:100px;
  555. text-align:center;
  556. margin:auto;
  557. }
  558.  
  559. </style>
  560.  
  561. <script src="//code.jquery.com/jquery-1.10.2.js"></script>
  562. <script src="//code.jquery.com/ui/1.11.2/jquery-ui.js"></script>
  563.  
  564. </head>
  565.  
  566. <body>
  567.  
  568. <!-------begin slideout menu-------->
  569. <div class="menu">
  570. <!------left side (close button, admins, links)-------->
  571. <div class="left-menu">
  572. <a class="menu-button" href="#" id="close">Close Menu</a>
  573.  
  574. <div class="adm">
  575.  
  576. <div class="ad">
  577. <img src="{image:Admin 1}" style="width:70px;height:70px;"/><br/>
  578. <b>{text:Admin 1}</b>
  579. </div>
  580.  
  581. <div class="ad">
  582. <img src="{image:Admin 2}" style="width:70px;height:70px;"/><br/>
  583. <b>{text:Admin 2}</b>
  584. </div>
  585.  
  586. <div class="ad">
  587. <img src="{image:Admin 3}" style="width:70px;height:70px;"/><br/>
  588. <b>{text:Admin 3}</b>
  589. </div>
  590.  
  591. </div>
  592.  
  593. <div class="navi">
  594. <h1>before acceptance</h1>
  595. <a href="{text:Navigation Link 1 URL}">{text:Navigation Link 1}</a>
  596. <a href="{text:Navigation Link 2 URL}">{text:Navigation Link 2}</a>
  597. <a href="{text:Navigation Link 3 URL}">{text:Navigation Link 3}</a>
  598. <a href="{text:Navigation Link 4 URL}">{text:Navigation Link 4}</a>
  599. <a href="{text:Navigation Link 5 URL}">{text:Navigation Link 5}</a>
  600. <a href="{text:Navigation Link 6 URL}">{text:Navigation Link 6}</a>
  601. </div>
  602.  
  603. <div class="navi" style="margin-top:10px;">
  604. <h1>after acceptance</h1>
  605. <a href="{text:Navigation Link 7 URL}">{text:Navigation Link 7}</a>
  606. <a href="{text:Navigation Link 8 URL}">{text:Navigation Link 8}</a>
  607. <a href="{text:Navigation Link 9 URL}">{text:Navigation Link 9}</a>
  608. <a href="{text:Navigation Link 10 URL}">{text:Navigation Link 10}</a>
  609. <a href="{text:Navigation Link 11 URL}">{text:Navigation Link 11}</a>
  610. <a href="{text:Navigation Link 12 URL}">{text:Navigation Link 12}</a>
  611. </div>
  612.  
  613. </div>
  614.  
  615. <!------right side (updates, image, plot space)-------->
  616. <div class="right-preview">
  617.  
  618. <img src="{image:Navigation Image}" style="margin-left:2%;margin-top:5%;width:300px;height:490px;padding:5px;border:1px solid {color:text};background-color:{color:accent};float:left;"/>
  619.  
  620. <div style="width:240px;height:490px;float:left;background-color:transparent; padding:5px;margin-top:5%;margin-left:2%;">
  621. <div class="up">
  622. <span>date</span> update <br/><br/>
  623. <span>date</span> update <br/><br/>
  624. <span>date</span> update <br/><br/>
  625. <span>customize</span> in html
  626. </div>
  627.  
  628. <div style="padding:5px;width:240px;height:375px;overflow:auto;margin-top:110px;background-color:{color:background};color:{color:text};position:relative;margin-left:-5px;">put your plot here! this is a real eyeopener.
  629. <hr>
  630. did you know that you can put stuff here?? its super unreal, yo. just edit this in the html by using ctrl+f and searching part of this paragraph cool!!!
  631. <hr>
  632. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  633. <p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?</p>
  634. <p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat.</p>
  635. </div>
  636.  
  637. </div>
  638.  
  639. </div>
  640. </div><!-------end slideout menu------->
  641.  
  642. <!----pagination----->
  643. <div style="width:900px;margin:auto;margin-top:5%;">
  644. <div class="pagination">
  645. &nbsp;
  646. {block:Pagination}
  647. {block:PreviousPage}
  648. <a href="{PreviousPage}">PREVIOUS</a>
  649. {/block:PreviousPage}
  650. &nbsp;&bull;&nbsp;
  651. {block:NextPage}
  652. <a href="{NextPage}">NEXT</a>
  653. {/block:NextPage}
  654. {/block:Pagination}
  655. &nbsp;
  656. </div>
  657.  
  658. <!----sidebar and image links------>
  659. <img src="{image:Sidebar}" style="float:left;width:355px;height:420px;background-color:{color:postbg};"/>
  660.  
  661. <div style="background-color:transparent;width:355px;height:100px;margin-top:305px;position:fixed;text-align:center;vertical-align:center">
  662. <div class="desc">{Description}</div>
  663.  
  664. <a href="{text:Link 1 URL}" title="{text:Link 1 Title}"><img src="{image:Link 1}" class="links"/></a>
  665. <a href="{text:Link 2 URL}" title="{text:Link 2 Title}"><img src="{image:Link 2}" class="links"/></a>
  666. <a class="menu-button" href="#" title="{text:Link 3 Title}"><img src="{image:Link 3}" class="links"/></a>
  667. </div>
  668.  
  669. <!----posts--->
  670. <div class="entries">
  671.  
  672. {block:Posts}
  673. <div class="post">
  674.  
  675. {block:Text}
  676. {block:Title}<h1>{Title}</h1>{/block:Title}
  677. {Body}
  678. {/block:Text}
  679.  
  680. {block:Photo}
  681. {LinkOpenTag}<img src="{PhotoURL-500}" width="500">{LinkCloseTag}
  682. {block:Caption}{Caption}{/block:Caption}
  683. {/block:Photo}
  684.  
  685. {block:Photoset}
  686. {Photoset-500}
  687. {block:Caption}{Caption}{/block:Caption}
  688. {/block:Photoset}
  689.  
  690. {block:Link}
  691. <pre><a href="{URL}" {Target}>{Name}</a></pre>
  692. {block:Description}{Description}{/block:Description}
  693. {/block:Link}
  694.  
  695. {block:Quote}
  696. <pre>"{Quote}"</pre>
  697. {block:Source}<div align="right"> —{Source}</div>{/block:Source}
  698. {/block:Quote}
  699.  
  700. {block:Chat}
  701. {block:Title}<pre>{Title}</pre>{/block:Title}
  702. {block:Lines}
  703. <div style="background-color:{color:background};padding:5px;margin-top:3px;margin-bottom:3px;">
  704. {block:Label}<b>{Label}</b>{/block:Label}
  705. {Line}<br>
  706. </div>
  707. {/block:Lines}
  708. {/block:Chat}
  709.  
  710. {block:Audio}
  711. <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}</div></div>
  712. {block:AlbumArt}
  713. <img src="{AlbumArtURL}" style="float:left;border:10px solid {color:text};width:70px;margin-right:10px;">
  714. {/block:AlbumArt}
  715. <div style="background-color:{color:background};height:70px;padding:10px;">
  716. {block:TrackName}<b>{TrackName}</b>{/block:TrackName}
  717. {block:Artist}<em>by {Artist}</em>{/block:Artist}
  718. <br /><br />
  719. {block:Album}{Album}{/block:Album}
  720. <br /><br />
  721. {block:PlayCount}Played {FormattedPlayCount} times{/block:PlayCount}
  722. </div>
  723. {block:Caption}{Caption}{/block:Caption}
  724. {/block:Audio}
  725.  
  726. {block:Video}
  727. {Video-500}
  728. {block:Caption}{Caption}{/block:Caption}
  729. {/block:Video}
  730.  
  731. {block:Answer}
  732. <div class="question">❝ {Question} ❞</div>
  733. <div class="asker">inquired {Asker}</div>
  734. {Answer}
  735. {/block:Answer}
  736.  
  737.  
  738.  
  739. <div class="pinfo">
  740. {block:HasTags}<span style="margin-left:3px;">{/block:HasTags}<span class="perma"><a href="{Permalink}">{TimeAgo}</a></span></span>
  741. {block:NoteCount}<span class="notes">{NoteCount}</a></span>{/block:NoteCount}
  742. {block:RebloggedFrom}<span class="viasrc"><a href="{ReblogParentURL}">VIA</a> / <a href="{ReblogRootURL}">SRC</a></span>{/block:RebloggedFrom}
  743. <span style="word-wrap:break-word;">{block:HasTags}{block:Tags} <div style="display:inline-block;margin-top:3px;margin-bottom:3px;"><a href="{TagURL}">#{Tag}</a></div> {/block:Tags}</span>{/block:HasTags}</div>
  744.  
  745.  
  746.  
  747. </div>
  748.  
  749. {/block:Posts}
  750.  
  751.  
  752. </div>
  753. </div>
  754.  
  755.  
  756. <!--PLEASE DON'T TOUCH THE CREDIT!!! SERIOUSLY...-->
  757. <div class="credit"><a href="http://alinarps.tumblr.com/" title="credit to alinarps!">ALINARPS</a></div>
  758.  
  759. </body>
  760.  
  761. <script type="text/javascript">
  762. $(document).ready(function($){
  763. $(function(){
  764.  
  765. $('.menu-button').click(function (e){
  766. e.preventDefault();
  767. var menu = $('.menu');
  768.  
  769. if (menu.hasClass('in')) {
  770. setTimeout(function (){
  771. menu.css('z-index', '-1');
  772. }, 400); // how long do you want the delay to be?
  773. }
  774. else {
  775. menu.css('z-index', '1');
  776. }
  777.  
  778. menu.toggleClass('in');
  779.  
  780. });
  781.  
  782. }); // end of document ready
  783. })(jQuery); // end of jQuery name space
  784. </script>
  785.  
  786. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement