Advertisement
bramrps

HATTER

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