Advertisement
troyler147

bite down

Nov 28th, 2014
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}
  8. <meta name="description" content="{MetaDescription}" />
  9. {/block:Description}
  10.  
  11. <!--
  12. theme by oopstroye
  13. -->
  14.  
  15. <meta name="image:Background" content="http://40.media.tumblr.com/8bd5c623d4387d79c4d7db3d7dd0cd27/tumblr_n9o0trx60u1qf53jeo4_500.png"/>
  16. <meta name="image:Sidebar Background" content="http://40.media.tumblr.com/8b250bb0b90cbb3667071d88f3555c70/tumblr_n9o0trx60u1qf53jeo3_500.png"/>
  17. <meta name="color:Text" content="#000000"/>
  18. <meta name="color:Links" content="#C86969"/>
  19. <meta name="color:Link Hovers" content="#329ac5"/>
  20. <meta name="color:Shadows" content="#000000"/>
  21.  
  22.  
  23. <meta name="text:Link 1 URL" content="/"/>
  24. <meta name="text:Link 1 name" content=""/>
  25. <meta name="text:Link 2 URL" content="/"/>
  26. <meta name="text:Link 2 name" content=""/>
  27. <meta name="text:Link 3 URL" content="/"/>
  28. <meta name="text:Link 3 name" content=""/>
  29. <meta name="text:Link 4 URL" content="/"/>
  30. <meta name="text:Link 4 name" content=""/>
  31.  
  32. <meta name="if:Infinite Scroll" content="0">
  33. <meta name="if:Show Tags" content="0">
  34.  
  35. {block:IfInfiniteScroll}
  36. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  37. {/block:IfInfiniteScroll}
  38.  
  39. <style type="text/css">
  40. body {
  41. font-family:consolas, Lucida Grande, Arial, sans serif;
  42. font-size:12px;
  43.  
  44. color:{color:Text};
  45.  
  46. background: url("{image:Background}");
  47.  
  48.  
  49.  
  50. height: 100%; margin: 0px; padding: 0px;
  51. }
  52.  
  53. a {
  54. color:{color:Links};
  55. text-decoration:none;
  56. }
  57.  
  58. a:hover {
  59. color:{color:Link Hovers};
  60. cursor:crosshair;
  61. }
  62.  
  63. #container {
  64.  
  65. width:760px;
  66. margin:20px 0px 60px 100px;
  67.  
  68. }
  69.  
  70.  
  71. #sidebar {
  72. float:left;
  73. width:200px;
  74. -webkit-box-shadow: 2px 2px 0 4px {color:Shadows};
  75. box-shadow: 2px 2px 0 4px {color:Shadows};
  76.  
  77. background:url('{image:Sidebar Background}');
  78.  
  79. padding:15px;
  80. bottom: 0;
  81. top: 0;
  82. height: 100%;
  83. position: fixed;
  84. }
  85.  
  86. #sidebar h1 {
  87. margin:0px 0px;
  88. margin-top:20px;
  89. text-shadow: 2px 2px 0 #fff;
  90. }
  91.  
  92. .description {
  93. margin-top:20px;
  94. font-weight:bold;
  95. font-style: italic;
  96. color:{color:Text};
  97. text-shadow: 1px 1px 0 #fff;
  98. }
  99.  
  100. .links {
  101. margin-top:20px;
  102.  
  103. }
  104.  
  105. .links a {
  106. margin-right:7px;
  107. text-decoration:underline;
  108. }
  109.  
  110. #content {
  111. width:520px;
  112. margin-left:25%;
  113. }
  114.  
  115. .post {
  116. width:500px;
  117. background:white;
  118. padding:10px;
  119. margin:0px 0px 50px 120px;
  120. -webkit-box-shadow: 2px 2px 0 4px {color:Shadows};
  121. box-shadow: 2px 2px 0 4px {color:Shadows};
  122. }
  123.  
  124. .post .meta {
  125. text-align:right;
  126. border-top:1px gray dashed;
  127. padding-bottom:5px;
  128. padding-top:10px;
  129. }
  130.  
  131. #postnotes {
  132.  
  133. }
  134.  
  135. blockquote {
  136.  
  137. border-left: solid 1px black;
  138. margin: 0;
  139. padding-left: 10px;
  140. }
  141.  
  142. .caption {
  143. margin-left:10px;
  144. }
  145.  
  146. .pagination {
  147. margin-top:30px;
  148. font-weight:bold;
  149. }
  150.  
  151.  
  152. .playerbuttonbg {
  153. position: absolute;
  154. left: 20px;
  155. top: 20px;
  156. width: 19px;
  157. height: 19px;
  158. background-color: #ffffff;
  159. padding: 10px;
  160. -webkit-border-radius: 40px;
  161. -moz-border-radius: 40px;
  162. border-radius: 40px;
  163. opacity: .4;
  164. filter: alpha(opacity=40);
  165. -moz-opacity: 0.4;
  166. -khtml-opacity: 0.4;
  167. transition: opacity .7s ease-in-out;
  168. -moz-transition: opacity .7s ease-in-out;
  169. -webkit-transition: opacity .7s ease-in-out;
  170. }
  171.  
  172. .playerbuttonbg:hover {
  173. opacity: 1;
  174. filter: alpha(opacity=100);
  175. -moz-opacity: 1;
  176. -khtml-opacity: 1;
  177. }
  178.  
  179. .newplayerbutton {
  180. position: relative;
  181. width: 19px;
  182. height: 19px;
  183. overflow: hidden;
  184. }
  185.  
  186. .playerbuttonhug {
  187. position: absolute;
  188. top: -18px;
  189. left: -7px;
  190. }
  191.  
  192. .tumblr_audio_player {
  193. height: 90px;
  194. width: 270px;
  195. -moz-transform: scale(0.60, 0.60);
  196. -webkit-transform: scale(0.60, 0.60);
  197. -o-transform: scale(0.60, 0.60);
  198. -ms-transform: scale(0.60, 0.60);
  199. transform: scale(0.60, 0.60);
  200. -moz-transform-origin: top left;
  201. -webkit-transform-origin: top left;
  202. -o-transform-origin: top left;
  203. -ms-transform-origin: top left;
  204. transform-origin: top left;
  205. }
  206.  
  207. .audioimgwrapper {
  208. position: absolute;
  209. left: 0px;
  210. top: 0px;
  211. -webkit-border-radius: 40px;
  212. -moz-border-radius: 40px;
  213. border-radius: 40px;
  214. overflow: hidden;
  215. width: 79px;
  216. height: 79px;
  217. }
  218.  
  219. .audioimgwrapper img {
  220. width: 100%;
  221. height: auto;
  222. -webkit-border-radius: 40px;
  223. -moz-border-radius: 40px;
  224. border-radius: 40px;
  225. }
  226.  
  227. .trackdetails {
  228. width: auto;
  229.  
  230. display:inline-block;
  231. margin-left: 90px;
  232. min-height: 85px;
  233. }
  234.  
  235. .audiowrapper {
  236. position: relative;
  237. display:inline-block;
  238. }
  239.  
  240. #tags {
  241. margin-top:10px;
  242. }
  243.  
  244. {CustomCSS}
  245. </style>
  246.  
  247. </head>
  248.  
  249. <body>
  250.  
  251.  
  252. <div id="sidebar">
  253. <h1>{Title}</h1>
  254.  
  255. {block:Description}
  256. <div class="description">
  257. {Description}
  258. </div>
  259. {/block:Description}
  260.  
  261. <div class="links">
  262. {block:ifLink1name}
  263. <a href="{text:Link 1 URL}">{text:Link 1 name}</a>
  264. {/block:ifLink1name}
  265. {block:ifLink2name}
  266. <a href="{text:Link 2 URL}">{text:Link 2 name}</a>
  267. {/block:ifLink2name}
  268. {block:ifLink3name}
  269. <a href="{text:Link 3 URL}">{text:Link 3 name}</a>
  270. {/block:ifLink3name}
  271. {block:ifLink4name}
  272. <a href="{text:Link 4 URL}">{text:Link 4 name}</a>
  273. {/block:ifLink4name}
  274.  
  275. <br><br>
  276.  
  277. <a style="text-decoration:none" href="/">( home page )</a>
  278.  
  279.  
  280. <div class="pagination">
  281. {block:IfNotInfiniteScroll}
  282. {block:PreviousPage}<a style="text-decoration:none" href="{PreviousPage}">&#171;-previous / </a>{/block:PreviousPage}
  283. {block:NextPage}<a style="text-decoration:none" href="{NextPage}">next-&#187;</a>{/block:NextPage}
  284. {/block:IfNotInfiniteScroll}
  285. </div>
  286. </div></div>
  287.  
  288. <div id="container">
  289.  
  290. </div>
  291.  
  292. <div id="content">
  293. {block:Posts}
  294. <div class="post">
  295. {block:Text}
  296. {block:Title}
  297. <h3><a href="{Permalink}">{Title}</a></h3>
  298. {/block:Title}
  299.  
  300. {Body}
  301.  
  302. {/block:Text}
  303.  
  304. {block:Photo}
  305. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  306.  
  307. {block:Caption}
  308. <div class="caption">{Caption}</div>
  309. {/block:Caption}
  310. {block:ContentSource}
  311. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  312. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  313. {/block:SourceLogo}
  314. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  315. {/block:ContentSource}
  316. {/block:Photo}
  317.  
  318. {block:Photoset}
  319. {Photoset-500}
  320.  
  321. {block:Caption}
  322. <div class="caption">{Caption}</div>
  323. {/block:Caption}
  324. {block:ContentSource}
  325. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  326. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  327. {/block:SourceLogo}
  328. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  329. {/block:ContentSource}
  330. {/block:Photoset}
  331.  
  332. {block:Quote}
  333. "{Quote}"
  334. <br><br>
  335. {block:Source}
  336.  
  337. <div class="source">:: {Source}</div>
  338. {/block:Source}
  339.  
  340. {/block:Quote}
  341.  
  342. {block:Link}
  343. <a href="{URL}" class="link" {Target}>{Name}</a>
  344.  
  345. {block:Description}
  346. {Description}
  347. {/block:Description}
  348.  
  349. {/block:Link}
  350.  
  351. {block:Chat}
  352. {block:Title}
  353. <h3><a href="{Permalink}">{Title}</a></h3>
  354. {/block:Title}
  355.  
  356. <ul class="chat">
  357. {block:Lines}
  358. <li class="{Alt} user_{UserNumber}">
  359. {block:Label}
  360. <span class="label">{Label}</span>
  361.  
  362. {/block:Label}
  363.  
  364. {Line}
  365. </li>
  366. {/block:Lines}
  367. </ul>
  368.  
  369. {/block:Chat}
  370.  
  371. {block:Video}
  372. {Video-500}
  373.  
  374. {block:Caption}
  375. <div class="caption">{Caption}</div>
  376. {/block:Caption}
  377.  
  378. {/block:Video}
  379.  
  380. {block:AudioPlayer}
  381. <div class="audiowrapper">
  382. {block:AlbumArt}
  383. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  384. {/block:AlbumArt}
  385.  
  386. <div class="playerbuttonbg">
  387. <div class="newplayerbutton">
  388. <div class="playerbuttonhug">
  389.  
  390. {AudioPlayerWhite}
  391.  
  392. </div>
  393. </div>
  394. </div>
  395.  
  396. <div class="trackdetails">
  397.  
  398. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  399. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  400. {block:Album}Album: {Album}{/block:Album}<br/>
  401. {PlayCountWithLabel}
  402.  
  403. </div>
  404. </div>
  405. {block:Caption}{Caption}{/block:Caption}
  406.  
  407. {/block:AudioPlayer}
  408.  
  409.  
  410.  
  411.  
  412. <div class="meta">
  413. {block:RebloggedFrom}<b><a href="{ReblogParentURL}">via</a></b> / <b><a href="{ReblogRootURL}">source</a>{/block:RebloggedFrom} /
  414. {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}
  415. {block:NoteCount} / <a href="{Permalink}#postnotes">{NoteCountWithLabel}</a>{/block:NoteCount}<br>
  416. {block:IfShowTags}
  417. {block:HasTags}<div id="tags">
  418. {block:Tags}
  419. <a href="{TagURL}">#{Tag} </a>
  420. {/block:Tags}
  421. </div>
  422. {/block:HasTags}
  423. {/block:IfShowTags}
  424. </div>
  425.  
  426.  
  427. {block:PermalinkPage}
  428. {block:PostNotes}
  429. <div id="postnotes">
  430. {PostNotes}
  431. </div>
  432. {/block:PostNotes}
  433. {/block:PermalinkPage}
  434. </div>
  435. {/block:Posts}
  436. </div>
  437.  
  438. </div>
  439. </body>
  440. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement