Advertisement
alithegreat

AGLEERPH | #31 | PIPER

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