alithegreat

agleerph #010 ★ gwen

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