alithegreat

AGLEERPH | #26 | STRESSED OUT

Sep 10th, 2016
459
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.10 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 / #26: stressed out.
  18.  
  19. --->
  20.  
  21. <meta name="image:Sidebar" content=""/>
  22. <meta name="image:Background" content=""/>
  23. <meta name="image:Pattern" content=""/>
  24.  
  25. <meta name="color:Pattern Alt" content=""/>
  26. <meta name="color:Background" content=""/>
  27. <meta name="color:Blockquote" content=""/>
  28. <meta name="color:Border" content=""/>
  29. <meta name="color:Entries" content=""/>
  30. <meta name="color:Link" content=""/>
  31. <meta name="color:Navigation" content=""/>
  32. <meta name="color:Navigation Hover" content=""/>
  33. <meta name="color:Navigation Links" content=""/>
  34. <meta name="color:Pre BG" content=""/>
  35. <meta name="color:Pre Border" content=""/>
  36. <meta name="color:Pre Text" content=""/>
  37. <meta name="color:Question1" content=""/>
  38. <meta name="color:Question2" content=""/>
  39. <meta name="color:Scrollbar1" content=""/>
  40. <meta name="color:Scrollbar2" content=""/>
  41. <meta name="color:Sidebar" content=""/>
  42. <meta name="color:Text" content=""/>
  43. <meta name="color:Title" content=""/>
  44.  
  45. <meta name="text:link one URL" content="/"/>
  46. <meta name="text:link one text" content="link one text"/>
  47. <meta name="text:link two URL" content="/"/>
  48. <meta name="text:link two text" content="link two text"/>
  49. <meta name="text:link three URL" content="/"/>
  50. <meta name="text:link three text" content="link three text"/>
  51. <meta name="text:link four URL" content="/"/>
  52. <meta name="text:link four text" content="link four text"/>
  53.  
  54. <meta name="text:home text" content="this is your home text"/>
  55. <meta name="text:ask text" content="this is your ask text"/>
  56.  
  57. <meta name="text:main title" content="this is your main title"/>
  58. <meta name="text:subtitle" content="this is your subtitle"/>
  59.  
  60.  
  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. padding: 2px 10px;
  90. margin: 10px;
  91. }
  92.  
  93.  
  94. li {
  95. padding-left: 1.2em;
  96. list-style: none;
  97. }
  98.  
  99. li:before {
  100. color: {color:title};
  101. content: "\f105";
  102. font-family: FontAwesome;
  103. font-size:10px;
  104. display: inline-block;
  105. margin-left: -1.2em;
  106. width: 1.2em;
  107. }
  108.  
  109.  
  110. a {
  111. text-decoration: none;
  112. color: {color:Link};
  113. }
  114.  
  115. pre {
  116. font-family:cambria;
  117. font-size:9px;
  118. padding:5px;
  119. text-transform:uppercase;
  120. border-bottom:1px solid {color:Pre Border};
  121. text-align:center;
  122. color:{color:Pre Text};
  123. background-color:{color:Pre BG};
  124. word-wrap:break-word;
  125. }
  126.  
  127. pre a {
  128. color:{color:pre text};
  129. }
  130.  
  131. pre b,strong {
  132. color:{color:pre text};
  133. }
  134.  
  135. pre i,em {
  136. color:{color:pre text};
  137. }
  138.  
  139.  
  140. small, sub {
  141. font-size:10px;
  142. }
  143.  
  144. b, strong {
  145. color:{color:Title};
  146. }
  147.  
  148. #toptext {
  149. margin-top:-30px;
  150. font-weight:bold;
  151. text-transform:lowercase;
  152. font-family:arial;
  153. font-size:22px;
  154. position:fixed;
  155. letter-spacing:-1px;
  156. width:445px;
  157. text-align:right;
  158. color:{color:top text};
  159. text-shadow: 1px 1px 0px {color:top shadow};
  160.  
  161. }
  162.  
  163.  
  164. #sideph {
  165. position:fixed;
  166. margin-left:3px;
  167. margin-top:83px;
  168. border:1px solid {color:border};
  169. width:200px;
  170. height:500px;
  171. }
  172.  
  173. #backbar {
  174. position:fixed;
  175. margin-left:30px;
  176. margin-top:-10px;
  177. width:445px;
  178. height:588px;
  179. border:1px solid {color:border};
  180. background-image:url('{image:Pattern}');
  181. background-color:{color:pattern alt};
  182. background-attachment:fixed;
  183. }
  184.  
  185. #sidebar {
  186. position:fixed;
  187. margin-top:83px;
  188. margin-left:208px;
  189. border:1px solid {color:border};
  190. width:212px;
  191. height:279px;
  192. background-color:{color:Sidebar};
  193. padding:10px;
  194. line-height:12px;
  195. text-align:justify;
  196. }
  197.  
  198. #titlebar {
  199. position:fixed;
  200. margin-top:30px;
  201. margin-left:-1px;
  202. width:425px;
  203. padding:10px;
  204. background-color:{color:sidebar};
  205. border:1px solid {color:border};
  206. }
  207.  
  208. #maintitle {
  209. font-family:cambria;
  210. text-transform:lowercase;
  211. font-weight:300;
  212. font-size:16px;
  213. color:{color:title};
  214. padding-right:5px;
  215. text-align:right;
  216. }
  217.  
  218. #subtitle {
  219. font-family:cambria;
  220. font-size:10px;
  221. padding-right:5px;
  222. text-transform:lowercase;
  223. text-align:right;
  224. }
  225.  
  226. #pagination {
  227. margin-top:10px;
  228. font-size:10px;
  229. font-family:cambria;
  230. letter-spacing:0px;
  231. line-height:12px;
  232. text-align:center;
  233. text-transform:uppercase;
  234. color:{color:text};
  235. }
  236.  
  237. #pagination a {
  238. color:{color:link};
  239. }
  240.  
  241. #navbar {
  242. margin-left:208px;
  243. margin-top:387px;
  244. width:232px;
  245. background-color:{color:sidebar};
  246. border:1px solid {color:border};
  247. height:196px;
  248. position:fixed;
  249. }
  250.  
  251. #navigation {
  252. margin-top:3px;
  253. text-align:center;
  254. }
  255.  
  256. #navigation a {
  257. display:inline-block;
  258. text-align:center;
  259. width:224px;
  260. height:28px;
  261. line-height:28px;
  262. text-transform:lowercase;
  263. font-family:cambria;
  264. font-size:9px;
  265. margin-bottom:2px;
  266. border:1px solid {color:border};
  267. background-color:{color:navigation};
  268. color:{color:navigation links};
  269. -webkit-transition: all 0.5s ease-in-out;
  270. -moz-transition: all 0.5s ease-in-out;
  271. -o-transition: all 0.5s ease-in-out;
  272. }
  273.  
  274. #navigation a:hover {
  275. color:{color:navigation hover};
  276. -webkit-transition: all 0.5s ease-in-out;
  277. -moz-transition: all 0.5s ease-in-out;
  278. -o-transition: all 0.5s ease-in-out;
  279. }
  280.  
  281.  
  282. #entries {
  283. position:absolute;
  284. width:528px;
  285. margin-left:535px;
  286. padding:0px;
  287. margin-top:40px;
  288. }
  289.  
  290. #entrybg {
  291. padding:3px;
  292. margin-bottom:20px;
  293. background-color:{color:pattern alt};
  294. border:1px solid {color:Border};
  295. background-image:url('{image:Pattern}');
  296. background-attachment:absolute;
  297. }
  298.  
  299. #entry {
  300. background-color:{color:Entries};
  301. margin-bottom:0px;
  302. padding:8px;
  303. border:1px solid {color:Border};
  304. }
  305.  
  306.  
  307. #posttitles {
  308. text-align: center;
  309. font-size: 20px;
  310. line-height:130%;
  311. text-transform:uppercase;
  312. font-family:arial;
  313. font-weight:bold;
  314. font-style:italic;
  315. letter-spacing:-1px;
  316. padding:0px;
  317. color: {color:title};
  318. }
  319.  
  320.  
  321. #posttitles a {
  322. color:{color:title};
  323. }
  324.  
  325. #ask {
  326. z-index:10;
  327. font-family:cambria;
  328. font-size:16px;
  329. text-align:center;
  330. text-transform:lowercase;
  331. color:{color:question2};
  332. background-color:{color:question1};
  333. margin-right:0px;
  334. padding:10px;
  335. padding-left:10px;
  336. border-bottom:1px solid {color:text};
  337. }
  338.  
  339. #ask a {
  340. color:{color:question2};
  341. }
  342.  
  343.  
  344. #question {
  345. background-color:{color:Question1};
  346. color:{color:Question2};
  347. font-size:10px;
  348. z-index:10;
  349. text-align:center;
  350. padding:10px;
  351. }
  352.  
  353. .playerbuttonbg {
  354. position: absolute;
  355. left: 20px;
  356. top: 20px;
  357. width: 19px;
  358. height: 19px;
  359. background-color: #ffffff;
  360. padding: 10px;
  361. -webkit-border-radius: 40px;
  362. -moz-border-radius: 40px;
  363. border-radius: 40px;
  364. opacity: .4;
  365. filter: alpha(opacity=40);
  366. opacity: 0.4;
  367. -khtml-opacity: 0.4;
  368. transition: opacity .7s ease-in-out;
  369. -moz-transition: opacity .7s ease-in-out;
  370. -webkit-transition: opacity .7s ease-in-out;
  371. }
  372.  
  373. .playerbuttonbg:hover {
  374. opacity: 1;
  375. filter: alpha(opacity=100);
  376. -moz-opacity: 1;
  377. -khtml-opacity: 1;
  378. }
  379.  
  380. .newplayerbutton {
  381. position: relative;
  382. width: 19px;
  383. height: 19px;
  384. overflow: hidden;
  385. }
  386.  
  387. .playerbuttonhug {
  388. position: absolute;
  389. top: -18px;
  390. left: -7px;
  391. }
  392.  
  393. .tumblr_audio_player {
  394. height: 90px;
  395. width: 270px;
  396. -moz-transform: scale(0.60, 0.60);
  397. -webkit-transform: scale(0.60, 0.60);
  398. -o-transform: scale(0.60, 0.60);
  399. -ms-transform: scale(0.60, 0.60);
  400. transform: scale(0.60, 0.60);
  401. -moz-transform-origin: top left;
  402. -webkit-transform-origin: top left;
  403. -o-transform-origin: top left;
  404. -ms-transform-origin: top left;
  405. transform-origin: top left;
  406. }
  407.  
  408. .audioimgwrapper {
  409. position: absolute;
  410. left: 0px;
  411. top: 0px;
  412. -webkit-border-radius: 40px;
  413. -moz-border-radius: 40px;
  414. border-radius: 40px;
  415. overflow: hidden;
  416. width: 79px;
  417. height: 79px;
  418. }
  419.  
  420. .audioimgwrapper img {
  421. width: 100%;
  422. height: auto;
  423. -webkit-border-radius: 40px;
  424. -moz-border-radius: 40px;
  425. border-radius: 40px;
  426. }
  427.  
  428. .trackdetails {
  429. width: auto;
  430. display:inline-block;
  431. margin-left: 90px;
  432. min-height: 85px;
  433. }
  434.  
  435. .audiowrapper {
  436. position: relative;
  437. display:inline-block;
  438. }
  439.  
  440. #permalink {
  441. text-align: right;
  442. border-top: 1px solid {color:Border};
  443. border-bottom:1px solid {color:Border};
  444. background-color:{color:entries};
  445. position: relative;
  446. font-size:9px;
  447. letter-spacing:0px;
  448. text-transform:lowercase;
  449. margin-top: 3px;
  450. margin-left:-3px;
  451. margin-right:-3px;
  452. padding-right:10px;
  453. padding-bottom:5px;
  454. padding-top: 5px;
  455. }
  456.  
  457. #credit {
  458. font-size:10px;
  459. float:center;
  460. position:fixed;
  461. font-family:cambria;
  462. font-weight:bold;
  463. bottom:15px;
  464. right:15px;
  465. padding:10px;
  466. text-transform:uppercase;
  467. border:1px solid {color:border};
  468. background-color:{color:entries};
  469. color:{color:title};
  470. }
  471.  
  472. #credit a {
  473. color:{color:title};
  474. }
  475.  
  476. cred {
  477. padding-left: 1.2em;
  478. list-style: none;
  479. }
  480.  
  481. cred:before {
  482. color: {color:title};
  483. content: "\f105";
  484. font-family: FontAwesome;
  485. font-size:10px;
  486. display: inline-block;
  487. margin-left: -1.2em;
  488. width: 1.2em;
  489. }
  490.  
  491.  
  492. </style>
  493.  
  494. </head>
  495.  
  496. <body>
  497.  
  498. <div id="backbar">
  499.  
  500. <div id="sideph"><img src="{image:Sidebar}"></div>
  501.  
  502. <div id="titlebar">
  503. <div id="maintitle">{text:main title}</div>
  504. <div id="subtitle">{text:subtitle}</div>
  505. </div>
  506.  
  507. <div id="sidebar">
  508.  
  509.  
  510. <div style="overflow:auto; padding-right:5px; width: 210px; height: 255px; text-align: justify;">
  511. {description}
  512. </div>
  513.  
  514. <div id="pagination">
  515. {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}
  516. </div>
  517. </div>
  518.  
  519. <div id="navbar">
  520. <div id="navigation">
  521. <a href="/">{text:home text}</a><br>
  522. <a href="/ask">{text:ask text}</a><br>
  523. <a href="{text:link one url}">{text:link one text}</a><br>
  524. <a href="{text:link two url}">{text:link two text}</a><br>
  525. <a href="{text:link three url}">{text:link three text}</a><br>
  526. <a href="{text:link four url}">{text:link four text}</a><br>
  527. </div>
  528. </div>
  529.  
  530. </div>
  531.  
  532.  
  533. <div id="entries">
  534. {block:Posts}
  535. <div id="entrybg">
  536. <div id="entry">
  537.  
  538.  
  539. {block:Text}
  540. {block:Title}<div id="posttitles">{Title}</div>{/block:Title}
  541. {Body}
  542. {/block:Text}
  543.  
  544. {block:Photo}
  545. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  546. {block:Caption}{Caption}{/block:Caption}
  547. {/block:Photo}
  548.  
  549. {block:Photoset}
  550. {Photoset-500}
  551. {block:Caption}{Caption}{/block:Caption}
  552. {/block:Photoset}
  553.  
  554. {block:Quote}
  555. <div id="posttitles">{Quote}</div>
  556. {block:Source}<br>—{Source}{/block:Source}
  557. {/block:Quote}
  558.  
  559. {block:Link}
  560. <div id="posttitles"><a href="{URL}" {Target}>{Name}</a></div>
  561. {block:Description}{Description}{/block:Description}
  562. {/block:Link}
  563.  
  564. {block:Chat}
  565. {block:Title}<div id="posttitles">{Title}</div>{/block:Title}
  566. {block:Lines}
  567. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  568. {/block:Lines}
  569. {/block:Chat}
  570.  
  571. {block:Audio}{block:AudioPlayer}
  572. <div class="audiowrapper">
  573. {block:AlbumArt}
  574. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  575. {/block:AlbumArt}
  576.  
  577. <div class="playerbuttonbg">
  578. <div class="newplayerbutton">
  579. <div class="playerbuttonhug">
  580.  
  581. {AudioPlayerWhite}
  582.  
  583. </div>
  584. </div>
  585. </div>
  586.  
  587. <div class="trackdetails">
  588.  
  589. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  590. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  591. {block:Album}Album: {Album}{/block:Album}<br/>
  592. {PlayCountWithLabel}
  593.  
  594. </div>
  595. </div>
  596. {/block:AudioPlayer}
  597.  
  598. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  599.  
  600. {block:Video}
  601. {Video-500}
  602. {block:Caption}{Caption}{/block:Caption}
  603. {/block:Video}
  604.  
  605. {block:Answer}
  606. <div id="ask">{Asker} sent:</div><div id="question">{Question}</div>
  607. <br>{Answer}
  608. {/block:Answer}
  609.  
  610.  
  611.  
  612.  
  613.  
  614.  
  615. </div> <!-- /div entry ---><div id="permalink">
  616. {block:Date}{TimeAgo}{/block:Date} & <a href="{Permalink}">
  617. {NoteCountWithLabel}</a> & <a href="{ReblogURL}" target="_blank">Reblog</a>
  618.  
  619. {block:RebloggedFrom} & <a href="{ReblogParentURL}"title="{ReblogParentTitle}">via</a> / <a href="{ReblogRootURL}"title="{ReblogRoottitle}">source</a>{/block:RebloggedFrom}
  620.  
  621. <br>{block:HasTags} {block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  622. </div> </div>
  623.  
  624. {/block:Posts}{block:PostNotes}{PostNotes}{/block:PostNotes}
  625.  
  626. <div id="credit"> <a href="http://agleerph.tumblr.com/" title="theme 26 by agleerph"><cred>agrph</cred></a></div>
  627.  
  628. </body>
  629.  
  630. </html>
Add Comment
Please, Sign In to add comment