Advertisement
Guest User

Untitled

a guest
Oct 26th, 2014
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.59 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. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6.  
  7. <!---- this is theme 44 by Hollywhood
  8. please don't remove the credit
  9. thank you
  10. --->
  11.  
  12. <meta name="color:Background" content="#ffffff"/>
  13. <meta name="image:Background Image" content=""/>
  14. <meta name="color:Text" content="#9B9B9B"/>
  15. <meta name="color:navilink" content="ffffff"/>
  16. <meta name="color:navilink hover" content="ffffff"/>
  17. <meta name="color:Link" content="#b8b8b8"/>
  18. <meta name="color:Link Hover" content="#eeeeee"/>
  19. <meta name="color:postbg" content="#ffffff"/>
  20. <meta name="color:border" content="#ffffff"/>
  21.  
  22. <meta name="text:link1" content="" />
  23. <meta name="text:link1 url" content="/">
  24. <meta name="text:link2" content="" />
  25. <meta name="text:link2 url" content="/">
  26. <meta name="text:link3" content="" />
  27. <meta name="text:link3 url" content="/">
  28. <meta name="text:link4" content="" />
  29. <meta name="text:link4 url" content="/">
  30. <meta name="text:link5" content="" />
  31. <meta name="text:link5 url" content="/">
  32.  
  33.  
  34. <style type="text/css">
  35.  
  36. ::-webkit-scrollbar-thumb{
  37. background-color: {color:scrollbar};
  38. border: 2px solid transparent;
  39. height:auto;
  40. }
  41.  
  42. ::-webkit-scrollbar {
  43. height:auto;
  44. width:2px;
  45. background-color: transparent;
  46. border:5px solid transparent;
  47. }
  48.  
  49.  
  50. iframe#tumblr_controls {
  51. white-space:nowrap;
  52. -webkit-filter: invert(100%);
  53. -moz-filter: invert(100%);
  54. -o-filter: invert(100%);
  55. -ms-filter: invert(100%);
  56. filter: invert(100%);
  57. opacity:.2;transition: .8s ease-in-out;
  58. -webkit-transition: .8s ease-in-out;
  59. -moz-transition: .8s ease-in-out;
  60. -o-transition: .8s ease-in-out;
  61. }
  62.  
  63. h1 {
  64. font-weight:normal;
  65. font-size:13px;
  66. text-align:center;
  67. font-style:normal;
  68. line-height:100%;
  69. letter-spacing:1px;
  70. text-transform:normal;
  71. color:{color:text};
  72. }
  73.  
  74. h2 {
  75. font-size:10px;
  76. text-align:center;
  77. line-height:100%;
  78. letter-spacing:-0.5px;
  79. color:{color:text};
  80. font-weight:bold;
  81. text-transform:uppercase;
  82. padding:5px;
  83. padding-bottom:2px;
  84. }
  85.  
  86.  
  87. blockquote {
  88. border-left:1px solid #ccc;
  89. padding:17px;
  90. margin:10px 2px 0px 10px
  91. background-color:#fafafa;
  92. }
  93.  
  94. body {
  95. background:{color:background};
  96. padding:0px;
  97. margin:0px;
  98. background-image:url('{image:Background Image}');
  99. background-repeat:no-repeat;
  100. background-attachment:fixed;
  101. width:100%;
  102. display:table;
  103. color:{color:text};
  104. font-family:trebuchet ms;
  105. font-size:11px;
  106. line-height:100%;
  107. overflow:hidden;
  108. }
  109.  
  110. a {
  111. text-decoration:none;
  112. outline:none;
  113. -moz-outline-style:none;
  114. color:{color:link};
  115. -moz-transition-duration:0.5s;
  116. -webkit-transition-duration:0.5s;
  117. -o-transition-duration:0.5s;
  118. }
  119.  
  120. a:hover {
  121. text-decoration:none;
  122. outline:none;
  123. -moz-outline-style:none;
  124. color:{color:navilink hover};
  125. }
  126.  
  127. img {
  128. border:none;
  129. }
  130.  
  131. #pcontainer {
  132. float:left;
  133. position:relative;
  134. line-height:100%;
  135. background-color:{color:postbg};
  136. width:475px;
  137. height:350px;
  138. padding:20px;
  139. bottom:10px;
  140. margin:auto;
  141. margin-top:150px;
  142. margin-left:747px;
  143. overflow-y:scroll;
  144. overflow-x:hidden
  145. }
  146.  
  147. #post {
  148. width:450px;
  149. padding:10px;
  150. padding-bottom:0px;
  151. margin-left:40px;
  152. margin-top:-5px;
  153.  
  154. }
  155.  
  156.  
  157.  
  158. #entries {
  159. padding:10px;
  160. width: 400;
  161. margin-left:5px;
  162. margin-top:-30px;
  163. margin-bottom:60px;
  164. max-height:300px
  165.  
  166. }
  167.  
  168.  
  169. #theme {
  170. width:400px;
  171. margin:0 auto -12px auto;
  172. position:relative;
  173. float:left;
  174. }
  175.  
  176. #links {
  177. position:absolute;
  178. float:left;
  179. font-family:'Gabriola';
  180. width:220px;
  181. margin-top:550px;
  182. margin-left:800px;
  183. font-size:25px;
  184. text-transform:uppercase;
  185. text-align:center;
  186. }
  187.  
  188. #links a{
  189. margin-top:100px;
  190. margin-left:25px;
  191. color:{color:navilink};
  192. text-decoration:none;
  193. -moz-transition-duration:.2s;
  194. -webkit-transition-duration:.2s;
  195. -o-transition-duration:.2s;
  196. }
  197.  
  198. #links a:hover {
  199. color: {color:navilink hover};
  200. width:60px;
  201. -moz-transition-duration:0.2s;
  202. -webkit-transition-duration:0.2s;
  203. -o-transition-duration:0.2s;
  204. }
  205.  
  206. #pagi{
  207. font-size:9px;
  208. letter-spacing:5px;
  209. text-align:center;
  210. width:250px;
  211. z-index:9;
  212. margin-top:520px;
  213. margin-left:620px;
  214. }
  215.  
  216. #info {
  217. font-family:times;
  218. width:400px;
  219. margin-top:8px;
  220. padding-top:4px;
  221. font-size:7px;
  222. border-top:1px solid #ddd;
  223. opacity:0;
  224. color:{color:text};
  225. text-transform:uppercase;
  226. font-style:normal;
  227. text-align:left;
  228. -moz-transition-duration:0.5s;
  229. -webkit-transition-duration:0.5s;
  230. -o-transition-duration:0.5s;
  231. }
  232.  
  233. #info a {
  234. color:{color:link};
  235. }
  236.  
  237. #info a:hover {
  238. color:{color:link hover};
  239. }
  240.  
  241. .tags {
  242. font-family:times;
  243. font-style:normal;
  244. width:300px;
  245. margin-top:4px;
  246. text-transform:normal;
  247. font-style:normal;
  248. line-height:120%;
  249. padding-top:0px;
  250. font-size:8px;
  251. opacity:0;
  252. letter-spacing:1px;
  253. text-align:left;
  254. -moz-transition-duration:0.5s;
  255. -webkit-transition-duration:0.5s;
  256. -o-transition-duration:0.5s;
  257. }
  258. .tags a{
  259. color:{color:link};
  260. -moz-transition-duration:0.2s;
  261. -webkit-transition-duration:0.2s;
  262. -o-transition-duration:0.2s;
  263. }
  264. .tags a:hover{
  265. color:{color:link hover};
  266. -moz-transition-duration:0.2s;
  267. -webkit-transition-duration:0.2s;
  268. -o-transition-duration:0.2s;
  269. }
  270.  
  271. #post:hover #info{
  272. opacity:1;
  273. -moz-transition-duration:1s;
  274. -webkit-transition-duration:1s;
  275. -o-transition-duration:1s;
  276. }
  277. #post:hover .tags{
  278. opacity:1;
  279. -moz-transition-duration:1s;
  280. -webkit-transition-duration:1s;
  281. -o-transition-duration:1s;
  282. }
  283.  
  284. .audio{
  285. background-color:#e5e5e5;
  286. height:65px;
  287. overflow:hidden;
  288. }
  289.  
  290. #ask {
  291. float:left;
  292. color:{color:text};
  293. }
  294.  
  295. #credit {
  296. font-size:9px;
  297. font-family:cambria;
  298. font-style:italic;
  299. letter-spacing:1px;
  300. -moz-transition-duration:0.5s;
  301. -webkit-transition-duration:0.5s;
  302. -o-transition-duration:0.5s;
  303. }
  304.  
  305. #credit a {
  306. background-color:#fff;
  307. padding:5px;
  308. border:1px solid #e9e9e9;
  309. position:fixed;
  310. right:15px;
  311. bottom:10px
  312. }
  313.  
  314. #credit a:hover {
  315. color:#fff;
  316. background-color:#191919;
  317. }
  318.  
  319. {CustomCSS}
  320. #editthis{
  321. /* EDIT THIS STUFF TO POSITION YOUR MUSIC PLAYER */
  322. position:fixed;
  323. bottom:100px; /* YOU CAN CHANGE THIS TO TOP */
  324. left:180px; /* YOU CAN CHANGE THIS TO RIGHT */
  325. z-index:99;}
  326. </style>
  327.  
  328. <style type='text/css'>
  329. #tumblings-player
  330. {z-index:999;
  331. background-color: #000000;
  332. width:50px;
  333. height:50px;
  334.  
  335. border-radius:50px 0px 0px 0px;
  336. -moz-border-radius:50px 0px 0px 0px;
  337. color:#ffffff;
  338. position:fixed;
  339. overflow:hidden;
  340. bottom:0px;
  341. right:0px;
  342. -webkit-transition: opacity 0.8s linear;-webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;}
  343.  
  344. #playericon
  345. {margin-top:25px;
  346. margin-bottom:20px;
  347. margin-left:-5px;
  348. -webkit-transition: opacity 0.8s linear;-webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;}
  349.  
  350. #tumblings-player:hover
  351. {width:200px;
  352. -moz-border-radius:0px;
  353. border-radius:0px;}
  354.  
  355. #tumblings-player:hover #playericon
  356. {margin-top:10px;
  357. margin-left:0px;
  358. margin-bottom:4px;}
  359. </style>
  360.  
  361.  
  362. </div>
  363.  
  364.  
  365. <div id="theme">
  366.  
  367. <div id="links">
  368. <a href="{text:link1 url}" title="{text:link1}">i.︎︎</a>
  369. <a href="{text:link2 url}" title="{text:link2}">ii.︎</a>
  370. <a href="{text:link3 url}" title="{text:link3}">iii.︎</a>
  371. <a href="{text:link4 url}" title="{text:link4}">iv.︎</a>
  372. <a href="{text:link5 url}" title="{text:link5}">v.︎</a>
  373.  
  374. </div>
  375.  
  376. <div id="pcontainer">
  377.  
  378. <div id="entries">{block:Posts}<div id="post">
  379.  
  380. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  381.  
  382. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  383.  
  384. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  385.  
  386. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  387.  
  388. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{/block:Link}{hw}
  389.  
  390. {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}
  391.  
  392. {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}
  393.  
  394. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  395.  
  396. {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}
  397.  
  398. {block:Date}<div id="info"> <a title="{TimeAgo}" href="{Permalink}">{Month} &nbsp;{DayOfMonth}</a>
  399. {/block:Date} {block:NoteCount}&nbsp; ( <font color=#d588a6>♥</font> <a href="{Permalink}">{NoteCount}</a> ) {/block:NoteCount}
  400.  
  401. {block:RebloggedFrom}&nbsp; <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>
  402. </div>
  403.  
  404.  
  405. {block:HasTags}
  406. <div class="tags">
  407. {block:Tags} <a href="{TagURL}"> {Tag}, &nbsp; </a> {/block:Tags}</div>
  408. {/block:HasTags}
  409. <div class="postnote">
  410. {block:PostNotes}{PostNotes}{/block:PostNotes}
  411. </div>
  412. </div>
  413. {/block:Posts}
  414.  
  415. </div></div>
  416.  
  417. <div id="pagi">
  418. {block:PreviousPage}<a href="{PreviousPage}" title="backward"> back </a>{/block:PreviousPage}
  419.  
  420. {block:NextPage}<a href="{NextPage}" title="forward"> next </a>{/block:NextPage}</div>
  421. </div>
  422.  
  423. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</div> </div>
  424.  
  425. </body>
  426.  
  427.  
  428. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement