alithegreat

AGLEERPH | #15 | NERVOUS

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