Advertisement
alithegreat

AGLEERPH | #30 | AMERICAN PIE

Sep 11th, 2016
972
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.95 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. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  6.  
  7.  
  8. <head>
  9.  
  10. <title>{Title}</title>
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  14.  
  15. <!----
  16.  
  17. agleerph / #30: american pie.
  18.  
  19. --->
  20.  
  21. <meta name="image:Sidebar" content=""/>
  22. <meta name="image:Background" content=""/>
  23. <meta name="image:Pattern" content=""/>
  24.  
  25. <meta name="color:Pattern Alt" content=""/>
  26. <meta name="color:Background" content=""/>
  27. <meta name="color:Blockquote" content=""/>
  28. <meta name="color:Border" content=""/>
  29. <meta name="color:Entries" content=""/>
  30. <meta name="color:Link" content=""/>
  31. <meta name="color:Navigation1" content=""/>
  32. <meta name="color:Navigation1 Hover" content=""/>
  33. <meta name="color:Navigation1 Links" content=""/>
  34. <meta name="color:Navigation2" content=""/>
  35. <meta name="color:Navigation2 Hover" content=""/>
  36. <meta name="color:Navigation2 Links" content=""/>
  37. <meta name="color:Pre BG" content=""/>
  38. <meta name="color:Pre Border" content=""/>
  39. <meta name="color:Pre Text" content=""/>
  40. <meta name="color:Question1" content=""/>
  41. <meta name="color:Question2" content=""/>
  42. <meta name="color:Scrollbar1" content=""/>
  43. <meta name="color:Scrollbar2" content=""/>
  44. <meta name="color:Sidebar" content=""/>
  45. <meta name="color:Text" content=""/>
  46. <meta name="color:Title" content=""/>
  47.  
  48. <meta name="text:link one URL" content="/"/>
  49. <meta name="text:link one text" content="link one text"/>
  50. <meta name="text:link two URL" content="/"/>
  51. <meta name="text:link two text" content="link two text"/>
  52. <meta name="text:link three URL" content="/"/>
  53. <meta name="text:link three text" content="link three text"/>
  54. <meta name="text:link four URL" content="/"/>
  55. <meta name="text:link four text" content="link four text"/>
  56.  
  57. <meta name="text:main title" content="this is your main title"/>
  58. <meta name="text:subtitle" content="this is your subtitle"/>
  59.  
  60. <meta name="text:small description" content="this is your small description"/>
  61.  
  62.  
  63. <style type="text/css">
  64.  
  65.  
  66. ::-webkit-scrollbar-thumb {
  67. height:auto;
  68. background-color:{color:Scrollbar2};
  69. }
  70.  
  71. ::-webkit-scrollbar {
  72. height:3px;
  73. width:3px;
  74. background-color:{color:Scrollbar1};
  75. }
  76.  
  77.  
  78. body {
  79. background: {color:Background};
  80. font-family: cambria;
  81. font-size: 10px;
  82. line-height:14px;
  83. color: {color:Text};
  84. background-image:url('{image:Background}');
  85. background-attachment:fixed;
  86.  
  87. }
  88.  
  89. blockquote {
  90. border-left:2px solid {color:blockquote};
  91. padding: 2px 10px;
  92. margin: 10px;
  93. }
  94.  
  95.  
  96. li {
  97. padding-left: 1.2em;
  98. list-style: none;
  99. }
  100.  
  101. li:before {
  102. color: {color:title};
  103. content: "\f105";
  104. font-family: FontAwesome;
  105. font-size:10px;
  106. display: inline-block;
  107. margin-left: -1.2em;
  108. width: 1.2em;
  109. }
  110.  
  111.  
  112. a {
  113. text-decoration: none;
  114. color: {color:Link};
  115. }
  116.  
  117. pre {
  118. font-family:cambria;
  119. font-size:9px;
  120. padding:5px;
  121. text-transform:uppercase;
  122. border-bottom:1px solid {color:Pre Border};
  123. text-align:center;
  124. color:{color:Pre Text};
  125. background-color:{color:Pre BG};
  126. word-wrap:break-word;
  127. }
  128.  
  129. pre a {
  130. color:{color:pre text};
  131. }
  132.  
  133. pre b,strong {
  134. color:{color:pre text};
  135. }
  136.  
  137. pre i,em {
  138. color:{color:pre text};
  139. }
  140.  
  141.  
  142. small, sub {
  143. font-size:10px;
  144. }
  145.  
  146. b, strong {
  147. color:{color:Title};
  148. }
  149.  
  150. #toptext {
  151. margin-top:-30px;
  152. font-weight:bold;
  153. text-transform:lowercase;
  154. font-family:arial;
  155. font-size:22px;
  156. position:fixed;
  157. letter-spacing:-1px;
  158. width:445px;
  159. text-align:right;
  160. color:{color:top text};
  161. text-shadow: 1px 1px 0px {color:top shadow};
  162.  
  163. }
  164.  
  165.  
  166. #sideph {
  167. position:fixed;
  168. margin-left:3px;
  169. margin-top:3px;
  170. border:1px solid {color:border};
  171. width:200px;
  172. height:350px;
  173. }
  174.  
  175. #backbar {
  176. position:fixed;
  177. margin-left:90px;
  178. margin-top:30px;
  179. width:414px;
  180. height:564px;
  181. border:1px solid {color:border};
  182. background-image:url('{image:Pattern}');
  183. background-color:{color:pattern alt};
  184. background-attachment:fixed;
  185. }
  186.  
  187. #sidebar {
  188. position:fixed;
  189. margin-top:3px;
  190. margin-left:208px;
  191. border:1px solid {color:border};
  192. width:181px;
  193. height:330px;
  194. background-color:{color:Sidebar};
  195. padding:10px;
  196. line-height:12px;
  197. text-align:justify;
  198. }
  199.  
  200. #small {
  201. position:fixed;
  202. margin-top:411px;
  203. margin-left:72px;
  204. width:112px;
  205. height:128px;
  206. padding:10px;
  207. overflow:auto;
  208. text-align:justify;
  209. line-height:12px;
  210. font-size:9px;
  211. background-color:{color:sidebar};
  212. border:1px solid {color:border};
  213. }
  214.  
  215. #titlebar {
  216. position:fixed;
  217. margin-top:358px;
  218. margin-left:-1px;
  219. width:393px;
  220. padding:10px;
  221. background-color:{color:sidebar};
  222. border:1px solid {color:border};
  223. }
  224.  
  225. #maintitle {
  226. text-transform:lowercase;
  227. font-style:italic;
  228. font-weight:300;
  229. font-size:16px;
  230. color:{color:title};
  231. padding-right:5px;
  232. text-align:right;
  233. }
  234.  
  235. #subtitle {
  236. font-family:cambria;
  237. font-size:9px;
  238. padding-right:5px;
  239. text-transform:lowercase;
  240. text-align:right;
  241. }
  242.  
  243. #pagination {
  244. margin-top:10px;
  245. font-size:10px;
  246. font-family:cambria;
  247. letter-spacing:0px;
  248. line-height:12px;
  249. text-align:center;
  250. text-transform:uppercase;
  251. color:{color:text};
  252. }
  253.  
  254. #pagination a {
  255. color:{color:link};
  256. }
  257.  
  258. #navbar {
  259. margin-left:3px;
  260. margin-top:411px;
  261. width:64px;
  262. background-color:{color:sidebar};
  263. border:1px solid {color:border};
  264. height:148px;
  265. position:fixed;
  266. }
  267.  
  268. #navbar2 {
  269. margin-left:209px;
  270. margin-top:411px;
  271. width:200px;
  272. background-color:{color:sidebar};
  273. border:1px solid {color:border};
  274. height:148px;
  275. position:fixed;
  276. }
  277.  
  278. #navigation1 {
  279. margin-top:3px;
  280. text-align:center;
  281. }
  282.  
  283. #navigation1 a {
  284. display:inline-block;
  285. text-align:center;
  286. width:56px;
  287. height:44px;
  288. line-height:44px;
  289. text-transform:lowercase;
  290. font-family:cambria;
  291. font-size:9px;
  292. margin-bottom:2px;
  293. border:1px solid {color:border};
  294. background-color:{color:navigation1};
  295. color:{color:navigation1 links};
  296. -webkit-transition: all 0.5s ease-in-out;
  297. -moz-transition: all 0.5s ease-in-out;
  298. -o-transition: all 0.5s ease-in-out;
  299. }
  300.  
  301. #navigation1 a:hover {
  302. color:{color:navigation1 hover};
  303. -webkit-transition: all 0.5s ease-in-out;
  304. -moz-transition: all 0.5s ease-in-out;
  305. -o-transition: all 0.5s ease-in-out;
  306. }
  307.  
  308. #navigation2 {
  309. margin-top:3px;
  310. text-align:center;
  311. }
  312.  
  313. #navigation2 a {
  314. display:inline-block;
  315. text-align:center;
  316. width:192px;
  317. height:32px;
  318. line-height:32px;
  319. text-transform:lowercase;
  320. font-family:cambria;
  321. font-size:9px;
  322. margin-bottom:2px;
  323. border:1px solid {color:border};
  324. background-color:{color:navigation2};
  325. color:{color:navigation2 links};
  326. -webkit-transition: all 0.5s ease-in-out;
  327. -moz-transition: all 0.5s ease-in-out;
  328. -o-transition: all 0.5s ease-in-out;
  329. }
  330.  
  331. #navigation2 a:hover {
  332. color:{color:navigation2 hover};
  333. -webkit-transition: all 0.5s ease-in-out;
  334. -moz-transition: all 0.5s ease-in-out;
  335. -o-transition: all 0.5s ease-in-out;
  336. }
  337.  
  338.  
  339. #entries {
  340. position:absolute;
  341. width:528px;
  342. margin-left:585px;
  343. padding:0px;
  344. margin-top:30px;
  345. }
  346.  
  347. #entrybg {
  348. padding:3px;
  349. margin-bottom:20px;
  350. background-color:{color:pattern alt};
  351. border:1px solid {color:Border};
  352. background-image:url('{image:Pattern}');
  353. background-attachment:absolute;
  354. }
  355.  
  356. #entry {
  357. background-color:{color:Entries};
  358. margin-bottom:0px;
  359. padding:8px;
  360. border:1px solid {color:Border};
  361. }
  362.  
  363.  
  364. #posttitles {
  365. text-align: center;
  366. font-size: 20px;
  367. line-height:130%;
  368. text-transform:lowercase;
  369. font-weight:300;
  370. font-style:italic;
  371. padding:5px;
  372. color: {color:title};
  373. }
  374.  
  375.  
  376. #posttitles a {
  377. color:{color:title};
  378. }
  379.  
  380. #ask {
  381. z-index:10;
  382. font-family:cambria;
  383. font-size:16px;
  384. text-align:center;
  385. text-transform:lowercase;
  386. color:{color:question2};
  387. background-color:{color:question1};
  388. margin-right:0px;
  389. padding:10px;
  390. padding-left:10px;
  391. border-bottom:1px solid {color:text};
  392. }
  393.  
  394. #ask a {
  395. color:{color:question2};
  396. }
  397.  
  398.  
  399. #question {
  400. background-color:{color:Question1};
  401. color:{color:Question2};
  402. font-size:10px;
  403. z-index:10;
  404. text-align:center;
  405. padding:10px;
  406. }
  407.  
  408. .playerbuttonbg {
  409. position: absolute;
  410. left: 20px;
  411. top: 20px;
  412. width: 19px;
  413. height: 19px;
  414. background-color: #ffffff;
  415. padding: 10px;
  416. -webkit-border-radius: 40px;
  417. -moz-border-radius: 40px;
  418. border-radius: 40px;
  419. opacity: .4;
  420. filter: alpha(opacity=40);
  421. opacity: 0.4;
  422. -khtml-opacity: 0.4;
  423. transition: opacity .7s ease-in-out;
  424. -moz-transition: opacity .7s ease-in-out;
  425. -webkit-transition: opacity .7s ease-in-out;
  426. }
  427.  
  428. .playerbuttonbg:hover {
  429. opacity: 1;
  430. filter: alpha(opacity=100);
  431. -moz-opacity: 1;
  432. -khtml-opacity: 1;
  433. }
  434.  
  435. .newplayerbutton {
  436. position: relative;
  437. width: 19px;
  438. height: 19px;
  439. overflow: hidden;
  440. }
  441.  
  442. .playerbuttonhug {
  443. position: absolute;
  444. top: -18px;
  445. left: -7px;
  446. }
  447.  
  448. .tumblr_audio_player {
  449. height: 90px;
  450. width: 270px;
  451. -moz-transform: scale(0.60, 0.60);
  452. -webkit-transform: scale(0.60, 0.60);
  453. -o-transform: scale(0.60, 0.60);
  454. -ms-transform: scale(0.60, 0.60);
  455. transform: scale(0.60, 0.60);
  456. -moz-transform-origin: top left;
  457. -webkit-transform-origin: top left;
  458. -o-transform-origin: top left;
  459. -ms-transform-origin: top left;
  460. transform-origin: top left;
  461. }
  462.  
  463. .audioimgwrapper {
  464. position: absolute;
  465. left: 0px;
  466. top: 0px;
  467. -webkit-border-radius: 40px;
  468. -moz-border-radius: 40px;
  469. border-radius: 40px;
  470. overflow: hidden;
  471. width: 79px;
  472. height: 79px;
  473. }
  474.  
  475. .audioimgwrapper img {
  476. width: 100%;
  477. height: auto;
  478. -webkit-border-radius: 40px;
  479. -moz-border-radius: 40px;
  480. border-radius: 40px;
  481. }
  482.  
  483. .trackdetails {
  484. width: auto;
  485. display:inline-block;
  486. margin-left: 90px;
  487. min-height: 85px;
  488. }
  489.  
  490. .audiowrapper {
  491. position: relative;
  492. display:inline-block;
  493. }
  494.  
  495. #permalink {
  496. text-align: right;
  497. border-top: 1px solid {color:Border};
  498. border-bottom:1px solid {color:Border};
  499. background-color:{color:entries};
  500. position: relative;
  501. font-size:9px;
  502. letter-spacing:0px;
  503. text-transform:lowercase;
  504. margin-top: 3px;
  505. margin-left:-3px;
  506. margin-right:-3px;
  507. padding-right:10px;
  508. padding-bottom:5px;
  509. padding-top: 5px;
  510. }
  511.  
  512. /* tabs from http://tympanus.net/ */
  513.  
  514.  
  515. #tabbar {
  516. width:auto;
  517.  
  518. }
  519.  
  520. .tabs {
  521. position: relative;
  522. margin-left:0px;
  523. margin-top:0px;
  524. width:250px;
  525. }
  526.  
  527. .tabs input {
  528. position: absolute;
  529. z-index: 1000;
  530. width: 125px;
  531. height: 10px;
  532. left: 0px;
  533. top: 0px;
  534. opacity: 0;
  535. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  536. filter: alpha(opacity=0);
  537. cursor: pointer;
  538. }
  539. .tabs input#tab-2{
  540. left: 80px;
  541. }
  542. .tabs input#tab-3{
  543. left: 120px;
  544. }
  545. .tabs input#tab-4{
  546. left: 360px;
  547. }
  548.  
  549. .tabs label {
  550. margin-top:0px;
  551. line-height: 37px;
  552. height: 37px;
  553. position: relative;
  554. padding:5px;
  555. float: left;
  556. display: block;
  557. margin-right:2px;
  558. width: 62px;
  559. color: {color:tab text};
  560. text-transform:lowercase;
  561. font-size:9px;
  562. margin-top:0px;
  563. border-top:1px solid {color:border};
  564. border-right:1px solid {color:border};
  565. border-left:1px solid {color:border};
  566. border-bottom:1px solid {color:border};
  567. text-align: center;
  568. background-color:{color:tab background};
  569. }
  570.  
  571. .tabs label:after {
  572. webkit-transition: top linear 0.2s;
  573. -moz-transition: top linear 0.2s;
  574. -o-transition: top linear 0.2s;
  575. -ms-transition: top linear 0.2s;
  576. transition: top linear 0.2s;
  577. }
  578.  
  579. .tabs input:hover + label {
  580. -webkit-transition: top linear 0.2s;
  581. -moz-transition: top linear 0.2s;
  582. -o-transition: top linear 0.2s;
  583. -ms-transition: top linear 0.2s;
  584. transition: top linear 0.2s;
  585. }
  586. .tabs input:hover + label:after{
  587. webkit-transition: top linear 0.2s;
  588. -moz-transition: top linear 0.2s;
  589. -o-transition: top linear 0.2s;
  590. -ms-transition: top linear 0.2s;
  591. transition: top linear 0.2s;
  592. }
  593. .tabs input:hover + label ~ .clear-shadow {
  594. -webkit-transition: top linear 0.2s;
  595. -moz-transition: top linear 0.2s;
  596. -o-transition: top linear 0.2s;
  597. -ms-transition: top linear 0.2s;
  598. transition: top linear 0.2s;
  599. }
  600.  
  601. .tabs input:checked:hover + label {
  602. webkit-transition: top linear 0.2s;
  603. -moz-transition: top linear 0.2s;
  604. -o-transition: top linear 0.2s;
  605. -ms-transition: top linear 0.2s;
  606. transition: top linear 0.2s;
  607. }
  608. .tabs input:checked:hover + label:after{
  609. webkit-transition: top linear 0.2s;
  610. -moz-transition: top linear 0.2s;
  611. -o-transition: top linear 0.2s;
  612. -ms-transition: top linear 0.2s;
  613. transition: top linear 0.2s;
  614. }
  615. .tabs input:checked:hover + label ~ .clear-shadow {
  616. -webkit-transition: none;
  617. -moz-transition: none;
  618. -o-transition: none;
  619. -ms-transition: none;
  620. transition: none;
  621. }
  622.  
  623. .tabs input.tab-selector-1:hover + label.tab-label-1 ~ .clear-shadow{
  624. z-index: 3;
  625. }
  626.  
  627. .tabs input.tab-selector-2:hover + label.tab-label-2 ~ .clear-shadow {
  628. z-index: 2;
  629. }
  630.  
  631. .tabs input.tab-selector-3:hover + label.tab-label-3 ~ .clear-shadow {
  632. z-index: 1;
  633. }
  634.  
  635. .tabs input.tab-selector-4:hover + label.tab-label-4 ~ .clear-shadow {
  636. z-index: 0;
  637. }
  638. .tabs label:first-of-type {
  639. z-index: 4;
  640. }
  641.  
  642. .tab-label-2 {
  643. z-index: 3;
  644. }
  645.  
  646. .tab-label-3 {
  647. z-index: 2;
  648. }
  649.  
  650. .tab-label-4 {
  651. z-index: 1;
  652. }
  653.  
  654. .tabs input:checked + label {
  655. webkit-transition: top linear 0.2s;
  656. -moz-transition: top linear 0.2s;
  657. -o-transition: top linear 0.2s;
  658. -ms-transition: top linear 0.2s;
  659. transition: top linear 0.2s;
  660. }
  661.  
  662. .clear-shadow {
  663. position: relative;
  664. top: 0;
  665. height: 10px;
  666. margin-bottom: -10px;
  667. clear: both;
  668. z-index: -2;
  669. }
  670.  
  671. .content {
  672. background-color: transparent;
  673. position: relative;
  674. height: 262px;
  675. overflow:auto;
  676. width:225px;
  677. margin-top:5px;
  678. z-index: 5;
  679. }
  680.  
  681. .content div {
  682. position: absolute;
  683. top:0;
  684. left:0;
  685. bottom: 100%;
  686. overflow: auto;
  687. padding-left:5px;
  688. padding-top:5px;
  689. padding-bottom:5px;
  690. padding-right:5px;
  691. z-index: 1;
  692. opacity: 0;
  693. -webkit-transition: all linear 0.1s;
  694. -moz-transition: all linear 0.1s;
  695. -o-transition: all linear 0.1s;
  696. -ms-transition: all linear 0.1s;
  697. transition: all linear 0.1s;
  698. }
  699.  
  700. .tabs input.tab-selector-1:checked ~ .content .content-1,
  701. .tabs input.tab-selector-2:checked ~ .content .content-2,
  702. .tabs input.tab-selector-3:checked ~ .content .content-3,
  703. .tabs input.tab-selector-4:checked ~ .content .content-4 {
  704. bottom: 0px;
  705. z-index: 100;
  706. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  707. filter: alpha(opacity=100);
  708. opacity: 1;
  709. -webkit-transition: all ease-out 0.2s 0.2s;
  710. -moz-transition: all ease-out 0.2s 0.2s;
  711. -o-transition: all ease-out 0.2s 0.2s;
  712. -ms-transition: all ease-out 0.2s 0.2s;
  713. transition: all ease-out 0.2s 0.2s;
  714. }
  715.  
  716. .content gencontent {
  717. text-align:justify;
  718. display:block;
  719. padding-left:0px;
  720. padding-right:0px;
  721. line-height:12px;
  722. }
  723.  
  724. .content navinfo {
  725. display:block;
  726. text-align:justify;
  727. padding-left:10px;
  728. padding-right:10px;
  729. margin-bottom:10px;
  730. }
  731.  
  732. .content tabnav {
  733. margin-top:0px;
  734. text-align:center;
  735. }
  736.  
  737. .content tabnav a {
  738. display:inline-block;
  739. text-align:center;
  740. width:188px;
  741. height:30px;
  742. line-height:30px;
  743. text-transform:lowercase;
  744. font-family:cambria;
  745. font-size:9px;
  746. margin-bottom:3px;
  747. border:1px solid {color:border};
  748. background-color:{color:navigation};
  749. color:{color:navigation links};
  750. -webkit-transition: all 0.5s ease-in-out;
  751. -moz-transition: all 0.5s ease-in-out;
  752. -o-transition: all 0.5s ease-in-out;
  753. }
  754.  
  755. .content tabnav a:hover {
  756. color:{color:navigation hover};
  757. -webkit-transition: all 0.5s ease-in-out;
  758. -moz-transition: all 0.5s ease-in-out;
  759. -o-transition: all 0.5s ease-in-out;
  760. }
  761.  
  762. #credit {
  763. font-size:10px;
  764. float:center;
  765. position:fixed;
  766. font-family:cambria;
  767. font-weight:bold;
  768. bottom:15px;
  769. right:15px;
  770. padding:10px;
  771. text-transform:uppercase;
  772. border:1px solid {color:border};
  773. background-color:{color:entries};
  774. color:{color:title};
  775. }
  776.  
  777. #credit a {
  778. color:{color:title};
  779. }
  780.  
  781. cred {
  782. padding-left: 1.2em;
  783. list-style: none;
  784. }
  785.  
  786. cred:before {
  787. color: {color:title};
  788. content: "\f105";
  789. font-family: FontAwesome;
  790. font-size:10px;
  791. display: inline-block;
  792. margin-left: -1.2em;
  793. width: 1.2em;
  794. }
  795.  
  796. icon1 {
  797. padding-left: 1.2em;
  798. list-style: none;
  799. }
  800. icon1:before {
  801. content: "\f021";
  802. font-family: FontAwesome;
  803. display: inline-block;
  804. margin-left: -1.2em;
  805. width: 1.2em;
  806. }
  807.  
  808. icon2 {
  809. padding-left: 1.2em;
  810. list-style: none;
  811. }
  812. icon2:before {
  813. content: "\f0e5";
  814. font-family: FontAwesome;
  815. display: inline-block;
  816. margin-left: -1.2em;
  817. width: 1.2em;
  818. }
  819.  
  820. icon3 {
  821. padding-left: 1.2em;
  822. list-style: none;
  823. }
  824. icon3:before {
  825. content: "\f044";
  826. font-family: FontAwesome;
  827. display: inline-block;
  828. margin-left: -1.2em;
  829. width: 1.2em;
  830. }
  831.  
  832.  
  833. </style>
  834.  
  835. </head>
  836.  
  837. <body>
  838.  
  839. <div id="backbar">
  840.  
  841. <div id="sideph"><img src="{image:Sidebar}"></div>
  842.  
  843. <div id="titlebar">
  844. <div id="maintitle">{text:main title}</div>
  845. <div id="subtitle">{text:subtitle}</div>
  846. </div>
  847.  
  848. <div id="sidebar">
  849.  
  850. <div style="overflow:auto; width: 178px; padding-right:5px; height: 307px; text-align: justify;">
  851. {description}
  852. </div>
  853.  
  854.  
  855. <div id="pagination">
  856. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage} {CurrentPage} out of {TotalPages} {block:NextPage}&nbsp;<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}
  857. </div>
  858.  
  859. </div>
  860.  
  861. <div id="navbar">
  862. <div id="navigation1">
  863. <a href="/" title="index"><icon1></icon1></a><br>
  864. <a href="/ask" title="message"><icon2></icon2></a><br>
  865. <a href="/submit" title="submit"><icon3></icon3></a>
  866. </div>
  867. </div>
  868.  
  869. <div id="navbar2">
  870. <div id="navigation2">
  871. <a href="{text:link one URL}">{text:link one text}</a><br>
  872. <a href="{text:link two URL}">{text:link two text}</a><br>
  873. <a href="{text:link three URL}">{text:link three text}</a><br>
  874. <a href="{text:link four URL}">{text:link four text}</a>
  875. </div>
  876. </div>
  877.  
  878. <div id="small">{text:small description}</div>
  879.  
  880. </div>
  881.  
  882.  
  883. <div id="entries">
  884. {block:Posts}
  885. <div id="entrybg">
  886. <div id="entry">
  887.  
  888.  
  889. {block:Text}
  890. {block:Title}<div id="posttitles">{Title}</div>{/block:Title}
  891. {Body}
  892. {/block:Text}
  893.  
  894. {block:Photo}
  895. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  896. {block:Caption}{Caption}{/block:Caption}
  897. {/block:Photo}
  898.  
  899. {block:Photoset}
  900. {Photoset-500}
  901. {block:Caption}{Caption}{/block:Caption}
  902. {/block:Photoset}
  903.  
  904. {block:Quote}
  905. <div id="posttitles">{Quote}</div>
  906. {block:Source}<br>—{Source}{/block:Source}
  907. {/block:Quote}
  908.  
  909. {block:Link}
  910. <div id="posttitles"><a href="{URL}" {Target}>{Name}</a></div>
  911. {block:Description}{Description}{/block:Description}
  912. {/block:Link}
  913.  
  914. {block:Chat}
  915. {block:Title}<div id="posttitles">{Title}</div>{/block:Title}
  916. {block:Lines}
  917. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  918. {/block:Lines}
  919. {/block:Chat}
  920.  
  921. {block:Audio}{block:AudioPlayer}
  922. <div class="audiowrapper">
  923. {block:AlbumArt}
  924. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  925. {/block:AlbumArt}
  926.  
  927. <div class="playerbuttonbg">
  928. <div class="newplayerbutton">
  929. <div class="playerbuttonhug">
  930.  
  931. {AudioPlayerWhite}
  932.  
  933. </div>
  934. </div>
  935. </div>
  936.  
  937. <div class="trackdetails">
  938.  
  939. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  940. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  941. {block:Album}Album: {Album}{/block:Album}<br/>
  942. {PlayCountWithLabel}
  943.  
  944. </div>
  945. </div>
  946. {/block:AudioPlayer}
  947.  
  948. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  949.  
  950. {block:Video}
  951. {Video-500}
  952. {block:Caption}{Caption}{/block:Caption}
  953. {/block:Video}
  954.  
  955. {block:Answer}
  956. <div id="ask">{Asker} sent:</div><div id="question">{Question}</div>
  957. <br>{Answer}
  958. {/block:Answer}
  959.  
  960.  
  961.  
  962.  
  963.  
  964.  
  965. </div> <!-- /div entry ---><div id="permalink">
  966. {block:Date}{TimeAgo}{/block:Date} & <a href="{Permalink}">
  967. {NoteCountWithLabel}</a> & <a href="{ReblogURL}" target="_blank">Reblog</a>
  968.  
  969. {block:RebloggedFrom} & <a href="{ReblogParentURL}"title="{ReblogParentTitle}">via</a> / <a href="{ReblogRootURL}"title="{ReblogRoottitle}">source</a>{/block:RebloggedFrom}
  970.  
  971. <br>{block:HasTags} {block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  972. </div> </div>
  973.  
  974. {/block:Posts}{block:PostNotes}{PostNotes}{/block:PostNotes}
  975.  
  976. <div id="credit"> <a href="http://agleerph.tumblr.com/" title="theme 30 by agleerph"><cred>agrph</cred></a></div>
  977.  
  978. </body>
  979.  
  980. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement