Advertisement
Guest User

kowloontheme

a guest
Jan 28th, 2015
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.86 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><title>{Title}</title>
  4.  
  5. <script type="text/javascript"
  6. src="http://codysherman.com/tools/infinite-scrolling/code" ></script>
  7.  
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11. <!---- this is theme 41 by Hollywhood
  12. please don't remove the credit
  13. thank you
  14. --->
  15.  
  16. <meta name="color:Background" content="#ebc9e4"/>
  17. <meta name="color:Text" content="#23011f"/>
  18. <meta name="color:Link" content="#c159a2"/>
  19. <meta name="color:scrollbar" content="#999999">
  20. <meta name="color:title" content="#999999">
  21. <meta name="color:Link Hover" content="#ebc9e4"/>
  22.  
  23.  
  24. <meta name="image:Background Image" content="http://k003.kiwi6.com/hotlink/5m2zbfagd9/kowloonbg.jpg
  25. "/>
  26.  
  27. <meta name="text:sidebartitle" content="">
  28.  
  29. <meta name="text:link 1" content="Link 1"/>
  30. <meta name="text:link 1 url" content="/"/>
  31. <meta name="text:link 2" content="Link 2"/>
  32. <meta name="text:link 2 url" content="/"/>
  33. <meta name="text:link 3" content="Link 3"/>
  34. <meta name="text:link 3 url" content="/"/>
  35. <meta name="text:link 4" content="Link 4"/>
  36. <meta name="text:link 4 url" content="/"/>
  37. <meta name="text:link 5" content="Link 5"/>
  38. <meta name="text:link 5 url" content="/"/>
  39.  
  40. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  41.  
  42. <style type="text/css">
  43.  
  44. /* Music player by borntobewildthemes */
  45.  
  46. /* Change top and left margins, if you are not good at css better don't edit the width, height adn padding */
  47.  
  48. #musicplayer{
  49. position:fixed;
  50. margin-top:100px;
  51. margin-left:100px;
  52. background:{color:Music player bg};
  53. width:110px;
  54. height:50px;
  55. padding:5px;
  56. }
  57.  
  58. #musicplayer:hover{
  59. height:140px;
  60. }
  61.  
  62. /* I don't suggest you to edit this */
  63.  
  64. .musicicon{
  65. margin-top:0px;
  66. margin-left:0px;
  67. width:100px;
  68. height:15px;
  69. background:{color:Music player icon bg};
  70. border-bottom:1px solid #eee;
  71. padding:5px;
  72. }
  73.  
  74. /* I don't suggest you to edit this */
  75.  
  76. .player{
  77. margin-top:-25px;
  78. margin-left:0px;
  79. width:100px;
  80. height:15px;
  81. background:{color:Music player box bg};
  82. border-top:1px solid #eee;
  83. padding:5px;
  84. z-index:100;
  85. overflow:hidden;
  86. }
  87.  
  88. #musicplayer:hover .player{
  89. margin-top:10px;
  90. }
  91.  
  92. /* I don't suggest you to edit this */
  93.  
  94. .playlist{
  95. margin-top:0px;
  96. margin-left:0px;
  97. width:100px;
  98. height:15px;
  99. color:{color:Playlist text color};
  100. font-size:10px;
  101. padding:5px;
  102. z-index:-10;
  103. text-align:left;
  104. overflow:hidden;
  105. opacity:0;
  106. }
  107.  
  108. #musicplayer:hover .playlist{
  109. opacity:1;
  110. height:70px
  111. }
  112.  
  113. /* Music player ends */
  114. ::-webkit-scrollbar-thumb:vertical {
  115. height:10px;
  116. border-left:1px solid transparent;
  117. border-right:1px solid transparent;
  118. background-color: transparent;
  119. }
  120. ::-webkit-scrollbar-thumb:horizontal {
  121. background-color:transparent;
  122. }
  123. ::-webkit-scrollbar {
  124. width:5px;
  125. height:7px;
  126. border:1px solid transparent;
  127. background-color:transparent;
  128. }
  129. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{
  130. display:block;
  131. height:5px;
  132. border-right:2px solid transparent;
  133. border-left:2px solid transparent;
  134. background-color:transparent;
  135. }
  136.  
  137.  
  138.  
  139. iframe#tumblr_controls {
  140. white-space:nowrap;
  141. -webkit-filter: invert(100%);
  142. -moz-filter: invert(100%);
  143. -o-filter: invert(100%);
  144. -ms-filter: invert(100%);
  145. filter: invert(100%);
  146. opacity:.2;transition: .8s ease-in-out;
  147. -webkit-transition: .8s ease-in-out;
  148. -moz-transition: .8s ease-in-out;
  149. -o-transition: .8s ease-in-out;
  150. }
  151.  
  152. h1 {
  153. font-weight:normal;
  154. font-size:13px;
  155. text-align:center;
  156. font-style:normal;
  157. line-height:100%;
  158. letter-spacing:1px;
  159. text-transform:normal;
  160. color:{color:text};
  161. }
  162.  
  163. h2 {
  164. font-size:10px;
  165. text-align:center;
  166. line-height:100%;
  167. letter-spacing:-0.5px;
  168. color:{color:text};
  169. font-weight:bold;
  170. text-transform:uppercase;
  171. padding:5px;
  172. padding-bottom:2px;
  173. }
  174.  
  175.  
  176. blockquote {
  177. border-left:1px solid {color:text};
  178. padding-left:5px;
  179. margin:5px;
  180. }
  181.  
  182.  
  183. body {
  184. background-image:url('{image:Background Image}');
  185. background-attachment:fixed;
  186. background-repeat:no-repeat;
  187. background-color:{color:background};
  188. margin:0px;
  189. color:{color:text};
  190. font-family:times new;
  191. font-size:12px;
  192. line-height:100%;
  193.  
  194. }
  195.  
  196. a {
  197. text-decoration:none;
  198. outline:none;
  199. -moz-outline-style:none;
  200. color:{color:link};
  201. -moz-transition-duration:0.5s;
  202. -webkit-transition-duration:0.5s;
  203. -o-transition-duration:0.5s;
  204. }
  205.  
  206. a:hover {
  207. text-decoration:none;
  208. outline:none;
  209. -moz-outline-style:none;
  210. color:{color:link hover};
  211. }
  212.  
  213. img {
  214. border:none;
  215. opacity:0.9;
  216. }
  217.  
  218. blockquote {
  219. margin-left:20px;
  220. padding-left:10px;
  221. border-left:2px dotted;
  222. }
  223.  
  224. blockquote blockquote {
  225. margin-left:20px;
  226. padding-left:10px;
  227. border-left:2px dotted;
  228. }
  229.  
  230. #post {
  231. width:420px;
  232. padding-bottom:20px;
  233. margin-top:-10px;
  234. margin-left:-10px;
  235. }
  236.  
  237. #entries {
  238. padding:10px;
  239. width:400px;
  240. margin-left:180px;
  241. margin-top:110px;
  242. position:fixed;
  243. overflow:scroll;
  244. overflow-x:hidden;
  245. height:450px;
  246. border:1px transparent;
  247. border-style: solid;
  248. background-color: transparent;
  249.  
  250. }
  251.  
  252.  
  253.  
  254. #links {
  255. position:absolute;
  256. font-family:century;
  257. width:200px;
  258. margin-top:600px;
  259. margin-left:290px;
  260. font-size:15px;
  261. text-transform:uppercase;
  262. text-align:center;
  263. line-height:280%;
  264. }
  265.  
  266. #links a{
  267. opacity:2;
  268. line-height:280%;
  269. margin-top:1px;
  270. margin-left:6px;
  271. color:#23B14D;
  272. text-decoration:none;
  273. -moz-transition-duration:.1s;
  274. -webkit-transition-duration:.1s;
  275. -o-transition-duration:.1s;
  276. }
  277.  
  278. #links a:hover {
  279. color: #FBFAF8;
  280. width:60px;
  281. -moz-transition-duration:0.1s;
  282. -webkit-transition-duration:0.1s;
  283. -o-transition-duration:0.1s;
  284. }
  285.  
  286.  
  287.  
  288. #pagination {
  289. width:220px;
  290. position:fixed;
  291. margin-top:357px;
  292. margin-left:710px;
  293. font-size:20px;
  294. text-transform:lowercase;
  295. letter-spacing:2px;
  296. }
  297.  
  298. #pagination a {
  299. opacity:1;
  300. color:#000;
  301. }
  302. #pagination a:hover {
  303. color: #eba7c7;
  304. }
  305.  
  306. #info {
  307. opacity:0.7;
  308. border-bottom: #f6def1 1px solid;
  309. border-left: #f6def1 1px solid;
  310. border-right: #f6def1 1px solid;
  311. border-top: #ebc9e4 1px dashed;
  312. font-family:times new;
  313. width:395px;
  314. margin-top:8px;
  315. padding-top:1px;
  316. font-size:10px;
  317. background:transparent;
  318. padding:4px;
  319. color:{color:text};
  320. text-transform:lowercase;
  321. font-style:normal;
  322. text-align:left;
  323. -moz-transition-duration:0.5s;
  324. -webkit-transition-duration:0.5s;
  325. -o-transition-duration:0.5s;
  326. }
  327.  
  328. #info a {
  329. color:{color:link};
  330. font-style:normal;
  331. }
  332.  
  333. #info a:hover {
  334. color:{color:link hover};
  335. }
  336.  
  337. .tags {
  338. opacity:0;
  339. font-family:times new;
  340. font-style:normal;
  341. width:398px;
  342. text-transform:normal;
  343. font-style:normal;
  344. line-height:120%;
  345. padding-left:5px;
  346. font-size:9px;
  347. text-align:left;
  348. padding-top:5px;
  349. padding-bottom:15px;
  350. -moz-transition-duration:0.2s;
  351. -webkit-transition-duration:0.2s;
  352. -o-transition-duration:0.2s;
  353. }
  354. .tags a{
  355. color:{color:link};
  356. -moz-transition-duration:0.2s;
  357. -webkit-transition-duration:0.2s;
  358. -o-transition-duration:0.2s;
  359. }
  360. .tags a:hover{
  361. color:{color:link hover};
  362. -moz-transition-duration:0.2s;
  363. -webkit-transition-duration:0.2s;
  364. -o-transition-duration:0.2s;
  365. }
  366.  
  367.  
  368. .audio{
  369. background-color:#e5e5e5;
  370. height:65px;
  371. overflow:hidden;
  372. }
  373.  
  374. #ask {
  375. float:left;
  376. color:{color:text};
  377. }
  378.  
  379. #credit {
  380. font-size:9px;
  381. font-family:cambria;
  382. font-style:italic;
  383. letter-spacing:1px;
  384. -moz-transition-duration:0.5s;
  385. -webkit-transition-duration:0.5s;
  386. -o-transition-duration:0.5s;
  387. }
  388.  
  389. #credit a {
  390. background-color:#fff;
  391. padding:5px;
  392. border:1px solid #e9e9e9;
  393. position:fixed;
  394. right:15px;
  395. bottom:10px
  396. }
  397.  
  398. #credit a:hover {
  399. color:#fff;
  400. background-color:#191919;
  401. }
  402.  
  403. #mmusicc {
  404. position:fixed;
  405. margin-left:352px;
  406. margin-top:603px;
  407. }
  408.  
  409.  
  410. {CustomCSS}</style></head><body>
  411.  
  412. </div>
  413. <!--Music player starts-->
  414.  
  415.  
  416.  
  417. </div>
  418.  
  419.  
  420.  
  421.  
  422.  
  423. </div>
  424. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" />
  425. <param name="bgcolor" value="#e9aee0" />
  426. <param name="FlashVars" value="<embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=false&f0=https://a.tumblr.com/tumblr_mde7lhU1It1rsi56vo1.mp3&t0=friends in my heart.&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" />
  427. </object></div>
  428.  
  429. <div id="pagination">
  430. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage} &nbsp; &nbsp; {block:NextPage}<a href="{NextPage}">next</a><br />{/block:NextPage}{/block:Pagination}</div></div></div>
  431. </div>
  432.  
  433.  
  434. <div id="links">
  435. <a href="{text:link 1 url}">i</a>
  436. <a href="{text:link 2 url}">ii</a>
  437. <a href="{text:link 3 url}">iii</a>
  438. <a href="{text:link 4 url}">iv</a>
  439. <a href="{text:link 5 url}">v</a>
  440. </div>
  441.  
  442.  
  443.  
  444. <div id="entries">{block:Posts}<div id="post">
  445.  
  446. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  447.  
  448. {block:Photo}{LinkOpenTag}<center><img src="{PhotoURL-400}"></center>{LinkCloseTag} {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  449.  
  450. {block:Photoset}<center>{Photoset-400}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  451.  
  452. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  453.  
  454. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  455.  
  456. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  457.  
  458. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  459.  
  460. {block:Video}<center>{Video-400}</center>{block:Caption}{Caption}{/block:Caption}{/block:Video}
  461.  
  462. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="margin-left:7px;margin-right:13px;border:1px solid #e3e3e3;padding:2px;"></div> <em>{Asker}:</em><br> "{Question}"<br><br>{Answer}{/block:Answer}
  463.  
  464. {block:Date}<div id="info"> <a href="{Permalink}">{TimeAgo}</a>
  465. {/block:Date} {block:NoteCount}&nbsp; ( ✧ <a href="{Permalink}">{NoteCount}</a> ) {/block:NoteCount}<div style="float:right;">
  466.  
  467. {block:RebloggedFrom}<a title="{ReblogParentName}" href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}{block:ContentSource} &nbsp; / &nbsp; <a title="{SourceTitle}" href="{SourceURL}">&& --source.</a>{/block:ContentSource} {/block:RebloggedFrom} &nbsp; ( <a href="{ReblogURL}"target="_blank" title="reblog this post"><big>+</big> </a> ) </div>
  468. </div>
  469.  
  470.  
  471. {block:HasTags}
  472. <div class="tags">
  473. {block:Tags}<a href="{TagURL}">&nbsp; {Tag}</a>&nbsp; &nbsp; {/block:Tags}</div>
  474. {/block:HasTags}
  475. <div class="postnote">
  476. {block:PostNotes}{PostNotes}{/block:PostNotes}
  477. </div>
  478. </div>
  479. {/block:Posts}
  480.  
  481.  
  482. </div>
  483. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</div>
  484.  
  485. </body>
  486.  
  487. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement