Advertisement
alithegreat

AGLEERPH | #28 | MORE THAN A FEELING

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