Advertisement
Mikaela

Best Song Ever

Jul 13th, 2014
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.37 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. <!-- THEME #36 'BEST SONG EVER' BY HRRYS
  4. I WORKED HARD ON THIS SO IF YOU REMOVE THE CREDIT OR EDIT AND CLAIM IT AS YOUR OWN, I'LL GET HARRY TO STRANGLE YOU.
  5. OKAY ENJOY NOW
  6. -->
  7.  
  8. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  9.  
  10.  
  11. <head>
  12.  
  13. <title>{Title}</title>
  14.  
  15. {block:Description}<meta name="description" content="{MetaDescription}"/>
  16. {/block:Description}
  17. <link rel="shortcut icon" href="{Favicon}" />
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  19.  
  20. <meta name="color:bg" content="#ffffff">
  21. <meta name="color:sblinks" content="#bbb8b8">
  22. <meta name="color:sbdesc" content="#000">
  23. <meta name="color:sbtext" content="#fff">
  24. <meta name="color:link" content="#6e6e6e">
  25. <meta name="color:text" content="#9a9a9a">
  26. <meta name="color:ask" content="#ededed">
  27. <meta name="color:hover" content="#eeeeee">
  28. <meta name="color:border" content="#e7e7e7">
  29. <meta name="color:scrollbar" content="#d6d5d5">
  30.  
  31. <meta name="image:sidebar1" content=""/>
  32. <meta name="image:sidebar2" content=""/>
  33. <meta name="image:sidebar3" content=""/>
  34.  
  35. <meta name="text:link 1" content="LINK">
  36. <meta name="text:link 1 url" content="/">
  37. <meta name="text:link 2" content="LINK">
  38. <meta name="text:link 2 url" content="/">
  39. <meta name="text:link 3" content="LINK">
  40. <meta name="text:link 3 url" content="/">
  41. <meta name="text:link 4" content="LINK">
  42. <meta name="text:link 4 url" content="/">
  43.  
  44.  
  45. <script type="text/javascript" src="http://static.tumblr.com/hnhay91/InFn4os7x/dropinslideshow.js"></script>
  46.  
  47. <script type="text/javascript" src="dropinslideshow.js">
  48.  
  49. /***********************************************
  50. * Drop-in Slideshow Script- © Dynamic Drive (www.dynamicdrive.com)
  51. * This notice must stay intact for legal use.
  52. * Visit http://www.dynamicdrive.com/ for full source code
  53. ***********************************************/
  54.  
  55. </script>
  56.  
  57. <style type="text/css">
  58.  
  59.  
  60. /*--scrollbar--*/
  61.  
  62. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:{color:scrollbar};}
  63. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  64. ::-webkit-scrollbar {background-color:{color:scrollbar};height:7px;width:12px;border:5px solid #fff;}
  65. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{background-color:{color:scrollbar};display:block;height:8px;border-right:2px solid #fff;border-left:2px solid #fff;
  66. }
  67. /*--body--*/
  68.  
  69.  
  70. body {
  71. font-style:none;
  72. background-color:{color:bg};
  73. font-family:calibri;
  74. color:{color:text};
  75. font-size:9px;
  76. }
  77.  
  78.  
  79. a {
  80. color:{color:link};
  81. text-decoration:none;
  82. -webkit-transition: all 0.5s ease-out;
  83. -moz-transition: all 0.5s ease-out;
  84. transition: all 0.5s ease-out;
  85. }
  86.  
  87. a:hover {
  88. color:{color:hover};
  89. text-decoration:none;
  90. -webkit-transition: all 0.8s ease-out;
  91. -moz-transition: all 0.8s ease-out;
  92. transition: all 0.8s ease-out;
  93. }
  94.  
  95. img {
  96. border:none;
  97. }
  98.  
  99. blockquote {
  100. padding-left:5px;
  101. border-left:2px solid {color:border};
  102. }
  103.  
  104. h1 {
  105. font-size:10px;
  106. }
  107.  
  108.  
  109. /*--sidebar--*/
  110.  
  111. #sidebar {
  112. position:fixed;
  113. width:140px;
  114. margin-left:130px;
  115. margin-top:130px;
  116. }
  117.  
  118. /*--photo stand--*/
  119.  
  120. #frame {
  121. width:140px;
  122. z-index:-9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
  123. }
  124.  
  125. #frame img {
  126. width:120px;
  127. height:120px;
  128. margin-top:-4px;
  129. z-index:-9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
  130. margin-left:10px;
  131. padding:3px;
  132. }
  133.  
  134. /*--links--*/
  135.  
  136. #links {
  137. margin-top:-335px;
  138. width:150px;
  139. z-index:999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
  140. margin-left:-2px;
  141. font-family:'calibri';
  142. text-transform:uppercase;
  143. color:{color:sblinks};
  144. text-align:center;
  145. }
  146.  
  147. #links a {
  148. padding:2px;
  149. letter-spacing:1px;
  150. color:{color:sblinks};
  151.  
  152. }
  153.  
  154. #links a:hover {
  155. color:{color:hover};
  156. }
  157.  
  158. /*--description--*/
  159.  
  160. #description {
  161. margin-top:0px;
  162. margin-left:0px;
  163. z-index:9999999999999999999;
  164. background-color:{color:sbdesc};
  165. width:140px;
  166. color:{color:sbtext};
  167. height:40px;
  168. font-family:'calibri';
  169. font-size:10px;
  170. padding:5px;
  171. text-align:center;
  172. }
  173.  
  174. /*--pagination--*/
  175.  
  176. #pagination {
  177. margin-top:0px;
  178. margin-left:152px;
  179. text-align:center;
  180. text-transform:uppercase;
  181. font-size:10px;
  182. font-family:anaheim;
  183. color:{color:sblinks};
  184. }
  185.  
  186. #pagination a{
  187. color:{color:sblinks};
  188. }
  189.  
  190. #pagination a:hover {
  191. color:{color:hover};
  192. }
  193.  
  194. /*--posts--*/
  195.  
  196. #posts {
  197. width:500px;
  198. margin-bottom:10px;
  199. padding:1px;
  200. font-size:11px;
  201. color:{color:text};
  202. line-height:105%;
  203. text-align:justify;
  204. }
  205.  
  206. #postscontainer {
  207. margin-bottom:20px;
  208. padding:1px;
  209. margin-left:400px;
  210. margin-top:55px;
  211. }
  212.  
  213. /*--info--*/
  214.  
  215. #notes {
  216. font-family:anaheim;
  217. text-transform:lowercase;
  218. font-size:10px; }
  219.  
  220. #info {
  221. text-align:right;
  222. padding:5px;
  223. margin-top:5px;
  224. margin-bottom:10px;
  225. text-transform: uppercase;
  226. font-family:calibri;
  227. font-size:9px;
  228. margin-left:-5px;
  229. border-top: 1px solid;
  230. border-color: {color:border}; }
  231.  
  232. #info #tags {
  233. opacity:0;
  234. -webkit-transition:all 0.5s ease-in-out;
  235. -moz-transition:all 0.5s ease-in-out;
  236. -o-transition:all 0.5s ease-in-out;
  237. -ms-transition:all 0.5s ease-in-out;
  238. transition:all 0.5s ease-in-out; }
  239.  
  240. #info:hover #tags {
  241. opacity:1;
  242. margin-top:4px;
  243. -webkit-transition:all 0.5s ease-in-out;
  244. -moz-transition:all 0.5s ease-in-out;
  245. -o-transition:all 0.5s ease-in-out;
  246. -ms-transition:all 0.5s ease-in-out;
  247. transition:all 0.5s ease-in-out; }
  248.  
  249. #tags {
  250. font-family:calibri;
  251. letter-spacing:1px;
  252. text-transform:uppercase;
  253. font-size:8px;
  254. margin-left:0px;
  255. margin-top:-2px; }
  256.  
  257. #tags a:hover {
  258. text-decoration:line-through;
  259. opacity:0.5;}
  260.  
  261. /*--asks--*/
  262.  
  263. .speech {
  264. align:right;
  265. background-color:{color:ask} ;
  266. margin:10px 0px 0px 50px;
  267. padding:10px;
  268. line-height:105%;
  269. font-size: 11px;
  270. font-family:'cambria';
  271. letter-spacing:1px;
  272. position:relative;}
  273.  
  274. .speech p {margin:1px 0px;}
  275.  
  276. .speech span {
  277. display:block;
  278. position:absolute;
  279. width:1px;
  280. height:1px;
  281. font-size:0;
  282. line-height:1px;
  283. left:-10px;
  284. top:10px;
  285. border-top:7px solid transparent;
  286. border-bottom:7px solid transparent;
  287. border-right:10px solid {color:ask};}
  288.  
  289. .askbg {
  290. float:left;
  291. margin:10px 4px 0px 0;
  292.  
  293. padding:2px;
  294. background-color:{color:ask};}
  295.  
  296. /*--credit--*/
  297.  
  298. #cred {
  299. right:0px;
  300. bottom:-2px;
  301. color:{color:text};
  302. position:fixed;
  303. -webkit-transition: all 0.5s ease-out;
  304. -moz-transition: all 0.5s ease-out;
  305. transition: all 0.5s ease-out;
  306. }
  307.  
  308.  
  309. {CustomCSS}
  310.  
  311. </style></head>
  312.  
  313.  
  314. <body>
  315.  
  316. <div id="sidebar">
  317. <script type="text/javascript">
  318.  
  319. //Define Image Array. Syntax: ["image_path", "url_destination", "url_target"]
  320. var myimages=new Array()
  321. myimages[0]=["{image:sidebar1}", "", ""]
  322. myimages[1]=["{image:sidebar2}", "", ""]
  323. myimages[2]=["{image:sidebar3}", "", "_new"]
  324.  
  325. //Create new drop-in slideshow
  326. //Syntax: new dropinslideshow(image_array, slideshow_width, slideshow_height, delay_before_rotation)
  327. new dropinslideshow(myimages, 150, 150, 3000)
  328.  
  329. </script>
  330. <div id="description">{description}</div>
  331. <div id="frame">
  332. <img src="http://i.imgur.com/155IiSu.gif"></div>
  333.  
  334. <div id="links">
  335. <a href="{text:link 1 url}">{text:link 1}</a>
  336. <a href="{text:link 2 url}">{text:link 2}</a>
  337. <a href="{text:link 3 url}">{text:link 3}</a>
  338. <a href="{text:link 4 url}">{text:link 4}</a>
  339. </div>
  340.  
  341.  
  342. {block:Pagination}
  343. <div id="pagination">
  344. {block:NextPage}<a href="{NextPage}">►</a>{/block:NextPage}
  345. {block:PreviousPage}<a href="{PreviousPage}">◄</a>{/block:PreviousPage}</div>
  346. </div>{/block:Pagination}</div>
  347.  
  348.  
  349.  
  350.  
  351. <div id="postscontainer">
  352.  
  353. {block:Posts}
  354.  
  355. <div id="posts">
  356.  
  357.  
  358. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  359.  
  360.  
  361. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  362.  
  363. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  364.  
  365. {block:Quote}{Quote}{block:Source} &#8212;{Source}{/block:Source}{/block:Quote}
  366.  
  367. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  368.  
  369. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  370.  
  371. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  372.  
  373. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  374.  
  375. {block:Answer}
  376. <img src="{AskerPortraitURL-30}" align="left" class="askbg"><div class="speech"><span></span>{Asker}:<<br>{Question}&nbsp;</div><br>{Answer}
  377. {/block:Answer}
  378.  
  379. <div id="info"> <a href="{Permalink}">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} <font color="gray">♥</font> <a href="{Permalink}">{NoteCount}</a> {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom} {block:ContentSource}/ <a href="{SourceURL}">src</a></a>{/block:ContentSource}{/block:RebloggedFrom}
  380. {block:HasTags}<div id="tags"><b>#</b>:{block:Tags} <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  381. {/block:Posts}<div id="tags" st>
  382. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  383. {/block:Posts}</div></div></div>
  384. </div>
  385.  
  386.  
  387. <div id="cred"><a href="http://hrrys.tumblr.com"><img src="http://i.imgur.com/o7oww2G.png"></a></div>
  388. </body>
  389. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement