Advertisement
alithegreat

AGLEERPH | #22 | CASTLE

Jul 23rd, 2016
721
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.37 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 / #22: castle.
  18.  
  19. --->
  20.  
  21. <meta name="image:Sidebar" content=""/>
  22. <meta name="image:Icon1" content=""/>
  23. <meta name="image:Icon2" content=""/>
  24. <meta name="image:Icon3" content=""/>
  25. <meta name="image:Background" content=""/>
  26. <meta name="image:Pattern" content=""/>
  27.  
  28. <meta name="color:Pattern Alt" content=""/>
  29. <meta name="color:Background" content=""/>
  30. <meta name="color:Blockquote" content=""/>
  31. <meta name="color:Border" content=""/>
  32. <meta name="color:Entries" content=""/>
  33. <meta name="color:Header Background" content=""/>
  34. <meta name="color:Header Text" content=""/>
  35. <meta name="color:Link" content=""/>
  36. <meta name="color:Navigation" content=""/>
  37. <meta name="color:Navigation Hover" content=""/>
  38. <meta name="color:Navigation 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:link one URL" content="/"/>
  51. <meta name="text:link one hover" content="link one hover"/>
  52. <meta name="text:link two URL" content="/"/>
  53. <meta name="text:link two hover" content="link two hover"/>
  54. <meta name="text:link three URL" content="/"/>
  55. <meta name="text:link three hover" content="link three hover"/>
  56. <meta name="text:link four URL" content="/"/>
  57. <meta name="text:link four hover" content="link four hover"/>
  58.  
  59. <meta name="text:first title" content="this is your first title"/>
  60. <meta name="text:second title" content="this is your second title"/>
  61.  
  62. <meta name="text:quote" content="this is your quote section"/>
  63.  
  64.  
  65. <style type="text/css">
  66.  
  67.  
  68. ::-webkit-scrollbar-thumb {
  69. height:auto;
  70. background-color:{color:Scrollbar2};
  71. }
  72.  
  73. ::-webkit-scrollbar {
  74. height:3px;
  75. width:3px;
  76. background-color:{color:Scrollbar1};
  77. }
  78.  
  79.  
  80. body {
  81. background: {color:Background};
  82. font-family: cambria;
  83. font-size: 10px;
  84. line-height:14px;
  85. color: {color:Text};
  86. background-image:url('{image:Background}');
  87. background-attachment:fixed;
  88.  
  89. }
  90.  
  91. blockquote {
  92. border-left:2px solid {color:blockquote};
  93. padding: 2px 10px;
  94. margin: 10px;
  95. }
  96.  
  97.  
  98. li {
  99. padding-left: 1.2em;
  100. list-style: none;
  101. }
  102.  
  103. li:before {
  104. color: {color:title};
  105. content: "\f105";
  106. font-family: FontAwesome;
  107. font-size:10px;
  108. display: inline-block;
  109. margin-left: -1.2em;
  110. width: 1.2em;
  111. }
  112.  
  113.  
  114. a {
  115. text-decoration: none;
  116. color: {color:Link};
  117. }
  118.  
  119. pre {
  120. font-family:cambria;
  121. font-size:9px;
  122. padding:5px;
  123. text-transform:uppercase;
  124. border-bottom:1px solid {color:Pre Border};
  125. text-align:center;
  126. color:{color:Pre Text};
  127. background-color:{color:Pre BG};
  128. word-wrap:break-word;
  129. }
  130.  
  131. pre a {
  132. color:{color:pre text};
  133. }
  134.  
  135. pre b,strong {
  136. color:{color:pre text};
  137. }
  138.  
  139. pre i,em {
  140. color:{color:pre text};
  141. }
  142.  
  143.  
  144. small, sub {
  145. font-size:10px;
  146. }
  147.  
  148. b, strong {
  149. color:{color:Title};
  150. }
  151.  
  152.  
  153. #middlephoto {
  154. position:fixed;
  155. margin-left:24px;
  156. margin-top:309px;
  157. border:1px solid {color:border};
  158. width:390px;
  159. height:150px;
  160. }
  161.  
  162. #backbar {
  163. position:fixed;
  164. margin-left:20px;
  165. margin-top:20px;
  166. width:398px;
  167. height:604px;
  168. border:1px solid {color:border};
  169. background-image:url('{image:Pattern}');
  170. background-color:{color:pattern alt};
  171. background-attachment:fixed;
  172. }
  173.  
  174. #sidebar {
  175. position:fixed;
  176. margin-top:54px;
  177. margin-left:109px;
  178. border:1px solid {color:border};
  179. width:285px;
  180. height:230px;
  181. background-color:{color:Sidebar};
  182. padding:10px;
  183. line-height:12px;
  184. text-align:justify;
  185. }
  186.  
  187. #quotesec {
  188. position:fixed;
  189. margin-top:464px;
  190. margin-left:195px;
  191. border:1px solid {color:border};
  192. width:199px;
  193. height:106px;
  194. background-color:{color:Sidebar};
  195. padding:10px;
  196. line-height:12px;
  197. text-align:justify;
  198. overflow:auto;
  199. }
  200.  
  201. #smallpic1 {
  202. margin-top:54px;
  203. margin-left:24px;
  204. width:80px;
  205. height:80px;
  206. position:fixed;
  207. border:1px solid {color:border};
  208. }
  209.  
  210. #smallpic2 {
  211. margin-top:139px;
  212. margin-left:24px;
  213. width:80px;
  214. height:80px;
  215. position:fixed;
  216. border:1px solid {color:border};
  217. }
  218.  
  219. #smallpic3 {
  220. margin-top:224px;
  221. margin-left:24px;
  222. width:80px;
  223. height:80px;
  224. position:fixed;
  225. border:1px solid {color:border};
  226. }
  227.  
  228. #pagination {
  229. margin-top:15px;
  230. font-size:10px;
  231. font-family:cambria;
  232. letter-spacing:0px;
  233. line-height:12px;
  234. text-align:center;
  235. text-transform:uppercase;
  236. color:{color:text};
  237. }
  238.  
  239. #pagination a {
  240. color:{color:link};
  241. }
  242.  
  243. #navbar {
  244. margin-left:24px;
  245. margin-top:464px;
  246. width:166px;
  247. background-color:{color:sidebar};
  248. border:1px solid {color:border};
  249. height:126px;
  250. position:fixed;
  251. }
  252.  
  253. #navigation {
  254. margin-top:3px;
  255. text-align:center;
  256. }
  257.  
  258. #navigation a {
  259. display:inline-block;
  260. text-align:center;
  261. width:50px;
  262. height:57px;
  263. line-height:57px;
  264. text-transform:uppercase;
  265. font-family:cambria;
  266. font-size:9px;
  267. letter-spacing:1px;
  268. margin-bottom:2px;
  269. border:1px solid {color:border};
  270. background-color:{color:navigation};
  271. color:{color:navigation links};
  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. #navigation a:hover {
  278. color:{color:navigation hover};
  279. -webkit-transition: all 0.5s ease-in-out;
  280. -moz-transition: all 0.5s ease-in-out;
  281. -o-transition: all 0.5s ease-in-out;
  282. }
  283.  
  284. #entries {
  285. position:absolute;
  286. width:528px;
  287. margin-left:460px;
  288. padding:0px;
  289. margin-top:20px;
  290. }
  291.  
  292. #entrybg {
  293. padding:3px;
  294. margin-bottom:20px;
  295. background-color:{color:pattern alt};
  296. border:1px solid {color:Border};
  297. background-image:url('{image:Pattern}');
  298. background-attachment:absolute;
  299. }
  300.  
  301. #entry {
  302. background-color:{color:Entries};
  303. margin-bottom:0px;
  304. padding:8px;
  305. border:1px solid {color:Border};
  306. }
  307.  
  308.  
  309. #posttitles {
  310. text-align: center;
  311. font-size: 14px;
  312. line-height:130%;
  313. text-transform:uppercase;
  314. font-family:cambria;
  315. font-weight:300;
  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. #titleheader1 {
  458. background-color:{color:header background};
  459. border:1px solid {color:border};
  460. font-family: arial;
  461. font-size:16px;
  462. letter-spacing:-1px;
  463. text-transform:lowercase;
  464. font-weight:bold;
  465. position:fixed;
  466. width:383px;
  467. height:15px;
  468. line-height:15px;
  469. margin-top:24px;
  470. margin-left:20px;
  471. padding-left:5px;
  472. padding-top:5px;
  473. padding-bottom:5px;
  474. padding-right:10px;
  475. text-align:right;
  476. color:{color:header text};
  477. }
  478.  
  479. #titleheader2 {
  480. background-color:{color:header background};
  481. border:1px solid {color:border};
  482. font-family: arial;
  483. font-size:16px;
  484. letter-spacing:-1px;
  485. text-transform:lowercase;
  486. font-weight:bold;
  487. position:fixed;
  488. width:383px;
  489. height:15px;
  490. line-height:15px;
  491. margin-top:595px;
  492. margin-left:20px;
  493. padding-left:5px;
  494. padding-top:5px;
  495. padding-bottom:5px;
  496. padding-right:10px;
  497. text-align:right;
  498. color:{color:header text};
  499. }
  500.  
  501.  
  502. #credit {
  503. font-size:10px;
  504. float:center;
  505. position:fixed;
  506. font-family:cambria;
  507. font-weight:bold;
  508. bottom:15px;
  509. right:15px;
  510. padding:10px;
  511. text-transform:uppercase;
  512. border:1px solid {color:border};
  513. background-color:{color:entries};
  514. color:{color:title};
  515. }
  516.  
  517. #credit a {
  518. color:{color:title};
  519. }
  520.  
  521. cred {
  522. padding-left: 1.2em;
  523. list-style: none;
  524. }
  525.  
  526. cred:before {
  527. color: {color:title};
  528. content: "\f105";
  529. font-family: FontAwesome;
  530. font-size:10px;
  531. display: inline-block;
  532. margin-left: -1.2em;
  533. width: 1.2em;
  534. }
  535.  
  536.  
  537. </style>
  538.  
  539. </head>
  540.  
  541. <body>
  542.  
  543. <div id="backbar"></div>
  544.  
  545. <div id="middlephoto"><img src="{image:Sidebar}"></div>
  546.  
  547. <div id="sidebar">
  548.  
  549.  
  550. <div style="overflow:auto; padding-right:5px; width: 283px; height: 197px; text-align: justify;">
  551. {description}
  552. </div>
  553.  
  554. <div id="pagination">
  555. {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}
  556. </div>
  557. </div>
  558.  
  559. <div id="navbar">
  560. <div id="navigation">
  561. <a href="/" title="index">01</a>
  562. <a href="/ask" title="inquire">02</a>
  563. <a href="{text:link one url}" title="{text:link one hover}">03</a><Br>
  564. <a href="{text:link two url}" title="{text:link two hover}">04</a>
  565. <a href="{text:link three url}" title="{text:link three hover}">05</a>
  566. <a href="{text:link four url}" title="{text:link four hover}">06</a>
  567. </div>
  568. </div>
  569.  
  570. <div id="titleheader1">{text:first title}</div>
  571. <div id="titleheader2">{text:second title}</div>
  572.  
  573. <div id="smallpic1"><img src="{image:Icon1}"></div>
  574. <div id="smallpic2"><img src="{image:Icon2}"></div>
  575. <div id="smallpic3"><img src="{image:Icon3}"></div>
  576.  
  577. <div id="quotesec">{text:quote}</div>
  578.  
  579. <div id="entries">
  580. {block:Posts}
  581. <div id="entrybg">
  582. <div id="entry">
  583.  
  584.  
  585. {block:Text}
  586. {block:Title}<div id="posttitles">{Title}</div>{/block:Title}
  587. {Body}
  588. {/block:Text}
  589.  
  590. {block:Photo}
  591. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  592. {block:Caption}{Caption}{/block:Caption}
  593. {/block:Photo}
  594.  
  595. {block:Photoset}
  596. {Photoset-500}
  597. {block:Caption}{Caption}{/block:Caption}
  598. {/block:Photoset}
  599.  
  600. {block:Quote}
  601. <div id="posttitles">{Quote}</div>
  602. {block:Source}<br>—{Source}{/block:Source}
  603. {/block:Quote}
  604.  
  605. {block:Link}
  606. <div id="posttitles"><a href="{URL}" {Target}>{Name}</a></div>
  607. {block:Description}{Description}{/block:Description}
  608. {/block:Link}
  609.  
  610. {block:Chat}
  611. {block:Title}<div id="posttitles">{Title}</div>{/block:Title}
  612. {block:Lines}
  613. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  614. {/block:Lines}
  615. {/block:Chat}
  616.  
  617. {block:Audio}{block:AudioPlayer}
  618. <div class="audiowrapper">
  619. {block:AlbumArt}
  620. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  621. {/block:AlbumArt}
  622.  
  623. <div class="playerbuttonbg">
  624. <div class="newplayerbutton">
  625. <div class="playerbuttonhug">
  626.  
  627. {AudioPlayerWhite}
  628.  
  629. </div>
  630. </div>
  631. </div>
  632.  
  633. <div class="trackdetails">
  634.  
  635. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  636. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  637. {block:Album}Album: {Album}{/block:Album}<br/>
  638. {PlayCountWithLabel}
  639.  
  640. </div>
  641. </div>
  642. {/block:AudioPlayer}
  643.  
  644. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  645.  
  646. {block:Video}
  647. {Video-500}
  648. {block:Caption}{Caption}{/block:Caption}
  649. {/block:Video}
  650.  
  651. {block:Answer}
  652. <div id="ask">{Asker} sent:</div><div id="question">{Question}</div>
  653. <br>{Answer}
  654. {/block:Answer}
  655.  
  656.  
  657.  
  658.  
  659.  
  660.  
  661. </div> <!-- /div entry ---><div id="permalink">
  662. {block:Date}{TimeAgo}{/block:Date} & <a href="{Permalink}">
  663. {NoteCountWithLabel}</a> & <a href="{ReblogURL}" target="_blank">Reblog</a>
  664.  
  665. {block:RebloggedFrom} & <a href="{ReblogParentURL}"title="{ReblogParentTitle}">via</a> / <a href="{ReblogRootURL}"title="{ReblogRoottitle}">source</a>{/block:RebloggedFrom}
  666.  
  667. <br>{block:HasTags} {block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  668. </div> </div>
  669.  
  670. {/block:Posts}{block:PostNotes}{PostNotes}{/block:PostNotes}
  671.  
  672. <div id="credit"> <a href="http://agleerph.tumblr.com/" title="theme 22 by agleerph"><cred>agrph</cred></a></div>
  673.  
  674. </body>
  675.  
  676. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement