Advertisement
alithegreat

AGLEERPH | #32 | R U MINE?

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