Advertisement
Guest User

Untitled

a guest
Feb 27th, 2015
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.79 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. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- this is theme 30 by Hollywhood
  9. please don't remove the credit
  10. thank yo
  11. --->
  12.  
  13. <meta name="color:Background" content="#ffffff"/>
  14. <meta name="color:Text" content="#9B9B9B"/>
  15. <meta name="color:Link" content="#b8b8b8"/>
  16. <meta name="color:border" content="#F2F2F2"/>
  17. <meta name="color:scrollbar" content="#D6D5D5">
  18. <meta name="color:Link Hover" content="#eeeeee"/>
  19.  
  20. <meta name="image:sidebar" content=""/>
  21. <meta name="image:Background" content=""/>
  22.  
  23. <meta name="text:link 1" content="Link 1"/>
  24. <meta name="text:link 1 url" content="/"/>
  25. <meta name="text:link 2" content="Link 2"/>
  26. <meta name="text:link 2 url" content="/"/>
  27. <meta name="text:link 3" content="Link 3"/>
  28. <meta name="text:link 3 url" content="/"/>
  29. <meta name="text:link 4" content="Link 4"/>
  30. <meta name="text:link 4 url" content="/"/>
  31.  
  32. <style type="text/css">
  33.  
  34. ::-webkit-scrollbar-thumb{
  35. background-color: {color:scrollbar};
  36. border: 2px solid {color:background};
  37. height:auto;
  38. }
  39.  
  40. ::-webkit-scrollbar {
  41. height:auto;
  42. width:9px;
  43. background-color: {color:scrollbar};
  44. border: 4px solid {color:background};
  45. }
  46.  
  47.  
  48. iframe#tumblr_controls {
  49. white-space:nowrap;
  50. -webkit-filter: invert(100%);
  51. -moz-filter: invert(100%);
  52. -o-filter: invert(100%);
  53. -ms-filter: invert(100%);
  54. filter: invert(100%);
  55. opacity:.2;transition: .8s ease-in-out;
  56. -webkit-transition: .8s ease-in-out;
  57. -moz-transition: .8s ease-in-out;
  58. -o-transition: .8s ease-in-out;
  59. }
  60.  
  61. h1 {
  62. font-weight:normal;
  63. font-size:13px;
  64. text-align:center;
  65. font-style:normal;
  66. line-height:100%;
  67. letter-spacing:1px;
  68. text-transform:normal;
  69. color:{color:text};
  70. }
  71.  
  72. h2 {
  73. font-size:10px;
  74. text-align:center;
  75. line-height:100%;
  76. letter-spacing:-0.5px;
  77. color:{color:text};
  78. font-weight:bold;
  79. text-transform:uppercase;
  80. padding:5px;
  81. padding-bottom:2px;
  82. }
  83.  
  84.  
  85. blockquote {
  86. border-left:2px solid {color:text};
  87. padding-left:5px;
  88. margin:5px;
  89. }
  90.  
  91.  
  92. body {
  93. background-image:url("");
  94. background-attachment: fixed;
  95. background-image:stretch;
  96. background-repeat: no-repeat;
  97. background-image:cover;
  98. background-position:left top;
  99. }
  100.  
  101. a {
  102. text-decoration:none;
  103. outline:none;
  104. -moz-outline-style:none;
  105. color:{color:link};
  106. -moz-transition-duration:0.5s;
  107. -webkit-transition-duration:0.5s;
  108. -o-transition-duration:0.5s;
  109. }
  110.  
  111. a:hover {
  112. text-decoration:none;
  113. outline:none;
  114. -moz-outline-style:none;
  115. color:{color:link hover};
  116. }
  117.  
  118. img {
  119. border:none;
  120. }
  121.  
  122. blockquote {
  123. padding-left:5px;
  124. border-left:2px solid;
  125. }
  126.  
  127. blockquote blockquote {
  128. padding-left:5px;
  129. border-left:2px solid;
  130. }
  131.  
  132. #theme {
  133. width:500px;
  134. margin:0 auto -12px auto;
  135. }
  136.  
  137. #post {
  138. width:400px;
  139. padding-bottom:30px;
  140. margin-top:20px;
  141. }
  142.  
  143.  
  144. #entries {
  145. padding:10px;
  146. left:500px;
  147. top:50px;
  148. position:fixed;
  149. background-color:transparent;
  150. width:450px;
  151. height:325px;
  152. top:140px;
  153. padding: 20px;
  154. overflow-x:scroll;
  155. scroll:left;
  156. overflow-x:hidden;
  157. }
  158.  
  159. #sidebar {
  160. color:{color:text};
  161. position:fixed;
  162. width:91px;
  163. height:auto;
  164. margin-top:200px;
  165. margin-left:-70px;
  166. text-align:left;
  167. }
  168.  
  169. #sidebarimage img {
  170. width:100px;
  171. margin-top:0px;
  172. margin-bottom:5px;
  173. padding:-1px;
  174. outline-offset:4px;
  175. }
  176.  
  177. #links {
  178. position:fixed;
  179. font-family:cambria;
  180. width:150px;
  181. margin-top:2px;
  182. margin-left:-27px;
  183. font-size:8px;
  184. text-transform:lowercase;
  185. text-align:center;
  186. line-height:170%;
  187. }
  188.  
  189. #links a{
  190. line-height:170%;
  191. padding:1px;
  192. margin-top:1px;
  193. margin-left:2px;
  194. color:{color:link};
  195. -moz-transition-duration:.7s;
  196. -webkit-transition-duration:.7s;
  197. -o-transition-duration:.7s;
  198. }
  199.  
  200. #links a:hover {
  201. color: {color:link hover};
  202. -moz-transition-duration:.4s;
  203. -webkit-transition-duration:.4s;
  204. -o-transition-duration:.4s;
  205.  
  206. }
  207.  
  208. #description {
  209. width:103px;
  210. font-family:times;
  211. margin-bottom:0px;
  212. margin-top:20px;
  213. margin-left:-2px;
  214. text-align:justify;
  215. font-size:80%;
  216. color: {color:text};
  217. letter-spacing:1px;
  218. line-height:115%;
  219. }
  220.  
  221. #description a {
  222. color:{color:link};
  223. }
  224.  
  225. #description a:hover {
  226. color:{color:link hover};
  227. }
  228.  
  229. #pagination {
  230. font-family:cambria;
  231. width:103px;
  232. font-size:8px;
  233. text-transform:normal;
  234. margin-top:48px;
  235. margin-left:0px;
  236. padding-top:25px;
  237. letter-spacing:1px;
  238. font-style:normal;
  239. text-align:center;
  240. }
  241.  
  242. #pagination a {
  243. color:{color:link};
  244. }
  245.  
  246. #info {
  247. font-family:cambria;
  248. width:398px;
  249. margin-top:-13px;
  250. padding-top:1px;
  251. font-size:8px;
  252. letter-spacing:1px;
  253. color:{color:text};
  254. text-transform:lowercase;
  255. opacity:0;
  256. text-align:left;
  257. -moz-transition-duration:.7s;
  258. -webkit-transition-duration:.7s;
  259. -o-transition-duration:.7s;
  260. }
  261.  
  262. #info a {
  263. color:{color:link};
  264. text-align:right;
  265. }
  266.  
  267. #info a:hover {
  268. color:{color:link hover};
  269. }
  270. #post:hover #info {
  271. margin-top:3px;
  272. opacity:1;
  273. -moz-transition-duration:1.2s;
  274. -webkit-transition-duration:1.2s;
  275. -o-transition-duration:1.2s;
  276. }
  277.  
  278. .tags {
  279. font-family:cambria;
  280. font-style:normal;
  281. width:398px;
  282. text-transform:italic;
  283. color:{color:link};
  284. line-height:120%;
  285. opacity:0;
  286. font-size:8px;
  287. text-align:left;
  288. padding-top:7px;
  289. -moz-transition-duration:0.4s;
  290. -webkit-transition-duration:0.4s;
  291. -o-transition-duration:0.4s;
  292. }
  293.  
  294. #post:hover .tags {
  295. opacity:1;
  296. -moz-transition-duration:0.4s;
  297. -webkit-transition-duration:0.4s;
  298. -o-transition-duration:0.4s;
  299. }
  300.  
  301. .audio{
  302. background-color:#e5e5e5;
  303. height:65px;
  304. overflow:hidden;
  305. }
  306.  
  307. #ask {
  308. float:left;
  309. margin-left:10px;}
  310.  
  311. #credit {
  312. font-size:9px;
  313. font-family:cambria;
  314. font-style:italic;
  315. letter-spacing:1px;
  316. -moz-transition-duration:0.5s;
  317. -webkit-transition-duration:0.5s;
  318. -o-transition-duration:0.5s;
  319. }
  320.  
  321. #credit a {
  322. background-color:#fff;
  323. padding:5px;
  324. border:1px solid #e9e9e9;
  325. position:fixed;
  326. right:15px;
  327. bottom:10px
  328. }
  329.  
  330. #credit a:hover {
  331. color:#fff;
  332. background-color:#191919;
  333. }
  334.  
  335.  
  336. {CustomCSS}</style></head><body>
  337.  
  338. <div id="theme">
  339.  
  340. <div id="sidebar">
  341.  
  342. <div id="sidebarimage">
  343. <a title="{text:homelink title}" href="/"><img src="{image:sidebar}"> </a></div>
  344.  
  345. <div id="links">
  346. <a href="{text:link 1 url}">{text:link 1}</a>
  347. <a href="{text:link 2 url}">{text:link 2}</a>
  348. <a href="{text:link 3 url}">{text:link 3}</a>
  349. <a href="{text:link 4 url}">{text:link 4}</a>
  350. </div>
  351.  
  352. <div id="description">
  353. {Description}</div>
  354. <p></p><br><br><center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">newer</a>{/block:PreviousPage}{/block:Pagination}
  355. {block:Pagination}{block:NextPage}— <a href="{NextPage}">older</a>{/block:NextPage}{/block:Pagination}{/block:Pagination} </center></div>
  356.  
  357. <div id="entries">{block:Posts}<div id="post">
  358.  
  359. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  360.  
  361. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  362.  
  363. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  364.  
  365. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  366.  
  367. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  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}{hw}
  370.  
  371. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName}&nbsp;&nbsp;&nbsp;&nbsp; {TrackName}{/block:TrackName}
  372. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  373.  
  374. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  375.  
  376. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="border-radius:90px; opacity:.9;margin-left:3px;"></div> &nbsp;<em>{Asker}:<br> &nbsp; <big>"{Question}"</big></em><br><br>{Answer}{/block:Answer}
  377.  
  378. {block:Date}<div id="info"><a href="{Permalink}" style="background-color:#999;padding:3px;color:#fff;">{TimeAgo}</a> {block:NoteCount} with <font color=#999><big>♥</big></font> <a href="{Permalink}">{NoteCount}</a> {/block:NoteCount} {block:RebloggedFrom} — <a title="{ReblogParentName}" href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  379. {block:ContentSource} , <a title="{SourceTitle}" href="{SourceURL}">source</a> {/block:ContentSource}{/block:Date}</div>
  380. {block:HasTags}
  381. <div class="tags">
  382. {block:Tags} # <a href="{TagURL}"> {Tag}</a>{/block:Tags}</div>
  383. {/block:HasTags}
  384. <div class="postnote">
  385. {block:PostNotes}{PostNotes}{/block:PostNotes}
  386. </div>
  387. </div>
  388. {/block:Posts}
  389.  
  390. </div>
  391. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</div></div>
  392.  
  393. </body>
  394.  
  395. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement