Advertisement
eddiehardyth

#2

May 29th, 2015
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.36 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head> <title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}
  7. <meta name="description" content="{MetaDescription}">
  8. {/block:Description}
  9. <meta name="color:Text" content="#000000">
  10. <meta name="color:Link" content="#eeeeee">
  11. <meta name="color:Linkhover" content="#000000">
  12. <meta name="color:descriptionbg" content="#dddddd">
  13. <meta name="color:description" content="#000000">
  14. <meta name="color:border" content="#eeeeee">
  15. <meta name="color:scrollbar" content="#eeeeee">
  16. <meta name="color:background" content="#eeeeee">
  17. <meta name="color:containerbg" content="#ffffff">
  18. <meta name="color:sidebar" content="#eeeeee">
  19. <meta name="color:post" content="#eeeeee">
  20. <meta name="if:sidebarimg" content="">
  21. <meta name="color:post" content="#eeeeee">
  22.  
  23. <meta name="text:Link 1" content="Link 1">
  24. <meta name="text:URL 1" content="">
  25. <meta name="text:Link 2" content="Link 2">
  26. <meta name="text:URL 2" content="">
  27. <meta name="text:Link 3" content="Link 3">
  28. <meta name="text:URL 3" content="">
  29. <meta name="text:Link 4" content="Link 3">
  30. <meta name="text:URL 4" content="">
  31. <meta name="text:Link 5" content="Link 3">
  32. <meta name="text:URL 5" content="">
  33.  
  34. <meta name="image:sidebarimg" content="">
  35.  
  36. <style>
  37. ::scrollbar {width: 5px;background:transparent;}
  38. ::-webkit-scrollbar {width: 5px;background:transparent;}
  39. ::-o-scrollbar {width: 5px;background:transparent;}
  40. ::-moz-scrollbar {width: 5px;background:transparent;}
  41. ::scrollbar-thumb {background:{color:Border};}
  42. ::-webkit-scrollbar-thumb {background:{color:Border};}
  43. ::-o-scrollbar-thumb {background:{color:Border};}
  44. ::-moz-scrollbar-thumb {background:{color:Border};}
  45.  
  46. body {font-family: arial;font-size:10px;color:{color:text};}
  47. a, a:hover {text-decoration: none;font-family: arial; font-size:10px; transition: all 0.5s ease-in-out;
  48. -webkit-transition: all 0.5s ease-in-out;
  49. -moz-transition: all 0.5s ease-in-out;
  50. -o-transition: all 0.5s ease-in-out;}
  51. a {color:{color:link};}
  52. a:hover {color:{color:linkhover};}
  53.  
  54. #tumblr_controls{-webkit-filter: invert(90%);opacity:.7;}
  55.  
  56. ::selection {
  57. background: #999999;
  58. color: #000000r;
  59. }
  60.  
  61. ::-moz-selection {
  62. background: #999999;
  63. color: #000000;
  64. }
  65.  
  66. ::-webkit-selection {
  67. background: #999999;
  68. color: #000000;
  69. }
  70.  
  71. #content {width:420px;margin-left:380px;margin-top:20px;}
  72. #posts {width:400px;margin-top:55px;padding:5px;margin-bottom:10px;}
  73. blockquote {border-left:3px solid {color:border};padding-left:10px;margin-left:20px;}
  74. #via {margin-left:410px;position:absolute;border-left:2px solid {color:border};padding-left:5px; transition: all 0.5s ease-in-out;
  75. -webkit-transition: all 0.5s ease-in-out;
  76. -moz-transition: all 0.5s ease-in-out;
  77. -o-transition: all 0.5s ease-in-out;opacity:0;}
  78. #posts:hover #via { transition: all 0.5s ease-in-out;
  79. -webkit-transition: all 0.5s ease-in-out;
  80. -moz-transition: all 0.5s ease-in-out;
  81. -o-transition: all 0.5s ease-in-out;opacity:1;}
  82. blockquote img {width:250px;height:auto;}
  83. .sidebar {position:fixed;left:200px;top:150px;width:80px;text-align:justify;}
  84. #sidebarimage img {width:64px;height:64px;border:8px solid {color:border};}
  85. .pagination {width:400px;text-align:justify;font-weight:bold;margin-bottom:20px;}
  86. #nextp {margin-left:380px;}
  87. #desc {padding:5px;border:1px solid {color:border};}
  88. #permalink {margin-top:10px;}
  89.  
  90. .playerbuttonbg {
  91. position: absolute;
  92. left: 20px;
  93. top: 20px;
  94. width: 19px;
  95. height: 19px;
  96. background-color: #ffffff;
  97. padding: 10px;
  98. -webkit-border-radius: 40px;
  99. -moz-border-radius: 40px;
  100. border-radius: 40px;
  101. opacity: .4;
  102. filter: alpha(opacity=40);
  103. -moz-opacity: 0.4;
  104. -khtml-opacity: 0.4;
  105. transition: opacity .7s ease-in-out;
  106. -moz-transition: opacity .7s ease-in-out;
  107. -webkit-transition: opacity .7s ease-in-out;
  108. }
  109.  
  110. .playerbuttonbg:hover {
  111. opacity: 1;
  112. filter: alpha(opacity=100);
  113. -moz-opacity: 1;
  114. -khtml-opacity: 1;
  115. }
  116.  
  117. .newplayerbutton {
  118. position: relative;
  119. width: 19px;
  120. height: 19px;
  121. overflow: hidden;
  122. }
  123.  
  124. .playerbuttonhug {
  125. position: absolute;
  126. top: -18px;
  127. left: -7px;
  128. }
  129.  
  130. .tumblr_audio_player {
  131. height: 90px;
  132. width: 270px;
  133. -moz-transform: scale(0.60, 0.60);
  134. -webkit-transform: scale(0.60, 0.60);
  135. -o-transform: scale(0.60, 0.60);
  136. -ms-transform: scale(0.60, 0.60);
  137. transform: scale(0.60, 0.60);
  138. -moz-transform-origin: top left;
  139. -webkit-transform-origin: top left;
  140. -o-transform-origin: top left;
  141. -ms-transform-origin: top left;
  142. transform-origin: top left;
  143. }
  144.  
  145. .audioimgwrapper {
  146. position: absolute;
  147. left: 0px;
  148. top: 0px;
  149. -webkit-border-radius: 40px;
  150. -moz-border-radius: 40px;
  151. border-radius: 40px;
  152. overflow: hidden;
  153. width: 79px;
  154. height: 79px;
  155. }
  156.  
  157. .audioimgwrapper img {
  158. width: 100%;
  159. height: auto;
  160. -webkit-border-radius: 40px;
  161. -moz-border-radius: 40px;
  162. border-radius: 40px;
  163. }
  164.  
  165. .trackdetails {
  166. width: 300px;
  167. display:inline-block;
  168. margin-left: 90px;
  169. min-height: 85px;
  170. }
  171.  
  172. .audiowrapper {
  173. position: relative;
  174. display:inline-block;
  175. }
  176.  
  177.  
  178.  
  179. .clearfix:after {
  180. display:block;
  181. clear:both;
  182. }
  183.  
  184. /*----- Menu Outline -----*/
  185. .menu-wrap {
  186. width:80px;margin-left:-40px;margin-top:-8px;
  187. box-shadow:0px 1px 3px rgba(0,0,0,0.2);text-align:center;
  188. background:{color:border};
  189. }
  190.  
  191. .menu {
  192. width:80px;
  193. margin:0px auto;
  194. }
  195.  
  196. .menu li {
  197. margin:0px;background:{color:border};
  198. list-style:none;
  199. font-family:'Ek Mukta';
  200. }
  201.  
  202. .menu a {
  203. transition:all linear 0.15s;
  204. color:#919191;
  205. }
  206.  
  207. .menu li:hover > a, .menu .current-item > a {
  208. text-decoration:none;
  209. color:{color:link};
  210. }
  211.  
  212. .menu .arrow {
  213. font-size:11px;
  214. line-height:0%;
  215. }
  216.  
  217. /*----- Top Level -----*/
  218. .menu > ul > li {
  219. float:left;
  220. display:inline-block;
  221. position:relative;
  222. font-size:19px;
  223. }
  224.  
  225. .menu > ul > li > a {
  226. padding-left:10px;padding-right:10px;padding-top:5px;padding-bottom:5px;width:60px;
  227. display:inline-block;
  228. text-shadow:0px 1px 0px rgba(0,0,0,0);
  229. }
  230.  
  231. .menu > ul > li:hover > a, .menu > ul > .current-item > a {
  232. background:{color:border};
  233. }
  234.  
  235. /*----- Bottom Level -----*/
  236. .menu li:hover .sub-menu {
  237. z-index:1;padding-left:10px;
  238. opacity:1;padding-right:10px;padding-top:5px;padding-bottom:5px;width:60px;
  239. }
  240.  
  241. .sub-menu {padding-left:10px;text-align:center;
  242. width:60px;padding-right:10px;padding-top:5px;padding-bottom:5px;width:60px;
  243. position:absolute;
  244.  
  245. left:0px;
  246. z-index:-1;
  247. opacity:0;
  248. transition:opacity linear 0.15s;
  249. box-shadow:0px 2px 3px rgba(0,0,0,0);
  250. background:{color:border};
  251. }
  252.  
  253. .sub-menu li {
  254. display:block;
  255. font-size:16px;
  256. }
  257.  
  258. .sub-menu li a {padding-top:5px;padding-bottom:5px;
  259. display:block;
  260. }
  261.  
  262. .sub-menu li a:hover, .sub-menu .current-item a {
  263. background:transparent;
  264. }
  265.  
  266.  
  267. #cr {position:fixed;bottom:5px;right:5px;}
  268.  
  269.  
  270.  
  271. </style>
  272. </head>
  273. <body>
  274.  
  275.  
  276. <div class="sidebar">
  277. {block:IfSidebarimg}<div id="sidebarimage"><a href="/"><img class="image" src="{image:Sidebarimg}" /></a></div>{/block:IfSidebarimg}
  278. <div id="desc">{Description}</div>
  279. <div class="menu-wrap">
  280. <nav class="menu">
  281. <ul class="clearfix">
  282. <li>
  283. <a href="#">links <span class="arrow">&#9660;</span></a>
  284.  
  285. <ul class="sub-menu">
  286. <li><a href="/">index</a></li>
  287. <li><a href="/ask">inbox</a></li>
  288. <li><a href="{text:URL 1}">{text:Link 1}</a></li>
  289. <li><a href="{text:URL 2}">{text:Link 2}</a></li>
  290. <li><a href="{text:URL 3}">{text:Link 3}</a></li>
  291. </ul>
  292. </li>
  293. </ul>
  294. </nav>
  295. </div>
  296.  
  297.  
  298. </div>
  299.  
  300. <div id="content">
  301. {block:Posts}
  302. <div id="posts">
  303.  
  304. <div id="via">{block:RebloggedFrom}
  305. <a href="{ReblogParentURL}">via</a>
  306. {/block:RebloggedFrom}<br>
  307. {block:ContentSource}
  308. <a href="{SourceURL}">source</a>
  309. {/block:ContentSource}</div>
  310.  
  311.  
  312. {block:Photo}
  313. {LinkOpenTag}<img src="{PhotoURL-400}" />{LinkCloseTag}
  314. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  315. {/block:Photo}
  316.  
  317. {block:Photoset}
  318. {Photoset}
  319. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  320. {/block:Photoset}
  321.  
  322. {block:Video}
  323. {Video-400}
  324. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  325. {/block:Video}
  326.  
  327. {block:Audio}
  328. {block:AudioPlayer}
  329. <div class="audiowrapper">
  330. {block:AlbumArt}
  331. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  332. {/block:AlbumArt}
  333.  
  334. <div class="playerbuttonbg">
  335. <div class="newplayerbutton">
  336. <div class="playerbuttonhug">
  337.  
  338. {AudioPlayerWhite}
  339.  
  340. </div>
  341. </div>
  342. </div>
  343.  
  344. <div class="trackdetails">
  345.  
  346. {block:TrackName}Name: {TrackName}{/block:TrackName}<br/>
  347. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  348. {block:Album}Album: {Album}{/block:Album}<br/>
  349. Plays: {PlayCount}
  350.  
  351. </div>
  352. </div>
  353. {/block:AudioPlayer}
  354.  
  355. {block:Caption}{Caption}{/block:Caption}
  356. {/block:Audio}
  357.  
  358. {block:Quote}
  359. <div class="title">“{Quote}”</div>
  360. {block:Source}<div class="text"><br>- {Source}</div>{/block:Source}
  361. {/block:Quote}
  362.  
  363. {block:Text}
  364. {block:Title}<div class="title">{Title}</div>{/block:Title}
  365. <div class="text">{Body}</div>
  366. {/block:Text}
  367.  
  368. {block:Answer}<div id="asker">{Asker} asked:</div>
  369. <div id="question">{Question}</div>
  370. <div id="answer">{Answer}</div>
  371. {block:Answer}
  372.  
  373. {block:Chat}
  374. {block:Title}<div class="title">{Title}</div>{/block:Title}
  375. <div class="text">
  376. {block:Lines}
  377. {block:Label}<strong>{Label}</strong>{/block:Label} {Line}<br />
  378. {/block:Lines}
  379. </div> <!--text-->
  380. {/block:Chat}
  381.  
  382. {block:Link}
  383. <div class="title"><a href="{URL}">{Name}</a></div>
  384. {block:Description}
  385. <div class="text">{Description}</div>
  386. {/block:Description}
  387. {/block:Link}
  388.  
  389. <!--------------------------->
  390.  
  391. <!--The Permalink (Part 7)-->
  392.  
  393.  
  394. <div id="permalink">
  395. <div id="notes"><a href="{Permalink}">{block:Date}{DayOfMonth} {Month}{/block:Date}</a>{block:NoteCount} <a href="{Permalink}">({NoteCount}){/block:NoteCount}</a></div>
  396. {block:HasTags}<div id="tags">tagged as:
  397. {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}
  398. <!--tags-->
  399. {/block:HasTags}
  400. </div>
  401.  
  402. </div> <!--permalink-->
  403.  
  404. <!--The Tags (Part 7)-->
  405.  
  406.  
  407.  
  408. </div> <!--posts-->
  409.  
  410. <!--Note Container (Part 7)-->
  411.  
  412. {block:PostNotes}
  413. <div id="notecontainer">{PostNotes}</div>
  414. {/block:PostNotes}
  415.  
  416.  
  417. {/block:Posts}
  418.  
  419. <div class="pagination">{block:Pagination} <div id="nextp">{block:NextPage}
  420. <a href="{NextPage}">NEXT</a>
  421. {/block:NextPage}</div>
  422. {block:PreviousPage}
  423. <a href="{PreviousPage}">PREVIOUS</a>
  424. {/block:PreviousPage}{/block:Pagination}</div>
  425. <!--content--></div>
  426. <div id="cr"><a href="http://eddiehardy.tumblr.com/tagged/*themes/">theme</a></div>
  427. </body>
  428. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement