Advertisement
alithegreat

AGLEERPH | #45 | THE RESISTANCE

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