Advertisement
alithegreat

AGLEERPH | #46 | OVER

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