Advertisement
alithegreat

AGLEERPH | #36 | CLOSE YOUR EYES

Dec 3rd, 2016
1,080
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.30 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 / #36: close your eyes.
  18.  
  19. --->
  20.  
  21. <meta name="image:Sidebar1" content=""/>
  22. <meta name="image:Sidebar2" 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"/>
  50. <meta name="text:link two URL" content="/"/>
  51. <meta name="text:link two text" content="link two"/>
  52. <meta name="text:link three URL" content="/"/>
  53. <meta name="text:link three text" content="link three"/>
  54. <meta name="text:link four URL" content="/"/>
  55. <meta name="text:link four text" content="link four"/>
  56. <meta name="text:link five URL" content="/"/>
  57. <meta name="text:link five text" content="link five"/>
  58. <meta name="text:link six URL" content="/"/>
  59. <meta name="text:link six text" content="link six"/>
  60.  
  61. <style type="text/css">
  62.  
  63.  
  64. ::-webkit-scrollbar-thumb {
  65. height:auto;
  66. background-color:{color:Scrollbar2};
  67. }
  68.  
  69. ::-webkit-scrollbar {
  70. height:3px;
  71. width:3px;
  72. background-color:{color:Scrollbar1};
  73. }
  74.  
  75.  
  76. body {
  77. background: {color:Background};
  78. font-family: cambria;
  79. font-size: 10px;
  80. line-height:14px;
  81. color: {color:Text};
  82. background-image:url('{image:Background}');
  83. background-attachment:fixed;
  84.  
  85. }
  86.  
  87. blockquote {
  88. border-left:2px solid {color:blockquote};
  89. text-align:justify;
  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.  
  150. hr {
  151. background-image:url('{image:pattern}');
  152. background-attachment:absolute;
  153. border:1px solid #000000;
  154. display:block;
  155. padding:2px;
  156. }
  157.  
  158.  
  159.  
  160. #sideph1 {
  161. position:fixed;
  162. margin-left:3px;
  163. margin-top:3px;
  164. border:1px solid {color:border};
  165. width:380px;
  166. height:200px;
  167. }
  168.  
  169. #sideph2 {
  170. position:fixed;
  171. margin-left:250px;
  172. margin-top:208px;
  173. border:1px solid {color:border};
  174. width:200px;
  175. height:330px;
  176. }
  177.  
  178.  
  179. #backbar {
  180. position:fixed;
  181. margin-left:30px;
  182. margin-top:30px;
  183. width:455px;
  184. height:543px;
  185. border:1px solid {color:border};
  186. background-image:url('{image:Pattern}');
  187. background-color:{color:pattern alt};
  188. background-attachment:fixed;
  189. }
  190.  
  191. #sidebar {
  192. position:fixed;
  193. margin-top:208px;
  194. margin-left:3px;
  195. border:1px solid {color:border};
  196. width:222px;
  197. height:193px;
  198. background-color:{color:Sidebar};
  199. padding:10px;
  200. line-height:12px;
  201. text-align:justify;
  202. }
  203.  
  204. #pagination {
  205. margin-top:10px;
  206. font-size:10px;
  207. font-family:cambria;
  208. letter-spacing:0px;
  209. line-height:12px;
  210. text-align:center;
  211. text-transform:uppercase;
  212. color:{color:text};
  213. }
  214.  
  215. #pagination a {
  216. color:{color:link};
  217. }
  218.  
  219. #navbar1 {
  220. margin-left:388px;
  221. margin-top:3px;
  222. width:62px;
  223. background-color:transparent;
  224. height:202px;
  225. position:fixed;
  226. }
  227.  
  228. #navbar2 {
  229. margin-left:3px;
  230. margin-top:426px;
  231. width:242px;
  232. background-color:{color:sidebar};
  233. border:1px solid {color:border};
  234. height:112px;
  235. position:fixed;
  236. }
  237.  
  238. #navigation1 {
  239. margin-top:0px;
  240. text-align:center;
  241. }
  242.  
  243. #navigation1 a {
  244. display:inline-block;
  245. text-align:center;
  246. width:62px;
  247. height:64px;
  248. line-height:64px;
  249. text-transform:lowercase;
  250. font-family:cambria;
  251. font-size:9px;
  252. margin-bottom:2px;
  253. border:1px solid {color:border};
  254. background-color:{color:navigation1};
  255. color:{color:navigation1 links};
  256. -webkit-transition: all 0.5s ease-in-out;
  257. -moz-transition: all 0.5s ease-in-out;
  258. -o-transition: all 0.5s ease-in-out;
  259. }
  260.  
  261. #navigation1 a:hover {
  262. color:{color:navigation1 hover};
  263. -webkit-transition: all 0.5s ease-in-out;
  264. -moz-transition: all 0.5s ease-in-out;
  265. -o-transition: all 0.5s ease-in-out;
  266. }
  267.  
  268. #navigation2 {
  269. margin-top:3px;
  270. text-align:center;
  271. }
  272.  
  273. #navigation2 a {
  274. display:inline-block;
  275. text-align:center;
  276. width:115px;
  277. height:32px;
  278. line-height:32px;
  279. text-transform:lowercase;
  280. font-family:cambria;
  281. font-size:9px;
  282. margin-bottom:2px;
  283. border:1px solid {color:border};
  284. background-color:{color:navigation2};
  285. color:{color:navigation2 links};
  286. -webkit-transition: all 0.5s ease-in-out;
  287. -moz-transition: all 0.5s ease-in-out;
  288. -o-transition: all 0.5s ease-in-out;
  289. }
  290.  
  291. #navigation2 a:hover {
  292. color:{color:navigation2 hover};
  293. -webkit-transition: all 0.5s ease-in-out;
  294. -moz-transition: all 0.5s ease-in-out;
  295. -o-transition: all 0.5s ease-in-out;
  296. }
  297.  
  298. #entries {
  299. position:absolute;
  300. width:528px;
  301. margin-left:580px;
  302. padding:0px;
  303. margin-top:30px;
  304. }
  305.  
  306. #entrybg {
  307. padding:3px;
  308. margin-bottom:20px;
  309. background-color:{color:pattern alt};
  310. border:1px solid {color:Border};
  311. background-image:url('{image:Pattern}');
  312. background-attachment:absolute;
  313. }
  314.  
  315. #entry {
  316. background-color:{color:Entries};
  317. margin-bottom:0px;
  318. padding:8px;
  319. border:1px solid {color:Border};
  320. }
  321.  
  322.  
  323. #posttitles {
  324. text-align: center;
  325. font-size: 20px;
  326. line-height:130%;
  327. text-transform:lowercase;
  328. font-weight:300;
  329. font-style:italic;
  330. padding:5px;
  331. color: {color:title};
  332. }
  333.  
  334.  
  335. #posttitles a {
  336. color:{color:title};
  337. }
  338.  
  339. #ask {
  340. z-index:10;
  341. font-family:cambria;
  342. font-size:16px;
  343. text-align:center;
  344. text-transform:lowercase;
  345. color:{color:question2};
  346. background-color:{color:question1};
  347. margin-right:0px;
  348. padding:10px;
  349. padding-left:10px;
  350. border-bottom:1px solid {color:border};
  351. }
  352.  
  353. #ask a {
  354. color:{color:question2};
  355. }
  356.  
  357.  
  358. #question {
  359. background-color:{color:Question1};
  360. color:{color:Question2};
  361. font-size:10px;
  362. z-index:10;
  363. text-align:center;
  364. padding:10px;
  365. }
  366.  
  367. .playerbuttonbg {
  368. position: absolute;
  369. left: 20px;
  370. top: 20px;
  371. width: 19px;
  372. height: 19px;
  373. background-color: #ffffff;
  374. padding: 10px;
  375. -webkit-border-radius: 40px;
  376. -moz-border-radius: 40px;
  377. border-radius: 40px;
  378. opacity: .4;
  379. filter: alpha(opacity=40);
  380. opacity: 0.4;
  381. -khtml-opacity: 0.4;
  382. transition: opacity .7s ease-in-out;
  383. -moz-transition: opacity .7s ease-in-out;
  384. -webkit-transition: opacity .7s ease-in-out;
  385. }
  386.  
  387. .playerbuttonbg:hover {
  388. opacity: 1;
  389. filter: alpha(opacity=100);
  390. -moz-opacity: 1;
  391. -khtml-opacity: 1;
  392. }
  393.  
  394. .newplayerbutton {
  395. position: relative;
  396. width: 19px;
  397. height: 19px;
  398. overflow: hidden;
  399. }
  400.  
  401. .playerbuttonhug {
  402. position: absolute;
  403. top: -18px;
  404. left: -7px;
  405. }
  406.  
  407. .tumblr_audio_player {
  408. height: 90px;
  409. width: 270px;
  410. -moz-transform: scale(0.60, 0.60);
  411. -webkit-transform: scale(0.60, 0.60);
  412. -o-transform: scale(0.60, 0.60);
  413. -ms-transform: scale(0.60, 0.60);
  414. transform: scale(0.60, 0.60);
  415. -moz-transform-origin: top left;
  416. -webkit-transform-origin: top left;
  417. -o-transform-origin: top left;
  418. -ms-transform-origin: top left;
  419. transform-origin: top left;
  420. }
  421.  
  422. .audioimgwrapper {
  423. position: absolute;
  424. left: 0px;
  425. top: 0px;
  426. -webkit-border-radius: 40px;
  427. -moz-border-radius: 40px;
  428. border-radius: 40px;
  429. overflow: hidden;
  430. width: 79px;
  431. height: 79px;
  432. }
  433.  
  434. .audioimgwrapper img {
  435. width: 100%;
  436. height: auto;
  437. -webkit-border-radius: 40px;
  438. -moz-border-radius: 40px;
  439. border-radius: 40px;
  440. }
  441.  
  442. .trackdetails {
  443. width: auto;
  444. display:inline-block;
  445. margin-left: 90px;
  446. min-height: 85px;
  447. }
  448.  
  449. .audiowrapper {
  450. position: relative;
  451. display:inline-block;
  452. }
  453.  
  454. #permalink {
  455. text-align: right;
  456. border-top: 1px solid {color:Border};
  457. border-bottom:1px solid {color:Border};
  458. background-color:{color:entries};
  459. position: relative;
  460. font-size:9px;
  461. letter-spacing:0px;
  462. text-transform:lowercase;
  463. margin-top: 3px;
  464. margin-left:-3px;
  465. margin-right:-3px;
  466. padding-right:10px;
  467. padding-bottom:5px;
  468. padding-top: 5px;
  469. }
  470.  
  471.  
  472. #credit {
  473. font-size:10px;
  474. float:center;
  475. position:fixed;
  476. font-family:cambria;
  477. font-weight:bold;
  478. bottom:15px;
  479. right:15px;
  480. padding:10px;
  481. text-transform:uppercase;
  482. border:1px solid {color:border};
  483. background-color:{color:entries};
  484. color:{color:title};
  485. }
  486.  
  487. #credit a {
  488. color:{color:title};
  489. }
  490.  
  491. cred {
  492. padding-left: 1.2em;
  493. list-style: none;
  494. }
  495.  
  496. cred:before {
  497. color: {color:title};
  498. content: "\f105";
  499. font-family: FontAwesome;
  500. font-size:10px;
  501. display: inline-block;
  502. margin-left: -1.2em;
  503. width: 1.2em;
  504. }
  505.  
  506. icon1 {
  507. padding-left: 1.2em;
  508. list-style: none;
  509. }
  510. icon1:before {
  511. content: "\f021";
  512. font-family: FontAwesome;
  513. display: inline-block;
  514. margin-left: -1.2em;
  515. width: 1.2em;
  516. }
  517.  
  518. icon2 {
  519. padding-left: 1.2em;
  520. list-style: none;
  521. }
  522. icon2:before {
  523. content: "\f0e5";
  524. font-family: FontAwesome;
  525. display: inline-block;
  526. margin-left: -1.2em;
  527. width: 1.2em;
  528. }
  529.  
  530. icon3 {
  531. padding-left: 1.2em;
  532. list-style: none;
  533. }
  534. icon3:before {
  535. content: "\f044";
  536. font-family: FontAwesome;
  537. display: inline-block;
  538. margin-left: -1.2em;
  539. width: 1.2em;
  540. }
  541.  
  542.  
  543. </style>
  544.  
  545. </head>
  546.  
  547. <body>
  548.  
  549. <div id="backbar">
  550.  
  551. <div id="sideph1"><img src="{image:Sidebar1}"></div>
  552.  
  553. <div id="sideph2"><img src="{image:Sidebar2}"></div>
  554.  
  555. <div id="sidebar">
  556.  
  557. <div style="overflow:auto; width: 220px; padding-right:5px; height: 173px; text-align: justify;">
  558. {description}
  559. </div>
  560.  
  561.  
  562. <div id="pagination">
  563. {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}
  564. </div></div>
  565.  
  566. <div id="navbar1">
  567. <div id="navigation1">
  568. <a href="/" title="index"><icon1></icon1></a><br>
  569. <a href="/ask" title="message"><icon2></icon2></a><br>
  570. <a href="/submit" title="submit"><icon3></icon3></a>
  571. </div>
  572. </div>
  573.  
  574. <div id="navbar2">
  575. <div id="navigation2">
  576. <a href="{text:link one URL}">{text:link one text}</a>
  577. <a href="{text:link two URL}">{text:link two text}</a><br>
  578. <a href="{text:link three URL}">{text:link three text}</a>
  579. <a href="{text:link four URL}">{text:link four text}</a><br>
  580. <a href="{text:link five URL}">{text:link five text}</a>
  581. <a href="{text:link six URL}">{text:link six text}</a>
  582. </div>
  583. </div>
  584.  
  585. </div>
  586.  
  587.  
  588. <div id="entries">
  589. {block:Posts}
  590. <div id="entrybg">
  591. <div id="entry">
  592.  
  593.  
  594. {block:Text}
  595. {block:Title}<div id="posttitles">{Title}</div>{/block:Title}
  596. {Body}
  597. {/block:Text}
  598.  
  599. {block:Photo}
  600. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  601. {block:Caption}{Caption}{/block:Caption}
  602. {/block:Photo}
  603.  
  604. {block:Photoset}
  605. {Photoset-500}
  606. {block:Caption}{Caption}{/block:Caption}
  607. {/block:Photoset}
  608.  
  609. {block:Quote}
  610. <div id="posttitles">{Quote}</div>
  611. {block:Source}<br>—{Source}{/block:Source}
  612. {/block:Quote}
  613.  
  614. {block:Link}
  615. <div id="posttitles"><a href="{URL}" {Target}>{Name}</a></div>
  616. {block:Description}{Description}{/block:Description}
  617. {/block:Link}
  618.  
  619. {block:Chat}
  620. {block:Title}<div id="posttitles">{Title}</div>{/block:Title}
  621. {block:Lines}
  622. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  623. {/block:Lines}
  624. {/block:Chat}
  625.  
  626. {block:Audio}{block:AudioPlayer}
  627. <div class="audiowrapper">
  628. {block:AlbumArt}
  629. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  630. {/block:AlbumArt}
  631.  
  632. <div class="playerbuttonbg">
  633. <div class="newplayerbutton">
  634. <div class="playerbuttonhug">
  635.  
  636. {AudioPlayerWhite}
  637.  
  638. </div>
  639. </div>
  640. </div>
  641.  
  642. <div class="trackdetails">
  643.  
  644. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  645. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  646. {block:Album}Album: {Album}{/block:Album}<br/>
  647. {PlayCountWithLabel}
  648.  
  649. </div>
  650. </div>
  651. {/block:AudioPlayer}
  652.  
  653. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  654.  
  655. {block:Video}
  656. {Video-500}
  657. {block:Caption}{Caption}{/block:Caption}
  658. {/block:Video}
  659.  
  660. {block:Answer}
  661. <div id="ask">{Asker} sent:</div><div id="question">{Question}</div>
  662. <br>{Answer}
  663. {/block:Answer}
  664.  
  665.  
  666.  
  667.  
  668.  
  669.  
  670. </div> <!-- /div entry ---><div id="permalink">
  671. {block:Date}{TimeAgo}{/block:Date} & <a href="{Permalink}">
  672. {NoteCountWithLabel}</a> & <a href="{ReblogURL}" target="_blank">Reblog</a>
  673.  
  674. {block:RebloggedFrom} & <a href="{ReblogParentURL}"title="{ReblogParentTitle}">via</a> / <a href="{ReblogRootURL}"title="{ReblogRoottitle}">source</a>{/block:RebloggedFrom}
  675.  
  676. <br>{block:HasTags} {block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  677. </div> </div>
  678.  
  679. {/block:Posts}{block:PostNotes}{PostNotes}{/block:PostNotes}
  680.  
  681. <div id="credit"> <a href="http://agleerph.tumblr.com/" title="theme 36 by agleerph"><cred>agrph</cred></a></div>
  682.  
  683. </body>
  684.  
  685.  
  686. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement